576 Commits

Author SHA1 Message Date
Thierry Crozat
e9a1abb4f2 I18N: Regenerate translations data file 2016-11-08 02:21:16 +00:00
rootfather
3b1bb73357 I18N: Regenerate translations.dat 2016-11-06 08:53:31 +01:00
Eugene Sandulenko
6f614c350e I18N: Regenerate translations.dat 2016-11-06 01:06:27 +01:00
rootfather
f7381c23aa I18N: Regenerate translations.dat 2016-11-05 13:11:18 +01:00
Eugene Sandulenko
e2f58be77f Merge pull request #859 from criezy/gui-apply
GUI: apply changes functionality
2016-11-03 23:46:46 +01:00
Eugene Sandulenko
1b037c413b I18N: Regenerate translations.dat 2016-11-03 10:06:25 +01:00
Thierry Crozat
59675d2e4c GUI: Add Apply button in global options dialog 2016-10-30 15:43:14 +00:00
Thierry Crozat
aee3599e6b I18N: Regenerate translations data file 2016-10-28 23:29:56 +01:00
rootfather
7de9f4e6d8 I18N: Regenerate translations.dat 2016-10-27 21:32:33 +02:00
Thierry Crozat
ca52f16e08 I18N: Regenerate translations data file 2016-10-26 18:53:06 +01:00
rootfather
8e328647dc I18N: Regenerate translations.dat 2016-10-22 17:12:45 +02:00
Thierry Crozat
8b1bb08a6e GUI: Increase theme version
This should have been done when making changes to it but I forgot.
2016-10-21 21:33:53 +01:00
Thierry Crozat
6051bafecc I18N: Regenerate translations data file 2016-10-17 20:40:20 +01:00
Thierry Crozat
3e08c33c35 GUI: Add checkbox and config option to enable/disable graphics filtering 2016-10-13 01:45:01 +01:00
Willem Jan Palenstijn
95424d770f I18N: Fix fuzzy Dutch translation 2016-10-09 22:00:36 +02:00
Thierry Crozat
d4c8b787d2 I18N: Regenerate translation data file 2016-10-09 14:43:00 +01:00
Eugene Sandulenko
2a903b60f7 I18N: Regenerate translations.dat 2016-10-09 14:31:53 +02:00
Eugene Sandulenko
c7188dc05c I18N: Regenerate translations.dat 2016-10-09 13:54:48 +02:00
Eugene Sandulenko
c04e5a8497 I18N: Regenerate translations.dat 2016-10-08 11:50:10 +02:00
Thierry Crozat
dff5da9b49 I18N: Regenerate translation data file 2016-10-06 20:22:59 +01:00
Eugene Sandulenko
ed44ddafba I18N: Regenerate translations.dat 2016-10-04 17:54:30 +02:00
Eugene Sandulenko
9e9617b4e9 I18N: Regenerate translations.dat 2016-10-04 13:46:08 +02:00
Lothar Serra Mari
84ea02e29f I18N: Regenerate translations.dat 2016-10-03 18:01:03 +02:00
Lothar Serra Mari
195b6d8a4f I18N: Regenerate translations.dat 2016-10-02 21:27:37 +02:00
Thierry Crozat
8b282eff6c I18N: Regenerate translations data file 2016-09-25 22:56:13 +01:00
Thierry Crozat
361d84ca74 I18N: Regenerate translations data file 2016-09-18 16:40:35 +01:00
Eugene Sandulenko
05d85b1e4e I18N: Regenerate translations.dat 2016-09-17 22:40:08 +02:00
Thierry Crozat
358f2d4845 I18N: Regenerate translation data file 2016-09-17 19:30:34 +01:00
Eugene Sandulenko
c9dfcea680 I18N: Regenerated translations.dat 2016-09-16 18:09:52 +02:00
Bastien Bouclet
cd803d7ca7 GUI: Fix a typo in the low resolution theme layouts
This caused a crash when opening to options dialog in low resolution.
2016-09-13 14:25:37 +02:00
Bastien Bouclet
10fd5046c2 GUI: Regenerate the built-in theme 2016-09-13 07:58:00 +02:00
Thierry Crozat
aa879ec307 I18N: Regenerate translations data file 2016-09-08 09:14:09 +01:00
Thierry Crozat
bd66e005c2 I18N: Regenerate translations data file 2016-09-05 21:42:09 +01:00
Lothar Serra Mari
f5ce9c167c I18N: Regenerate translations.dat 2016-09-05 10:22:01 +02:00
Lothar Serra Mari
460b786635 I18N: Regenerate translations.dat 2016-09-05 09:15:49 +02:00
Thierry Crozat
0bb84fb1e5 I18N: Improve French translation for cloud feature 2016-09-05 00:43:24 +01:00
Thierry Crozat
ed92175bf7 I18N: Initial French translation for cloud storage 2016-09-04 23:25:54 +01:00
Lothar Serra Mari
30cf057cc8 I18N: Regenerate translations.dat 2016-09-04 19:56:26 +02:00
Alexander Tkachev
faf849012c CLOUD: Add GUI for "rootpath" selection
Cloud tab now contains a button to select path, path label and a clear
button.
2016-08-24 16:07:55 +06:00
Alexander Tkachev
091ff83ed6 GUI: Add Storage providers logos
StorageWizardDialog now shows logo of the Storage being connected (in
modern highres theme).
2016-08-24 16:07:55 +06:00
Alexander Tkachev
f39b6ed4ac GUI: Add Container in StorageWizardDialog
It now looks fine in both 640x400 and 320x200!
2016-08-24 16:07:55 +06:00
Alexander Tkachev
c74ba4652d GUI: Add "Paste" button in StorageWizardDialog
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 16:07:55 +06:00
Eugene Sandulenko
409dd27e76 GUI: Regenerate themes 2016-08-24 16:07:55 +06:00
Alexander Tkachev
438ba985a4 JANITORIAL: Remove spaces at the end of the line
I knew there were some, but I wanted to fix them once, instead of doing
it all the time.
2016-08-24 16:07:55 +06:00
Alexander Tkachev
52503a2713 GUI: Add "Clear port" button in Cloud tab 2016-08-24 16:07:55 +06:00
Alexander Tkachev
39865e6e6c CLOUD: Add port override for LocalWebserver
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 16:07:55 +06:00
Alexander Tkachev
8de753b68a GUI: Add Cloud-related dialogs in classic theme's stx
Looks fine.
2016-08-24 16:07:55 +06:00
Alexander Tkachev
1b56f59add GUI: Update DownloadDialog
It now has download size and speed labels.

Commit also fixes minor mistake in ConnMan.
2016-08-24 16:07:55 +06:00
Alexander Tkachev
2ae438327b GUI: Add "Open URL" button in StorageWizardDialog
It uses Networking::Browser::openUrl().
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