aboutsummaryrefslogtreecommitdiff
path: root/gui/themes
AgeCommit message (Collapse)Author
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
svn-id: r53160
2010-10-12I18N: Forward-port r53063 (minor lowres fixes)Jordi Vilalta Prat
svn-id: r53159
2010-10-02I18N: Update German translation in trunkThierry Crozat
svn-id: r52982
2010-10-02i18n: Update Russian translationEugene Sandulenko
svn-id: r52979
2010-10-01GUI: Fix bug #3075649 (Fonts not found with built-in theme)Thierry Crozat
When switching to a theme that do not have the fonts needed to properly display the current language, it now revert to the previously used theme and display an error message telling the user to change the language first if he wants to use the theme he selected. svn-id: r52969
2010-09-30I18N: Add translation for wince specific titles for key mapping dialogThierry Crozat
Also backport fix from branch on translation of default title for key mapping dialog. svn-id: r52959
2010-09-25I18N: Update Spanish and French translationsThierry Crozat
svn-id: r52893
2010-09-22I18N: Update Ukrainian translationThierry Crozat
svn-id: r52861
2010-09-21I18N: Update the catalan translation.Jordi Vilalta Prat
svn-id: r52851
2010-09-21GUI: Quick fix for the mute checkbox label being cut in the in-game optionsThierry Crozat
This happened with some translations as the width of the checkbox was fixed to 80 pixels, even though more space was available. I have increased it to 120 pixels. svn-id: r52849
2010-09-21I18N: Update Italian translationThierry Crozat
svn-id: r52847
2010-09-20GUI: Give slightly more space to the options label in scummmodern themeThierry Crozat
I think I have checked everywhere and it looks good both in English and in French. This might help for future translations. I am not committing the change to the 1.2.0 branch though as I am not completely sure it is harmless. svn-id: r52830
2010-09-20GUI: Fix Subtitles speed option cut in Audio tab of game options.Thierry Crozat
In normal (no scaling) mode and aspect ratio correction turned off, the height of the Audio tab of the game options was too small and the subtitle speed option was subsequently cut. svn-id: r52829
2010-09-20I18N: Update Spanish German and French translationsThierry Crozat
svn-id: r52822
2010-09-19I18N: Add lowres context for one string.Thierry Crozat
Also update German and French translations. svn-id: r52808
2010-09-16I18N: Update Spanish translationThierry Crozat
svn-id: r52753
2010-09-15I18N: Add translation for load/save success or failure messagesThierry Crozat
Also improve and update the french translation. svn-id: r52740
2010-09-14I18N: Update Spanish and Italian translationsThierry Crozat
svn-id: r52725
2010-09-13I18N: Update German translationThierry Crozat
svn-id: r52714
2010-09-13I18N: Update the catalan translation.Jordi Vilalta Prat
svn-id: r52701
2010-09-13I18N: Unified messages by removing whitespaces.Jordi Vilalta Prat
svn-id: r52700
2010-09-12i18n: Translate Save and Restore buttons in SCI engineThierry Crozat
svn-id: r52694
2010-09-12i18n: Update German translationThierry Crozat
svn-id: r52690
2010-09-12i18n: Add lowres context in a few places.Thierry Crozat
I also changed the english text for the GUI Renderer items in 1x mode as the text was tool long and cut. svn-id: r52683
2010-09-11i18n: Update Italian and Spanish translationsThierry Crozat
The change to the spanish translation fixes bug #3063423 svn-id: r52678
2010-09-11i18n: Add lowres context in a few placesThierry Crozat
Also update the Italian and French translations. svn-id: r52677
2010-09-08I18N: Update the catalan translation.Jordi Vilalta Prat
svn-id: r52646
2010-09-08WII: Fix typo, update translations.Andre Heider
svn-id: r52640
2010-09-02i18n: Update German translationThierry Crozat
svn-id: r52499
2010-09-01i18n: Update Russian translationEugene Sandulenko
svn-id: r52483
2010-08-30I18N: Update translation template and all translations.Thierry Crozat
svn-id: r52462
2010-08-23i18n: Add support for context in translations.Thierry Crozat
This change means there can now be different translations for the same english string depending on the context. It is based on gettext msgctxt feature. There is a new macro _c(msg, ctxt) that should be used instead of _(msg) in the source code when we want to add a context to the message. For the moment I have added contexts to only one message ("None") so that I could test the changes. Context could be added also to get shorter translations when GUI is in 1x mode. I have also added back the fuzzy option to msmerge since it is useful when adding contexts to populate the translations for the new contexts. svn-id: r52308
2010-08-19i18n: add translations.dat fileEugene Sandulenko
svn-id: r52209
2010-08-05GUI: Fix classic theme's GMM in 320x200.Johannes Schickel
svn-id: r51756
2010-08-01i18n: Added Cyrillic fonts to theme packagesEugene Sandulenko
This fixes ScummVM startup on systems with Russian set as locale. svn-id: r51571
2010-07-27GUI: Rename Font cache to match new font naming schemeEugene Sandulenko
svn-id: r51388
2010-07-25GUI: Fix MIDI gain position in MIDI tab for lowres classic theme.Johannes Schickel
svn-id: r51277
2010-07-24GUI: Update built-in themeEugene Sandulenko
svn-id: r51266
2010-07-24GUI: Fix bug #3027772 by adding MT-32 tabEugene Sandulenko
Bug #3027772: "Can't switch between Text and Speech". The problem was in overcrowded Audio tab in any resolution with height < 480. Solved by adding new MT-32 tab and grouping all relevant widgets there. TODO: - The problem still exists for 320x200 resolution where Subtitle speed control is not accessible - Apparently nobody tested tab control scrolling after switching to new GUI, and now there are artifacts svn-id: r51265
2010-07-23GUI: Fix bug #3024930Eugene Sandulenko
Bug #3024930: "GUI: GMM errors out in Hercules mode". Fixed by switching Hercules resolutions to lowres GUI. svn-id: r51226
2010-07-23GUI: Fix tooltip drawingEugene Sandulenko
With help of Tanoku tooltips were switched from widgets to dialogs which helped to fix nasty bug with background not being restored. Although it is basically a hack around inconsistent font backbuffering in our GUI code, for the time being it is feasible. The patch was extended with way to specify tooltip background in the theme file. svn-id: r51217
2010-07-04Fix the size of the ScummVM logo in the launcher in the modern theme.Johannes Schickel
svn-id: r50642
2010-06-28i18n: Add support for locale-dependent fontsEugene Sandulenko
Currently it ws not decided where to put fonts, but if you put BDF files into themepath, they will get picked up. The font name has to contain same codepage specification as in the .po file, i.e. fixed5x8-iso-8859-5.bdf for Cyrillic codepage. In case the font does not exist, default will be used. All built in fonts get proper names. TODO: Currently there is a bug with our font cacher. Font clR6x12-iso-8859-5 is empty after loading from FCC file. Reason is unknown. svn-id: r50448
2010-06-28Fonts: More BDF font renamesEugene Sandulenko
svn-id: r50437
2010-06-28Fonts: Add Russian codepage fonts, renamed existing onesEugene Sandulenko
svn-id: r50436
2010-06-27GUI: Copy over fonts from the vendor branch, so they will lay next to the GUI.Eugene Sandulenko
It will be used for future support of locale-dependent fonts. svn-id: r50377
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
svn-id: r50128
2010-06-20GUI: Tweak low-res Launcher layout (1-2 more games visible in game list, ↵Max Horn
less space wasted between buttons) svn-id: r50098
2010-06-15Remove unnecessary svn:executable propertiesWillem Jan Palenstijn
svn-id: r49870
2010-06-15GUI: Widened max tooltip width for bigger screen resolutionsEugene Sandulenko
svn-id: r49778