Commit Graph

18 Commits

Author SHA1 Message Date
Christopher Michael 111f16043b Use ilist freeze/thaw for intl config dialog.
SVN revision: 27247
2006-11-27 16:15:39 +00:00
Carsten Haitzler 815e1699c7 patches from people (see mail list) and stuff.
SVN revision: 27174
2006-11-19 08:58:05 +00:00
Stafford Mitchell Horne 51fb982087 Change and Optimizations to locale parsing
* remember parse results
 * combine results only when needed (rarely)
 * parse results use Stringshare


SVN revision: 27134
2006-11-16 14:25:22 +00:00
Stafford Mitchell Horne 01b499b4fa Cleanup the locale parsing code.
* doesn't canonicalize for BSD machines
 * makes matching logic a little cleaner
 * added a few more comments


SVN revision: 26955
2006-11-05 05:09:55 +00:00
Christopher Michael 745ffd6138 Do not load the language list twice. Good eye Lutin :)
SVN revision: 26548
2006-10-12 13:12:42 +00:00
Stafford Mitchell Horne c2141f1939 Make sure to fallback to original if we cant translate
SVN revision: 26461
2006-10-10 00:41:21 +00:00
Stafford Mitchell Horne ce6e698871 Cleanups, Cleanups
* Fix minor mem corruption found while Valgrinding
 * Get selection for charset to work again
 * Only list basic locales which are supported by the system


SVN revision: 26460
2006-10-10 00:23:30 +00:00
Stafford Mitchell Horne da30a735e6 Do charset translations to Upper case form.
On, BSD and some applications in Linux the codeset needs to be in the form
listed in 'charsets' manpage.  I.e. utf8 is not good must be UTF-8.  Since
there seems to way to way to get those lists I just added a list in the
code.  It includes all the charsets I can find which are listed in my locale -a.

Let me know if anyone knows how to do this programatically on both Linux and
BSD.


SVN revision: 26445
2006-10-09 14:44:41 +00:00
Carsten Haitzler 8678ebe026 only bring up config dialogs once - find the previous one and splash it up if
u bring it up again


SVN revision: 26415
2006-10-08 08:04:18 +00:00
Stafford Mitchell Horne ffbb0879b0 Move those lists up
SVN revision: 26176
2006-09-27 12:23:44 +00:00
Stafford Mitchell Horne 1d94e1a8bc Fixup some issues in intl dialog
* Fix space in GG region
 * Don't load/sort the language list more than once
 * Propose some labels for the columns, disabled for now


SVN revision: 26174
2006-09-27 11:58:52 +00:00
Christopher Michael 3c3f605f02 Some work on intl config dialog.
-Sorted language & region lists.
     -Better ilist sizes.
     -Resizable Basic/Advanced dialogs.
     -General code formatting/cleanup.


SVN revision: 26173
2006-09-27 10:45:44 +00:00
Stafford Mitchell Horne db63f3d8fd Try to really first the NULL locale issue.
SVN revision: 26161
2006-09-26 16:00:13 +00:00
Stafford Mitchell Horne 067238e7af Try to select the correct current locale in the dialog. Need to get the
scroll bars to go to the right place also now.


SVN revision: 26146
2006-09-25 15:35:38 +00:00
Stafford Mitchell Horne ebabb954a0 Fix some issues found by Yasufumi,
* If lang is null the i18n dialog crashes
 * Languages in basic list were not translated


SVN revision: 26141
2006-09-25 13:16:49 +00:00
Stafford Mitchell Horne ac6aa06281 Comment complicate code which I will forget about in 1 week.
SVN revision: 25998
2006-09-21 12:48:48 +00:00
Stafford Mitchell Horne 2b47116c7f Free up configuration data
SVN revision: 25997
2006-09-21 11:52:52 +00:00
Stafford Mitchell Horne 310fb5c67b Add language selection dialog, A bit of work still required but this is a good
start.


SVN revision: 25996
2006-09-21 10:58:42 +00:00