Development mailing list

Syndicate content
Archive of posts for haiku-development at FreeLists
Updated: 16 min 14 sec ago

[haiku-development] Fwd: [haiku-bugs] Re: [Haiku] #9636: Error opening terminal: xterm-256color (Siarzhuk Zharski)

Mon, 2013-04-29 20:45
Hi All, I repost it here, just to explain about reasons of my decision to wide audience. #9636: Error opening terminal: xterm-256color -------------------------------------+---------------------------- Reporter: humdinger | Owner: siarzhuk ...
Categories: Development

[haiku-development] Re: BNetworkInterface weirdness (Stefano Ceccherini)

Mon, 2013-04-29 18:45
2013/4/7 Axel Dörfler axeld@xxxxxxxxxxxxxxxx On 04/07/2013 04:03 PM, Stefano Ceccherini wrote: 2013/4/7 Axel Dörfler axeld@xxxxxxxxxxxxxxxx There actually can be any number of default routes. What's obviously missing in BNetworkInterface is a way to enumerate the existing routes, though, which you can then use to find the ...
Categories: Development

[haiku-development] Re: BNetworkInterface weirdness (Axel Dörfler)

Mon, 2013-04-29 18:45
On 04/07/2013 04:03 PM, Stefano Ceccherini wrote: 2013/4/7 Axel Dörfler axeld@xxxxxxxxxxxxxxxx There actually can be any number of default routes. What's obviously missing in BNetworkInterface is a way to enumerate the existing routes, though, which you can then use to find the default route(s). You're right, and I actually used the wrong term. What I need is the ...
Categories: Development

[haiku-development] Re: BNetworkInterface weirdness (Stefano Ceccherini)

Mon, 2013-04-29 18:45
2013/4/7 Axel Dörfler axeld@xxxxxxxxxxxxxxxx On 04/07/2013 02:52 PM, Stefano Ceccherini wrote: Replying to myself: there seems no way to get the default gateway of a given BNetworkInterface (but one can add or remove routes at will). Do anyone mind if I add a DefaultRoute() method to the class ? There actually can be any number of default routes. ...
Categories: Development

[haiku-development] Re: BNetworkInterface weirdness (Axel Dörfler)

Mon, 2013-04-29 18:45
On 04/07/2013 02:52 PM, Stefano Ceccherini wrote: Replying to myself: there seems no way to get the default gateway of a given BNetworkInterface (but one can add or remove routes at will). Do anyone mind if I add a DefaultRoute() method to the class ? There actually can be any number of default routes. What's obviously missing in BNetworkInterface is a way to enumerate the ...
Categories: Development

[haiku-development] Re: BNetworkInterface weirdness (Stefano Ceccherini)

Mon, 2013-04-29 18:45
Replying to myself: there seems no way to get the default gateway of a given BNetworkInterface (but one can add or remove routes at will). Do anyone mind if I add a DefaultRoute() method to the class ? 2013/4/6 Stefano Ceccherini stefano.ceccherini@xxxxxxxxx Is it correct that BNetworkInterfaceAddress::Broadcast() and ::Destination() both return the broadcast address ? I thought Destination() would return the gateway for that interface... and ...
Categories: Development

[haiku-development] BNetworkInterface weirdness (Stefano Ceccherini)

Mon, 2013-04-29 08:45
Is it correct that BNetworkInterfaceAddress::Broadcast() and ::Destination() both return the broadcast address ? I thought Destination() would return the gateway for that interface... and anyway, how do I get the default route of a given interface ? ...
Categories: Development

[haiku-development] Re: Enabling TRACE output? (Pete Goodeve)

Sun, 2013-04-28 09:45
On Fri, Apr 05, 2013 at 05:08:51AM +0200, Fran?ois Revol wrote: Hi, On 05/04/2013 03:38, Pete Goodeve wrote: I'm assuming that if I get the 'TRACE' statements in the usb_hid sources enabled, I'll see diagnostics in syslog, but how do I do that? I thought maybe doing a 'jam -sDEBUG=1 -q' would do it, and it generated a much bigger file, but there's no new output in syslog. (I tried -sDEBUG=9 and it started to compile the whole of Haiku into the usb_hid source dir!) ...
Categories: Development

[haiku-development] Re: Enabling TRACE output? (François Revol)

Sat, 2013-04-27 04:45
Hi, On 05/04/2013 03:38, Pete Goodeve wrote: I'm assuming that if I get the 'TRACE' statements in the usb_hid sources enabled, I'll see diagnostics in syslog, but how do I do that? I thought maybe doing a 'jam -sDEBUG=1 -q' would do it, and it generated a much bigger file, but there's no new output in syslog. (I tried -sDEBUG=9 and it started to compile the whole of Haiku into the usb_hid source dir!) ...
Categories: Development

[haiku-development] Enabling TRACE output? (Pete Goodeve)

Thu, 2013-04-25 18:45
Sorry, I'm newbie floundering again (:-() I want to figure out why one of my USB game controllers (Strategic Commander) works fine in Linux but is not recognised by Haiku. Another -- a ThrustMaster -- is perfect on both platforms. Their listusb output is virtually identical. I'm assuming that if I get the 'TRACE' statements in the usb_hid sources enabled, I'll see diagnostics in syslog, but how do I do that? I thought maybe doing a 'jam -sDEBUG=1 -q' would do it, and it ...
Categories: Development

