Commit Graph

  • e36aa93557 add color picker Peter Hartmann 2025-01-27 09:21:32 +0100
  • 25b7088d69 minor stuff Peter Hartmann 2025-01-24 16:11:38 +0100
  • 720c6f4444 windows: Adjust size when content changes Peter Hartmann 2025-01-24 16:04:22 +0100
  • 806ae4d2b7 minor stuff Peter Hartmann 2025-01-24 10:05:42 +0100
  • 763e707139 select directories Peter Hartmann 2025-01-23 16:57:17 +0100
  • 3fe47f1982 implement own file system view Peter Hartmann 2025-01-23 11:57:42 +0100
  • 736a5034de improve Peter Hartmann 2025-01-23 11:19:54 +0100
  • 376aa6bdf1 get rid of FileSelection class and variadic templates Peter Hartmann 2025-01-23 10:43:38 +0100
  • 8b5631d73b use file system model after all Peter Hartmann 2025-01-23 09:56:36 +0100
  • 0894d6457d breadcrumbs Peter Hartmann 2025-01-22 15:20:48 +0100
  • 2d70a6ae42 system dialogs: Implement file dialog Peter Hartmann 2025-01-14 16:40:20 +0100
  • 4462815617 QskAbstractTextInputSkinlet removed as it does not work well in combination with subcontrol substitution Uwe Rathmann 2025-02-04 14:28:25 +0100
  • 8dffb14aeb Merge branch 'master' of https://github.com/uwerat/qskinny Uwe Rathmann 2025-02-04 11:27:01 +0100
  • 635691a075 subcontrol substitution fixed Uwe Rathmann 2025-02-04 11:26:39 +0100
  • 7148c60c16 code cleanup Uwe Rathmann 2025-02-04 10:16:12 +0100
  • 22f0627c56 obsolete dependency fixed Uwe Rathmann 2025-02-03 14:37:38 +0100
  • 2fb0d3928d clang warnings fixed Uwe Rathmann 2025-02-03 14:37:22 +0100
  • 8fa74f66e3 typo fixed Uwe Rathmann 2025-02-03 13:58:45 +0100
  • e84e9897cc silencing gcc-14 -Wmaybe-uninitialized warnings Uwe Rathmann 2025-02-03 13:39:45 +0100
  • bd763adad8 github actions updated, outdated environments removed Uwe Rathmann 2025-02-03 12:10:20 +0100
  • 8e3ac2fce2 glyph2qvg added Uwe Rathmann 2025-02-03 11:50:40 +0100
  • 3fbd18456e QskAbstractTextInputSkinlet instead of QskTextInputSkinlet/QskTextEditSkinlet Uwe Rathmann 2025-01-30 12:49:54 +0100
  • 5af007cf4a API extended Uwe Rathmann 2025-01-30 10:25:26 +0100
  • 09d4e367f5 ongoing work for QskTextEdit/QskTextInput Uwe Rathmann 2025-01-29 11:45:31 +0100
  • b034f131d5 avoid pointless transition when setting the color scheme initially Uwe Rathmann 2025-01-27 09:06:24 +0100
  • 59d2a484b7
    `QskSkinManager::addPluginPath` tautology bug (#505) Henrik Valve 2025-01-27 09:12:52 +0200
  • d13337e02a `QskSkinManager::addPluginPath` tautology bug Henrik Valve 2025-01-25 16:17:55 +0200
  • a6f637ac5e most relevant QskTextEdit/QskTextInput properties forwarded Uwe Rathmann 2025-01-22 12:17:37 +0100
  • 237cb4ab7e CloseOnPressOutside enabled for the vitual keyboard to commits and close the edited text. This allows to finish inputs, when Qt::ImhMultiLine is enabled. Uwe Rathmann 2025-01-21 18:35:57 +0100
  • e4823304f0 QskPopup + QskSubWindow geometryChange overloads - for debugging only Uwe Rathmann 2025-01-21 15:26:23 +0100
  • 344b5734e1 popup layout code imroved/fixed - makes non-modal and CloseOnPressOutside working Uwe Rathmann 2025-01-21 15:21:03 +0100
  • 925016bbc0 code moved to QskInputPanelBox Uwe Rathmann 2025-01-21 15:17:32 +0100
  • 301b8b0250 poor man property binding implemented Uwe Rathmann 2025-01-16 17:53:40 +0100
  • 4fb9819767 QskAbstractTextInput introduced - trying to bring the implementation of QskTextEdit/QskTextInput together. work in progress Uwe Rathmann 2025-01-15 18:46:30 +0100
  • 4fa3c6e5b7 fixing unwanted side effects of input method events Uwe Rathmann 2025-01-15 12:28:22 +0100
  • c07cf24800 don't handle keybaord inputs, when the activeFocusItem is editing Uwe Rathmann 2025-01-15 12:26:26 +0100
  • 4d1513e5e5 input method handling improved Uwe Rathmann 2025-01-15 10:55:24 +0100
  • fcab034bcb
    text edit: Support enter key (#503) Peter Hartmann 2025-01-15 08:28:38 +0100
  • 3da81d185a text edit: Support enter key Peter Hartmann 2025-01-14 10:25:17 +0100
  • 1b4176625b PlaceholderText -> Placeholder Uwe Rathmann 2025-01-13 17:11:34 +0100
  • f085f1514a
    Merge 1af5648965 into 86b3c9f556 Peter Hartmann 2025-01-13 16:27:48 +0100
  • 86b3c9f556 QskTextEdit/QskTextArea introduced Uwe Rathmann 2025-01-13 16:26:59 +0100
  • 1af5648965 Say hello to QskTextEdit Peter Hartmann 2024-12-06 16:50:36 +0100
  • 4e8c3e665c QListView::Graphic roles added Uwe Rathmann 2025-01-09 11:35:54 +0100
  • a1d56c2c7e code cleanup Uwe Rathmann 2025-01-09 11:35:41 +0100
  • 7667ed3948 formal changes Uwe Rathmann 2025-01-07 16:04:02 +0100
  • a44162fabb systemdialogs example added Uwe Rathmann 2025-01-07 16:02:59 +0100
  • b97889d2d8 whitespeces/comments removed Uwe Rathmann 2025-01-06 15:03:57 +0100
  • 4f91034745 QskViewportChange events added ( using the QQuickItem::ItemObservesViewport concept ) Uwe Rathmann 2025-01-06 14:40:48 +0100
  • 70cc744ba2 focusPolicy reoved for Qt >= 6.7 Uwe Rathmann 2025-01-06 09:34:29 +0100
  • 57162cdff1 using QQuickItem::fontPolicy available since Qt 6.7 Uwe Rathmann 2025-01-05 16:44:15 +0100
  • 33a482505a internal macros ( not intended for application code ) moved from QskGlobal.h to QskInternalMacros.h Uwe Rathmann 2025-01-03 12:52:29 +0100
  • 06b07839b3 pedantic warnings fixed Uwe Rathmann 2025-01-03 12:03:18 +0100
  • 234939238b pedantic warnings fixed Uwe Rathmann 2025-01-03 12:02:11 +0100
  • cb1bb3aaaa node/orphanedNode fix Uwe Rathmann 2025-01-03 12:00:56 +0100
  • 91cdb6d9dd useless call removed Uwe Rathmann 2025-01-03 10:11:39 +0100
  • a37891e1c1 wrong declaration fixed Uwe Rathmann 2025-01-03 10:10:36 +0100
  • 448ab6fff7 satisfying pedantic compiler flags Uwe Rathmann 2025-01-03 10:08:10 +0100
  • eb31ef6738 workaround/hacks removed, that are not needed anymore ( QQuickTxtInput has enhanced its public API in the meantime ) Uwe Rathmann 2024-12-19 16:26:34 +0100
  • a6f91ea863 forwarding of mouse events fixed Uwe Rathmann 2024-12-19 15:23:22 +0100
  • a91dcd5a56 QskTextField/QskTextInput seperated Uwe Rathmann 2024-12-18 12:37:18 +0100
  • 74d14b6005 spinbox hints fixed Uwe Rathmann 2024-12-17 12:03:51 +0100
  • 9e1e8931bf QskComboBoxSkinlet::sizeHint fixed Uwe Rathmann 2024-12-17 12:03:33 +0100
  • a6992c2f08 respect the marginHint for graphic subcontrols Uwe Rathmann 2024-12-12 17:10:16 +0100
  • 16ca8e66f3 Qt5 incompatiblity fixed Uwe Rathmann 2024-12-12 10:51:19 +0100
  • 8d18c6622f M3_ using px instead of dp what seems to match much better with the displayed controls on the M3 web pages. Also using pt instead of dp. Not sure why the specs mention dp as unit and what is exactly meant by it. Uwe Rathmann 2024-12-12 10:18:47 +0100
  • 3a09458031 QskMaterial3Skin code adjusted Uwe Rathmann 2024-12-10 16:37:35 +0100
  • 89cfd7bb4f using the placeholderText in the gallery Uwe Rathmann 2024-12-10 15:08:49 +0100
  • 8d780244b6 Squashed commit of the following: Uwe Rathmann 2024-12-10 14:41:17 +0100
  • 04e3378abb QskTextInput -> QskTextField Uwe Rathmann 2024-12-10 14:29:36 +0100
  • 4eaae050e6 Merge branch 'master' into features/arcrenderer Uwe Rathmann 2024-12-10 14:12:45 +0100
  • 7ca2e5df1a Merge branch 'master' into features/drawer Uwe Rathmann 2024-12-10 14:12:16 +0100
  • c5bdecce00 Merge branch 'master' into features/effectnode Uwe Rathmann 2024-12-10 14:11:51 +0100
  • 607939a4dc Merge branch 'master' into features/menubutton Uwe Rathmann 2024-12-10 14:11:26 +0100
  • 52686242ec Merge branch 'master' into features/modelobjectbinder Uwe Rathmann 2024-12-10 14:10:57 +0100
  • c331fd601a use enums for class members Uwe Rathmann 2024-12-10 12:17:51 +0100
  • 0d86454774 elide mode for QskTextField::PlaceholderText added Uwe Rathmann 2024-12-10 11:27:16 +0100
  • 0038f6d3b3 more enums specified Uwe Rathmann 2024-12-09 16:03:55 +0100
  • 5d95913366 QskSizePolicy enums specified Uwe Rathmann 2024-12-09 15:56:49 +0100
  • 4220edc7ca don't use enum bitfields for unspecied enums Uwe Rathmann 2024-12-09 15:46:43 +0100
  • 36f502b57a QskItem::UpdateFlags sepcified Uwe Rathmann 2024-12-09 15:43:57 +0100
  • 23beda3c28 more enum types specified Uwe Rathmann 2024-12-09 15:39:06 +0100
  • 0849571523 enum types specified Uwe Rathmann 2024-12-09 15:21:37 +0100
  • d53579f3d9 enum types specified Uwe Rathmann 2024-12-09 15:04:37 +0100
  • 4e6ee36420 NodeRole enums qualified as quint8 Uwe Rathmann 2024-12-09 14:53:59 +0100
  • 3a83f5fa2c compiler errors fixed Uwe Rathmann 2024-12-09 13:29:03 +0100
  • d1fa0207fa Markdown format added Uwe Rathmann 2024-12-09 12:10:10 +0100
  • 66d97831b5 QskTextColors is a Q_GADGET now Uwe Rathmann 2024-12-09 12:01:16 +0100
  • 4ad28e6076 don't show the placeholder when text is not empty Uwe Rathmann 2024-12-09 10:04:33 +0100
  • b6f2003826 QskTextFieldSkinlet::sizeHint added Uwe Rathmann 2024-12-04 10:08:39 +0100
  • f0d53322aa gallery updated, dummy TextFieldSkinlets introduced Uwe Rathmann 2024-12-03 17:52:39 +0100
  • e86378a072 fusion skin improved Uwe Rathmann 2024-12-03 13:33:17 +0100
  • 4540cc1e4e QskTextFieldSkinlet::Selected state introduced Uwe Rathmann 2024-12-03 10:06:26 +0100
  • 77e556fad2 QskTextField::placeholderText introduced, QskTextField::description removed Uwe Rathmann 2024-12-03 09:32:39 +0100
  • 77739d7734 skin hint table size reduced Uwe Rathmann 2024-12-03 07:44:44 +0100
  • 108aa23397 QskTextInput renamed to QskTextField ( term used by F2/M3 and QC2 ) Uwe Rathmann 2024-12-02 12:54:31 +0100
  • 128ce8f79b synched with master Uwe Rathmann 2024-12-02 11:03:37 +0100
  • c6fc72e07c Merge branch 'master' into features/modelobjectbinder Uwe Rathmann 2024-12-02 10:16:42 +0100
  • aa2a76996d Merge branch 'master' into features/menubutton Uwe Rathmann 2024-12-02 10:13:50 +0100
  • 9cedf5f71b Merge branch 'master' into features/effectnode Uwe Rathmann 2024-12-02 10:11:07 +0100