29 Commits

Author SHA1 Message Date
Craig Drummond
31b8a6d9b9 Revert "Revert "Merge pull request #1727 from jprjr/fix-deprecated-warnings""
This reverts commit be9c1e74e0.
2021-07-29 12:00:04 +01:00
Craig Drummond
be9c1e74e0 Revert "Merge pull request #1727 from jprjr/fix-deprecated-warnings"
This reverts commit cb18837d11, reversing
changes made to b296cf7113.
2021-07-28 19:44:57 +01:00
John Regan
93c4ea12c3 fix deprecation: QSet::toList 2021-07-20 08:44:23 -04:00
Craig Drummond
b8645d1358 Fix most, but not all, deprecation warnings. 2020-02-16 09:51:37 +00:00
Craig Drummond
eff0e66d39 Use AUTOMOC 2018-03-07 19:04:14 +00:00
padertux
4f26eb686e Refactor code to use C++11 nullptr 2018-01-08 23:01:25 +01:00
Craig Drummond
b63c6fbe26 Use Qt5's translation framework - ts files, not po files. 2017-04-08 10:35:31 +01:00
Craig Drummond
27638126da Forgot to add these... 2016-06-11 12:17:55 +01:00
Craig Drummond
4a713c7ec9 Initial work on using SQL for MPD cache. Not 100% functional. Eventually
will also use SQL for Jamendo and Magantune...
2015-06-07 22:18:19 +01:00
craig.p.drummond
64c06773ce Alter includes to have su-folder - e.g. utils.h -> support/utils.h 2014-05-13 18:37:52 +00:00
craig.p.drummond
f45768a933 Remove used var 2014-04-23 19:02:39 +00:00
craig.p.drummond
7e5bff426a Set tooltip 2014-01-23 19:48:43 +00:00
craig.p.drummond
3daec7916c - Dont allow buttons in main widow to recieve focus.
- Use Ctrl+G as short-cut to show genre combo popup.
2014-01-23 19:48:13 +00:00
craig.p.drummond
addfca835a Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
14d9c0033d If we are 'hidden' then we need to ingore mouse events - so that these get passed to parent widget. 2013-10-02 20:24:22 +00:00
craig.p.drummond
baeb38f674 Also need to disable widget if not being painted 2013-10-02 20:23:18 +00:00
craig.p.drummond
a105bc5eb9 Only show genre combo, if there are actually genres. 2013-10-01 18:22:45 +00:00
craig.p.drummond@gmail.com
f88fabd01d Place a 0-pixel wide 'size widget' at the bottom of each view, to attempt to ensure consisten sizes between views. 2013-09-13 11:25:34 +00:00
craig.p.drummond
568d3cec22 Set maximum height of genre combo to toolbutton height. 2013-09-12 18:41:13 +00:00
craig.p.drummond
d153d9bf25 Remove empty genre 2013-03-14 19:31:52 +00:00
craig.p.drummond
4f7c893dde Create a cusrtom ComboBox - so that we can add scrollbars to pop-up of non-editrable combos with QGtkStyle 2013-02-28 22:15:02 +00:00
craig.p.drummond
9a63c418ce Use a property to determine slim combo 2013-02-20 16:49:25 +00:00
craig.p.drummond
da1c692aa3 Control position of combo popup 2013-02-15 17:20:58 +00:00
craig.p.drummond
6e155d8f4b Repositioning/resizing not working 2013-02-13 19:46:53 +00:00
craig.p.drummond
5677fd26a9 Work-around issues with some styles (e.g. QGtkStyle) and a large number of items in the genre combos. 2013-02-07 18:21:27 +00:00
craig.p.drummond
fbe6f03408 Update copyright year 2013-01-17 16:57:20 +00:00
craig.p.drummond
2d8a613c24 Only show relevant genres for playlist and devices 2012-12-20 21:16:53 +00:00
craig.p.drummond
fa9132627c When using list or icon view, only show genres that are relevant to the current level.
BUG:143
2012-12-19 20:04:08 +00:00
craig.p.drummond
f90a21b7ae Add a GenreCombo class 2012-10-15 18:42:39 +00:00