Commit Graph

161 Commits

Author SHA1 Message Date
e3a69a514c Fix typo in README 2021-10-05 18:14:16 +02:00
e03d276c93 Add notes about compatibility of Windows builds 2021-10-05 18:14:04 +02:00
5e50d25c32 Improve build instructions
* Remove `-DBUNDLED_QT_FORK_AWESOME_PATH=…` which is now covered by the
  subdirs project
* Add link to "Providing the font file" section
2021-10-03 23:17:31 +02:00
Tomasz Wilczyński
093f42cb38
Add link to Classic 2000 custom high contrast Windows themes
Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com>
2021-09-26 01:22:20 +09:00
e73350c982 Mention "High contrast" option in dark mode workaround 2021-09-17 22:39:13 +02:00
dde61bb783 Document workaround for missing support for Windows 10 dark mode 2021-09-17 22:22:32 +02:00
920bf11269 Move platform-specific workarounds to "Known bugs" 2021-09-17 22:21:14 +02:00
a581180924 Add reference to QTBUG-72028 2021-09-17 00:21:33 +02:00
43fcb9f71b Migrate to ForkAwesome
* FontAwesome uses a propritary build system so let's move to its fork
  ForkAwesome similar to Syncthing
    * See https://github.com/syncthing/syncthing/pull/5237
* Bundle the font file instead of having the SVGs directly within
  Syncthing Tray's own repository
2021-09-11 02:20:38 +02:00
39497227fa Fix section headings of contributing and nested sections 2021-08-02 19:58:30 +02:00
d12061184b Improve wording in build instructions 2021-08-02 19:52:21 +02:00
61c79352a4 Remove obsolete note about Qt WebEngine 2021-08-02 19:49:35 +02:00
dfbf6e7ce9 Improve build instructions to deal with symlinks under Windows 2021-07-25 17:25:30 +02:00
0ef3b80447 Fix typos found via codespell --skip .git -w 2021-07-03 19:29:49 +02:00
5463b15a29 State dependency to Boost.Asio explicitely 2021-07-01 17:45:29 +02:00
e972cd5b29 Mention the (transitive) dependency to Boost.Filesystem 2021-06-17 21:04:12 +02:00
e829ff6e00 Document Boost.Process dependency 2021-06-17 20:33:09 +02:00
62e7797558 Allow enabling logging of libsyncthingconnector at runtime
* Remove compile-time switches to enable logging
* Enable logging if certain environment variables are set
* Allow logging all API responses
2021-05-18 18:21:48 +02:00
180b425e8b Fix typo in README.md 2021-05-04 12:05:45 +02:00
dec09de4a1 Make brace in Sway config example optional 2021-04-06 17:51:05 +02:00
4903927de9 Improve notes regarding Wayland 2021-03-23 23:03:35 +01:00
f9df9c46ec Improve build instructions in README.md 2021-02-07 15:33:18 +01:00
db92518e76 Improve download section of README 2020-12-05 21:31:30 +01:00
2417746583 Update RPM download section 2020-12-05 21:08:15 +01:00
dfe7091eb5 Document the "Consider … status …" checkboxes; one still needs the re-connect
See https://github.com/Martchus/syncthingtray/issues/79#issuecomment-716136144
2020-10-27 18:33:11 +01:00
0d8c5e524a Extend documentation about translations 2020-10-19 18:31:02 +02:00
3e1beaa11d Sort directories by name/ID
* Use the name as sorting criteria and fall back to the ID if there's no
  name
