Commit Graph

304 Commits

Author SHA1 Message Date
72b72b26ae Don't abuse scanning icon to get default logo 2019-05-19 18:04:28 +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
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
3ff8c2b66c plasmoid: Use tiny button for search 2019-03-20 17:37:34 +01:00
a4c2074012 plasmoid: Fix width of detail items
So the alignment and text eliding actually has effect.
2019-03-19 23:07:32 +01:00
6c6830936d plasmoid: Add button for filter 2019-03-19 23:07:22 +01:00
c523f627da Update screenshot, remove outdated ones 2019-03-09 14:55:29 +01:00
c8f86a3d2e Put plasmoid plugin under plasma/applets 2019-02-27 21:21:07 +01:00
a6380947ea Fix wrong translation and update translations 2019-02-27 20:45:05 +01:00
3e97a65bae Use font awesome icons for global stats in plasmoid 2019-02-27 20:42:41 +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
b0c4c122a4 Use good old emblem-important icon
The new version from Breeze doesn't look nice in the way the
plasmoid uses this icon.
2019-02-26 17:43:28 +01:00
33e55cc49f Update screenshot of Plasmoid 2019-02-23 13:56:16 +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
06072df707 Show button for about dialog in plasmoid as well 2019-02-17 23:49:39 +01:00
2b3a27d537 Replace "Open web UI" with "Open Syncthing" 2019-02-17 23:49:22 +01:00
e56c950100 Show overall statistics in plasmoid 2019-02-17 23:46:03 +01:00
e475454c2d plasmoid: Fix setting initial size
Some change in Qt or Plasma prevents the old way of setting
it to work (using onVisibleChanged). Using a Loader and
onLoaded seems to work better.
2019-02-12 00:23:51 +01:00
326f03b604 Apply cmake-format 2019-02-06 17:36:14 +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
900377b036 Stop web view immediately if in background and user disables this 2018-10-28 14:27:25 +01:00
ece582db04 Fix visibility of "Show errors" button in plasmoid 2018-10-24 21:35:08 +02:00
98a6b77013 Use right status in SyncthingApplet::handleConnectionStatusChanged() 2018-10-10 23:37:24 +02:00
533a5d0939 Use override 2018-10-10 21:26:46 +02:00
dda2c411fb Update translations 2018-10-10 21:18:25 +02:00
8173cc99e8 Move ChecklistModel (de)serialization to qtutilities 2018-10-10 21:00:13 +02:00
87a10c5b33 Allow hiding Plasma applet in certain states
See https://github.com/Martchus/syncthingtray/issues/23
2018-10-10 17:48:48 +02:00
587cce4216 Fix plasmoid build error when configured without web view
See https://github.com/Martchus/syncthingtray/issues/19
2018-08-24 15:34:36 +02:00
af120f1ae1 Update translations 2018-08-05 15:21:12 +02:00
7e09d9b707 plasmoid: Emit event when updating connected devs correctly 2018-08-04 15:47:19 +02:00
321d6fdd60 Fix QML warnings regarding use of anchors within layout
'Detected anchors on an item that is managed by a
layout. This is undefined behavior; use Layout.alignment
instead.'
2018-06-30 17:45:03 +02:00
db4b032179 Show connected device names in additional status 2018-06-27 17:38:22 +02:00
e7d365f849 Initialize SyncthingNotifier correctly in Plasmoid 2018-05-15 22:27:54 +02:00
49b33e5afe Ensure errors on first connection after startup are handled 2018-05-15 22:01:03 +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
2b1c993a64 Handle systemd service state change in Plasmoid
Previously only the initial service state was considered.
After refactoring the SyncthingService initialization the
state is not known when the Plasmoid is initialized so
this limitation became obvious and had to be fixed.
2018-04-12 23:16:51 +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
8532fbcb57 Specify min. Qt 5 version for fileitemaction and plasmomid 2018-04-01 23:02:14 +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
419e2971c1 plasmoid: Add context menu for top-level list views
Might be useful to add further actions because the
space for buttons is limited.
2018-03-26 22:56:55 +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
6be44cc93f Allow restart via plasmoid 2018-02-19 01:38:41 +01:00
46a8f8b182 Update translations 2018-02-05 21:58:05 +01:00
ec8c002408 Update README.md 2018-01-28 18:33:48 +01:00
23eb446fd5 Fix handling connection status in plasmoid 2018-01-28 18:08:03 +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
79fe97d952 Refactor notifications
* Use SyncthingNotifier class
* Show 'Sync complete' on FolderCompletion event
* Add extra structure for stats
2018-01-27 23:27:50 +01:00
4aa6d4457b Add the plasmoid install script used for development 2018-01-23 10:50:21 +01:00
af1f38b9eb Remove obsolete translations 2017-12-30 01:00:55 +01:00
404f517b4c Refactor composing "sync complete string"
to prevent code duplication between regular tray
icon and plasmoid.
2017-12-30 00:57:35 +01:00
bc239b9292 Update translations 2017-11-01 18:30:32 +01:00
ad9eddc776 plasmoid: Update status correctly after showing notifications 2017-10-16 19:40:44 +02:00
5e3b195b44 Update translations 2017-10-05 00:34:00 +02:00
4d242f56c6 plasmoid: Improve displaying detail items 2017-10-05 00:10:18 +02:00
ea96c64563 Update number of connected devices correctly
Computing the number of connected devices on overall
connection status changed event is not sufficient.
2017-10-05 00:08:46 +02:00
265e41004f plasmoid: Improve shortcut handling 2017-10-04 00:31:51 +02:00
c6d21ea3a1 plasmoid: Show start/stop button when systemd available 2017-10-03 23:31:22 +02:00
eb298d4e4f plasmoid: Improve note about instance specific settings 2017-10-03 16:58:50 +02:00
1de35382b7 plasmoid: Open containing directory of downloading items 2017-10-03 16:58:16 +02:00
616bcdc497 plasmoid: Allow showing new notifications via button 2017-10-01 21:42:26 +02:00
eb3b74eec1 plasmoid: Attempt to ensure details view uses full width 2017-10-01 21:22:44 +02:00
ee812781bb plasmoid: Fix referencing openButton of DownloadsPage 2017-10-01 21:21:10 +02:00
177832f40b Update translations 2017-10-01 17:56:26 +02:00
42369824f5 plasmoid: Add filter for directory list
Filtering is enabled just by starting to type
2017-10-01 17:54:11 +02:00
20eae7fb2c plasmoid: Add context menu to copy value 2017-10-01 17:51:53 +02:00
60a322cb4e Get rid of no longer necessary hasBeenShown() checks 2017-09-27 00:21:53 +02:00
91c589ce14 plasmoid: Add shortcuts for (almost) everything 2017-09-26 23:46:20 +02:00
ea38ce489d Update documentation about Plasmoid testing 2017-09-26 23:45:44 +02:00
640f0e5b08 Update translations 2017-09-26 15:45:36 +02:00
3aa09abd9e plasmoid: Prevent warnings
TODO: Further investigate this unexpected condition
2017-09-26 15:45:03 +02:00
16854a110e plasmoid: Only enable rescan button for unpaused dirs 2017-09-26 15:28:10 +02:00
f7d5894f94 Improve appearance option page of Plasmoid 2017-09-20 17:42:51 +02:00
4920e885ea Apply size also when Plasmoid displayed on edges 2017-09-20 17:42:22 +02:00
2ee7b9af64 plasmoid: Improve settings
* Configure appearance options via Plasmoid specific
  settings