[haiku-development] Re: GIT help (François Revol)

Thu, 2013-04-25 11:45
On 04/04/2013 02:49, Pete Goodeve wrote: I did: git format-patch work You need to provide some sort of commit range. Looking at the current docs of git format-patch I don't see how one could use a branch name, so I think the above documentation from our patch page is wrong. I would say it is definitely wrong! Some knowledgeable individual should do some rewriting, as this is apparently important information! ...
Categories: Development

[haiku-development] Re: Be Sample Code things (Sean Collins)

Wed, 2013-04-24 23:45
Pete Goodeve wrote: No, this is essentially BeOS-period, but there's not much need for the layout API in this case (though it might have obviated some of the present code). I think it's just a matter of adding a ResizeTo based on the views that *are* resized already. ...
Categories: Development

[haiku-development] Re: Be Sample Code things (Pete Goodeve)

Wed, 2013-04-24 17:45
On Wed, Apr 03, 2013 at 08:00:06PM -0400, John Scipione wrote: On Sun, Mar 31, 2013 at 9:26 PM, Pete Goodeve pete.goodeve@xxxxxxxxxxxxwrote: Currently PatchBay opens with a panel that is much larger than I've ever come close to needing, with the active nodes all displayed in the top-left corner. To me, this looks ugly. What do people think about auto-resizing windows? I can't really think of another app that would need one, but here it might be ...
Categories: Development

[haiku-development] Re: GIT help (Pete Goodeve)

Tue, 2013-04-23 19:45
Summarizing and responding to all your answers -- thanks! On Wed, Apr 03, 2013 at 12:49:26AM -0400, Ryan Leavengood wrote: On Tue, Apr 2, 2013 at 8:48 PM, Pete Goodeve pete.goodeve@xxxxxxxxxxxx wrote: git format-patch commitsha or branch name ^^^^^ *What* is that supposed to be??] ...
Categories: Development

[haiku-development] Re: Be Sample Code things (John Scipione)

Tue, 2013-04-23 19:45
On Sun, Mar 31, 2013 at 9:26 PM, Pete Goodeve pete.goodeve@xxxxxxxxxxxxwrote: On Sun, Mar 31, 2013 at 03:07:00PM -0700, Pete Goodeve wrote: I think I'm close to a cleaned-up version of PatchBay, but I have a question or two before I finish things off. ... and another I forgot to ask. Currently PatchBay opens with a panel that is much larger than ...
Categories: Development

[haiku-development] Re: GIT help (Alexander von Gluck IV)

Tue, 2013-04-23 17:45
On 04/02/2013 7:48 pm, Pete Goodeve wrote: On Mon, Apr 01, 2013 at 08:26:18PM -0700, Urias McCullough wrote: On Mon, Apr 1, 2013 at 6:39 PM, Pete Goodeve pete.goodeve@xxxxxxxxxxxxwrote: On Mon, Apr 01, 2013 at 09:15:14PM -0400, John Scipione wrote: git ...
Categories: Development

[haiku-development] Re: GIT help (Simon Taylor)

Tue, 2013-04-23 17:45
On 03/04/2013 01:48, Pete Goodeve wrote: [...] Here's what I've been doing (or trying to do): On Ingo's suggestion I moved the patchbay directory myself from .../src/tests/kits/midi to .../src/apps, modified all the relevant jamfiles, and checked that it compiled. ...
Categories: Development

[haiku-development] Re: GIT help (Ryan Leavengood)

Tue, 2013-04-23 15:45
On Tue, Apr 2, 2013 at 8:48 PM, Pete Goodeve pete.goodeve@xxxxxxxxxxxx wrote: [I hadn't noticed that page before, but it is singularly unhelpful. For instance: Now, you need to create the actual patch file that you can, for example, attach to a ticket: git format-patch commitsha or branch name ^^^^^ *What* is that supposed to be??] Every commit in git has a name which is a SHA1 hash based on the ...
Categories: Development

[haiku-development] Re: GIT help (Pete Goodeve)

Tue, 2013-04-23 11:45
On Mon, Apr 01, 2013 at 08:26:18PM -0700, Urias McCullough wrote: On Mon, Apr 1, 2013 at 6:39 PM, Pete Goodeve pete.goodeve@xxxxxxxxxxxxwrote: On Mon, Apr 01, 2013 at 09:15:14PM -0400, John Scipione wrote: git format-patch is what you want, Is this what others are using to attach to tickets then? As I have a correct diff at this point, and the directory is going to have to be moved in the repository ...
Categories: Development

[haiku-development] Re: GIT help (Urias McCullough)

Tue, 2013-04-23 09:45
On Mon, Apr 1, 2013 at 6:39 PM, Pete Goodeve pete.goodeve@xxxxxxxxxxxxwrote: On Mon, Apr 01, 2013 at 09:15:14PM -0400, John Scipione wrote: git format-patch is what you want, it will create a diff with some information added such as the author's name and email address so that when the patch is applied with git apply the author of the patch will be preserved. This works a bit differently than svn where you create a patch using svn diff. ...
Categories: Development