Commit Graph

154 Commits

Author SHA1 Message Date
e44a523e3a Update translations 2020-05-05 19:02:30 +02:00
65b3261320 Hide connections menu when only one connection is configured
* Make UI look cleaner for the common case of only one configuration
* Save some width to help with
  https://github.com/Martchus/syncthingtray/issues/65 a little bit
2020-04-28 00:10:04 +02:00
a2695311d4 Fix QML warnings in TinyButtonStyle.qml 2020-04-27 23:47:52 +02:00
8971f294e8 Improve Plasmoid's connections menu further 2020-04-14 18:15:30 +02:00
50a3299254 Use good old for loop to populate connections menu of plasmoid
It seems like the "Instantiator" does not do the right thing here as for
the QCC1 menu leading to segfaults.
2020-04-13 03:26:10 +02:00
fca8ccad4d Use PlasmaComponents.Menu instead of ugly default QCC1 Menu 2020-04-13 02:46:13 +02:00
356a4d7304 Fix resume/pause icon in plasmoid 2020-04-13 02:04:20 +02:00
ed4d1fc213 Use idle status icon for button to open Syncthing web UI
That looks more consistent, especially when using a dark color theme
where the default Syncthing icon doesn't fit in very well.
2020-04-12 23:16:26 +02:00
d50cdf3a06 Use consistent icon for rescanning all folders in plasmoid 2020-03-26 22:48:54 +01:00
5e773619cb Prevent installing .gitignore as part of the plasmoid package 2020-03-18 17:26:22 +01:00
b8edea29f9 Update translations 2020-03-01 22:06:18 +01:00
6921f9aa89 Configure bright colors for recent changes model 2020-02-29 13:17:38 +01:00
cd805e83ba Allow using bright custom color in Dolphin menu
to make it look better when using a dark theme
2020-02-18 20:47:55 +01:00
c103174609 Make desktop files for Plasma integration from template
* Avoid redundant meta-data
* Take target suffix into account
2020-02-14 23:14:50 +01:00
94753de797 Fix start/stop button tooltip for system-wide systemd service 2020-02-02 19:51:16 +01:00
dab3fd7e31 Update translations 2020-01-18 16:47:51 +01:00
10fd09901b Prevent warning in Plasmoid
This line might have done something at some point so let's
not completely remove it for backwards compatibility.
2020-01-18 16:43:13 +01:00
6026339c83 Show recent changes 2020-01-18 16:43:13 +01:00
e76d4afff5 Improve layout of Plasmoid appearance settings page 2020-01-11 21:42:25 +01:00
addba5a87c Improve layouts of settings pages
Especially prevent certain elements from expanding (the
additional space between the elements looks weird).
2020-01-11 20:53:07 +01:00
04b6ff9bf1 Update translations 2019-12-18 00:31:53 +01:00
32f78b74fd Overhaul systemd integration, support system-wide units
* Lazy initialize systemd interface and don't initialize it
  at all if the unit name is empty
* Allow to supervise/control system-wide units in addition to
  user units (see https://github.com/Martchus/syncthingtray/issues/61)
* Avoid redundant code
2019-12-18 00:18:46 +01:00
7c3a9634ae Enable wrapping of longer labels of plasmoid appearance settings 2019-12-15 20:21:51 +01:00
d5cd80fe5b Update translations 2019-11-30 18:48:05 +01:00
32996b8894 Improve sizing of Plasmoid 2019-11-30 18:47:58 +01:00
3586bbf032 Amend commend regarding Plasma workaround
It seems like version 5.17.0 is already affected.
2019-10-31 18:49:49 +01:00
e31edb5579 Document testing within the real Plasma shell 2019-10-27 19:17:37 +01:00
e063dc6c18 Hack around plasmashell 5.17.1 ignoring parent's height 2019-10-27 18:54:52 +01:00
38987707bd Update translations 2019-10-09 23:23:02 +02:00
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
p-bo
2ddbbc6c79
Added Czech localization
Create syncthingplasmoid_cs_CZ.ts
2019-08-20 21:38:08 +02:00
22af85aaf2 Update README.md
* Update Plasmoid screenshot
* Add Xfce to tested platforms
2019-08-12 00:33:23 +02:00
47fae26975 Construct QList for pages from initializer list 2019-08-10 22:04:39 +02:00
1c13908381 Format QML files 2019-08-08 23:10:15 +02:00
072bef22c5 plasmoid: Prevent overlapping status info 2019-08-08 21:51:27 +02:00
b9402ce374 plasmoid: Ensure keyboard events can be received after initialization 2019-08-08 21:35:56 +02:00
1982d26295 Remove code duplication in SyncthingApplet 2019-08-01 19:08:58 +02:00
2363e9a7d4 Update status icon and tooltip when changing settings
Required because the reconnect interval which might be included
in the tooltip might have changed.
2019-08-01 19:07:58 +02:00
353f1e2463 Allow to distinguish icon colors within UI and system tray
This is useful because sometimes the background color of the system
tray is dark but the overall system UI still uses a light theme.

For the Plasmoid this should never be the case, though. Hence the
extra settings are not available there.
2019-07-31 20:16:43 +02:00
03d15d5bfb Update notes about Plasmoid testing 2019-07-26 22:02:27 +02:00
205189c34a Update translations 2019-07-21 22:37:23 +02:00
62fc662692 Add tooltips to plasmoid statistics 2019-07-21 22:33:52 +02:00
b9e9d76594 Update translations 2019-07-13 13:38:51 +02:00
335913c8ca Fix build without systemd support 2019-07-13 13:21:02 +02:00
2112b00347 Allow to show start/stop button for launcher 2019-07-12 20:32:55 +02:00
6ac633366e Don't use functions obsoleted in Qt 5.13.0 2019-06-25 14:37:14 +02:00
dc7d9b815f Adapt to changes in c++utilities 2019-06-14 19:15:26 +02:00
64473df5ba Adapt to changes in c++utilities 2019-06-10 22:48:26 +02:00
4896fc0342 Add screenshot with customized icons 2019-05-28 17:59:43 +02:00
0e7cc8ba9b Apply changed status colors without restart 2019-05-19 23:11:50 +02:00