Commit Graph

818 Commits

Author SHA1 Message Date
Martchus 1bb4d5fcbf Document status enums 2019-09-27 16:48:58 +02:00
Martchus 31e7e4e79e Support "Waiting to scan"
This state has been introduced
with https://github.com/syncthing/syncthing/pull/4888
2019-09-27 16:41:24 +02:00
Martchus 6243a4c2fd Prepare for "Prepare to Sync"
See https://github.com/syncthing/syncthing/pull/6028
2019-09-27 16:32:54 +02:00
Martchus e7f5dc9b48 Ensure the plasmoid tooltip has the right size
This is required when a tooltip from another plasmoid
has been shown directly before.
2019-09-21 16:52:49 +02:00
Martchus 6724dfa89a Handle new/unknown dir status better
* Show the raw directory status from the Syncthing API if
  it is an unknown (maybe newly introduced) status value.
* Note that the same does not apply to the device status
  because the device status is only deduced from other
  information.
2019-09-21 16:28:08 +02:00
Martchus d9cf64fd91 Add script to rebase libsyncthing against latest Syncthing release 2019-09-20 18:12:44 +02:00
Martchus fa328f440e Use Font Awesome also in Dolphin plugin 2019-09-15 01:06:17 +02:00
Martchus 27f17fc94c Use aboutToQuit() signal for cleanup-code
As recommended by the Qt documentation
2019-09-14 19:14:45 +02:00
Martchus cf5faeca51 Apply cmake-format 2019-09-08 18:12:05 +02:00
Martchus 3b607f467a Update libsyncthing to Syncthing v1.2.2 2019-09-08 18:08:13 +02:00
Martchus eb12bb272c
Merge pull request #54 from yan12125/patch-1
README: update info for MacPorts packages
2019-08-29 09:38:41 +02:00
Chih-Hsuan Yen c78860def4
README: update info for MacPorts packages 2019-08-29 13:18:57 +08:00
Martchus 2049e0d425
Merge pull request #53 from yan12125/fix-build-unify-tray-menus
Fix building with -DUNIFY_TRAY_MENUS=ON
2019-08-25 16:02:05 +02:00
Chih-Hsuan Yen 335e1efafa
Fix building with -DUNIFY_TRAY_MENUS=ON
Ref: 1bdba31c70
2019-08-25 20:41:17 +08:00
Martchus 9ee723df0c Mention qtutilities regarding translations 2019-08-20 22:32:40 +02:00
Martchus 835b51e8b4
Merge pull request #48 from p-bo/patch-6
Added Czech localization
2019-08-20 22:18:43 +02:00
Martchus e8aef2ce1c
Merge pull request #49 from p-bo/patch-7
Added Czech localization
2019-08-20 22:18:31 +02:00
Martchus 8ed7d61e51
Merge pull request #50 from p-bo/patch-8
Added Czech localization
2019-08-20 22:18:17 +02:00
Martchus dd4c810d4e
Merge pull request #51 from p-bo/patch-9
Added Czech localization
2019-08-20 22:18:10 +02:00
Martchus b5f832b9e4
Merge pull request #52 from p-bo/patch-10
Added Czech localization
2019-08-20 22:18:00 +02:00
p-bo 5bd2056190
Added Czech localization 2019-08-20 22:16:06 +02:00
p-bo 7e82d7a91b
Added Czech localization 2019-08-20 22:15:08 +02:00
p-bo 17b59a994f
Added Czech localization 2019-08-20 22:14:07 +02:00
p-bo cd0e5fee74
Added Czech localization 2019-08-20 22:13:00 +02:00
p-bo 9869794d29
Added Czech localization 2019-08-20 22:11:45 +02:00
Martchus 81a243d0bd
Merge pull request #47 from p-bo/patch-5
Added Czech localization
2019-08-20 22:07:08 +02:00
p-bo b2011ab9a3
Added Czech localization
Create syncthingtray_cs_CZ.ts
2019-08-20 22:01:43 +02:00
Martchus 35c3173891
Merge pull request #46 from p-bo/patch-4
Added Czech localization
2019-08-20 21:41:53 +02:00
Martchus 67166eb8f9
Merge pull request #45 from p-bo/patch-3
Added Czech localization
2019-08-20 21:41:35 +02:00
Martchus ae44d8781c
Merge pull request #44 from p-bo/patch-2
Added Czech localization
2019-08-20 21:41:19 +02:00
Martchus afd7852e37
Merge pull request #43 from p-bo/patch-1
Added Czech localization
2019-08-20 21:41:07 +02:00
p-bo 2ddbbc6c79
Added Czech localization
Create syncthingplasmoid_cs_CZ.ts
2019-08-20 21:38:08 +02:00
p-bo 7127322aff
Added Czech localization
Create syncthingfileitemaction_cs_CZ.txt
2019-08-20 21:25:54 +02:00
p-bo cb206d95e4
Added Czech localization
Create syncthingmodel_cs_CZ.txt
2019-08-20 21:08:02 +02:00
p-bo 3d2ed26d19
Added Czech localization
Created syncthingconnector_cs_CZ.ts
2019-08-20 20:55:55 +02:00
Martchus 22af85aaf2 Update README.md
* Update Plasmoid screenshot
* Add Xfce to tested platforms
2019-08-12 00:33:23 +02:00
Martchus 47fae26975 Construct QList for pages from initializer list 2019-08-10 22:04:39 +02:00
Martchus fb97615363 Update 'Tested under' section 2019-08-10 01:47:49 +02:00
Martchus 956d4d1cd7 Update translations 2019-08-10 00:21:14 +02:00
Martchus 5d044a9645 Mention --wait in error message if tray not available 2019-08-10 00:20:38 +02:00
Martchus 1c13908381 Format QML files 2019-08-08 23:10:15 +02:00
Martchus de76489a2c Require "edit-clear" icon
It is now required for the button overlay from qtilities because
no fallback is provided anymore.
2019-08-08 22:55:49 +02:00
Martchus 5271a56397 Adapt syncthingctl test to changed logging behavior 2019-08-08 22:36:47 +02:00
Martchus 072bef22c5 plasmoid: Prevent overlapping status info 2019-08-08 21:51:27 +02:00
Martchus b9402ce374 plasmoid: Ensure keyboard events can be received after initialization 2019-08-08 21:35:56 +02:00
Martchus bd345dfe12 Apply cmake-format 2019-08-08 21:34:24 +02:00
Martchus 584afb52d9 Update libsyncthing 2019-08-07 18:42:41 +02:00
Martchus 971e2dca6a Fix including BasicConfig in libsyncthing 2019-08-06 10:57:42 +02:00
Martchus be0be08997 Apply cmake-format 2019-08-06 00:13:15 +02:00
Martchus e2037aebc1 Fix further configuration issues with libsyncthing
* Can not use BUNDLED_TARGETS because syncthinginternal is only an
  imported target
* Use INSTALL_INTERFACE generator expression to specify path of
  libsyncthinginternal.a for installation (imported target can not
  be exported apparently)
2019-08-06 00:12:58 +02:00