Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-06 | I18N: Regenerate translations.dat | rootfather | |
2016-11-06 | I18N: Regenerate translations.dat | Eugene Sandulenko | |
2016-11-05 | I18N: Regenerate translations.dat | rootfather | |
2016-11-03 | Merge pull request #859 from criezy/gui-apply | Eugene Sandulenko | |
GUI: apply changes functionality | |||
2016-11-03 | I18N: Regenerate translations.dat | Eugene Sandulenko | |
2016-10-30 | GUI: Add Apply button in global options dialog | Thierry Crozat | |
2016-10-28 | I18N: Regenerate translations data file | Thierry Crozat | |
2016-10-27 | I18N: Regenerate translations.dat | rootfather | |
2016-10-26 | I18N: Regenerate translations data file | Thierry Crozat | |
2016-10-22 | I18N: Regenerate translations.dat | rootfather | |
2016-10-21 | GUI: Increase theme version | Thierry Crozat | |
This should have been done when making changes to it but I forgot. | |||
2016-10-17 | I18N: Regenerate translations data file | Thierry Crozat | |
2016-10-13 | GUI: Add checkbox and config option to enable/disable graphics filtering | Thierry Crozat | |
2016-10-09 | I18N: Fix fuzzy Dutch translation | Willem Jan Palenstijn | |
2016-10-09 | I18N: Regenerate translation data file | Thierry Crozat | |
2016-10-09 | I18N: Regenerate translations.dat | Eugene Sandulenko | |
2016-10-09 | I18N: Regenerate translations.dat | Eugene Sandulenko | |
2016-10-08 | I18N: Regenerate translations.dat | Eugene Sandulenko | |
2016-10-06 | I18N: Regenerate translation data file | Thierry Crozat | |
2016-10-04 | I18N: Regenerate translations.dat | Eugene Sandulenko | |
2016-10-04 | I18N: Regenerate translations.dat | Eugene Sandulenko | |
2016-10-03 | I18N: Regenerate translations.dat | Lothar Serra Mari | |
2016-10-02 | I18N: Regenerate translations.dat | Lothar Serra Mari | |
2016-09-25 | I18N: Regenerate translations data file | Thierry Crozat | |
2016-09-18 | I18N: Regenerate translations data file | 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-08 | I18N: Regenerate translations data file | Thierry Crozat | |
2016-09-05 | I18N: Regenerate translations data file | Thierry Crozat | |
2016-09-05 | I18N: Regenerate translations.dat | Lothar Serra Mari | |
2016-09-05 | I18N: Regenerate translations.dat | Lothar Serra Mari | |
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 | I18N: Regenerate translations.dat | Lothar Serra Mari | |
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 | 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 | GUI: Regenerate themes | 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 | GUI: Add "Clear port" button in Cloud tab | Alexander Tkachev | |
2016-08-24 | CLOUD: Add port override for LocalWebserver | Alexander Tkachev | |
It's enabled only when NETWORKING_LOCALWEBSERVER_ENABLE_PORT_OVERRIDE is defined. It's not defined, because override means we have to reconfigure our redirect links somehow to use the override port. | |||
2016-08-24 | GUI: Add Cloud-related dialogs in classic theme's stx | Alexander Tkachev | |
Looks fine. | |||
2016-08-24 | GUI: Update DownloadDialog | Alexander Tkachev | |
It now has download size and speed labels. Commit also fixes minor mistake in ConnMan. | |||
2016-08-24 | GUI: Add "Open URL" button in StorageWizardDialog | Alexander Tkachev | |
It uses Networking::Browser::openUrl(). | |||
2016-08-24 | GUI: Use Container in the Cloud tab | Alexander Tkachev | |
It has a visibility issue, but we're already working on it. | |||
2016-08-24 | GUI: Add "Run server" button in Cloud tab | Alexander Tkachev | |