Commit Graph

41617 Commits

Author SHA1 Message Date
Niels Sascha Reedijk
87ab70a3e2 Update translations from Pootle and also really remove zh_hans.catkeys. 2011-12-24 11:35:56 +01:00
Joseph R. Prostko
68fe8a9edc * Update KeymapSwitcher and Vim optional packages 2011-12-23 18:20:08 -05:00
Niels Sascha Reedijk
8e751ae341 Rename zh_hans to zh-Hans.
We keep the underscore to help with fallback languages. So in that respect pt_BR
falls back to pt in case of untranslated strings. zh-Hans is a way of writing
Chinese, as is zh-Hant. Neither of them can or should fall back on a
(non-existent) zh language code. They can be combined to form zh-Hans_CN and
zh-Hans_TW if there are ever translators that want to further refine that
dialect.
2011-12-23 22:39:56 +01:00
François Revol
781fd13550 Style fixes. 2011-12-23 17:08:03 +01:00
François Revol
a90b9b0221 Guard against buggy PCI bridges
* panic on pci controller init failure. No reason to continue just to crash later on.
* guard against buggy or misconfigured bridges (like the VIA Apollo MVP3 in my K6-2)
by limiting the recursion depth in FixupDevices and DiscoverBus.
2011-12-23 16:58:58 +01:00
François Revol
78ce5eb732 Add a pci:mechanism driver setting
* This should be use to force a config mechanism in case another one crashes.
* Actually doesn't seem to catch the setting passed by the boot_loader,
maybe it should be pci_config_mechanism in safemode instead ?
* Added a TODO about respecting the "don't call the BIOS" setting.
2011-12-23 13:55:23 +01:00
Urias McCullough
323738f8ab Fix copy/paste error in mouse preferences so it will compile with DEBUG=1
Signed-off-by: Matt Madia <mattmadia@gmail.com>
2011-12-22 20:33:02 +00:00
Aleksas Pantechovskis
d38ae623c3 Textencoding Kit localization support added.
* Textencoding Kit now uses localized names of available encodings;
* Default encoding for composing new messages in Mail application is now
  configurable through localization feature. Fixes #8147.
* This contribution was made as part of GCI 2011 task.

Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
2011-12-22 23:10:32 +00:00
Axel Dörfler
82a05afe30 Made the SRT parser a bit less strict.
* This allows to parse some SRTs that previously failed.
* Use the more expressive BString::IsEmpty() instead of Length() > 0.
2011-12-22 22:25:06 +01:00
Alex Wilson
61084e53b5 Remove clamping in new BSplitLayout methods.
Since clamping the index for these methods could lead to confusing side effects, we'll just avoid the clamping, and let things segfault when the programmer goes out of bounds.

Closes #7902
2011-12-22 14:16:44 -07:00
Alex Wilson
e0821f1d73 Add Hannah Boneß to the AboutSystem contributors list. 2011-12-22 13:25:32 -07:00
Hannah Boneß
5dcd3cd1f3 Update layout building code in misc. apps (GCI 2011 task).
Replace the use of old-style BGroupLayoutBuilder and BGridLayoutBuilder with new, templatized BLayoutBuilder::Group<> etc.. in the following apps:

* CharacterMap
* Installer
* Mediaplayer
* Screenshot

This work was done for GCI 2011 by Hannah Boneß. Thanks Hannah!
2011-12-22 13:20:26 -07:00
Urias McCullough
4ad0585ebc Partial fix for DEBUG=1 build on a 64bit host
Signed-off-by: Matt Madia <mattmadia@gmail.com>
2011-12-21 17:21:38 +00:00
czeidler
5693bf2fa9 Tabs are now reference counted. Fix the tests. 2011-12-21 17:50:19 +13:00
czeidler
85f746c030 Don't read beyond the matrix boundaries. This should fix #8244.
* Use std methods when possible.
2011-12-21 17:44:23 +13:00
czeidler
9472a1d6f7 Small style changes. Thanks Axel. 2011-12-21 17:21:51 +13:00
czeidler
5e6978f457 Fix debug build. 2011-12-21 17:02:12 +13:00
Oliver Tappe
bb6b6a1504 Correct explicitly created symlinks for ICU-devel package
* skip the right amount of extensions until the actual abi version
  is reached
2011-12-20 21:59:33 +01:00
Oliver Tappe
63ffb518f8 Update icu-devel packages again, as they were broken. 2011-12-20 00:29:58 +01:00
Aleksas Pantechovskis
d01b42b970 Correct update of TextView text run on font change.
* Fixes #4698 - font preference changes were not applied
  on the next message;
* The source of problem is resetting of the text run array after
  applying new font with SetFontAndColor function. Proposed solution
  updates the text run array items fonts directly without resetting
  it them and without loosing any styling and color quiting
  information;
* This is result of completing GCI 2011 task.

Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
2011-12-19 22:49:18 +01:00
Oliver Tappe
2ba22cc36a Fix crash of AboutSystem on gcc4.
* Glibc declares and uses its own version of mbstate_t, which is
  incompatibly with our own. Mix our own fields into glibc's
  mbstate_t, such that the two structs are compatible.
