Source Activity
Network: let add-ons replace themselves by name.
* 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
* 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.
Categories: Development
BlockWriter: Do not panic on failing read/writes
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
Categories: Development
Add NanoSVGTranslator package
Categories: Development
Deskbar: minor style cleanup.
Categories: Development
Tracker: allow opening the desktop as a window in navigator mode.
Fixes #9610.
Fixes #9610.
Categories: Development
Tracker: add "hide dotfiles" option to the GUI & enable it by default.
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.
Signed-off-by: Adrien Destugues
Signed-off-by: Adrien Destugues
Categories: Development
icons: delete the App_BeShare icon.
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...
Categories: Development
UserlandFS: Fix detection when a file system should be deleted.
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.
Categories: Development
UserlandFS: Make 64 bit clean and enable build for x86_64.
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
.. for regular builds. Helps with #11928.
.. for regular builds. Helps with #11928.
Categories: Development
loader/fatfs: Fix tracing
Categories: Development
