Ingo Weinhold
7b2003907a
* Replace remaining BeOS int types.
...
* Removed inclusion of <SupportDefs.h>, respectively replaced it with
<stdint.h>.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37404 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-05 16:11:43 +00:00
Ingo Weinhold
281e8a3d0e
Removed the annoying bash_completion script from the image. Fixes #5950 .
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37403 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-05 15:14:12 +00:00
Adrien Destugues
5c88723e05
Fix a missing space in french translation.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37402 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-05 13:59:16 +00:00
Adrien Destugues
be28dac578
A wrongly escaped regexp in collectcatkeys made it not find any strings to translate. Thanks to mt for noticing!
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37401 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-05 13:52:49 +00:00
Adrien Destugues
c19a67f957
* Separate the Settings class from the locale preflet a little (it can be reused in other parts of the OS)
...
* Improve the settings class so it is able to handle a revert
* Re-enable the revert button in the preflet and make it work.
This fixes #5897 .
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37400 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-05 13:36:16 +00:00
Adrien Destugues
0cf8c36abb
Patch by Alex Wilson, part of GSoC 2010 : fix a "typo" in AbstractLayoutItem.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37399 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-05 09:47:48 +00:00
Adrien Destugues
cae7fb3aec
Fix target-side collectcatkeys to use the new regexp.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37398 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-05 07:47:08 +00:00
Rene Gollent
05b7485e36
Moved Wim to the active maintainer list.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37397 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-04 22:38:52 +00:00
Rene Gollent
7f68b95ab0
Updated gcc 4.3.3 optional package provided by Jerome Duval to take into account recent ssize_t changes.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37396 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-04 22:23:19 +00:00
Rene Gollent
7d447b60b4
Add liblocalestub.a in the DevelopmentMin package instead.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37395 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-04 20:35:57 +00:00
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