2011-12-19 18:49:16 +01:00
Alexander von Gluck IV
4e9e029551 Set encoder dpms on dpms, it just feels right 2011-12-19 10:47:55 -06:00
Rene Gollent
f6c8d24294 Use the correct perform invocation for these functions. 2011-12-19 08:49:58 -05:00
Oliver Tappe
e94fa361f3 Fix #8098 (icu-devel breaking current abi symlink)
* provide separate icu-devel packages for x86/gcc{2,4} and ppc, in
  order to bypass problems with this package trying to make use of
  the /boot/develop/abi/current symlink.
2011-12-19 11:46:15 +01:00
Alexander von Gluck IV
94e5ca7e6d Add function to perform external encoder dpms set
* Utilize external encoder dpms set on dpms set
2011-12-18 21:23:57 -06:00
Matt Madia
2ccc15b7b6 Added some more information. Review appreciated. 2011-12-18 21:48:35 +00:00
Matt Madia
c17930470d Fixed a couple of typos. 2011-12-18 21:48:34 +00:00
John Scipione
f969ed4153 A few formatting tweaks in the BEntry and BDirectory class documentation. 2011-12-18 21:43:22 -05:00
John Scipione
d4fa97f8f8 Moved documentation for the BEntry class into a dox file to include it into the Haiku book. 2011-12-18 21:28:55 -05:00
John Scipione
a92e17b124 Fix copyright line to Haiku, Inc. in Directory.dox and a few more small fixes. 2011-12-18 21:26:02 -05:00
John Scipione
38f6a824d2 Fix copyright line to Haiku, Inc. in GameProducer.dox 2011-12-18 21:25:31 -05:00
John Scipione
8786818cf2 Add documentation for the GameProducer class in the Game Kit.
This documentation was provided by Omri Barak, a student participating
in Google Code Initiative (GCI) 2011.

Signed off by John Scipione

Since this is the first class documented in the Game Kit I also added
a reference to the Game Kit to the API docs front page.
2011-12-18 19:42:33 -05:00
John Scipione
2ac1eb67b3 Move the doxygen documentation comments from src/kits/storage/Directory.cpp to docs/user/storage/Directory.dox and update it both the language, fix a few errors, and bring the syntax up to snuff. The documentation for the BDirectory class is now added to the Haiku Book. 2011-12-18 18:53:46 -05:00
Rene Gollent
730714fea5 Update Pe gcc4 optional package. 2011-12-18 16:09:29 -05:00
Rene Gollent
c8df0c9b27 BePDF needed this one to be added as well. 2011-12-18 15:54:01 -05:00
Rene Gollent
466f2b8f99 Add compatibility symbols for removed LayoutChanged() calls. 2011-12-18 15:34:44 -05:00
Alexander von Gluck IV
45e71a9ea6 Add function to handle DIG encoder dpms setup
* Add code to control DIG dpms setup
* Reduce information needed by encoder_dpms_set
* DIG dpms setup needs access to pixelClock for DP training
2011-12-18 11:48:53 -06:00
Niels Sascha Reedijk
3005f9df6b Update translations from Pootle. 2011-12-18 10:30:21 +01:00
Rene Gollent
f7d5d48f98 Updated Vision packages. 2011-12-17 16:15:35 -05:00
Aleksas Pantechovskis
c73d1cf713 Fixed enable/disable "Find" button
* Fixed during GCI 2011
* Fixed #7983.

Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
2011-12-17 22:00:32 +01:00
Aleksas Pantechovskis
35636bd21f Fix selection of attachment on right click.
* Fixed during of GCI 2011.
* Fixes #7982

Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
2011-12-17 22:00:30 +01:00
Alexander von Gluck IV
8ff2ca22f7 Complete code for DIG transmitter control
* Record external clock frequency (aka, DP non-pll)
* Add function to control DIG transmitter
* Cleanup duplicated is external code in encoder mode set
2011-12-17 12:34:56 -06:00
Rene Gollent
86b8d5d95a Fix build. 2011-12-17 00:04:46 -05:00
Rene Gollent
bae0f6db21 Updated Web+ package due to layout API changes. 2011-12-17 00:03:23 -05:00
czeidler
f0389daa94 Fix comment and add a TODO. 2011-12-17 14:36:37 +13:00
czeidler
14fc524be2 Style and performance fixes. Thanks Ingo and Stephan. 2011-12-17 14:36:36 +13:00
Alexander von Gluck IV
7e38e5101f Pass pixelClock to dig encoder setup, my DP LVDS bridge now works. 2011-12-16 16:43:54 -06:00
Rene Gollent
8a6af348bb Add Git to nightlies rather than Subversion. 2011-12-16 11:08:00 -05:00
Humdinger
4ff849cdbd Added Dragos Serban as Romanian translator. 2011-12-16 16:18:41 +01:00
Humdinger
b4add23da1 Updated/added Romanian nad Chinese catkeys. 2011-12-16 16:10:12 +01:00