David McPaul
651dcdac93
Same fix needed as mp3_decoder see r37362 and bug #6251
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37391 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-04 13:36:28 +00:00
Rene Gollent
4861ebd530
Publish liblocalestub.a in /system/lib and /boot/develop/lib/x86.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37390 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-04 13:32:31 +00:00
Jérôme Duval
bafdc02b99
forgot an uint16 type for x86_64
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37389 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-04 12:38:45 +00:00
Jérôme Duval
5efd950f28
* followed Ingo's suggestion and used uint*_t types instead of public Haiku types.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37388 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-04 12:36:38 +00:00
Jérôme Duval
8386c959c4
Fixes uses of __uint16_t and __uint32_t which we don't define, also fixes the ppc buildtools build.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37387 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-04 11:10:28 +00:00
Joachim Seemer
4a31d87dfe
Applied patch by Karvjorm to make the HTML xhtml strict compliant. Fixes #6197 . Thanks!
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37386 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-04 05:32:10 +00:00
Clemens Zeidler
6df7fdcf03
Fix reading of the irq routing table.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37385 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-04 02:59:31 +00:00
Clemens Zeidler
b22ea6300c
Disable io apic for now. Fix irq argument for ioapic_configure_io_interrupt.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37384 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-04 02:57:40 +00:00
Rene Gollent
4f153c5b74
Update Web+ to r527. Fixes locale kit compatibility (for now).
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37383 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-04 01:34:40 +00:00
Jérôme Duval
818786a83a
Define ssize_t in Haiku headers when building with GCC4 (see also #5719 ). This could imply a conflict with old gcc4 Haiku builds.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37380 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-03 16:39:29 +00:00
François Revol
c31429c581
include sys/cdefs.h to hopefully fix building the cross tools for arm & ppc.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37377 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-03 13:45:15 +00:00
Wim van der Meer
af56de5bb1
Style cleanup.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37376 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-03 12:45:44 +00:00
Wim van der Meer
568716bed7
Style cleanup.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37370 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-03 10:23:04 +00:00
Stefano Ceccherini
4225e5b785
Use the Bfont object to discriminate between fonts (as in Dano)
...
and not just size and code. Style cleanups.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37369 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-03 09:34:59 +00:00
Wim van der Meer
6b176bef5b
Style cleanup.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37366 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-03 08:11:37 +00:00
Wim van der Meer
a6cd1edfaa
Style cleanup.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37365 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-03 07:49:30 +00:00
Wim van der Meer
24874466dc
Style cleanup.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37364 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-03 06:29:52 +00:00
David McPaul
affec393bc
Update to latest libasf (r107)
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37363 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-03 06:12:56 +00:00
David McPaul
a775c1a432
Correct test. Fixes bug #6251
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37362 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-03 06:11:39 +00:00
Wim van der Meer
164fceb29a
* Fix 'missing braces around initializer for 'property_info'' warning
...
* Style cleanup
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37361 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-03 04:34:45 +00:00
Ingo Weinhold
05951b9b6a
* Added optional paranoid checking of the slab memory manager meta chunks
...
after each chunk allocation/deallocation.
* The commands that dump chunks also verify, whether chunks that look free
are in the free list.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37360 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 23:33:55 +00:00
Ingo Weinhold
b0eaa06c26
Disable re-attaching the tracing buffer of a previous session. It still has
...
some problems.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37359 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 23:29:59 +00:00
Rene Gollent
fc7c01a114
Fix typo spotted by Clang. Resolves ticket #6253 .
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37358 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 19:48:13 +00:00
Matt Madia
9697a9688b
Moved the graphic for Installer to data/artwork. Updated Installer's rdef for
...
the new file path. No functional change.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37357 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 19:07:08 +00:00
Adrien Destugues
f097f10900
fix the build. Thanks again to luroh for watching me!
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37350 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 18:19:34 +00:00
Adrien Destugues
3cd31c8c1b
Uncomment useful code.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37349 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 18:05:42 +00:00
Adrien Destugues
1bbf3b889e
Patch by Alex Wilson as part of GSoC 2010 : fix a crashing bug in BTwoDimensionalLayout::AlignWith() (ticket #6244 ).
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37348 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 17:42:59 +00:00
Matt Madia
903d5b4944
Updated Mercurial. Build provided by Chris Roberts.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37347 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 17:41:50 +00:00
Adrien Destugues
a67f10cf82
Fix DoCatalogs rule for Bluetooth that I broke earlier. Sorry again!
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37346 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 17:32:47 +00:00
Adrien Destugues
673342995f
I forgot to update this one following Catalog API change. Sorry, and thanks to luroh for pinging me about it !
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37345 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 17:18:51 +00:00
Adrien Destugues
2f0eb7b11e
* Introduce a new method in BCountry to get the first day of week (monday or sunday)
...
* Localize date in deskbar properly, and use the new API to show the calendar. The "show european date" checkbox is now gone.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37344 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 17:15:55 +00:00
Matt Madia
38319af892
Updated HAIKU_DEFAULT_IMAGE_SIZE to 200 M. For some reason, building it in
...
Haiku causes the image file to need 193 MB; building it in FreeBSD requires
only 180 MB.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37343 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 16:52:58 +00:00
François Revol
2f1e7c8aeb
Just leave the stubs here and use other cpu-specific files.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37342 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 16:35:52 +00:00
François Revol
d6e6e36c04
Fork arch_video.cpp into cpu-specific versions.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37341 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 16:32:50 +00:00
Matt Madia
21f8a36fa2
Fixes build.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37340 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 15:00:25 +00:00
Adrien Destugues
6a3bada8dc
* Patch by Jorma Karvonnen with updates by me : localize libbluetooth
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37339 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 13:37:54 +00:00
Adrien Destugues
3fd6e5f6d7
* Pathc by Jorma Karvonnen updated by me : localize WebWatch. Thanks !
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37338 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 13:11:04 +00:00
Adrien Destugues
757e70593c
* Patch by Jorma Karvonnen updated by me : localize NetworkStatus
...
* Fix a small bug in LocaleRoster : a / was left out in the mimesignature. Didn't cause any harm, but it's cleaner this way.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37337 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 13:03:33 +00:00
Adrien Destugues
be8fa2fb30
* Update all applications in tree to use the new localizing system
...
* Remove the old one from the locale librairy, with some cleanup
Known regressions :
* readonlybootprompt will no longer update the locale settings : the
method used messed with internal undocumented things
* external localized apps (webpositive for example) will not run
anymore.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37336 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 11:36:13 +00:00
Wim van der Meer
ba7d3b37f9
Adding a settings button to change translator settings, refer to ticket #3813
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37335 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 08:38:00 +00:00
Axel Dörfler
8efbc2761e
* Further cleanup while I was at it.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37334 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 08:14:54 +00:00
Axel Dörfler
10d0523409
* Removed questionable use of strlen().
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37333 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 08:10:38 +00:00
Wim van der Meer
6020035bb0
Fixes a ''virtual status_t BMenuItem::Invoke(BMessage*)' was hidden' warning.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37332 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 03:16:03 +00:00
Wim van der Meer
15676f3a87
Code style cleanup.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37331 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 03:07:18 +00:00
Wim van der Meer
afa4fdf51e
Fixes a 'deprecated conversion from string constant to 'char*'' warning.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37330 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-02 01:31:57 +00:00
Rene Gollent
17f902d7c2
Don't leak the time formatter. Fixes ticket #6250 .
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37329 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-01 23:28:09 +00:00
Jérôme Duval
c5f257c095
style cleanup
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37328 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-01 21:08:55 +00:00
Axel Dörfler
60c26cd332
* Enabled the slab allocator as default allocator.
...
* The previous kernel heap has only an advantage for debugging, anyway, but the
actual reason for this change is bug #6232 , and Haiku should crash for most
people since a week now.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37327 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-01 19:49:53 +00:00
Axel Dörfler
5fe246510a
* Building with syscall tracing obviously needs this header now.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37326 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-01 19:24:25 +00:00
Wim van der Meer
ac40d7205b
Fixing the memory leak intruduced by my previous patch. Thanks to Ithamar for pointing this out.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37325 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-01 12:13:26 +00:00