Source Activity

Syndicate content
Haiku's main repository
Updated: 57 min 43 sec ago

Network: let add-ons replace themselves by name.

Tue, 2015-03-31 12:45
* Ie. an add-on "Super duper service" in ~/config will override one with the same name in /system (and non-packaged in packaged, etc.). * Fixed size of the scroller to ignore the content size vertically. * Ie. an add-on "Super duper service" in ~/config will override one with the same name in /system (and non-packaged in packaged, etc.). * Fixed size of the scroller to ignore the content size vertically.
Categories: Development

serialconnect: Fix baudrate submenu

Mon, 2015-03-30 22:15
* kBaudrates is an int not a char * Just look at first kBaudrates member to figure out array size. * Drop a few *extremely* uncommon speeds that you'll never see to shorten the list. * kBaudrates is an int not a char * Just look at first kBaudrates member to figure out array size. * Drop a few *extremely* uncommon speeds that you'll never see to shorten the list.
Categories: Development

Update the ca_root_certificates package.

Mon, 2015-03-30 18:57
Categories: Development

BlockWriter: Do not panic on failing read/writes

Mon, 2015-03-30 17:23
These were here for debugging purposes, as often it is a sign of inconsistencies. However, for USB disks this is a normal occurence when someone janks out of the device without unmounting first. Make sure we log these cases though, as it still helps debugging. Fix sponsered by http://www.izcorp.com These were here for debugging purposes, as often it is a sign of inconsistencies. However, for USB disks this is a normal occurence when someone janks out of the device without unmounting first. Make sure we log these cases though, as it still helps debugging. Fix sponsered by http://www.izcorp.com
Categories: Development

Update NanoSVGTranslator package

Mon, 2015-03-30 13:05
Categories: Development

Add NanoSVGTranslator package

Mon, 2015-03-30 12:44
Categories: Development

Deskbar: minor style cleanup.

Mon, 2015-03-30 08:49
Categories: Development

Tracker: fix extra border in spatial mode.

Sun, 2015-03-29 22:36
Categories: Development

Tracker: allow opening the desktop as a window in navigator mode.

Sun, 2015-03-29 22:27
Fixes #9610. Fixes #9610.
Categories: Development

Tracker: add "hide dotfiles" option to the GUI & enable it by default.

Sun, 2015-03-29 22:07
Changing this many lines of code to add a single boolean preference is absolutely insane. We need a new preference-tracking system, and one that can be reused in other applications, too. Fixes #9200. Changing this many lines of code to add a single boolean preference is absolutely insane. We need a new preference-tracking system, and one that can be reused in other applications, too. Fixes #9200.
Categories: Development

ProcessController and VolumeControl: solve BMessage kind of memory leak.

Sun, 2015-03-29 22:00
Signed-off-by: Adrien Destugues Signed-off-by: Adrien Destugues
Categories: Development

icons: delete the App_BeShare icon.

Sun, 2015-03-29 18:20
BeShare now uses it and has it in its tree, so no need to keep it here. BeShare now uses it and has it in its tree, so no need to keep it here.
Categories: Development

Sentence casing...

Sun, 2015-03-29 17:48
Categories: Development

UserlandFS: Fix detection when a file system should be deleted.

Sun, 2015-03-29 15:31
This was a regression from hrev39870 where a private Referenceable class was replaced with BReferenceable. Referenceable::RemoveReference() returned a boolean to indicate whether the last reference was released while BReferenceable::ReleaseReference() returns the previous reference count. A file system would therefore be deleted when any but the last reference to it would be released (when multiple volumes of that file system were mounted and one of them was unmounted) and leaked otherwise (when only one volume of that file system was mounted and then unmounted). Fixes #11718. This was a regression from hrev39870 where a private Referenceable class was replaced with BReferenceable. Referenceable::RemoveReference() returned a boolean to indicate whether the last reference was released while BReferenceable::ReleaseReference() returns the previous reference count. A file system would therefore be deleted when any but the last reference to it would be released (when multiple volumes of that file system were mounted and one of them was unmounted) and leaked otherwise (when only one volume of that file system was mounted and then unmounted). Fixes #11718.
Categories: Development

UserlandFS: Some whitespace cleanup.

Sun, 2015-03-29 14:12
Categories: Development

UserlandFS: Make 64 bit clean and enable build for x86_64.

Sun, 2015-03-29 14:09
I did not bother to fix the BeOS kernel emulation, so this part is still left out of the x86_64 build. I did not bother to fix the BeOS kernel emulation, so this part is still left out of the x86_64 build.
Categories: Development

Makes the Haiku package depend on Expander extraction tools

Sun, 2015-03-29 08:44
.. for regular builds. Helps with #11928. .. for regular builds. Helps with #11928.
Categories: Development

loader/fatfs: Fix tracing

Sat, 2015-03-28 22:36
Categories: Development