Development mailing list
[haiku-development] Re: Ctrl+Alt window management functionality (Axel Dörfler)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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
