Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-15 | GUI: Tidied up lowres themes. | Eugene Sandulenko | |
svn-id: r49769 | |||
2010-06-15 | GUI: Improved look of GMM options menu. | Eugene Sandulenko | |
svn-id: r49768 | |||
2010-06-15 | GUI: 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-15 | Implement 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-27 | Fix for bug #3007656: "GMM: Crash in 320x200" | Max Horn | |
svn-id: r49267 | |||
2010-05-26 | Replace SCUMM F5 dialog by GMM & add help button to GMM | Max 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-12 | Update default theme | Ori Avtalion | |
svn-id: r48650 | |||
2010-04-12 | Remove trailing whitespace | Ori Avtalion | |
svn-id: r48649 | |||
2010-04-12 | Center labels in mass-add dialog | Ori Avtalion | |
svn-id: r48648 | |||
2009-10-11 | Updated the modern theme logo with a darker shadow | Jordi Vilalta Prat | |
svn-id: r44952 | |||
2009-08-30 | Proof of concept with new logo. It is clearly visible now that the shadow | Eugene Sandulenko | |
has to be darker. Fix will come later. svn-id: r43823 | |||
2009-08-20 | Renamed ScummSaveLoad GUI dialog config entry to SaveLoadChooser. (Also ↵ | Johannes Schickel | |
bumped theme version along with it) svn-id: r43553 | |||
2009-08-20 | Partial 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-13 | Cleanup. | Johannes Schickel | |
svn-id: r43353 | |||
2009-08-13 | Little fix of new modern theme layout in the launcher for 3x. | Johannes Schickel | |
svn-id: r43352 | |||
2009-08-13 | Move 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-10 | Rename 'font_color' attribute for 'text' draw step to 'text_color'. | Johannes Schickel | |
svn-id: r43206 | |||
2009-08-10 | Made font color configuration independend from font style configuration. | Johannes Schickel | |
svn-id: r43205 | |||
2009-07-31 | Prevent high-resolution layouts to be loaded on low resolutions. | Vicent Marti | |
svn-id: r42955 | |||
2009-07-30 | Fixed corrupted theme files. | Vicent Marti | |
svn-id: r42953 | |||
2009-07-22 | Fix bug #2825252: "GUI: Low Res Bugs" | Eugene Sandulenko | |
svn-id: r42668 | |||
2009-07-16 | Fixed bug 2820514 ("Help dialog causes crash") | Vicent Marti | |
svn-id: r42537 | |||
2009-07-16 | Update classic and builtin theme after r42529. | Johannes Schickel | |
svn-id: r42531 | |||
2009-07-16 | Fixed issue with beveled shapes being drawn outside their shapes. Possible ↵ | Vicent Marti | |
regressions. svn-id: r42529 | |||
2009-07-15 | Slightly brighten up the active tab color in the modern theme. | Johannes Schickel | |
svn-id: r42518 | |||
2009-07-15 | For 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 | |||
2009-06-12 | Rename KeyRemapper dialog to KeyMapper | Eugene Sandulenko | |
svn-id: r41462 | |||
2009-06-07 | Added Clear button for search box. Looks a bit off, but we do not yet have | Eugene Sandulenko | |
skinned buttons. svn-id: r41355 | |||
2009-06-07 | Added current keymapper dialog to all themes so it could be tested by other | Eugene Sandulenko | |
devs. svn-id: r41352 | |||
2009-06-06 | Make script executable | Eugene Sandulenko | |
svn-id: r41304 | |||
2009-06-06 | Restore search.bmp which was lost | Eugene Sandulenko | |
svn-id: r41288 | |||
2009-06-06 | Bump theme version to 0.5 due to number of recent changes. | Eugene Sandulenko | |
svn-id: r41287 | |||
2009-06-06 | Implement FR#1970293: "LAUNCHER: Add "quick search" input field like in iTunes" | Eugene Sandulenko | |
svn-id: r41268 | |||
2009-06-06 | Add to launcher not yet functional search widget. | Eugene Sandulenko | |
Make EditableWidget CommandSender svn-id: r41267 | |||
2009-06-06 | Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". | Eugene Sandulenko | |
- Split out label from PopUp widget - Aligned every widget on all layouts so GUI becomes to look nice again - Moved textHAlign to layout properties svn-id: r41266 | |||
2009-06-06 | Implement widget property "textalign". Added it to all theme layouts | Eugene Sandulenko | |
svn-id: r41265 | |||
2009-06-06 | Sync all themes with improvements of mass dialog. Fixed list positioning | Eugene Sandulenko | |
svn-id: r41264 | |||
2009-06-06 | Implement FR#2707442: "GUI: Improve Mass Add dialog" | Eugene Sandulenko | |
svn-id: r41263 | |||
2009-06-06 | Improved look of popup widget, buttons, checkbox and tab widget | Eugene Sandulenko | |
svn-id: r41262 | |||
2009-06-06 | Add Mute control to all themes | Eugene Sandulenko | |
svn-id: r41235 | |||
2009-06-06 | Implement feature request #1180217: "GUI: Mute option" | Eugene Sandulenko | |
svn-id: r41233 | |||
2009-05-12 | - Add support for selecting the OPL emulator being used (config entry: ↵ | Johannes Schickel | |
"opl_driver") - Make MAME FM OPL the default emulator again - Add GUI support for selecting the active OPL emulator - Update themes svn-id: r40496 | |||
2009-05-12 | Sync with STXes | Eugene Sandulenko | |
svn-id: r40494 | |||
2009-05-09 | Original GSoC'08 keymapper now works. | Eugene Sandulenko | |
Plans: - Make remap dialog less ugly - Port dialog to other resolutions and classic theme - Stop polluting config namespaces with keymap - Improve automapper - Add support to the engines and backends svn-id: r40404 | |||
2009-03-15 | Fix small cursor for modern theme. | Johannes Schickel | |
svn-id: r39426 | |||
2009-03-02 | Make the file browser bigger in 1x mode | Max Horn | |
svn-id: r39077 | |||
2009-02-24 | Small UI updated with smaller HELP dialog to fit a 320x200 screen. The help ↵ | Lars Persson | |
text does not fit though. svn-id: r38848 | |||
2009-02-13 | Fixed bug #2485123 (weird looking game load dialog). | Vicent Marti | |
svn-id: r36313 | |||
2009-02-13 | Fix GUI themes zip files | Max Horn | |
svn-id: r36287 | |||
2009-02-12 | Fixed working Keys button in in game options dialog | Lars Persson | |
Fixed key mappings dialog layout svn-id: r36285 |