Commit Graph

182 Commits

Author SHA1 Message Date
5b45f02fb5 Bundle icons for QLineEdit::createStandardContextMenu() 2019-07-07 12:23:25 +02:00
6ac633366e Don't use functions obsoleted in Qt 5.13.0 2019-06-25 14:37:14 +02:00
65eb59fe26 Add missing German translations 2019-06-16 16:58:37 +02:00
ee6817187a Ensure Qt specific config is included 2019-06-16 15:57:03 +02:00
64473df5ba Adapt to changes in c++utilities 2019-06-10 22:48:26 +02:00
0e7cc8ba9b Apply changed status colors without restart 2019-05-19 23:11:50 +02:00
05da0465a7 Allow customizing status icon colors 2019-05-19 17:57:37 +02:00
8dacbaa8d7 Adapt to new c++utilities API 2019-05-05 18:42:19 +02:00
f4d4ed3436 Don't use deprecated Qt features 2019-05-04 22:18:50 +02:00
0049d96bca Adapt to c++utilities API changes 2019-05-04 22:18:31 +02:00
d88df866d2 Adapt to c++utilities v5 2019-05-04 21:05:21 +02:00
c523f627da Update screenshot, remove outdated ones 2019-03-09 14:55:29 +01:00
a6380947ea Fix wrong translation and update translations 2019-02-27 20:45:05 +01:00
2ab88c5766 Add font awesome icons to models
So it looks a bit more like the official UI.
2019-02-27 20:41:50 +01:00
a3a09297f7 Render font awesome icons in color from QPalette
Since theres apparently no API in the Qt Svg module to support
this the change introduced here simply replaces in the SVG
document itself.
2019-02-23 13:55:46 +01:00
78d4553104 Update translations 2019-02-18 00:41:17 +01:00
3bcdf26cca Show global statistics on widgets-based GUI 2019-02-18 00:35:32 +01:00
2b3a27d537 Replace "Open web UI" with "Open Syncthing" 2019-02-17 23:49:22 +01:00
326f03b604 Apply cmake-format 2019-02-06 17:36:14 +01:00
028a456c4e Update translations 2018-12-29 20:40:40 +01:00
adc0fa724e Ensure TrayIcon is immediately visible 2018-12-23 21:17:51 +01:00
5afbd4e664 Fix typo 2018-12-23 21:17:31 +01:00
8b6cf6a282 Remove unused function in TrayWidget 2018-12-23 21:17:24 +01:00
d803f83d0f Update translations 2018-11-03 21:41:44 +01:00
4a42a3f0c0 Fix and refactor directory error handling
* Rely not only on the FolderErrors event
* Request pull errors when opening the dialog
* Use "pullErrors" from FolderSummary
* Move code for directory error dialog into
  its own class

This should fix that sometimes obsolete errors
were still displayed or actually present errors
missing.
2018-11-03 21:30:17 +01:00
930691ebdc Rename ErrorViewDialog to InternalErrorsDialog 2018-11-03 18:15:10 +01:00
f462530183 Reduce nesting in DirView::mouseReleaseEvent() 2018-11-03 17:54:12 +01:00
900377b036 Stop web view immediately if in background and user disables this 2018-10-28 14:27:25 +01:00
533a5d0939 Use override 2018-10-10 21:26:46 +02:00
db4b032179 Show connected device names in additional status 2018-06-27 17:38:22 +02:00
4d16967b23 Fix possibly missing #include 2018-06-05 22:48:18 +02:00
49b33e5afe Ensure errors on first connection after startup are handled 2018-05-15 22:01:03 +02:00
b1b9f87320 Update translations 2018-05-12 23:14:04 +02:00
1e83fefdf2 Fix compilation without DBus notification support 2018-05-10 13:51:07 +02:00
9ce8c593a2 Require qtutilities 5.10.0 for AboutDialog overload 2018-05-08 19:20:05 +02:00
52740c4cbe Update translations 2018-05-08 00:43:15 +02:00
29db8b06b2 Fix dependency versions with GCC 8 2018-05-08 00:38:31 +02:00
bde3734ea4 Add mocks for testing rejected events 2018-05-02 00:00:47 +02:00
988765f2ba Show new dev/dir notifications in usual tray icon and Plasmoid 2018-05-01 22:27:03 +02:00
0ceb8d5e79 Add high-level abstraction for launching Syncthing
Add new SyncthingLauncher class which lauches Syncthing
under the hood via external SyncthingProcess or using
libsyncthing.

Note: Launching via libsyncthing is still experimental.
2018-04-11 23:16:00 +02:00
f9305819a7 Update translations 2018-04-02 21:26:05 +02:00
146d4870e4 Refactor preventing unwanted error messages
* See https://github.com/Martchus/syncthingtray/issues/15
* Not tested yet
2018-04-02 20:35:30 +02:00
b81c316d4a Improve message formatting in SingleInstance 2018-04-02 20:23:54 +02:00
e9e85e6ba9 Update translations 2018-03-31 22:36:31 +02:00
d2eb4addd9 Distinguish between local an remote sync in settings 2018-03-31 22:31:28 +02:00
c1efb690ef Update translations 2018-03-24 17:06:47 +01:00
84f0f91a24 Show link-time dependencies in about dialog 2018-03-18 18:24:00 +01:00
3c811f5968 Add appstream metadata
See https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html#sect-Quickstart-DesktopApps
2018-02-21 23:12:00 +01:00
38ac3504b2 Update German translation 2018-01-27 23:38:26 +01:00
c9039ff6aa Ensure webview defs are present 2018-01-27 23:34:36 +01:00