Source Activity

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

User interface: Use user colors in menu and list items.

Mon, 2015-04-06 11:21
* Use user colors for selected menuItem in ProcessController * Use user colors for selected listItem in FileTypes, Media, Printers * Fixes the menuItem and listItem part of #10840. The BColumnListView and other widgets need more thoughts. * Use user colors for selected menuItem in ProcessController * Use user colors for selected listItem in FileTypes, Media, Printers * Fixes the menuItem and listItem part of #10840. The BColumnListView and other widgets need more thoughts.
Categories: Development

Terminal: Standard buttons disposition in Settings.

Sun, 2015-04-05 19:34
* Rename Defaults button to "defaultsbutton". * Fixes #11892. * Rename Defaults button to "defaultsbutton". * Fixes #11892.
Categories: Development

desklink: Whitespace cleanup only.

Sun, 2015-04-05 19:24
Categories: Development

Fix package download progress computation.

Sun, 2015-04-05 17:13
The download progress and total used to be doubles, but now they are off_t. This resulted in the division being done in integers, and always getting 0 as the result. Fixes #11940. The download progress and total used to be doubles, but now they are off_t. This resulted in the division being done in integers, and always getting 0 as the result. Fixes #11940.
Categories: Development

BColumnListView: BRow height is proportional to font size.

Sun, 2015-04-05 16:58
* Add a BRow default constructor that use font size to compute height. * Min height size for Title and Row are decoupled. * The font ratio for Title and Row are decoupled. * For small font use min height (set to usual 16.0). * Better baseline formula. * Fixes #11944. * Add a BRow default constructor that use font size to compute height. * Min height size for Title and Row are decoupled. * The font ratio for Title and Row are decoupled. * For small font use min height (set to usual 16.0). * Better baseline formula. * Fixes #11944.
Categories: Development

Update QupZilla packages to 1.8.6

Sun, 2015-04-05 11:54
Categories: Development

userlandfs: Fix debug build.

Sun, 2015-04-05 03:18
Categories: Development

arm: Prevent bcm283X inclusion from breaking other boards

Sat, 2015-04-04 22:44
* Move *_BASE into board_config.h to prevent conflicts * Move *_BASE into board_config.h to prevent conflicts
Categories: Development

repo: Bump Mesa to 10.5.2 on x86_64

Sat, 2015-04-04 22:16
Categories: Development

app_server: Reset current view also when deleting a parent view.

Sat, 2015-04-04 20:58
The check that was in place only ensured that the current view was reset if the current view itself got deleted. Since deleting views works by token it is possible that a view other than the current view gets deleted. When a parent of the current view was deleted, which also deletes all its children, the current view pointer was not reset and the stale pointer would still be accessed. The check that was in place only ensured that the current view was reset if the current view itself got deleted. Since deleting views works by token it is possible that a view other than the current view gets deleted. When a parent of the current view was deleted, which also deletes all its children, the current view pointer was not reset and the stale pointer would still be accessed.
Categories: Development

HaikuDepot: Re-activated Size-column

Sat, 2015-04-04 20:43
Noticed that HaikuDepotServer info now contains "payloadLength", which is the package size. Populate that in the list view. Noticed that HaikuDepotServer info now contains "payloadLength", which is the package size. Populate that in the list view.
Categories: Development

BColumnListView: Avoid crash on column resize.

Sat, 2015-04-04 20:30
* Inizialize fSelectedColumn before calling ResizeSelectedColumn(). * Fixes #10439. * Inizialize fSelectedColumn before calling ResizeSelectedColumn(). * Fixes #10439.
Categories: Development

HaikuDepot: Title versus Name distinction

Sat, 2015-04-04 20:14
* The name is the static package name. The title is either that name, or a translated pretty version of the name. * Adjust package info retrieval to server API changes. Unbreaks package translations. * The name is the static package name. The title is either that name, or a translated pretty version of the name. * Adjust package info retrieval to server API changes. Unbreaks package translations.
Categories: Development

malloc_debug: Add default alignment option.

Sat, 2015-04-04 14:41
This allows for something similar as was implemented in 217f090 but makes it optional and configurable. The MALLOC_DEBUG environment variable now can take "a" to set the default alignment to the specified size. Note that not all alignments may be supported depending on the heap implementation. This allows for something similar as was implemented in 217f090 but makes it optional and configurable. The MALLOC_DEBUG environment variable now can take "a" to set the default alignment to the specified size. Note that not all alignments may be supported depending on the heap implementation.
Categories: Development

Revert "malloc_debug: align allocations".

Sat, 2015-04-04 14:38
This reverts commit 217f090f9e247d1d4c5644e626642c430fafe4e5. At least for the guarded heap this completely defeats the purpose. If software requires a certain alignment it should request it using memalign explicitly instead of assuming it. This reverts commit 217f090f9e247d1d4c5644e626642c430fafe4e5. At least for the guarded heap this completely defeats the purpose. If software requires a certain alignment it should request it using memalign explicitly instead of assuming it.
Categories: Development

serialconnect: Really fix baudrate menu

Sat, 2015-04-04 14:19
* Re-add removed baudrates in bc02619755 * Re-aligns menu values and *really* fixes baudrate selection. * Re-add removed baudrates in bc02619755 * Re-aligns menu values and *really* fixes baudrate selection.
Categories: Development