Source Activity

Syndicate content
Haiku's main repository
Updated: 2 hours 16 min ago

ffmpeg: fix compatibility with Media server.

Sun, 2015-04-26 12:11
Categories: Development

Make qt4 package installable again.

Sun, 2015-04-26 08:49
Categories: Development

Debugger: Cleanups.

Sun, 2015-04-26 02:06
- Factor out RegistersView's SIMD output formatting functions into UiUtils helpers. Adjust RegistersView accordingly. - Adjust DebugReportGenerator to detect SIMD registers and format them appropriately for report output using the aforementioned helpers. - Factor out RegistersView's SIMD output formatting functions into UiUtils helpers. Adjust RegistersView accordingly. - Adjust DebugReportGenerator to detect SIMD registers and format them appropriately for report output using the aforementioned helpers.
Categories: Development

Update qt4 packages for icu 55.1.

Sat, 2015-04-25 19:44
Categories: Development

Add dosbox and libedit_x86.

Sat, 2015-04-25 18:07
Categories: Development

Add CriticalMass and update cmake.

Sat, 2015-04-25 17:20
Categories: Development

DataTranslations: Put the dragged translators in the nonpackage dir.

Sat, 2015-04-25 17:04
* Fixes #12008 * Fixes #12008
Categories: Development

Add package for VLC 0.8.6i.

Sat, 2015-04-25 15:55
* Update fmpeg to include GPL code (needed by VLC). * Update libebml with fixed headers. * Update fmpeg to include GPL code (needed by VLC). * Update libebml with fixed headers.
Categories: Development

HaikuWebKit 1.4.11.

Sat, 2015-04-25 12:49
* Built against ICU 55.1. * Built against ICU 55.1.
Categories: Development

DataTranslations: Fix duplicate fields.

Sat, 2015-04-25 11:56
Categories: Development

DataTranslations: use layout, standard format.

Sat, 2015-04-25 09:58
* Small layout fix. * Fixes #11999. * Small layout fix. * Fixes #11999.
Categories: Development

Update translations from Pootle

Sat, 2015-04-25 04:26
Categories: Development

Temporarily hardcode ACPI _REV to 2 until we upgrade ACPICA.

Fri, 2015-04-24 19:51
Some manufacturers (Dell, HP, ..) use this value to detect Windows and only do proper setup in this case. Now we pretend to be Windows as well. This may cause some things to behave different or stop working. Please keep this in mind. For more information see: http://mjg59.dreamwidth.org/34542.html https://github.com/acpica/acpica/commit/7af00219681ab35ebe57d64a9189fd04a5a026d8#diff-76c5dc94fc085f5e3e2d17e6304f3ae0L186 Some manufacturers (Dell, HP, ..) use this value to detect Windows and only do proper setup in this case. Now we pretend to be Windows as well. This may cause some things to behave different or stop working. Please keep this in mind. For more information see: http://mjg59.dreamwidth.org/34542.html https://github.com/acpica/acpica/commit/7af00219681ab35ebe57d64a9189fd04a5a026d8#diff-76c5dc94fc085f5e3e2d17e6304f3ae0L186
Categories: Development

DataTranslations: use layout, standard format.

Fri, 2015-04-24 08:16
* Fix jpeg, jpeg2000. * Partialy fixes #11999. * Fix jpeg, jpeg2000. * Partialy fixes #11999.
Categories: Development

Fix CompileDTS rule to locate the device tree blob properly

Fri, 2015-04-24 00:27
This avoids having to call it from the BoardSetup files. This avoids having to call it from the BoardSetup files.
Categories: Development

ActivityMonitor: Fix leak of message when saving settings.

Thu, 2015-04-23 21:13
Adding a message to a message does not transfer ownership. Adding a message to a message does not transfer ownership.
Categories: Development

Tiny whitespace cleanup only.

Thu, 2015-04-23 21:12
Categories: Development

screen_saver filter: Fix use-after-free on destruction.

Thu, 2015-04-23 21:09
Stop watching nodes before quitting and therefore deleting the looper that was subscribed. Stop watching nodes before quitting and therefore deleting the looper that was subscribed.
Categories: Development

kernel guarded heap: Implement allocations debugger command.

Thu, 2015-04-23 21:04
It can be used to dump the current heap allocations with their details and stack traces if enabled. It can be used to dump the current heap allocations with their details and stack traces if enabled.
Categories: Development