Henrik Valve
|
59d2a484b7
|
`QskSkinManager::addPluginPath` tautology bug (#505)
Call `pluginPaths.contains( pluginPath )` is always true hence `addPluginPath` does not add a path.
Probably m_data->pluginPaths was ment to be used.
|
2025-01-27 08:12:52 +01:00 |
Uwe Rathmann
|
59c2e8ca33
|
handling QStyleHints::colorSchemeChanged
|
2024-01-30 16:46:01 +01:00 |
Uwe Rathmann
|
5aa46b3ccc
|
Qt::ColorScheme handling added to QskSkin - no more multiple skins for
dark/light.
|
2024-01-30 14:52:40 +01:00 |
Uwe Rathmann
|
38e00addd6
|
code moved from QskSetup to QskSkinManager
|
2024-01-30 10:43:27 +01:00 |
Uwe Rathmann
|
511db2650e
|
copyright notice generalised
|
2024-01-17 14:31:45 +01:00 |
Uwe Rathmann
|
b73513eb1f
|
using styleHints for the minimal pan distance
|
2023-10-09 10:32:03 +02:00 |
Uwe Rathmann
|
eb0bac4927
|
using std::as_const to avoid deprecation warnings
|
2023-07-20 08:36:07 +02:00 |
Uwe Rathmann
|
e5e2921bba
|
Fluent2 skin reactivated
|
2023-07-03 17:50:57 +02:00 |
Uwe Rathmann
|
9e7e52898e
|
QskSkin::ColorScheme with scoped value names
|
2023-07-03 07:29:29 +02:00 |
Peter Hartmann
|
b84593a6f4
|
Skins: Order skins depending on system color scheme
Resolves #320
|
2023-07-02 11:51:56 +02:00 |
Uwe Rathmann
|
b74a741bd8
|
blocking fluent2 skins again
|
2023-06-20 19:15:15 +02:00 |
Uwe Rathmann
|
d27a19ba57
|
unblocking the fluent2 skins
|
2023-06-20 09:45:07 +02:00 |
Uwe Rathmann
|
7f368d13dd
|
blocking the Fluent2 skins - we need to fix a couple of issues first
|
2023-06-20 09:22:33 +02:00 |
Uwe Rathmann
|
1f8283b186
|
respect the ordering from the skin factories instead of sorting them
alphabetically
|
2023-06-20 09:20:51 +02:00 |
Uwe Rathmann
|
9e583166ff
|
BSD-3-Clause license
|
2023-04-06 09:23:37 +02:00 |
Uwe Rathmann
|
084eae3dbc
|
pedantic compiler flags fixed
|
2023-04-04 09:27:02 +02:00 |
Uwe Rathmann
|
7e36893d1c
|
compiler warnings fixed
|
2023-04-04 08:49:11 +02:00 |
Uwe Rathmann
|
4c190ffe49
|
unregisterFactories added
|
2022-08-29 10:28:13 +02:00 |
Uwe Rathmann
|
209fbaef97
|
keep upper case letters for skin names
|
2022-07-14 13:55:35 +02:00 |
Uwe Rathmann
|
1f0ad384ac
|
dropping support for Qt < 5.15
|
2022-04-16 16:29:58 +02:00 |
Uwe Rathmann
|
b572c23561
|
using const methods
|
2022-03-24 17:18:27 +01:00 |
Uwe Rathmann
|
ae2c6d87a8
|
upport for Qt < Qt 5.12 dropped
|
2022-03-08 11:53:46 +01:00 |
Uwe Rathmann
|
e108487d4e
|
avoid Qt 5.15 deprecation warnings
|
2020-04-13 16:11:04 +02:00 |
Uwe Rathmann
|
b4edcddbf4
|
making clazy happy
|
2018-08-03 11:11:42 +02:00 |
Uwe Rathmann
|
0a92cb82db
|
playing with clang-format
|
2018-08-03 08:15:28 +02:00 |
Uwe Rathmann
|
aaac57de94
|
unused member removed
|
2018-07-19 14:10:48 +02:00 |
Uwe Rathmann
|
02ea027ca8
|
making clang happier
|
2018-04-10 18:31:49 +02:00 |
Uwe Rathmann
|
6813d643d3
|
skins factories can be loaded as plugins
|
2018-01-03 11:57:05 +01:00 |