This website requires JavaScript.
5dfcbf8cfa
- Segoe fonts added - compiling all fonts into the support lib - fontconfig hacks removed
Uwe Rathmann
2024-02-20 16:20:43 +01:00
8fd8034d2a
Qt5 incompatibility fixed
Uwe Rathmann
2024-02-20 13:31:53 +01:00
bb3f453c7b
missing include added
Uwe Rathmann
2024-02-19 16:20:17 +01:00
f3b4a3d8da
QskFontRole introduced
Uwe Rathmann
2024-02-19 15:51:55 +01:00
d8dd07d305
combo box improved
Uwe Rathmann
2024-02-17 13:24:14 +01:00
52fc83ea35
no skin depending default alignments for QskTextLabel
Uwe Rathmann
2024-02-09 14:14:06 +01:00
e32621aebd
font initialization more readable
Uwe Rathmann
2024-02-09 14:13:37 +01:00
49dda7ec04
QskSkinnable::effectiveFont accepts QFont ( beside font roles ). This allows to assign individual fonts in application code without having to define font roles
Uwe Rathmann
2024-02-09 09:11:41 +01:00
d7a7dc5c47
code reorganized
Uwe Rathmann
2024-02-08 15:24:40 +01:00
5bc2f504cf
QskDialogSubWindow configurable from skin hints
Uwe Rathmann
2024-02-08 13:38:21 +01:00
c96b3dbbff
additional infoText removed from QskSelectionSubWindow/QskSelectionWindow. not sure if will keep those classes in the long run
Uwe Rathmann
2024-02-08 12:39:27 +01:00
36fab6a9c2
QskItem::polishOnParentResize flag introduced
Uwe Rathmann
2024-02-08 11:33:42 +01:00
fc1ed926e6
QskInputGrabber is not exported
Uwe Rathmann
2024-02-07 09:32:56 +01:00
955d2f6c20
reducing the dialogs from what was once inspired from Qt/Widgets to something simpler - inspired from QC2 dialogs - work i progress
Uwe Rathmann
2024-02-06 15:41:50 +01:00
69f42d8214
using Q_GLOBAL_STATIC
Uwe Rathmann
2024-02-02 15:27:23 +01:00
2585385e28
QskSetup is a namespace now
Uwe Rathmann
2024-02-02 15:01:43 +01:00
995736ef83
global graphic provider map moved from QskSetup.cpp to QskGraphicProvider.cpp
Uwe Rathmann
2024-02-02 14:55:41 +01:00
4862b2b467
QskQuickItem shortened to QskItem
Uwe Rathmann
2024-02-02 14:13:33 +01:00
4fddc4db24
code moved from QskSetup to QskQuickItem
Uwe Rathmann
2024-02-02 12:38:03 +01:00
9d2414fd89
focusPolicy/wheelEnabled moved from QskControl to QskQuickItem
Uwe Rathmann
2024-02-02 09:48:26 +01:00
ceae1fef27
pointless handling of unused QEvent::FontChange/QEvent::PaletteChange removed
Uwe Rathmann
2024-02-02 09:02:12 +01:00
5453cac209
initial size policy set to Fixed/Fixed
Uwe Rathmann
2024-02-01 17:09:02 +01:00
0f9c86d63b
handling of selection states for sampled subcontrols added
Uwe Rathmann
2024-02-01 17:07:50 +01:00
330df7308a
QskSkinTransition fixed
Uwe Rathmann
2024-02-01 15:40:16 +01:00
463187d048
no need to interpolate the metrics, when the color scheme changes
Uwe Rathmann
2024-02-01 15:35:31 +01:00
9fceaa2f64
shortening the strutsize width for buttons on header/footer ( a.k.a menubar buttons )
Uwe Rathmann
2024-02-01 15:33:08 +01:00
c49c9db5a9
change generated main filename
Vogel, Rick
2024-01-22 16:24:31 +01:00
819be826cf
debug message
Vogel, Rick
2024-01-22 16:00:44 +01:00
9d4214d383
don't kill Xvfb
Vogel, Rick
2024-01-22 13:59:59 +01:00
c39146eecd
add display to build command
Vogel, Rick
2024-01-22 13:45:33 +01:00
d669e6141d
extend execution rights
Vogel, Rick
2024-01-22 13:33:10 +01:00
22955ed276
add install execute permission to scripts
Vogel, Rick
2024-01-22 13:16:04 +01:00
fd2910dfd3
add chmod +x for scripts
Vogel, Rick
2024-01-22 13:01:45 +01:00
82fb662607
move platform specific stuff into scripts
Vogel, Rick
2024-01-22 12:46:39 +01:00
41e1083280
try fix shared library path
Vogel, Rick
2024-01-22 11:10:18 +01:00
5038f086a9
resolve qt svg location
Vogel, Rick
2024-01-19 16:03:23 +01:00
f1f935e359
Fix QSkinnyTools.cmake
Rick Vogel
2024-01-19 14:36:55 +01:00
9117ccce1d
trigger updates on eometry changes ( https://github.com/uwerat/qskinny/issues/379 )
Uwe Rathmann
2024-02-01 11:24:12 +01:00
2e34bfd4c6
qskExtractedGradientStops fixed ( https://github.com/uwerat/qskinny/issues/374 )
Uwe Rathmann
2024-02-01 10:02:49 +01:00
59c2e8ca33
handling QStyleHints::colorSchemeChanged
Uwe Rathmann
2024-01-30 16:46:01 +01:00
5aa46b3ccc
Qt::ColorScheme handling added to QskSkin - no more multiple skins for dark/light.
Uwe Rathmann
2024-01-30 14:52:40 +01:00
3873e07765
Qt5 incompatibilities fixed
Uwe Rathmann
2024-01-30 14:41:38 +01:00
26ba120114
QskGraphicProviderMap::clear added
Uwe Rathmann
2024-01-30 13:32:36 +01:00
c1fdb03563
Qt5 incompatibility fixed
Uwe Rathmann
2024-01-30 13:30:58 +01:00
9ca02d7f1c
moving away from std::unordered_map towards QHash. For transitions between color schemes we need to copy out hash tables, what is way much easier with the COW concept of the Qt containers. Also: according to https://tessil.github.io/2016/08/29/benchmark-hopscotch-map.html QHash seems to be faster in the most relevant category "Random full reads: execution time (integers)"
Uwe Rathmann
2024-01-30 13:04:38 +01:00
34e8dd9d65
missing include added
Uwe Rathmann
2024-01-30 10:58:04 +01:00
38e00addd6
code moved from QskSetup to QskSkinManager
Uwe Rathmann
2024-01-30 10:43:27 +01:00
0aff128eec
obsolete qml bindings of QskSetup removed
Uwe Rathmann
2024-01-30 10:09:14 +01:00
af2eb74ea1
missing ifdefs added
Uwe Rathmann
2024-01-29 16:09:25 +01:00
57ebeec2df
obsolete methods removed
Uwe Rathmann
2024-01-29 13:37:25 +01:00
4a628bd72d
QskFusionSkin focus settings + using Qt's metaobject system to avoid some boilerplate code
Uwe Rathmann
2024-01-29 12:42:30 +01:00
7ab5c50b3d
using nullptr for QSemaphore instead of a different call
Uwe Rathmann
2024-01-29 12:21:46 +01:00
e058886fcb
Merge branch 'edelhirsch-feature/webassembly' into webassembly
Uwe Rathmann
2024-01-29 12:16:10 +01:00
63cb58ef4a
Build for WebAssembly including building everything statically etc.
Peter Hartmann
2024-01-19 09:05:43 +01:00
4fdfbf0f43
fusion skin improvements
Uwe Rathmann
2024-01-25 14:30:41 +01:00
459b1ae93b
bye, bye squiek
Uwe Rathmann
2024-01-25 08:56:01 +01:00
2c33949916
wrong version check fixed
Uwe Rathmann
2024-01-24 17:56:20 +01:00
ffa207e268
Fusion skin - very first version
Uwe Rathmann
2024-01-24 17:42:32 +01:00
99080bf265
page indicator added
Uwe Rathmann
2024-01-24 17:36:31 +01:00
0bdc7f5f86
flickering fixed, when moving over the scroll bar handle
Uwe Rathmann
2024-01-24 17:35:47 +01:00
158960fd80
dangling pointer crash ( skin changes ) fixed
Uwe Rathmann
2024-01-24 17:34:58 +01:00
83432af799
better painter paths for >= 360°
Uwe Rathmann
2024-01-22 14:10:46 +01:00
02d76b199a
Qt/WASM seems to have no thread support
Uwe Rathmann
2024-01-19 15:52:00 +01:00
9f9fafe9ef
using a struct instead of std::array
Uwe Rathmann
2024-01-18 09:51:35 +01:00
b441e29ef4
skins renamed to designsystems
Uwe Rathmann
2024-01-18 09:07:02 +01:00
0e41703359
avoid deprecation warnings from Qt 6.7
Uwe Rathmann
2024-01-18 08:50:45 +01:00
6035d4ea50
Using https://en.m.wikipedia.org/wiki/File:Tux-simple-flat-monochrome.svg
Uwe Rathmann
2024-01-17 17:35:26 +01:00
9f3f1b3747
better information about the licenses
Uwe Rathmann
2024-01-17 15:32:51 +01:00
511db2650e
copyright notice generalised
Uwe Rathmann
2024-01-17 14:31:45 +01:00
530720beb3
QSK_QT_VERSION removed as CMAKE_PREFIX_PATH offers a more general solution for selecting a specific Qt version
Uwe Rathmann
2024-01-17 11:47:21 +01:00
683088539f
typos fixed
Uwe Rathmann
2024-01-16 14:43:10 +01:00
a39c288258
tutorial updated
Uwe Rathmann
2024-01-16 11:42:40 +01:00
ae6ba604b6
using cmake instead of make in the docs
Uwe Rathmann
2024-01-13 11:41:22 +01:00
097bfbe26a
qt6 as the default use case
Uwe Rathmann
2024-01-13 11:11:50 +01:00
c0672d1f8c
link fixed
Uwe Rathmann
2024-01-13 11:04:51 +01:00
f04c3d3a63
description updated, build hints replaced by reference to the tutorial
Uwe Rathmann
2024-01-13 11:01:38 +01:00
ffb5934597
first-application steps modified
Uwe Rathmann
2024-01-13 10:07:53 +01:00
7e2e361637
update documentation qsk cmake namespace
Rick Vogel
2024-01-12 10:11:18 +01:00
5c12b18b87
fix qml export target filename
Rick Vogel
2024-01-11 18:48:58 +01:00
f6601ca936
fix integration test
Rick Vogel
2024-01-11 18:17:34 +01:00
31cdb4be6f
fix qml export install location
Rick Vogel
2024-01-11 18:06:51 +01:00
da066d1edd
fix build break for non msvc compiler
Rick Vogel
2024-01-11 18:05:45 +01:00
09ee9dad3a
changed qskinny cmake package
Rick Vogel
2024-01-11 17:46:28 +01:00
690a3c57a1
renamed exported targets and files
Rick Vogel
2024-01-10 00:33:35 +01:00
1c23ed97ef
Merge branch 'master' of https://github.com/uwerat/qskinny
Uwe Rathmann
2024-01-10 16:46:35 +01:00
0b60db6614
blocking qmlimportscanner
Uwe Rathmann
2024-01-10 16:46:09 +01:00
1f290ed690
update qmlexport install paths to be contained within lib|includes/qskinny dir
Alexander Kavon
2024-01-10 06:16:13 -05:00
3bbed95821
Merge branch 'master' of https://github.com/uwerat/qskinny
Uwe Rathmann
2024-01-10 13:23:55 +01:00
315fa27d1e
integration reenabled
Uwe Rathmann
2024-01-10 13:23:14 +01:00
ddc11b3013
update docs to include reference to required Qt6 packages
Alexander Kavon
2024-01-10 05:36:13 -05:00
92e08edda7
move QskTools.cmake to optional install directive, remove qsk_update_package_config_file for optional cmake keyword
Alexander Kavon
2024-01-10 05:38:12 -05:00
17809eaea5
Merge branch 'master' into cmake
Uwe Rathmann
2024-01-09 12:11:41 +01:00
099281972e
qsk_add_shaders cmake function added
Uwe Rathmann
2024-01-09 11:59:55 +01:00
4b2f344531
Merge branch 'master' into cmake
Uwe Rathmann
2024-01-09 09:30:39 +01:00
79f91a57b6
Merge branch 'master' of https://github.com/uwerat/qskinny
Uwe Rathmann
2024-01-08 16:28:31 +01:00
d1fbfd4e43
install qtshadertools
Uwe Rathmann
2024-01-08 16:27:43 +01:00
81cecb6ec4
supoort of experimental Qt5/RHI dropped ( use Qt6 for RHI ). Building the qsb files from the makefiles. See https://github.com/uwerat/qskinny/issues/356
Uwe Rathmann
2024-01-08 16:06:43 +01:00
9c6686e1db
Merge branch 'feature/cmake-install-paths' of https://github.com/lgtmak/qskinny into cmake
Uwe Rathmann
2024-01-08 08:36:33 +01:00
f9c08c34fb
FUNDING.yml added
Uwe Rathmann
2024-01-07 15:43:34 +01:00
43c06b36da
Merge branch 'make'
Uwe Rathmann
2024-01-06 15:52:33 +01:00