Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-17 | ALL: Fix compilation with disabled cloud but enabled libcurl | Eugene Sandulenko | |
2016-08-24 | JANITORIAL: Remove spaces at the end of the line | Alexander Tkachev | |
I knew there were some, but I wanted to fix them once, instead of doing it all the time. | |||
2016-08-24 | CLOUD: Replace USE_CLOUD with USE_LIBCURL | Alexander Tkachev | |
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 | CLOUD: Fix SaveLoadDialogs to check USE_CLOUD | Alexander Tkachev | |
Linking was failing when disabling curl support. | |||
2016-08-24 | GUI: Fix SaveLoadDialog | Alexander Tkachev | |
It was SavesSyncRequest's target even when closed. | |||
2016-08-24 | GUI: Disable "Run in background" for "difficult" engines | Alexander Tkachev | |
During saves sync slots of MetaEngines with simpleSaveNames() == false would not be available at all. User would have to wait for sync to complete. | |||
2016-08-24 | GUI: Fix SaveLoadCloudSyncProgressDialog | Alexander Tkachev | |
* disabled progress bar; * removed syncTarget segfault; * fixed grid slots disabling for "locked" slots. | |||
2016-08-24 | GUI: Update SaveLoadCloudSyncProgressDialog | Alexander Tkachev | |
So now it's centered, includes a progress bar and two labels instead of one. Works fine in 320x200. | |||
2016-08-24 | GUI: Show "locked" saves during sync | Alexander Tkachev | |
2016-08-24 | CLOUD: Add SaveLoadCloudSyncProgress enum | Alexander Tkachev | |
It's common for Save/Load dialogs and SavesSyncRequest. | |||
2016-08-24 | CLOUD: Make DefaultSaveFileManager ignore syncing files | Alexander Tkachev | |
MetaEngines don't get "locked" files in the list, so won't try to open these. Save/Load dialog updates save list every time SavesSyncRequest tells it to. | |||
2016-08-24 | CLOUD: Fix SaveLoadCloudSyncProgressDialog crash | Alexander Tkachev | |
It's closing itself a bit later now. | |||
2016-08-24 | GUI: Add SaveLoadCloudSyncProgressDialog | Alexander Tkachev | |
It's shown by SaveLoadChooserDialog when files are downloaded and some save slots are locked. One can hide that dialog to interact with non-locked slots or cancel saves sync completely. Dialog's label shows current sync progress. Dialog automatically hides itself when all files are downloaded. WARNING: right now that results in a crash! | |||
2016-08-24 | CLOUD: Make Save/Load dialog start saves sync | Alexander Tkachev | |
It also shows a "sync disabled" icon in case it has a savepath override. | |||
2014-02-18 | GUI: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-09-26 | GUI: Save/restore last scroll position in the list save/load dialog. | Johannes Schickel | |
This should give a better user experience, since the user will not have to scroll back to where he was when he used the dialog last. Thanks to wjp for suggesting this. | |||
2012-08-12 | GUI: Remove left-over code from theme based fill color in thumbnail display. | Johannes Schickel | |
2012-07-24 | GUI: Add possibility to disable the grid based chooser via ↵ | Johannes Schickel | |
DISABLE_SAVELOADCHOOSER_GRID. | |||
2012-07-24 | GUI: Remove unecessary explicit GUI namespace uses. | Johannes Schickel | |
2012-07-24 | GUI: Rename LoadChooserThumbnailed to SaveLoadChooserGrid. | Johannes Schickel | |
2012-07-24 | GUI: Implement saving in the grid based save/load chooser. | Johannes Schickel | |
2012-07-09 | GUI: Fix missing button background in grid based chooser. | Johannes Schickel | |
Now the thumbnail button and the descriptions are sub widgets of the container widget. | |||
2012-07-01 | GUI: Fix small memory leak in grid based load chooser. | Johannes Schickel | |
2012-07-01 | GUI: Add page display to grid based load chooser. | Johannes Schickel | |
2012-07-01 | GUI: Clean up save load chooser selection code. | Johannes Schickel | |
2012-07-01 | GUI: Automatically switch to list based save/load chooser when changing ↵ | Johannes Schickel | |
resolution below 640x400. | |||
2012-06-29 | GUI: Allow the user to switch between list and thumbnail based load chooser. | Johannes Schickel | |
2012-06-15 | GUI: Implement a new load chooser, which displays a list of thumbnails. | Johannes Schickel | |
2012-06-15 | GUI: Create an interface for save/load dialogs. | Johannes Schickel | |