Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-26 | CREDITS: Core team has been disbanded and LordHoto retired | Thierry Crozat | |
2016-09-25 | I18N: Regenerate translations data file | Thierry Crozat | |
2016-09-18 | CLOUD: Change the cloud icon to be updated by the main thread | Bastien Bouclet | |
The cloud manager registers itself as an event source as a mean to be polled periodically by the GUI or engine code. The periodical polling is used to update the OSD icon indicating background sync activity. Also move the cloud icon from ConnectionManager to CloudManager, allowing to decouple icon handling from network connections updates. | |||
2016-09-18 | I18N: Regenerate translations data file | Thierry Crozat | |
2016-09-18 | ALL: Homogeneize use of 'saved game' in messages | Thierry Crozat | |
2016-09-17 | I18N: Regenerate translations.dat | Eugene Sandulenko | |
2016-09-17 | I18N: Regenerate translation data file | Thierry Crozat | |
2016-09-16 | I18N: Regenerated translations.dat | Eugene Sandulenko | |
2016-09-13 | GUI: Fix a typo in the low resolution theme layouts | Bastien Bouclet | |
This caused a crash when opening to options dialog in low resolution. | |||
2016-09-13 | GUI: Regenerate the built-in theme | Bastien Bouclet | |
2016-09-10 | GUI: Don't show the "Open URL" button if there is no backend support | Bastien Bouclet | |
2016-09-10 | CLOUD: Move openUrl to OSystem | Thierry Crozat | |
2016-09-08 | I18N: Regenerate translations data file | Thierry Crozat | |
2016-09-05 | I18N: Regenerate translations data file | Thierry Crozat | |
2016-09-05 | GUI: Fix indentation to silence GCC 6 warning | Torbjörn Andersson | |
2016-09-05 | I18N: Regenerate translations.dat | Lothar Serra Mari | |
2016-09-05 | GUI: Enable translation for download speed string in cloud feature | Lothar Serra Mari | |
2016-09-05 | I18N: Regenerate translations.dat | Lothar Serra Mari | |
2016-09-05 | GUI: Fix warnings | Eugene Sandulenko | |
2016-09-05 | I18N: Improve French translation for cloud feature | Thierry Crozat | |
2016-09-04 | I18N: Initial French translation for cloud storage | Thierry Crozat | |
2016-09-04 | CLOUD: Improve some labels | Thierry Crozat | |
2016-09-04 | GUI: Replace _s() with _() in storagewizarddialog.cpp | Lothar Serra Mari | |
This allows the translation of a few more strings in the Cloud settings tab. Thanks to sev- for the fix. | |||
2016-09-04 | I18N: Regenerate translations.dat | Lothar Serra Mari | |
2016-09-04 | GUI: Initialize the PicButtonWidget class properly | Eugene Sandulenko | |
2016-09-02 | CREDITS: Regenerate | Eugene Sandulenko | |
2016-08-30 | CLOUD: Disable the connect button initially as the code is empty | Thierry Crozat | |
The connect button is enabled/disabled whenever the text in the code widget is changed and it's validity assessed. But the initial state was not correct. | |||
2016-08-30 | CLOUD: Fix crash when trying to connect without entering a code first | Thierry Crozat | |
2016-08-30 | GUI: Fix hidden files visibility getting out of sync in the files browser | Bastien Bouclet | |
- The checkbox state was not initialized when opening the dialog. - The visibility state was initialized from ConfMan too early resuling in the value being incorrect when multiple file browsers are used. | |||
2016-08-24 | CLOUD: Add GUI for "rootpath" selection | Alexander Tkachev | |
Cloud tab now contains a button to select path, path label and a clear button. | |||
2016-08-24 | CLOUD: Add "minimal mode" in LocalWebserver | Alexander Tkachev | |
StorageWizardDialog now runs LocalWebserver in "minimal mode" for security reasons. In this mode server uses only those handlers which state to support it. There are two handlers which support minimal mode: IndexPageHandler (which handles `code` requests needed by StorageWizardDialog) and ResourceHandler (which provides inner resources like `style.css` or `logo.png` from `wwwroot.zip` archive). | |||
2016-08-24 | GUI: Set tooltip of local webserver button according to server state | Peter Bozsó | |
2016-08-24 | ALL: Move Clipboard support to OSystem | Alexander Tkachev | |
Commit adds kFeatureClipboardSupport. hasTextInClipboard() and getTextFromClipboard(). OSystem_SDL has this feature if SDL2 is used. EditableWidget and StorageWizardDialog use g_system to access clipboard now. | |||
2016-08-24 | GUI: Fix StorageWizardDialog warning | Alexander Tkachev | |
Removed extra comma in the enum. | |||
2016-08-24 | GUI: Add Storage providers logos | Alexander Tkachev | |
StorageWizardDialog now shows logo of the Storage being connected (in modern highres theme). | |||
2016-08-24 | GUI: Add Container in StorageWizardDialog | Alexander Tkachev | |
It now looks fine in both 640x400 and 320x200! | |||
2016-08-24 | GUI: Add "Paste" button in StorageWizardDialog | Alexander Tkachev | |
It pastes clipboard contents as code into 8 fields of that dialog. (Clipboard support works with SDL2 only.) "Open URL" and "Paste" buttons are placed in the left column under the picture (because there is no room for 4 buttons in the bottom row). Commit also adds "dropbox.bmp", which is just a square 115x115 picture. Such pictures are would be used as Storages logos in that dialog. In lowres there is no left column, so all 4 buttons are in the same row. None of them are visible, because they are overflowed. Container has to be added to continue working on them. | |||
2016-08-24 | ALL: Make simpleSaveNames() a MetaEngineFeature | Alexander Tkachev | |
Added it into hasFeature() of all engines which returned `true` in simpleSaveNames() before. As mentioned in #788, SCI is not always using simple names, so it doesn't have such feature now. | |||
2016-08-24 | GUI: Fix SDL_Net-related errors | Alexander Tkachev | |
Checked by rebuilding ScummVM without SDL_Net in MinGW. Also fixes StorageWizardDialog's warning about _stopServerOnClose. | |||
2016-08-24 | GUI: Make Options dialog stop LocalServer on close | Alexander Tkachev | |
Commit also adds a fix for StorageWizardDialog, where LocalServer was used even if USE_SDL_NET was undefined. | |||
2016-08-24 | ALL: Fix debug, warning and error usage | Alexander Tkachev | |
Added prefixes, used debug(9). | |||
2016-08-24 | GUI: JANITORIAL: Fix code formatting | Eugene Sandulenko | |
2016-08-24 | GUI: Fix format warning | Eugene Sandulenko | |
2016-08-24 | GUI: Fix warnings | Eugene Sandulenko | |
2016-08-24 | GUI: Regenerate themes | Eugene Sandulenko | |
2016-08-24 | CLOUD: Fix `redirect_uri` selection code | Alexander Tkachev | |
Now it's not hardcoded based on USE_SDL_NET, but one or another value is used depending on currently selected LocalWebserver's port. | |||
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 | GUI: Fix texts clipping | Alexander Tkachev | |
If it was completely clipped out (empty rectangle), it was drawing the whole text ("empty means no clipping"), so I had to detect such cases and change textArea to one small pixel. | |||
2016-08-24 | GUI: Add "Clear port" button in Cloud tab | Alexander Tkachev | |
2016-08-24 | CLOUD: Update StorageWizardDialog | Alexander Tkachev | |
It now hides code fields not just when built with SDL_Net, but also when LocalWebserver's using default port. So that's why NETWORKING_LOCALWEBSERVER_ENABLE_PORT_OVERRIDE is defined in localwebserver.h now. |