Development mailing list

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

[haiku-development] Re: Ctrl+Alt window management functionality (Humdinger)

Wed, 2013-01-30 15:45
Hi John! On Fri, 25 Jan 2013 02:11:07 -0500 John Scipione wrote: You can use the secondary (right) mouse button to resize just as before although there is no indication that this will happen until you click the mouse button; you just have to know it is there -- that's what I meant before about the RMB not being discoverable As others already posted, this should be improved... :) ...
Categories: Development

[haiku-development] Re: Ctrl+Alt window management functionality (Axel Dörfler)

Wed, 2013-01-30 15:45
Am 25/01/2013 11:12, schrieb Matt Madia: I suggest reverting the related changes until the border highlighting is ready to be replaced with an improved indicator. Breaking functionality in master is frowned upon. The functionality is still there, it's just more hidden now. Unless John refuses to bring back the indicator, I see no reason why his ...
Categories: Development

[haiku-development] Re: Need info on TimeSource()-IsRunning() (Jérôme Duval)

Wed, 2013-01-30 07:45
Hi Andrew, 2013/1/24 Andrew Hudson hudsonco1@xxxxxxx: TimeSource is initialized when the corresponding BMediaNode is initialized. In the code, a call to TimeSource()-IsRunning() returns true when the MediaNode is initialized before anything else happens. This seems unexpected. It depends on the type of timesource your node is slaved to. ...
Categories: Development

[haiku-development] Re: Ctrl+Alt window management functionality (Matt Madia)

Wed, 2013-01-30 07:45
On Jan 25, 2013 4:43 AM, Axel Dörfler axeld@xxxxxxxxxxxxxxxx wrote: Am 25/01/2013 10:26, schrieb Ingo Weinhold: John Scipione jscipione@xxxxxxxxx wrote: Firstly I have removed the border highlighting, the mouse cursor is used to indicate actions instead. [...] ...
Categories: Development

[haiku-development] Re: Ctrl+Alt window management functionality (Axel Dörfler)

Wed, 2013-01-30 07:45
Am 25/01/2013 10:26, schrieb Ingo Weinhold: John Scipione jscipione@xxxxxxxxx wrote: Firstly I have removed the border highlighting, the mouse cursor is used to indicate actions instead. [...] I introduced the border highlighting because it is needed. Humdinger and ...
Categories: Development

[haiku-development] Re: Ctrl+Alt window management functionality (Ingo Weinhold)

Wed, 2013-01-30 07:45
John Scipione jscipione@xxxxxxxxx wrote: Firstly I have removed the border highlighting, the mouse cursor is used to indicate actions instead. By holding down ctrl+alt the mouse pointer changes to a 4-directional arrow if you can move the window or a crossed out circle if you can't. This indicates the action that will be performed by the primary (left) mouse button. The Desktop shows a crossed out circle, this may seem a little weird at first but it is because the Desktop is treated as a non-movable, non-resizable window because that's exactly what it is. ...
Categories: Development

[haiku-development] Re: Ctrl+Alt window management functionality (Stephan Aßmus)

Wed, 2013-01-30 07:45
Hi, you changes sound good, need to try them yet. Just irritated by one thing: Am 25.01.2013 08:11, schrieb John Scipione: The last thing I implemented was to make the window go to the back if you right click or control click on its tab. This is copying a feature of BeOS R5 that stippi pointed out. ...
Categories: Development

[haiku-development] Re: Ctrl+Alt window management functionality (John Scipione)

Wed, 2013-01-30 05:45
On Thu, Jan 24, 2013 at 11:42 AM, Humdinger humdingerb@xxxxxxxxxxxxxx wrote: Hi John! On Wed, 23 Jan 2013 17:25:28 -0500 John Scipione wrote: The best compromise I can see out of all this is the idea of making ctrl+LMB emulate a RMB so that actions the currently utilize the RMB would now have a backup that uses the LMB. Everyone who likes RMB could continue, everyone who doesn't (me) would have a backup that uses the LMB. ...
Categories: Development

[haiku-development] Need info on TimeSource()-IsRunning() (Andrew Hudson)

Wed, 2013-01-30 03:45
Hi All, I'm working in an old BeOS app and I suspect there is a bug in TimeSource()-IsRunning() causing a problem. According to BeOS docs: ...
Categories: Development

[haiku-development] Re: Ctrl+Alt window management functionality (Humdinger)

Wed, 2013-01-30 03:45
Hi John! On Wed, 23 Jan 2013 17:25:28 -0500 John Scipione wrote: The best compromise I can see out of all this is the idea of making ctrl+LMB emulate a RMB so that actions the currently utilize the RMB would now have a backup that uses the LMB. Everyone who likes RMB could continue, everyone who doesn't (me) would have a backup that uses the LMB. ...
Categories: Development

[haiku-development] Re: Ctrl+Alt window management functionality (Sean Collins)

Wed, 2013-01-30 01:45
On Wed, Jan 23, 2013 at 3:36 AM, Stephan Aßmus superstippi@xxxxxx wrote: I absolutely see where you are coming from. Giving the RMB action functions /can/ be awkward. You can hardly use it with a pen input. With touch input, it's completely unusable, as long as touch displays don't differentiate between your index and middle finger… ...
Categories: Development

[haiku-development] Re: (git) Preferred way to move a directory and preserve history? (scottmc)

Wed, 2013-01-30 01:45
On Wed, Jan 23, 2013 at 2:52 PM, Matt Madia mattmadia@xxxxxxxxx wrote: For #9399, ReadOnlyBootPrompt will be renamed to FirstBootPrompt. In git, What is the preferred way to move src/apps/readonlybootprompt to src/apps/firstbootprompt? Will a simple `git mv src/apps/readonlybootprompt src/apps/firstbootprompt` work and preserve history correctly? ...
Categories: Development

[haiku-development] Re: (git) Preferred way to move a directory and preserve history? (John Scipione)

Tue, 2013-01-29 23:45
On Wed, Jan 23, 2013 at 5:52 PM, Matt Madia mattmadia@xxxxxxxxx wrote: For #9399, ReadOnlyBootPrompt will be renamed to FirstBootPrompt. In git, What is the preferred way to move src/apps/readonlybootprompt to src/apps/firstbootprompt? Will a simple `git mv src/apps/readonlybootprompt src/apps/firstbootprompt` work and preserve history correctly? 'git mv' preserves history as well as git can. git doesn't remember ...
Categories: Development

[haiku-development] Re: (git) Preferred way to move a directory and preserve history? (Axel Dörfler)

Tue, 2013-01-29 19:45
On 01/23/2013 11:52 PM, Matt Madia wrote: Will a simple `git mv src/apps/readonlybootprompt src/apps/firstbootprompt` work and preserve history correctly? If it doesn't, there is nothing we can do about it. Just mention the old name in the commit to be sure :-) ...
Categories: Development