Commit Graph

25 Commits

Author SHA1 Message Date
Craig Drummond
7e01ac00f5 Don't attempt to align main menu for Windows < 10, as Qt seems to add some
menu animation that just looks weird when menu is moved.
2018-05-03 17:07:48 +01:00
Craig Drummond
c5e7fa9c0d Use AUTOMOC 2018-03-07 19:04:14 +00:00
Craig Drummond
445d1497ac Update (c) year 2018-01-01 10:11:39 +00:00
Craig Drummond
948026d73b Use for(var: list) and not foreach(var, list) 2017-11-27 22:36:53 +00:00
Craig Drummond
673a43f2a3 Adjust menu position to take into account Kvantum shadows 2017-06-29 18:03:06 +01:00
Craig Drummond
3ef2515e45 Remove touch support - does not work that well, and QtWidgets are not designed for touch 2017-04-11 17:15:21 +01:00
Craig Drummond
3e06d37633 Remove USE_SYSTEM_MENU_ICON cmake option 2017-04-08 19:32:40 +01:00
Craig Drummond
e67d6e3a23 Use Qt5's translation framework - ts files, not po files. 2017-04-08 10:35:31 +01:00
Craig Drummond
a2f007a2b7 Update (c) year 2017-04-02 18:45:30 +01:00
Craig Drummond
0278b57b50 Try to ensure menu button width is at least equal to height. 2016-02-14 00:37:39 +00:00
Craig Drummond
05647dca0f Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
2406289303 Update (c) year 2015-08-13 21:12:34 +01:00
Craig Drummond
3a42bbdb3e Hide menu button indicator 2015-08-08 14:37:53 +01:00
Craig Drummond
5fe2db6319 Move view settings into menu button for each view 2015-06-27 17:06:14 +01:00
craig.p.drummond
478b73c2c1 RTL fixes 2014-06-20 17:58:28 +00:00
craig.p.drummond
d29d9a8781 Alter includes to have su-folder - e.g. utils.h -> support/utils.h 2014-05-13 18:37:52 +00:00
craig.p.drummond
ab7ffecca3 Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
e58d250447 Align main menu with toolbutton 2013-11-29 20:18:12 +00:00
craig.p.drummond
729c7174ed Better state control 2013-10-28 19:47:52 +00:00
craig.p.drummond
585d7b472a Use 'Menu' as menu button tooltip 2013-10-17 17:24:33 +00:00
craig.p.drummond
a5622b4682 Fix Qt5 segfault on exit, due to static QIcons being destructed. 2013-06-12 19:56:59 +00:00
craig.p.drummond
07d2a48314 No arrow on toolbuttons with menus 2013-04-06 07:42:10 +00:00
craig.p.drummond
8942a18141 Make tool buttons square 2013-02-15 17:22:14 +00:00
craig.p.drummond
7596c8773e Disable menu button if all actions disabled 2013-02-15 17:18:53 +00:00
craig.p.drummond
24a481f665 Create custom MenuButton class, so that we can remove the arrow indicator from the menu buttons. 2013-02-12 20:57:28 +00:00