Commit Graph

  • 5bc2f504cf QskDialogSubWindow configurable from skin hints Uwe Rathmann 2024-02-08 13:38:21 +0100
  • 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 +0100
  • 36fab6a9c2 QskItem::polishOnParentResize flag introduced Uwe Rathmann 2024-02-08 11:33:42 +0100
  • fc1ed926e6 QskInputGrabber is not exported Uwe Rathmann 2024-02-07 09:32:56 +0100
  • 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 +0100
  • c8415e977c inital commit of controls gallery Rick Vogel 2024-02-03 21:54:14 +0100
  • 69f42d8214 using Q_GLOBAL_STATIC Uwe Rathmann 2024-02-02 15:27:23 +0100
  • 2585385e28 QskSetup is a namespace now Uwe Rathmann 2024-02-02 15:01:43 +0100
  • 995736ef83 global graphic provider map moved from QskSetup.cpp to QskGraphicProvider.cpp Uwe Rathmann 2024-02-02 14:55:41 +0100
  • 4862b2b467 QskQuickItem shortened to QskItem Uwe Rathmann 2024-02-02 14:13:33 +0100
  • 4fddc4db24 code moved from QskSetup to QskQuickItem Uwe Rathmann 2024-02-02 12:38:03 +0100
  • 9d2414fd89 focusPolicy/wheelEnabled moved from QskControl to QskQuickItem Uwe Rathmann 2024-02-02 09:48:26 +0100
  • ceae1fef27 pointless handling of unused QEvent::FontChange/QEvent::PaletteChange removed Uwe Rathmann 2024-02-02 09:02:12 +0100
  • 5453cac209 initial size policy set to Fixed/Fixed Uwe Rathmann 2024-02-01 17:09:02 +0100
  • 0f9c86d63b handling of selection states for sampled subcontrols added Uwe Rathmann 2024-02-01 17:07:50 +0100
  • 330df7308a QskSkinTransition fixed Uwe Rathmann 2024-02-01 15:40:16 +0100
  • 463187d048 no need to interpolate the metrics, when the color scheme changes Uwe Rathmann 2024-02-01 15:35:31 +0100
  • 9fceaa2f64 shortening the strutsize width for buttons on header/footer ( a.k.a menubar buttons ) Uwe Rathmann 2024-02-01 15:33:08 +0100
  • c49c9db5a9 change generated main filename Vogel, Rick 2024-01-22 16:24:31 +0100
  • 819be826cf debug message Vogel, Rick 2024-01-22 16:00:44 +0100
  • 9d4214d383 don't kill Xvfb Vogel, Rick 2024-01-22 13:59:59 +0100
  • c39146eecd add display to build command Vogel, Rick 2024-01-22 13:45:33 +0100
  • d669e6141d extend execution rights Vogel, Rick 2024-01-22 13:33:10 +0100
  • 22955ed276 add install execute permission to scripts Vogel, Rick 2024-01-22 13:16:04 +0100
  • fd2910dfd3 add chmod +x for scripts Vogel, Rick 2024-01-22 13:01:45 +0100
  • 82fb662607 move platform specific stuff into scripts Vogel, Rick 2024-01-22 12:46:39 +0100
  • 41e1083280 try fix shared library path Vogel, Rick 2024-01-22 11:10:18 +0100
  • 5038f086a9 resolve qt svg location Vogel, Rick 2024-01-19 16:03:23 +0100
  • f1f935e359 Fix QSkinnyTools.cmake Rick Vogel 2024-01-19 14:36:55 +0100
  • 9117ccce1d trigger updates on eometry changes ( https://github.com/uwerat/qskinny/issues/379 ) Uwe Rathmann 2024-02-01 11:24:12 +0100
  • 2e34bfd4c6 qskExtractedGradientStops fixed ( https://github.com/uwerat/qskinny/issues/374 ) Uwe Rathmann 2024-02-01 10:02:49 +0100
  • 714e47a74c fixed Uwe Rathmann 2024-01-30 17:19:14 +0100
  • 0408c70442 Merge branch 'master' into features/menubutton Uwe Rathmann 2024-01-30 17:18:55 +0100
  • c3aea9a4a3 Merge branch 'master' into features/effectnode Uwe Rathmann 2024-01-30 17:10:47 +0100
  • 252477b8be Merge branch 'master' into features/drawer Uwe Rathmann 2024-01-30 17:10:12 +0100
  • 59c2e8ca33 handling QStyleHints::colorSchemeChanged Uwe Rathmann 2024-01-30 16:46:01 +0100
  • 5aa46b3ccc Qt::ColorScheme handling added to QskSkin - no more multiple skins for dark/light. Uwe Rathmann 2024-01-30 14:52:40 +0100
  • 3873e07765 Qt5 incompatibilities fixed Uwe Rathmann 2024-01-30 14:41:38 +0100
  • 26ba120114 QskGraphicProviderMap::clear added Uwe Rathmann 2024-01-30 13:32:36 +0100
  • c1fdb03563 Qt5 incompatibility fixed Uwe Rathmann 2024-01-30 13:30:58 +0100
  • 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 +0100
  • 34e8dd9d65 missing include added Uwe Rathmann 2024-01-30 10:58:04 +0100
  • 38e00addd6 code moved from QskSetup to QskSkinManager Uwe Rathmann 2024-01-30 10:43:27 +0100
  • 0aff128eec obsolete qml bindings of QskSetup removed Uwe Rathmann 2024-01-30 10:09:14 +0100
  • 1685ba6ece keep gradient direction; use const ref Vogel, Rick 2024-01-29 16:47:19 +0100
  • af2eb74ea1 missing ifdefs added Uwe Rathmann 2024-01-29 16:09:25 +0100
  • b511ed16c3 change gradient to two colors Vogel, Rick 2024-01-29 14:43:25 +0100
  • 57ebeec2df obsolete methods removed Uwe Rathmann 2024-01-29 13:37:25 +0100
  • 4a628bd72d QskFusionSkin focus settings + using Qt's metaobject system to avoid some boilerplate code Uwe Rathmann 2024-01-29 12:42:30 +0100
  • 7ab5c50b3d using nullptr for QSemaphore instead of a different call Uwe Rathmann 2024-01-29 12:21:46 +0100
  • e058886fcb Merge branch 'edelhirsch-feature/webassembly' into webassembly Uwe Rathmann 2024-01-29 12:16:10 +0100
  • fb4494bdbb fix M_PI by using qmath Rick Vogel 2024-01-28 13:18:39 +0100
  • e92458419f add discrete stops Vogel, Rick 2024-01-29 11:29:34 +0100
  • 78c1780540 fix M_PI by using qmath Rick Vogel 2024-01-28 13:18:39 +0100
  • 63cb58ef4a Build for WebAssembly including building everything statically etc. Peter Hartmann 2024-01-19 09:05:43 +0100
  • 4fdfbf0f43 fusion skin improvements Uwe Rathmann 2024-01-25 14:30:41 +0100
  • d9be53e7a1 playground for gradient fix testing Vogel, Rick 2024-01-25 13:05:14 +0100
  • 459b1ae93b bye, bye squiek Uwe Rathmann 2024-01-25 08:56:01 +0100
  • c7fe25a63e backup branch of the infamous squiek skin features/squiek Uwe Rathmann 2024-01-25 08:47:15 +0100
  • 2c33949916 wrong version check fixed Uwe Rathmann 2024-01-24 17:56:20 +0100
  • ffa207e268 Fusion skin - very first version Uwe Rathmann 2024-01-24 17:42:32 +0100
  • 99080bf265 page indicator added Uwe Rathmann 2024-01-24 17:36:31 +0100
  • 0bdc7f5f86 flickering fixed, when moving over the scroll bar handle Uwe Rathmann 2024-01-24 17:35:47 +0100
  • 158960fd80 dangling pointer crash ( skin changes ) fixed Uwe Rathmann 2024-01-24 17:34:58 +0100
  • 3292edd8d1 change generated main filename Vogel, Rick 2024-01-22 16:24:31 +0100
  • 91a5d991d2 debug message Vogel, Rick 2024-01-22 16:00:44 +0100
  • 83432af799 better painter paths for >= 360° Uwe Rathmann 2024-01-22 14:10:46 +0100
  • 9ad6244a5a don't kill Xvfb Vogel, Rick 2024-01-22 13:59:59 +0100
  • 94ccc726b1 add display to build command Vogel, Rick 2024-01-22 13:45:33 +0100
  • 8d9ef281b2 extend execution rights Vogel, Rick 2024-01-22 13:33:10 +0100
  • 90991eccbd add install execute permission to scripts Vogel, Rick 2024-01-22 13:16:04 +0100
  • 44e025c001 add chmod +x for scripts Vogel, Rick 2024-01-22 13:01:45 +0100
  • a2af331185 move platform specific stuff into scripts Vogel, Rick 2024-01-22 12:46:39 +0100
  • 153a468a86 try fix shared library path Vogel, Rick 2024-01-22 11:10:18 +0100
  • e0d23ad965 resolve qt svg location Vogel, Rick 2024-01-19 16:03:23 +0100
  • 02d76b199a Qt/WASM seems to have no thread support Uwe Rathmann 2024-01-19 15:52:00 +0100
  • 5de2d2f671
    Fix QSkinnyTools.cmake Rick Vogel 2024-01-19 14:36:55 +0100
  • 3bae894f18 use natural sorting to choose the highest version found if not specified Alexander Kavon 2024-01-18 20:30:44 -0500
  • 42230d5d0c use CMAKE_PREFIX_PATH to specify Qt version for find_package() call Alexander Kavon 2024-01-18 19:14:55 -0500
  • 9f9fafe9ef using a struct instead of std::array Uwe Rathmann 2024-01-18 09:51:35 +0100
  • b441e29ef4 skins renamed to designsystems Uwe Rathmann 2024-01-18 09:07:02 +0100
  • 0e41703359 avoid deprecation warnings from Qt 6.7 Uwe Rathmann 2024-01-18 08:50:45 +0100
  • 6035d4ea50 Using https://en.m.wikipedia.org/wiki/File:Tux-simple-flat-monochrome.svg Uwe Rathmann 2024-01-17 17:35:26 +0100
  • 8e81db43f1 copyright adjusted Uwe Rathmann 2024-01-17 16:09:11 +0100
  • e56c1fae9d Merge branch 'master' into features/menubutton Uwe Rathmann 2024-01-17 16:08:23 +0100
  • e8f649626e Merge branch 'master' into features/drawer Uwe Rathmann 2024-01-17 16:07:22 +0100
  • 3121f0b5c7 Merge branch 'master' into features/effectnode Uwe Rathmann 2024-01-17 16:06:36 +0100
  • 9f3f1b3747 better information about the licenses Uwe Rathmann 2024-01-17 15:32:51 +0100
  • 511db2650e copyright notice generalised Uwe Rathmann 2024-01-17 14:31:45 +0100
  • 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 +0100
  • 683088539f typos fixed Uwe Rathmann 2024-01-16 14:43:10 +0100
  • a39c288258 tutorial updated Uwe Rathmann 2024-01-16 11:42:40 +0100
  • ae6ba604b6 using cmake instead of make in the docs Uwe Rathmann 2024-01-13 11:41:22 +0100
  • 097bfbe26a qt6 as the default use case Uwe Rathmann 2024-01-13 11:11:50 +0100
  • c0672d1f8c link fixed Uwe Rathmann 2024-01-13 11:04:51 +0100
  • f04c3d3a63 description updated, build hints replaced by reference to the tutorial Uwe Rathmann 2024-01-13 11:01:38 +0100
  • ffb5934597 first-application steps modified Uwe Rathmann 2024-01-13 10:07:53 +0100
  • 7e2e361637 update documentation qsk cmake namespace Rick Vogel 2024-01-12 10:11:18 +0100
  • 5c12b18b87 fix qml export target filename Rick Vogel 2024-01-11 18:48:58 +0100
  • f6601ca936 fix integration test Rick Vogel 2024-01-11 18:17:34 +0100