Alexander Tkachev
9975307caf
GUI: Fix Container's visibility issue
...
Now it respects outer code's decision to hide or move some widgets
around. Outer code must be CommandReceiver which is set as
ScrollContainer's target.
2016-08-24 16:07:55 +06:00
Alexander Tkachev
ee3ce47606
GUI: Use Container in the Cloud tab
...
It has a visibility issue, but we're already working on it.
2016-08-24 16:07:55 +06:00
Alexander Tkachev
e601c39802
CLOUD: Make "Run server" button active
...
It should show the real server's IP over there, but that doesn't work
yet.
2016-08-24 16:07:55 +06:00
Alexander Tkachev
3da38ca60b
CLOUD: Replace USE_CLOUD with USE_LIBCURL
...
In most cases that's the right one to check. USE_CLOUD is defined when
either USE_LIBCURL or USE_SDL_NET are, which means if there is no curl,
USE_CLOUD still could be defined and linking errors would appear.
2016-08-24 16:07:55 +06:00
Alexander Tkachev
211d9ed5f6
GUI: Fix Options' Cloud tab reflowing
2016-08-24 16:07:55 +06:00
Alexander Tkachev
ad069f442c
GUI: Add "Run server" button in Cloud tab
2016-08-24 16:07:55 +06:00
Alexander Tkachev
97c0bbd238
GUI: Add DownloadDialog sketch
2016-08-24 16:07:55 +06:00
Alexander Tkachev
e6242b0be8
GUI: Add Refresh button in Options Cloud tab
...
Commit changes CloudManager and Storages so they would automatically
refresh the fields when the could.
2016-08-24 16:07:55 +06:00
Alexander Tkachev
beb168a3a5
GUI: Add Cloud tab StorageWizardDialog
...
This is a dialog which guides user through Storage connection procedure.
2016-08-24 16:07:55 +06:00
Alexander Tkachev
e1e48968b4
GUI: Replace Cloud tab's StorageBrowser with PopUp
2016-08-24 16:07:55 +06:00
Alexander Tkachev
af9930482e
CLOUD: Update CloudManager
...
It now supports only one storage of each type. Only one Storage could be
loaded to the memory as well.
Options' Cloud tab now changes the Storage only when user pressed OK
button, giving the ability to look through the Storages without actually
changing them.
2016-08-24 16:07:55 +06:00
Alexander Tkachev
4ff1ed5fe9
GUI: Add Cloud tab information labels
...
And corresponding stub implementations in CloudManager.
2016-08-24 16:07:55 +06:00
Alexander Tkachev
90ae7b7337
GUI: Add Options dialog Cloud tab
...
With StorageBrowser to select a Storage. It actually uses CloudMan to
switch active Storage.
2016-08-24 16:07:55 +06:00
Eugene Sandulenko
2e67546852
GUI: Do not change aspect ratio setting when it is disabled
2016-06-06 22:44:41 +02:00
Eugene Sandulenko
b590cc2d8f
GUI: Cleanup class initialization
2016-06-01 13:16:12 +02:00
Johannes Schickel
5580072fe3
Merge pull request #715 from dudola/patch-1
...
GUI: Remove dummy FluidSynth Settings button from Edit Game
2016-04-12 00:14:40 +02:00
Eugene Sandulenko
777e6fde39
ALL: Split SMALL_SCREEN_DEVICE into GUI_ENABLE_KEYSDIALOG and GUI_ONLY_FULLSCREEN
2016-04-10 13:02:27 +02:00
Eugene Sandulenko
5baa657f25
UPDATES: Remove an unneeded check
2016-04-01 21:32:16 +02:00
Eugene Sandulenko
a743ec2e07
UPDATES: Implement and use method for normalizing interval value to accepted values
2016-04-01 21:29:29 +02:00
dudola
40a663d589
GUI: Remove dummy FluidSynth Settings button from Edit Game.
...
The FluidSynth Settings button actually works only from the Options dialog.
https://sourceforge.net/p/scummvm/bugs/6821/
2016-04-01 11:22:09 +05:30
Eugene Sandulenko
a4bf64fecd
UPDATES: Normalize updates_check value
2016-03-31 15:38:00 +02:00
Eugene Sandulenko
2cde45fe6d
UPDATES: Implement Check now button in Options
2016-03-31 13:59:01 +02:00
Eugene Sandulenko
08e7f0ab91
UPDATES: Got rid of hardcoded update intervals list
2016-03-31 09:31:57 +02:00
Eugene Sandulenko
47985debe1
UPDATES: Hook dialogs to UpdateManager
2016-03-30 19:28:24 +02:00
Eugene Sandulenko
3efae7e799
GUI: Store secelcted update frequency in config
2016-03-29 19:11:09 +02:00
Eugene Sandulenko
12b0313d92
GUI: Added stub for Update frequency check widgets.
2016-03-29 19:11:09 +02:00
Bastien Bouclet
bc22f40dd7
GUI: Add a popup list to chose a renderer
...
It replaces the previous 'Software rendering' checkbox
2015-12-29 08:05:49 +01:00
Gordon Acocella
bd24134c8d
GUI: Fix erroneous access to _aspectCheckbox from in-game options dialog.
2015-12-28 10:09:20 +01:00
Pawel Kolodziejski
11b457122b
ALL: synced with ScummVM
2015-08-16 08:49:02 +02:00
Johannes Schickel
2fa1ce51dd
GUI: Simplify OPL option code a bit.
2015-07-07 20:19:42 -04:00
Pawel Kolodziejski
73c9fda2e5
ALL: full sync with ScummVM
2014-12-04 21:16:12 +01:00
Dries Harnie
a8a1fd577b
GUI: Fullscreen checkbox enables/disables aspect ratio checkbox
2014-11-17 20:26:15 +01:00
Dries Harnie
7d6f63dfc6
GUI: Re-enable 'preserve aspect ratio' checkbox
2014-10-16 00:12:08 +02:00
Pawel Kolodziejski
22aca5a427
ALL: synced with ScummVM
2014-09-07 21:36:17 +02:00
Ben Castricum
9d885bce22
GUI: s/savegame/saved game/
...
Makes it consistant throughout the GUI
2014-08-22 07:11:03 +02:00
Pawel Kolodziejski
1a07a23294
ALL: synced with ScummVM
2014-08-18 05:21:52 +02:00
Ben Castricum
57d7ec9105
GUI: Fix spelling of FluidSynth: s/Fluidsynth/FluidSynth/
2014-08-16 12:45:10 +01:00
Ben Castricum
8586271f9a
GUI: Fix typo in audio sample rates: s/11kHz/11 kHz/
2014-08-16 12:44:51 +01:00
Pawel Kolodziejski
8759900b6a
ALL: synced with ScummVM
2014-04-05 18:18:42 +02:00
Johannes Schickel
f5dfe6725a
GUI: Make GPL headers consistent in themselves.
2014-02-18 02:39:35 +01:00
Joel Teichroeb
9a5e693d79
GUI: Hide midi and mt-32
2014-01-25 08:37:11 -08:00
Pawel Kolodziejski
068ff94d20
ALL: synced with ScummVM
2013-07-07 15:29:33 +02:00
tcarey
af87e49f9e
GUI: Update Roland GS description in MT-32 tab
...
Clarified the Roland GS settings. The current description is only partially accurate and confusing at best.
2013-05-11 19:20:38 +03:00
Johannes Schickel
94edb3409f
Merge branch 'eriktorbjorn-fluidsynth-settings'
...
This is a manual merge of a slightly adapted pull request #296 .
The changes made are:
- Each time the theme format changes, the version was increased
- default.inc has been regenerated in the same commit as the theme changes
2013-01-26 14:00:04 +01:00
Torbjörn Andersson
10724365aa
GUI: Misc FluidSynth-related cleanups.
2013-01-26 13:52:36 +01:00
Torbjörn Andersson
681f81211f
FLUIDSYNTH: Add separate dialog for FluidSynth settings
...
I don't really understand what these parameters do, or what the
sensible values are, so for now the sliders are limited only by
the allowed (or, in one case, "safe") values.
2013-01-26 13:36:37 +01:00
Filippos Karapetis
3eae0e61e7
GUI: Improve the description of the Roland GS mode checkbox
2013-01-02 13:07:19 +02:00
Pawel Kolodziejski
adcb0b8383
ALL: synced with scummvm
2012-11-18 19:07:46 +01:00
Johannes Schickel
89abab97e3
JANITORIAL: Remove trailing whitespaces.
...
Powered by:
git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-09-26 04:17:55 +02:00
Paweł Kołodziejski
9d3c11ae4b
GUI: restore software rendering option after latest sync with scummvm
2012-04-07 18:09:11 +02:00