Commit Graph

20 Commits

Author SHA1 Message Date
01f722c690 Unify code for about dialog image and attribution
It is the same for all components so define it at one place.
2022-08-25 20:35:02 +02:00
983ef9d37c Determine usage of bright custom colors automatically in fileitemaction 2022-07-16 20:30:18 +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
f5b6c506c7 Don't allow to rescan paused directories from Dolphin integration 2021-02-12 21:06:23 +01:00
975e86c895 Allow backend libraries to be used from other projects
So far the backend libraries' include paths were relative within this
repository. This means the header files could not be used at their
installed location.

This change replaces them with "<>" includes to fix that problem and adds
a new include directory so building everything at once still works.

With this change it should be easier to actually split some parts into
another repository if this one would become too big.
2021-01-25 19:48:11 +01:00
7cf98e97a7 Don't use deprecated QByteArray::append(const QString &s) 2020-10-07 21:26:09 +02:00
5b2147a874 Apply scaling in renderSvgImage() similar to QIcon::pixmap() does 2020-07-12 02:38:57 +02: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
fa328f440e Use Font Awesome also in Dolphin plugin 2019-09-15 01:06:17 +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
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
72b72b26ae Don't abuse scanning icon to get default logo 2019-05-19 18:04:28 +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
951235d082 Improve logging in Dolphin integration 2018-12-26 01:16:38 +01:00
d3c6eda0a6 Store API key for Dolphin integration persistently
Only storing the key for the last selected config should
be sufficient.
2018-12-24 17:35:54 +01:00
10747bfdf9 Handle config issues in Dolphin integration
* Check whether URL is present
* Allow user to enter API key manually
2018-12-24 17:17:09 +01:00
f901386478 Split fileitemactionplugin code into multiple files 2018-11-28 21:23:09 +01:00