* Use new SyncthingSortFilterDirectoryModel also for Plasmoid's filtering
* See https://github.com/Martchus/syncthingtray/issues/75
2020-10-18 15:48:02 +02:00
0b5fb14931 Remove overspecification of Qt version in documentation and comments 2020-09-04 01:13:46 +02:00
559fde7c23 Document KDE issues 2020-07-30 14:13:03 +02:00
bfc1a6db8f Document RPM split packages 2020-07-30 14:06:18 +02:00
bfac12a2c6 Fix typo in README.md 2020-07-23 19:05:51 +02:00
6c6070c7dc Update README regarding systemd integration 2020-06-30 13:16:06 +02:00
f02c5a5a7a Improve documentation regarding hotkeys 2020-05-24 17:42:55 +02:00
3a50840a59 Extend documentation about the systemd integration
It is harder than it should be but for now extending the documentation
is all that can be done from the point of this project.
2020-05-24 17:41:53 +02:00
346454f1ac Update limitations of Qt WebEngine compared to Qt WebKit 2020-03-29 20:48:21 +02:00
7dea132a87 Check whether self-signed certificate actually matches the expected one
This concerned only the built-in web view using Qt WebEngine. This change
has only effect when using Qt >= 5.14 because the API did not expose the
certificate chain before.
2020-03-29 20:38:05 +02:00
3d4fcaea0f Improve README.md 2020-03-29 19:32:36 +02:00
2de3d89d38 Update README.md 2020-02-02 19:50:01 +01:00
c37c4063b3 Update README.md for systemd changes 2019-12-18 00:41:59 +01:00
528e0eb9ff Update README.md 2019-10-27 18:50:10 +01:00
d31c1b78d3 Mention forum thread in README.md 2019-09-30 18:02:44 +02:00
Chih-Hsuan Yen
c78860def4
README: update info for MacPorts packages 2019-08-29 13:18:57 +08:00
9ee723df0c Mention qtutilities regarding translations 2019-08-20 22:32:40 +02:00
22af85aaf2 Update README.md
* Update Plasmoid screenshot
* Add Xfce to tested platforms
2019-08-12 00:33:23 +02:00
fb97615363 Update 'Tested under' section 2019-08-10 01:47:49 +02:00
59e0f93c1c Add note regarding Wayland 2019-07-31 20:06:32 +02:00
2c9bf8961f Update documentation for adding translations 2019-07-31 20:04:25 +02:00
5e39683baa Document Wayland issues 2019-07-27 15:43:20 +02:00
Chih-Hsuan Yen
cbdee54f04
README.md: add Mac OS X/macOS-related contents 2019-07-21 22:41:06 +08:00
ffb0e2e076 Distinguish between X and Wayland in "Tested under" 2019-06-22 17:38:16 +02:00
4896fc0342 Add screenshot with customized icons 2019-05-28 17:59:43 +02:00
3e1cedb4d1 Update web view and JavaScript config documentation 2019-05-28 17:58:46 +02:00
c523f627da Update screenshot, remove outdated ones 2019-03-09 14:55:29 +01:00
4def3eaf46 Add README section "Troubleshooting KDE integration" 2019-02-28 17:09:35 +01:00
33e55cc49f Update screenshot of Plasmoid 2019-02-23 13:56:16 +01:00
3bcdf26cca Show global statistics on widgets-based GUI 2019-02-18 00:35:32 +01:00
e56c950100 Show overall statistics in plasmoid 2019-02-17 23:46:03 +01:00
310e4bdc73 Update packaging documentation 2019-02-06 17:34:50 +01:00
0e836e939b Add Openbox/lxqt/LXDE to tested environments 2018-10-20 22:12:54 +02:00
6b35829ad6 Update README.md 2018-10-15 17:46:38 +02:00
18d90b5290 Update README.md 2018-08-25 11:35:47 +02:00
c8d4807e88 Update README.md 2018-05-14 17:20:46 +02:00
c04fb96634 Update README.md 2018-04-01 23:26:29 +02:00
107c8c2603 Document AppImage repo 2018-03-14 18:56:39 +01:00
6f0c622172 Update downloads 2018-02-09 00:20:50 +01:00
ec8c002408 Update README.md 2018-01-28 18:33:48 +01:00
d524ada4f1 Update documentation about adding translations 2017-10-06 17:12:55 +02:00
e3c6a5476a Add note about using backend libraries 2017-10-06 17:09:29 +02:00
a42597b987 Update build instructions 2017-10-05 00:31:51 +02:00
feed447cca Update README.md 2017-10-03 17:03:03 +02:00
57bc7011c3 Update README.md 2017-10-03 16:57:25 +02:00
f9b6441a8e Add Plasmoid (still experimental and incomplete) 2017-08-30 00:04:35 +02:00
b604f52acb Improve README.md 2017-07-31 23:51:26 +02:00
4a54551bf4 Improve build instructions 2017-07-19 23:53:36 +02:00
e92eb389ea Add known bugs 2017-05-22 00:29:05 +02:00
9b70b81ae9 Improve README.md 2017-03-29 23:32:48 +02:00
73fcce5393 Update README.md 2017-03-17 00:42:36 +01:00
5af4214b78 Extend planned features 2017-03-15 22:26:04 +01:00
1b5f64eb64 Explain utilization of systemd 2017-03-15 22:12:21 +01:00
a0031d3806 Update README.md 2017-02-26 19:15:21 +01:00
1ab91e7fb1 Update README.md 2017-02-25 19:04:47 +01:00
24b8225c9e Document KIO plugin 2017-02-25 18:28:35 +01:00
90bcbecd7f Update planned features 2017-02-20 21:18:18 +01:00
Max
2d6fd385ef Update README.md 2017-02-20 14:22:58 +01:00
665647648c Mention Qt WebKit revived/ng 2017-02-12 19:58:53 +01:00
1a26ba6151 Mention test under Awesome 2017-02-12 19:58:31 +01:00
a66790af6c Add note about adding further translations 2017-01-08 21:22:25 +01:00
1c2c77b4ec Update README.md 2016-12-26 19:57:51 +01:00
1797c865c2 Add note about supported platforms 2016-12-26 19:06:54 +01:00
3794a9174a Improve note about hotkeys 2016-12-12 23:58:06 +01:00
7e62df7dc1 Update README.md 2016-12-12 23:45:40 +01:00
3f5492d031 Improve info about downloads 2016-11-26 12:49:40 +01:00
abf6febf2c Allow closing web view via ESC 2016-11-16 20:40:54 +01:00
1abb39ec68 Mention AUR in README.md 2016-11-02 20:02:59 +01:00
b45338d28b Fix README.md 2016-11-01 17:08:51 +01:00
db16c116ea Mention Windows binaries under releases 2016-10-30 18:34:49 +01:00
d308493aa2 Update screenshots 2016-10-30 18:21:32 +01:00
1f21c2dc52 Add syncthingctl, see README.md 2016-10-02 21:59:28 +02:00
6470038fc7 Refactor to allow sharing backend with other apps
Intended for creating command line tool and plasmoid
2016-09-30 23:58:45 +02:00
14e0b3801b Make poll interval configurable 2016-09-27 22:01:54 +02:00