haiku/data
Adrien Destugues a528bdee7f * Make ReadOlyBootPrompt look a bit nicer : don't use a regular BTextView but a custom view with an "haiku background leaf outline" below the text. The color and size of the leaf may still be altered, feel free to play around with it.
* Also do some changes to ReadOnlyBootPrompt layouting to include some insets and similar stuff.
  * Add country flags in the language selection menu
 * Modify locale roster method for getting a flag so it is a bit more tolerant. It is case insensitive on the country code, and also works if given a full locale code such as pt_BR.

Known problems :
 * The new BitmapTextView doesn't work well with the chinese text as it does line breaks only on space chars (0x20), and there is no such char in chinese text. However, the usual BTextView is also unable to do proper linebreaking. This should 
be solved  by using tools provided by ICU.
 * The way I altered LocaleRoster is not as good as it could be. Locales with variants such as zh-hans are not going to work (the computed country code is now 'NS'). Not sure there is a better way
 * The way the list is sorted in ReadOnlyBootPrompt is annoying as it prevents keyboard navigation. As the sorting changes each time you select a language, it's impossible to travel through the whole list. One possible solution is to do the 
language change on invoking an item. Another one is to sort the languages in a locale-neutral way.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39263 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-11-01 21:39:47 +00:00
..
artwork * Make ReadOlyBootPrompt look a bit nicer : don't use a regular BTextView but a custom view with an "haiku background leaf outline" below the text. The color and size of the leaf may still be altered, feel free to play around with it. 2010-11-01 21:39:47 +00:00
bin Some improvements to installoptionalpackage : 2010-08-05 00:17:52 +00:00
boot_cd Applied patch by Karvjorm to make the HTML xhtml strict compliant. Fixes #6197. Thanks! 2010-07-04 05:32:10 +00:00
catalogs Update to Russian locale files. Made by Diver. Thanks! 2010-10-27 21:34:33 +00:00
common Progress starts at 0.0 :) 2010-07-22 20:41:58 +00:00
config/boot
develop - prefix for system include paths was changed from -I to -system; 2010-06-19 20:26:04 +00:00
etc Moved definitions of the USER and GROUP environmental variables from 2010-05-11 14:55:23 +00:00
image_directories Reverted r35043. The "Save as PDF" printer could not save to 2010-03-14 15:40:18 +00:00
settings Added safe mode option B_SAFEMODE_4_GB_MEMORY_LIMIT (plus a boot loader menu 2010-06-23 11:13:39 +00:00
system Added CDDL v1 and MPL v1.1 licenses 2010-10-16 06:44:16 +00:00