Commit graph

16 commits

Author SHA1 Message Date
John Preston
8589a8d850 Try to fix a crash in label click handlers. 2021-09-13 17:38:53 +03:00
Ilya Fedin
b8485c0d8a Fix -Wunused-variable warnings 2021-07-13 21:24:22 +03:00
23rd
fc357ae28f Removed Q_OBJECT from FlatLabel. 2021-05-31 22:54:24 +03:00
23rd
86c1cce260 Replaced QTimer with base::Timer in FlatLabel. 2021-05-31 22:54:24 +03:00
23rd
92fe8b138b Replaced raw PopupMenu pointer with unique_qptr in FlatLabel. 2021-05-31 22:54:24 +03:00
23rd
8c381e6bd4 Replaced singleShot with InvokeQueued in FlatLabel. 2021-05-31 22:54:24 +03:00
23rd
6f097fc571 Removed obsolete ability to fill menu with slots. 2021-01-20 00:20:39 +03:00
Ilya Fedin
cffa5e11d8 Use QClipboard::supportsSelection instead of ifdefs 2020-11-06 08:23:55 +03:00
Ilya Fedin
f749fc7349 Use Q_OS_UNIX instead of Q_OS_LINUX since linux-specific code can be used also on *BSD/Haiku 2020-06-13 16:08:39 +04:00
John Preston
4ef3d2ff9f Fix label crossfade animation. 2019-10-11 19:59:39 +04:00
John Preston
ba1c7d8d31 Fix email links in labels. 2019-09-26 11:05:11 +03:00
John Preston
16adecf500 Improve label cross fade animation. 2019-09-23 21:24:10 +03:00
John Preston
71adf272c5 Use simple QPainter in CrossFadeAnimation. 2019-09-23 16:55:18 +03:00
John Preston
00393b7b3b Correct String::countHeight with breakEverywhere. 2019-09-20 19:30:21 +03:00
John Preston
f4904e5ec4 Add layer and box management. 2019-09-18 14:17:24 +03:00
John Preston
85c83003ca Initial commit. 2019-09-17 17:48:58 +03:00