* Allow to configure the size
* Remember last connection config
2017-09-18 20:29:36 +02:00
08373aea7b plasmoid: Trigger saving settings in handler 2017-09-17 21:49:51 +02:00
69ffaeb1f3 Apply tidy after updating to clang-format 5.0.0
The behavior of clang-format slightly changed in Clang 5.0.0:
http://releases.llvm.org/5.0.0/tools/clang/docs/ReleaseNotes.html#clang-format
2017-09-17 21:48:15 +02:00
c5529506a7 Update Plasmoid screenshots 2017-09-14 23:47:00 +02:00
0d7f20cee1 plasmoid: Add more shortcuts 2017-09-12 00:01:19 +02:00
d3b1da2def plasmoid: Customize buttons
* Use less space
* Fix iconSource when menu present
2017-09-12 00:00:31 +02:00
ee5c38dd7d Make option pages configurable for different GUI types 2017-09-11 23:47:46 +02:00
edb6f10e62 Update screenshot of Plasmoid 2017-09-09 22:20:54 +02:00
8d35251234 Update translations 2017-09-09 21:40:19 +02:00
ccfe0e160e Improve plasmoid: most features implemented now 2017-09-09 21:40:00 +02:00
ceb1d87398 plasmoid: Fix check for D-Bus support in qtutilities
The property COMPILE_DEFINITIONS is not available when
using qtutilities as imported target so INTERFACE_COMPILE_DEFINITIONS
must be used instead.
2017-09-09 15:39:39 +02:00
db1063d5a0 Improve plasmoid
Now implemented:
* Downloads
* Directory errors
* Systemd integrations
* Multiple connection configurations
2017-09-08 17:01:52 +02:00
7a1dda6235 plasmoid: Show downloads 2017-09-08 17:01:51 +02:00
735f17d2b9 plasmoid: Add screenshot 2017-08-30 22:41:10 +02:00
9d86e1900d plasmoid: Fix about dialog 2017-08-30 22:41:02 +02:00
afb7be7ccb plasmoid: Fix ID 2017-08-30 22:40:51 +02:00
f9b6441a8e Add Plasmoid (still experimental and incomplete) 2017-08-30 00:04:35 +02:00