June 19, 2011  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30

[00:12:33] <CIA-111> leavengood * r42237 /haiku/trunk/src/apps/showimage/ShowImageView.cpp: Delete the cursors in the view destructor. Thanks Axel!
[00:22:36] <CIA-111> anevilyak * r42238 /haiku/trunk/src/apps/debugger/user_interface/gui/ (5 files in 2 dirs): Add support for byte swapping to the memory inspector.
[00:52:45] <CIA-111> leavengood * r42239 /haiku/trunk/src/apps/installer/InstallerWindow.cpp:
[00:52:45] <CIA-111> When called from the ReadOnlyBootPrompt, quitting the Installer will result in
[00:52:45] <CIA-111> restarting. So it makes sense to use the label Restart for the button instead
[00:52:45] <CIA-111> of Quit.
[00:52:45] <CIA-111> Fixes #7090.
[14:09:37] <CIA-111> korli * r42241 /buildtools/vendor/gcc/4.5.3/: Tagging GCC 4.5.3
[14:11:52] <CIA-111> korli * r42240 /buildtools/vendor/gcc/current/ (4066 files in 692 dirs): Updating GCC current to GCC 4.5.3
[15:19:28] <CIA-111> korli * r42242 /buildtools/trunk/gcc/mpc/: Adding inline mpc directory so the MPC library is built as part of GCC 4.5
[16:19:24] <CIA-111> axeld * r42243 /haiku/branches/releases/r1alpha3/src/preferences/mail/ (AutoConfigView.cpp AutoConfigWindow.cpp):
[16:19:24] <CIA-111> * Renamed "Outbound"/"Inbound" to Outgoing and Incoming, which is not just
[16:19:24] <CIA-111> more common language, but also consistent with the rest of the preferences
[16:19:24] <CIA-111> app.
[16:19:24] <CIA-111> * Fixed broken "get SMTP add-on" method.
[16:19:25] <CIA-111> * Renamed OK button to "Next", and "Finish" on the last page.
[16:19:26] <CIA-111> * Style cleanup.
[16:37:26] <CIA-111> axeld * r42244 /haiku/branches/releases/r1alpha3/src/preferences/mail/ (AutoConfigView.cpp AutoConfigWindow.cpp): * Reverted accidental commit to the wrong branch.
[16:49:30] <CIA-111> axeld * r42245 /haiku/trunk/src/preferences/mail/ (AutoConfigView.cpp AutoConfigWindow.cpp):
[16:49:30] <CIA-111> * Renamed "Outbound"/"Inbound" to Outgoing and Incoming, which is not just
[16:49:30] <CIA-111> more common language, but also consistent with the rest of the preferences
[16:49:30] <CIA-111> app.
[16:49:30] <CIA-111> * Fixed broken "get SMTP add-on" method.
[16:49:31] <CIA-111> * Renamed OK button to "Next", and "Finish" on the last page.
[16:49:32] <CIA-111> * Style cleanup.
[19:18:18] <CIA-111> anevilyak * r42246 /haiku/trunk/src/apps/debugger/user_interface/gui/inspector_window/ (InspectorWindow.cpp MemoryView.cpp MemoryView.h):
[19:18:18] <CIA-111> * Cleanups.
[19:18:18] <CIA-111> * Add support for keyboard navigation to the memory view.
[19:36:50] <CIA-111> korli * r42247 /buildtools/trunk/gcc/ (3029 files in 511 dirs): Merging GCC 4.5.3 in trunk. Patch in #6840 is required to build Haiku.
[19:58:44] <CIA-111> humdinger * r42248 /haiku/trunk/data/catalogs/ (6 files in 6 dirs): Updated Finnish catkeys.
[20:02:11] <CIA-111> korli * r42249 /haiku/trunk/src/add-ons/kernel/bus_managers/scsi/device_scan.cpp: Part of patch from #6840: GCC 4.5 complains about an out of bound access on version_descriptor, use the next field instead
[20:10:11] <CIA-111> korli * r42250 /haiku/trunk/src/ (3 files in 3 dirs):
[20:10:11] <CIA-111> Part of patch from #6840:
[20:10:11] <CIA-111> * GCC 4.5 complains about switchs with cases not part of the window_look enum (see WindowPrivate.h).
[20:10:11] <CIA-111> * To keep them private, cast the enum to int before use in switchs.
[20:12:15] <CIA-111> korli * r42251 /haiku/trunk/ (2 files in 2 dirs):
[20:12:15] <CIA-111> Part of patch from #6840:
[20:12:15] <CIA-111> * GCC 4.5 complains about switchs with cases not part of the directory_which enum
[20:12:15] <CIA-111> * Merge FSUtils directory_which values into the enum
[20:35:22] <CIA-111> axeld * r42252 /haiku/trunk/src/kits/tracker/FSUtils.cpp:
[20:35:22] <CIA-111> * Fixed ignoring the result of GetStat() which could cause random values to
[20:35:22] <CIA-111> be counted (for example already if a directory didn't have its X bit set).
[20:35:22] <CIA-111> * Instead of doing weird heuristics assuming the size on disk, use the actual
[20:35:22] <CIA-111> value the file system reports. This might have side effects on file systems
[20:35:23] <CIA-111> that don't report those correctly, which can then be fixed :-)
[22:08:00] <CIA-111> axeld * r42253 /haiku/trunk/src/kits/mail/MailMessage.cpp:
[22:08:01] <CIA-111> * Removed BONE PPP detection support.
[22:08:01] <CIA-111> * Style cleanup, no functional change intended.
[22:18:28] <CIA-111> anevilyak * r42254 /haiku/trunk/src/apps/debugger/user_interface/gui/team_window/ (VariablesView.cpp VariablesView.h):
[22:18:28] <CIA-111> Get the variable view state more or less usable again. Still needs some more work to
[22:18:28] <CIA-111> do things like preserve renderer settings and some other details.
[22:55:09] <CIA-111> anevilyak * r42255 /haiku/trunk/src/apps/debugger/user_interface/gui/inspector_window/ (MemoryView.cpp MemoryView.h): Make the memory view properly handle the target address size.
[23:13:04] <CIA-111> axeld * r42256 /haiku/trunk/src/kits/mail/ProtocolConfigView.cpp: * Style cleanup.
[23:16:32] <CIA-111> brecht * r42257 /haiku/trunk/ (188 files in 5 dirs):
[23:16:33] <CIA-111> * upgraded bash_completion to v1.3
[23:16:33] <CIA-111> * upgraded to subversion bash completion script shipped with subversion 1.6.17
[23:16:33] <CIA-111> * added git bash completion script shipped with git 1.7.5.4
[23:16:33] <CIA-111> * readded bash completion to the image

top