aboutsummaryrefslogtreecommitdiff
path: root/gui/themes
AgeCommit message (Collapse)Author
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
2010-06-15GUI: Implement tooltips. FR #2821513.Eugene Sandulenko
FR #2821513: "GUI: add tooltips". Added tooltips for Add Game button, clear field buttons and couple other. Current problem: Only first call correctly restores text. I could not find where restore information gets lost. svn-id: r49774
2010-06-15GUI: Implement FR #2821514.Eugene Sandulenko
FR #2821514: "GUI: OK and Cancel buttons in option tabs". Now tabs are visually separated from the buttons. svn-id: r49770
2010-06-15GUI: Tidied up lowres themes.Eugene Sandulenko
svn-id: r49769
2010-06-15GUI: Improved look of GMM options menu.Eugene Sandulenko
svn-id: r49768
2010-06-15GUI: Implement radiobuttons.Eugene Sandulenko
Implement radiobuttons in GUI. Also closes FR #2821529: "GUI: volume and subtitles speed sliders". Subtitle toggle button is replaced by three radiobuttons grouped by a single group. Updated translations and themes. svn-id: r49767
2010-06-15Implement translation support for ScummVM GUI.Eugene Sandulenko
Based on patch #2903830: "Updated Translation Prototype" by alexbevi which in turn is based on patch #1739965 by jvprat. Currently it builds all translations right into ScummVM. Once the feature will be accepted more widely, i.e. more translations will pop up, it will be trivial to move translation strings to external file. Finished translation: Russian Unfinished translation: Hungarian Things which are nice to do: - Language code -> language mapping for more user friendness - Specifying fonts to be used with language - Updating of interface language without restart. It will require moving of much code to reflowLayout() methods for each dialog The .po files must be in single byte encodings. I.e. no support for Unicode. svn-id: r49759
2010-05-27Fix for bug #3007656: "GMM: Crash in 320x200"Max Horn
svn-id: r49267
2010-05-26Replace SCUMM F5 dialog by GMM & add help button to GMMMax Horn
The new "Help" button in the GMM is currently only used by SCUMM. To use it, an engine currently needs to subclass MainMenuDialog. svn-id: r49249
2010-04-12Update default themeOri Avtalion
svn-id: r48650
2010-04-12Remove trailing whitespaceOri Avtalion
svn-id: r48649
2010-04-12Center labels in mass-add dialogOri Avtalion
svn-id: r48648
2009-10-11Updated the modern theme logo with a darker shadowJordi Vilalta Prat
svn-id: r44952
2009-08-30Proof of concept with new logo. It is clearly visible now that the shadowEugene Sandulenko
has to be darker. Fix will come later. svn-id: r43823
2009-08-20Renamed ScummSaveLoad GUI dialog config entry to SaveLoadChooser. (Also ↵Johannes Schickel
bumped theme version along with it) svn-id: r43553
2009-08-20Partial implementation of feature request #2834637 "GUI: Allow greying out ↵Johannes Schickel
dummy ListWidget entries", based on a slighly modified version of my latest patch included there. svn-id: r43551
2009-08-13Cleanup.Johannes Schickel
svn-id: r43353
2009-08-13Little fix of new modern theme layout in the launcher for 3x.Johannes Schickel
svn-id: r43352
2009-08-13Move version string in Modern theme beneath the Logo in high res mode, this ↵Johannes Schickel
saves some space and looks nicer. svn-id: r43350
2009-08-10Rename 'font_color' attribute for 'text' draw step to 'text_color'.Johannes Schickel
svn-id: r43206
2009-08-10Made font color configuration independend from font style configuration.Johannes Schickel
svn-id: r43205
2009-07-31Prevent high-resolution layouts to be loaded on low resolutions.Vicent Marti
svn-id: r42955
2009-07-30Fixed corrupted theme files.Vicent Marti
svn-id: r42953
2009-07-22Fix bug #2825252: "GUI: Low Res Bugs"Eugene Sandulenko
svn-id: r42668
2009-07-16Fixed bug 2820514 ("Help dialog causes crash")Vicent Marti
svn-id: r42537
2009-07-16Update classic and builtin theme after r42529.Johannes Schickel
svn-id: r42531
2009-07-16Fixed issue with beveled shapes being drawn outside their shapes. Possible ↵Vicent Marti
regressions. svn-id: r42529
2009-07-15Slightly brighten up the active tab color in the modern theme.Johannes Schickel
svn-id: r42518
2009-07-15For a smoother user experience, use different colors for inverted text of ↵Johannes Schickel
the ListWidget, depending on whether the widget has focus or not. svn-id: r42512