Eugene Sandulenko
3cddad3373
Add James to credits for his Music Enhancement project
...
svn-id: r28336
2007-07-30 19:18:39 +00:00
Filippos Karapetis
d2d49e224b
Implemented FR #1754616 - "GUI: Add option to delete games using the "Del" Key"
...
svn-id: r28131
2007-07-17 21:59:44 +00:00
David Corrales
9bfe5d5354
Merged the FSNode branch with trunk r27681:27969
...
svn-id: r27970
2007-07-08 16:58:54 +00:00
Neil Millstone
e2495f1d21
Fix for launcher detecting DS configuration section in config file as a game
...
svn-id: r27874
2007-07-02 22:48:39 +00:00
Robin Watts
5acf6b76c4
Compile fix: ascii should be state.ascii, I assume.
...
svn-id: r27825
2007-07-01 14:19:12 +00:00
Max Horn
2243197f50
Changed GUI system to use Common::KeyState state
...
svn-id: r27786
2007-06-30 12:26:59 +00:00
Eugene Sandulenko
bebaccbe65
Patches #1743201 : "GUI: Reworked modern theme"
...
svn-id: r27744
2007-06-27 09:53:22 +00:00
Eugene Sandulenko
8c36fcf64c
Path #1743892 : "Fix for segmentation fault in theming code"
...
svn-id: r27743
2007-06-27 09:32:42 +00:00
Eugene Sandulenko
3165e380c5
Patch #1743196 : "GUI: Remove trailing spaces in some strings"
...
svn-id: r27741
2007-06-27 09:28:09 +00:00
Eugene Sandulenko
cac0c0f256
Patch #1742050 : "GUI: Enlarge some labels in the themes"
...
svn-id: r27701
2007-06-25 07:49:08 +00:00
Eugene Sandulenko
f7d90395cd
Fix bug #1742561 : "GUI: Missaligned text"
...
svn-id: r27700
2007-06-25 07:44:16 +00:00
Eugene Sandulenko
0d467367d2
Patch from bugreport #1742561 : "GUI: Missaligned text"
...
svn-id: r27699
2007-06-25 07:13:53 +00:00
Eugene Sandulenko
22f06325d4
Patch #1742574 : "GUI: Unify "Default" options text"
...
svn-id: r27698
2007-06-25 07:01:13 +00:00
Max Horn
71e696094e
Update credits
...
svn-id: r27687
2007-06-24 11:02:43 +00:00
David Corrales
cacd7a28fd
Merged the FSNode branch with trunk r27031:27680
...
svn-id: r27681
2007-06-23 18:51:33 +00:00
Max Horn
2bbe67afdf
Added more flexible KeyState constructor; updated comment in gui/Key.h
...
svn-id: r27654
2007-06-23 10:06:39 +00:00
Max Horn
f97cbb8294
Update GUI::Key constructs
...
svn-id: r27643
2007-06-23 00:05:32 +00:00
Max Horn
8cfb778bfa
Adding two missing #includes to fix compilation. *sigh* I am really bad at double checking my commits tonight. Sorry, folks
...
svn-id: r27630
2007-06-22 21:58:32 +00:00
Max Horn
d21b8c43d0
Converted some more code to make use of Common::KEYCODE_ / Common::ASCII_
...
svn-id: r27628
2007-06-22 21:38:34 +00:00
Max Horn
2b23374468
Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants. This also revealed the evil mixing of keycodes and ascii we do in many places :-/
...
svn-id: r27616
2007-06-22 20:04:44 +00:00
Max Horn
39405cbb25
Changed default buttons of MessageDialogs and mass add dialog to accept 'return' as hotkey for the default button, instead of 'enter' (resp. even 'nothing' on some systems)
...
svn-id: r27611
2007-06-22 17:51:17 +00:00
Torbjörn Andersson
4305483ad0
Use KEYCODE constants.
...
svn-id: r27598
2007-06-22 07:49:02 +00:00
Travis Howell
05ecd1bcc4
Fix reading the speech_mute setting, the global setting was read, instead of the domain specific setting.
...
svn-id: r27554
2007-06-20 14:29:45 +00:00
Eugene Sandulenko
276cdc5416
Update credits with some nicks from SF.net
...
svn-id: r27482
2007-06-16 19:24:43 +00:00
David Corrales
f7ea7e666d
Removed the isValid operation from the FilesystemNode class in favor of the much richer combinations possible with the new operations (exists, isReadable and isWritable).
...
The work on the Common::File class is far from complete. Only the necessary was updated.
svn-id: r27473
2007-06-16 17:31:36 +00:00
Max Horn
a5c2c06a97
If we failed to compute any description for a game target, create a dummy description (this ensures that the entry is at least displayed)
...
svn-id: r27419
2007-06-15 16:32:14 +00:00
David Corrales
e7aa6b996b
Fixed a TODO about checking that the savegames path is writable.
...
svn-id: r27403
2007-06-14 18:40:27 +00:00
Max Horn
d6b073961e
Updated the about dialog (2006->2007, and added a header similar to our new source code legal header; also moved the GPL header after the engines list (it seems wrong to list it at the *very end* of the about dialog scroller, after all it is our license)
...
svn-id: r27391
2007-06-13 20:37:24 +00:00
Eugene Sandulenko
347545dcdf
Fix for reported button overlapping in PSP resolution.
...
svn-id: r27348
2007-06-11 08:18:38 +00:00
Eugene Sandulenko
b9b9d6adbc
Bump theme version
...
svn-id: r27346
2007-06-11 08:00:35 +00:00
Eugene Sandulenko
2982a6ebb3
Fix bugs #1709323 : "GUI: Button overlapping" and #1677997 : "GUI: Switching
...
options dialog between 1x and 2x" by introducing Volume tab to all resolutions
svn-id: r27345
2007-06-11 07:57:39 +00:00
Eugene Sandulenko
7f7abe8706
Revert commits:
...
r27175: Added partial workaround for bug #1677997
r27311: Extended the fix for bug #1677997 to also cover the global options dialog; also made the code a bit more flexible
r27312: Oops, fix crash when opening globals options dialog
svn-id: r27344
2007-06-11 07:35:52 +00:00
Max Horn
3c359449ad
Oops, fix crash when opening globals options dialog
...
svn-id: r27312
2007-06-10 14:23:26 +00:00
Max Horn
85893e457d
Extended the fix for bug #1677997 to also cover the global options dialog; also made the code a bit more flexible
...
svn-id: r27311
2007-06-10 13:56:10 +00:00
Max Horn
c7169a36ff
Added partial workaround for bug #1677997
...
svn-id: r27175
2007-06-07 17:55:39 +00:00
Max Horn
4ecce505db
Added a FIXME/TODO regarding the volume override control in the 'Edit Game' options dialog
...
svn-id: r27174
2007-06-07 17:36:47 +00:00
Max Horn
a6db69102b
Extended comment on TabWidget::removeTab() a bit
...
svn-id: r27169
2007-06-07 15:17:01 +00:00
Max Horn
0bebe25e0f
Added TabWidget::removeTab method; and updated some comments in TabWidget.h
...
svn-id: r27168
2007-06-07 15:14:58 +00:00
David Corrales
3b96c7fad5
Renamed methods in the FilesystemNode class to match the AbstractFSNode implementations.
...
Also exposed the new methods (exists, isReadable and isWritable) in FilesystemNode.
svn-id: r27113
2007-06-05 21:02:35 +00:00
Eugene Sandulenko
09ae91b118
Fix bugs mentioned in #1730147 "GUI: Classic themes need to be updated"
...
svn-id: r27061
2007-06-03 08:11:19 +00:00
David Corrales
0cab5b7791
Merged the fs branch with trunk. r26949:27031
...
svn-id: r27032
2007-05-31 23:44:43 +00:00
Max Horn
218e132e37
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
...
svn-id: r27024
2007-05-30 21:56:52 +00:00
Max Horn
ed02fb1443
Fix warning caused by not handling all enum values in a switch (caused by the newly added EVENT_PREDICTIVE_DIALOG constant)
...
svn-id: r27008
2007-05-29 21:35:13 +00:00
Kostas Nakos
5543e61e40
simplified code by moving key naming to the sdl port (where it belongs)
...
svn-id: r26978
2007-05-27 19:00:28 +00:00
Johannes Schickel
86104e0bf0
Reverted r26922.
...
svn-id: r26967
2007-05-27 11:40:03 +00:00
David Corrales
3646c968c9
Merged the fs branch with trunk. r26472:26948
...
svn-id: r26949
2007-05-26 20:23:24 +00:00
Johannes Schickel
ad03c72bdb
Commit of patch #1715313 ("CORE: STL like algorithm implementation").
...
svn-id: r26929
2007-05-23 12:02:31 +00:00
Eugene Sandulenko
81c218fe34
sync
...
svn-id: r26926
2007-05-23 06:52:43 +00:00
Johannes Schickel
8ff17142c5
Simpilified Singleton implementation and usage.
...
svn-id: r26922
2007-05-22 14:17:44 +00:00
Eugene Sandulenko
a178c25ea2
Move Yaz0r back from retired project members.
...
svn-id: r26919
2007-05-22 14:07:50 +00:00
Nicola Mettifogo
0ab229eb2c
Added peres to credits.
...
svn-id: r26896
2007-05-20 21:35:57 +00:00
Filippos Karapetis
ecf8417d01
Adding myself to the AGI section as well
...
svn-id: r26746
2007-05-04 12:56:48 +00:00
Johannes Schickel
7143d08e71
Little improvement for theme config validity check.
...
svn-id: r26671
2007-04-29 00:18:54 +00:00
Johannes Schickel
e0b462b33b
Fix for crash when trying to select an outdated/wrong theme config.
...
svn-id: r26670
2007-04-29 00:15:32 +00:00
Max Horn
00b9bc7b36
Removing lots of superfluous semicola (see mail by David Weinehall on scummvm-devel)
...
svn-id: r26594
2007-04-25 19:31:23 +00:00
Torbjörn Andersson
8306e0ebe5
Re-generated credits.h
...
svn-id: r26593
2007-04-25 17:40:27 +00:00
Kostas Nakos
6e8fe8632d
improve the looks of keysdialog
...
svn-id: r26554
2007-04-21 14:01:36 +00:00
Kostas Nakos
31d728bf55
added credits for wince code contributions
...
svn-id: r26527
2007-04-16 10:43:43 +00:00
Max Horn
f8067d54e5
Fixing some memory leaks in the GUI code
...
svn-id: r26515
2007-04-15 19:03:25 +00:00
Max Horn
ed54ea9155
Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again
...
svn-id: r26180
2007-03-17 19:02:05 +00:00
Max Horn
cfe7ecd6d9
Don't track the modifier state, use the eventmanager instead (this also fixes bug #1657322 , GUI: 'Mass Add' button text does not revert after mass add)
...
svn-id: r26174
2007-03-17 16:05:16 +00:00
Max Horn
b765e998f7
use _ prefix for member vars, as per our code formatting conventions
...
svn-id: r26173
2007-03-17 15:52:35 +00:00
Torbjörn Andersson
53624376b4
Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), with
...
Fingolfin's blessings. Keyboard repeat is now handled by the event manager,
rather than by individual engines.
Since this can cause problems with some engines (see the AGI engine), the extra
"key down" events are marked as "synthetic", so that they can be ignored if
necessary.
svn-id: r26170
2007-03-17 15:44:26 +00:00
Max Horn
15d9bc42ea
Force all code to use EventManager::pollEvent instead of OSystem::pollEvent
...
svn-id: r26156
2007-03-17 00:53:21 +00:00
Max Horn
a73c6c3670
Added new file gui/object.cpp (collecting GuiObject methods in there), and renamed Dialog::deleteWidget to Dialog::removeWidget (name was misleading, the removed object does *not* get deleted)
...
svn-id: r26147
2007-03-16 20:47:41 +00:00
Lars Persson
f447d9d38f
Remove debugger hack for Symbian OS!
...
svn-id: r26127
2007-03-13 22:31:55 +00:00
Torbjörn Andersson
d7e9510265
Updated the conditions for the "override" checkboxes. Most of it is probably
...
only noticeable if you edit the config file manually, but the volume settings
should definitely affect the Audio override if there is no separate Volume tab.
svn-id: r26066
2007-03-10 18:25:37 +00:00
Eugene Sandulenko
6ee9e52f4b
Move mass add dialog settings to theme config. Bump theme ini version.
...
svn-id: r26058
2007-03-10 14:15:47 +00:00
Eugene Sandulenko
5577379ac3
Implement FR #1559561 : "GUI: output sample rate widgets"
...
svn-id: r26056
2007-03-10 13:39:38 +00:00
Max Horn
728d01cb17
Removing some unnecessary #includes
...
svn-id: r26044
2007-03-09 23:46:45 +00:00
Max Horn
68df0a697a
Get rid of getcwd abuse here, and unify the way savepath, extrapath and themepath are handled
...
svn-id: r26021
2007-03-08 17:05:58 +00:00
Torbjörn Andersson
75d79f639b
Changed "each X mins" to "every X mins".
...
svn-id: r25901
2007-02-27 21:26:21 +00:00
Johannes Schickel
75af373278
ops missed one spot last commit.
...
svn-id: r25899
2007-02-27 17:12:16 +00:00
Johannes Schickel
56f65a5002
fix for gradient calculation
...
svn-id: r25898
2007-02-27 17:10:40 +00:00
Torbjörn Andersson
437bc950b6
Measure the "open time" from when the pop-up dialog was first drawn, not from
...
when it was created. This should fix bug #1667992 .
svn-id: r25887
2007-02-26 22:38:24 +00:00
Max Horn
0219b46e9d
Simplified addGameToConf and at the same time made it more powerful: Copy all key/value pairs returned by the detector to the new config file domain
...
svn-id: r25701
2007-02-18 18:39:46 +00:00
Max Horn
da67fb9de4
Redraw the launcher after doing a mass add
...
svn-id: r25699
2007-02-18 18:36:21 +00:00
Max Horn
3611cc6b4c
Fixed warning
...
svn-id: r25698
2007-02-18 18:35:11 +00:00
Max Horn
94507bb44d
Improved 'Mass Detector': Now displays a dialog which displays the scan progress to the user, and can be cancelled (the whole thing still needs to be polished)
...
svn-id: r25697
2007-02-18 18:23:52 +00:00
Max Horn
b8bd502c57
Added Stuart George to the credits
...
svn-id: r25626
2007-02-16 11:14:32 +00:00
Johannes Schickel
8bd1bd53b9
Adding Florian Kagerer for his Kyra FM-Towns code contributions.
...
svn-id: r25589
2007-02-14 21:16:14 +00:00
Eugene Sandulenko
bded4288f9
Bump theme version.
...
svn-id: r25569
2007-02-13 21:47:09 +00:00
Eugene Sandulenko
dae00f1a4a
Disable clear soundfont path button when path is not selected.
...
svn-id: r25568
2007-02-13 21:41:49 +00:00
Eugene Sandulenko
846a3498b8
Fix clear soundfont path button position in game options dialog.
...
svn-id: r25566
2007-02-13 21:08:11 +00:00
Eugene Sandulenko
474d49dc14
Implement FR#1611172: GUI: Add autosave period widgets
...
svn-id: r25563
2007-02-13 21:06:45 +00:00
Eugene Sandulenko
d90fc8914c
Implement FR#1600020: GUI: Select "No SoundFont"
...
svn-id: r25556
2007-02-13 19:55:20 +00:00
Nicola Mettifogo
852803d6e0
removed warnings
...
svn-id: r25534
2007-02-12 19:47:42 +00:00
Johannes Schickel
7d1e5b15ce
Should silence some warnings.
...
svn-id: r25533
2007-02-12 19:42:28 +00:00
Torbjörn Andersson
3bc0661065
Merged the "palette manager" into the cursor manager. It was only used to
...
manage *cursor* palettes, so the name was misleading.
svn-id: r25500
2007-02-12 00:04:56 +00:00
Max Horn
986ff06af9
Fix for bug #1656870 (GUI: MassAdd: One Has to click twice to confirm)
...
svn-id: r25491
2007-02-11 14:25:46 +00:00
Max Horn
063e09be02
Patch #1656801 (BASS: various control panel fixes), which fixes bug #1548779 (BASS: Control panel inconsistency for FX/Music button texts)
...
svn-id: r25473
2007-02-10 18:10:55 +00:00
Max Horn
a14e90478c
Added small note to ThemeModern::calcLuminance
...
svn-id: r25472
2007-02-10 18:09:13 +00:00
Max Horn
9dbf7d271b
Stronger dimming for disabled GUI widgets
...
svn-id: r25471
2007-02-10 17:45:25 +00:00
Johannes Schickel
dda1431e7c
cleanup
...
svn-id: r25435
2007-02-09 00:06:54 +00:00
Johannes Schickel
810056dcf6
Fix for bug #1650993 ("GUI: About dialog scroller").
...
svn-id: r25434
2007-02-09 00:02:49 +00:00
Johannes Schickel
956affd3d2
Moved definition of ThemeClassic and ThemeModern to their own files.
...
svn-id: r25432
2007-02-08 23:25:07 +00:00
Eugene Sandulenko
0d01bdd799
Make Add Button caption react to Shift key.
...
svn-id: r25373
2007-02-04 02:36:23 +00:00
Johannes Schickel
b274881086
- changed the way how gradients are calculated
...
- bumped theme version
svn-id: r25369
2007-02-04 00:42:10 +00:00
Johannes Schickel
37ac456077
Added a TODO to processExtraValues.
...
svn-id: r25364
2007-02-03 22:01:31 +00:00
Johannes Schickel
d66d2ab71b
Changed _imageHandels into an array.
...
svn-id: r25363
2007-02-03 21:50:51 +00:00