fc63f316b4focus tab chain update fixed, when re-inserting am item at the end, that had already been inserted before
Uwe Rathmann
2018-03-20 14:57:29 +0100
c88ae44687unused color table removed
Uwe Rathmann
2018-03-15 20:18:53 +0100
4cd45201f6more compile time checks, when using QskMetaFunction
Uwe Rathmann
2018-03-14 14:45:39 +0100
0930085a64not creating the font cache at build time anymore - it is easier to let the first application doing the job
Uwe Rathmann
2018-03-13 21:07:43 +0100
2c72388239always inserting the input grabber at the beginning so that QQuickItem::childAt ( and squish ) are working
Uwe Rathmann
2018-02-07 09:26:47 +0100
3ddcb3706fcheck for invalid contexts added
Uwe Rathmann
2018-02-06 07:51:33 +0100
84d8c87309setting the initial focus only on Qt::PopupFocusReason
Uwe Rathmann
2018-02-04 12:28:26 +0100
d98317942ebad autofocusing of scopes, when reciving the focus removed - it lead to inconsistent QQuickItem states, when focused items get reparented.
Uwe Rathmann
2018-02-02 18:04:38 +0100
3a0b3f4ad1unused includes removed
Uwe Rathmann
2018-02-01 09:29:28 +0100
b4dda0d557using the contents rectangle as default focus rectangle
Uwe Rathmann
2018-02-01 09:28:47 +0100
716f5d5bcbframebuffer mode removed as it crashes in the multithreaded situation + didn't offer the expected workaround for the missing multisampling support on certain VMs
Uwe Rathmann
2018-02-01 09:15:36 +0100
19c0e43e5cfind a default focus item, when a focusScope/tabFence control ( usually a popup ) gets the focus - to be on the internal tab chain.
Uwe Rathmann
2018-01-19 10:08:59 +0100
3837205847[Misc] several static methods from QskControl changed into qskXYZ functions to avoid any conflicts with APIs that might be added to QQuickItem in future versions
Uwe Rathmann
2018-01-19 10:07:05 +0100
b083479b21using QString() instead of QString::null
Uwe Rathmann
2018-01-16 20:34:54 +0100
6589f7a696QskScrollArea once more changed, this time again without having to copy the viewport clip node
Uwe Rathmann
2018-01-16 20:26:18 +0100
4f6bf75426some auto scrolling modes added
Uwe Rathmann
2018-01-16 12:13:38 +0100
b1c3acde8eQskScrollArea reimplemented to have a proper filtering of child events
Uwe Rathmann
2018-01-12 15:46:15 +0100
ebe332c14eauto reparenting the focus indicator to be always below the most inner clip
Uwe Rathmann
2018-01-11 16:29:33 +0100
b80aed9c92- QskGestureRecognizer replaying all mouse events, when being aborted. - QskScrollView gesture handling improved to handle replayed events from children that actively ignore mouse events
Uwe Rathmann
2018-01-11 14:16:20 +0100
b00edfce28interpolation between graphic filters fixed
Uwe Rathmann
2018-01-06 17:58:53 +0100
c989c61d3falignment of metrics improved and disabled
Uwe Rathmann
2018-01-06 17:58:10 +0100
6c82f1a783iterating over all fonts
Uwe Rathmann
2018-01-06 17:57:33 +0100
440ad62631avoid font sizes <= 0
Uwe Rathmann
2018-01-05 09:37:17 +0100
277d8dd8d6stable calculation of text base lines, so that text don't "wobble" anymore during translations of margins/paddings
Uwe Rathmann
2018-01-04 13:59:51 +0100