| informationsyndicateUTC clock | event counters The last message was received 6.8 months ago at 02:14 on Nov 06, 2011 0 messages so far today, 0 messages yesterday 0 messages so far this week, 0 messages last week 0 messages so far this month, 0 messages last month 270 messages since the first one, 6.11 years ago, for an average of 1.18 weeks between messages recent messages date | project | content | link |
|---|
| 02:14 on Nov 06, 2011 | OpenBeOS | Commit by leavengood :: r43193 /haiku/trunk/src/preferences/time/ (6 files): Remove unneeded code after Adrien's improvements. | # | | 06:42 on Oct 30, 2011 | OpenBeOS | Commit by leavengood :: r42990 /haiku/trunk/src/preferences/time/ (5 files): Hide the time zone preview in the Time preflet when the BIOS clock is set to local time.
Fixes #6743.
I tried to mimic existing message constant naming, but may come back and fix them all to our coding style. Is there some backwards compatible reason for some of the constants being what they are? | # | | 22:00 on Jul 10, 2011 | haiku-webkit | Commit by leavengood :: r 583 /webkit/trunk/WebKit/haiku/API/WebWindow.cpp: ( link) Boy was this annoying to debug.
If you call BWindow::AddShortcut() with a message parameter but not a target, the target becomes the window. In this case WebWindow does not handle B_UNDO or B_REDO. Adding the NULL parameter as the target in AddShortcut forces the shortcut handling to find the window's current focus and send the message there. This is how all the other text editing shortcuts (B_SELECT_ALL, B_CUT, etc) are set up in BWindow which is why they worked but Undo/Redo didn't.
Given all the other code related to undo/redo works I'm surprised this was broken. Maybe Stephan didn't test after the change which introduced these here.
Long story short, undo/redo now work when editing in Web+.
Fixes at least #6224. | # | | 18:47 on Jul 09, 2011 | OpenBeOS | Commit by leavengood :: r42400 /haiku/trunk/data/etc/profile: Remove unneeded LC_ environment variables which are glibc extensions not supported by Haiku's locale system. Thanks Oliver. | # | | 05:53 on Jul 09, 2011 | OpenBeOS | Commit by leavengood :: r42395 /haiku/trunk/src/bin/locale/locale.cpp: Forgot to svn add the new locale command. | # | | 05:51 on Jul 09, 2011 | OpenBeOS | Commit by leavengood :: r42394 /haiku/trunk/ (3 files in 3 dirs): Implement #7495 as per Matt and Ingo's suggestions.
The various LC_ environment variables (as well as LANG) are set in /etc/profile, based on the output of this new simple bin command locale. LANG and LC_CTYPE are set based on the first preferred language, whereas the formatting variables are all set based on the formatting conventions language.
The list of LC_ variables are from the locale command on Linux.
Based on my testing, at least the date command obeys these variables. | # | | 05:39 on Jun 25, 2011 | OpenBeOS | Commit by leavengood :: r42311 /haiku/trunk/src/apps/showimage/ (ShowImageView.cpp ShowImageView.h): Make the zoom "sticky" at 1.0 for about half a second when zooming with the mousewheel.
It might be a bit annoying, not sure yet.
Implements #7253. | # | | 04:38 on Jun 25, 2011 | OpenBeOS | Commit by leavengood :: r42310 /haiku/trunk/src/apps/showimage/ShowImageView.cpp: Changing the order of function calls in SelectAll() causes the selection rect size to show up correctly in the status bar.
Fixes #7710. | # | | 00:46 on Jun 25, 2011 | OpenBeOS | Commit by leavengood :: r42307 /haiku/trunk/src/apps/showimage/ShowImageView.cpp: In fullscreen mode, hide and show the toolbar based on the mouse's position, not just any mouse movement. When the mouse reaches the top 15 pixels, show the toolbar, otherwise hide it.
Implements #7735.
On a related note, the animation for toolbar showing and hiding which Stephan implemented is really nice. We need more animation in Haiku! | # | | 00:23 on Jun 25, 2011 | OpenBeOS | Commit by leavengood :: r42306 /haiku/trunk/src/apps/showimage/ShowImageWindow.cpp: When the toolbar is hidden by animation it is moved, and so we need to move it back when showing it again but not using animation.
Fixes #7734. | # | | 00:06 on Jun 19, 2011 | OpenBeOS | Commit by leavengood :: r42239 /haiku/trunk/src/apps/installer/InstallerWindow.cpp: When called from the ReadOnlyBootPrompt, quitting the Installer will result in restarting. So it makes sense to use the label Restart for the button instead of Quit.
Fixes #7090. | # | | 23:26 on Jun 18, 2011 | OpenBeOS | Commit by leavengood :: r42237 /haiku/trunk/src/apps/showimage/ShowImageView.cpp: Delete the cursors in the view destructor. Thanks Axel! | # | | 07:10 on Jun 18, 2011 | OpenBeOS | Commit by leavengood :: r42233 /haiku/trunk/src/apps/showimage/ShowImageView.cpp: Account for quickly repeated double clicks when toggling fullscreen mode. If done fast enough the click count can reach 7 pretty easily.
Fixes #7591. | # | | 06:54 on Jun 18, 2011 | OpenBeOS | Commit by leavengood :: r42232 /haiku/trunk/src/apps/showimage/ (ShowImageView.cpp ShowImageView.h): Use grabbing cursor when moving image with the mouse.
Fixes #7592. | # | | 05:57 on Jun 18, 2011 | OpenBeOS | Commit by leavengood :: r42231 /haiku/trunk/src/apps/showimage/ShowImageView.cpp: Make the delete key clear the selection in selection mode, trash the file otherwise.
Fixes #6772. | # | | 14:28 on Jun 11, 2011 | OpenBeOS | Commit by leavengood :: r42100 /haiku/trunk/src/preferences/time/NetworkTimeView.h: Change value of constant to better reflect the name. It had a different name when I first added it to the code. | # | | 14:20 on Jun 11, 2011 | OpenBeOS | Commit by leavengood :: r42098 /haiku/trunk/src/preferences/time/TZDisplay.cpp: Add some padding to the time zone display. | # | | 14:17 on Jun 11, 2011 | OpenBeOS | Commit by leavengood :: r42097 /haiku/trunk/src/preferences/time/ (NetworkTimeView.cpp NetworkTimeView.h): Fix #7672 by applying humdinger's patch then adding more:
The server name is checked while typing and if it is not valid the text is made red. Invalid entries cannot be added to the list.
Also made the server add message be the invoking message so that the enter key works to add a server.
After adding a valid server the text is cleared.
Valid servers names are alpha-numeric with periods, dashes and underscores. Could need some things added but that should cover 99% of the cases. | # | | 19:52 on Jun 07, 2011 | OpenBeOS | Commit by leavengood :: r42022 /haiku/trunk/src/apps/installer/InstallerWindow.cpp: Make the Installer status view a little wider by default and also resize it's height if needed. This should prevent any text from being cut off (though to be fair it is possible to resize the window horizontally to see any cut off text.)
Fixes #5882.
+alpha3 | # | | 18:23 on Jun 07, 2011 | OpenBeOS | Commit by leavengood :: r42017 /haiku/trunk/src/kits/tracker/ContainerWindow.cpp: Revert the old change r36762 which added a small offset to tracker right click menus since it is no longer needed after r40132/r40142. Thanks diver for the reminder.
#5809 can finally be closed again. | # |
|