Commit Graph

260 Commits

Author SHA1 Message Date
Craig Drummond
9ffba0a564 Use em-dash where appropriate
Issue #1064
2017-08-18 22:54:24 +01:00
Craig Drummond
1198d96360 In playlists page, internet, etc, allo back navigation to go fully back. 2017-08-17 16:54:00 +01:00
Craig Drummond
3ef49aa27d Revert "Use em-dash where appropriate"
This reverts commit aa41876e0c.
2017-08-15 23:00:26 +01:00
Craig Drummond
aa41876e0c Use em-dash where appropriate
Issue #1064
2017-08-15 22:57:07 +01:00
Craig Drummond
15d1116474 devicePixelRatioF was introduced with Qt5.6, so for earlier versions
need to use devicePixelRatio
2017-07-04 21:57:41 +01:00
Craig Drummond
06888e8c1c Use devicePixelRatioF 2017-07-03 18:58:46 +01:00
rezodlub
586d5fd299 Clear back index on model reset 2017-06-14 22:36:12 +02:00
rezodlub
8557abd903 Clear back index on view mode change 2017-06-12 12:27:15 +02:00
rezodlub
9ed52f091d Fix unlimited back depth 2017-06-12 09:51:42 +02:00
rezodlub
73d39eae14 Unlimited back depth 2017-06-12 09:43:30 +02:00
rezodlub
cc154963ec Return to previous view when going 'back' from more than one level. 2017-06-11 18:56:30 +02: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
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
18e2fb6dcf Remove Qt4 support 2017-04-02 18:43:34 +01:00
Craig Drummond
64083ad2b1 Remove unused widget 2016-10-29 15:21:45 +01:00
Craig Drummond
b58fbff787 Use FontAwesome icons for all action icons. 2016-07-19 19:44:51 +01:00
Craig Drummond
9439e395b1 Match view mono icons to text color. 2016-07-18 22:48:10 +01:00
Craig Drummond
3616cf9ba3 QStyleOptionViewItemV4 is deprecated in Qt5 2016-07-07 19:01:40 +01:00
Craig Drummond
69e377c9b2 Folder page nolonger has a search field - so if upgrading from a 1.x config with folder search visible, then hide it. 2016-02-05 18:25:18 +00:00
Craig Drummond
05647dca0f Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
d86f49f4d8 - Add tooltip for 'last modified' search
- only access YYYY/MM/DD  for search
#767
2015-11-29 22:34:45 +00:00
Craig Drummond
b9cdcd0d39 Fix windows build, and other, issues 2015-10-21 21:29:09 +01:00
Craig Drummond
2406289303 Update (c) year 2015-08-13 21:12:34 +01:00
Craig Drummond
b0df037ec3 Only initialise view on setModel if it has not already been inialised.
#718
2015-08-03 18:10:53 +01:00
Craig Drummond
f07ea44a22 Auto-expand first level when searching 2015-07-30 19:32:37 +01:00
Craig Drummond
8903148d64 Remove searchIndex - no longer used. 2015-07-30 19:21:59 +01:00
Craig Drummond
09fe863357 Show CD cover in list/tree 2015-07-29 20:08:50 +01:00
Craig Drummond
30c2b0f6cc Add code to show CD cover in devices view. Disabled at the moment -as it
repeatedly scaled, etc., and I'm not 100% convinced its required...
2015-07-29 19:31:35 +01:00
Craig Drummond
200cf0736d Redraw view when scaled cover loaded.
#594
2015-07-24 17:20:29 +01:00
Craig Drummond
b66168a4f8 Vary search field timeout depending upon input length; 1s for 1char,
0.75 for 2 or 3 chars, and 0.5 otherwise
2015-07-22 09:30:24 +01:00
Craig Drummond
51dc9e0ecd Show + and |> buttons in some titlebars - allowing an album to be played
when its listing is shown
2015-07-20 20:28:03 +01:00
Craig Drummond
8c9ab83454 View frame fixes 2015-07-13 21:35:19 +01:00
Craig Drummond
d8ce400aa5 Work-around some issues with drawing item view frames - specifically
when to draw top/right and when not.
2015-07-05 23:21:20 +01:00
Craig Drummond
47d2658433 ...call GridCoverSong for title bar too 2015-07-04 12:08:40 +01:00
Craig Drummond
14e10bc5eb Always show artist images if in grid view 2015-07-04 12:01:34 +01:00
Craig Drummond
1b496df37f Fix image size when not using artist images 2015-06-28 18:56:09 +01:00
Craig Drummond
5fe2db6319 Move view settings into menu button for each view 2015-06-27 17:06:14 +01:00
Craig Drummond
676cc73a44 If model is a proxy model need to connect to source to get dataChagnged
if index is QModelIndex()
2015-06-21 12:10:39 +01:00
Craig Drummond
dab5b0bace Use role to determine if cover should load in UI thread 2015-06-20 19:55:59 +01:00
Craig Drummond
6d52512c46 Re-work online services so that Jamendo and Magantune use SQL backend.
This is NO WHERE NEAR COMPLETE! There are *lots* of missing features,
etc.
2015-06-19 21:39:56 +01:00
Craig Drummond
53184260d3 Nicer list header button 2015-06-11 20:46:12 +01:00
Craig Drummond
d02304e5c8 If using list/grid view and model is reset, then navigate to top 2015-06-08 21:08:40 +01:00
Craig Drummond
087bffb08c 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
d4a932e636 Make non-cover simple-tree item sizes similar height to grouped view 2015-04-19 11:42:10 +00:00
craig.p.drummond
98ef170331 Fix overlapping covers when using simple tree in playlists page 2015-04-19 11:31:54 +00:00
craig.p.drummond
2d343f8b79 - Separate title and track number in search model table view.
- Show rating in search model table view.
2015-02-27 22:06:34 +00:00
craig.p.drummond
61daa79dfc Add a 'FlatToolButton' style. Mainly for OSX, as QToolButton looks awful... 2014-10-09 19:47:05 +00:00
craig.p.drummond
21a3bd0d26 Onkly once instance of style required. 2014-10-08 21:47:14 +00:00
craig.p.drummond
bd044155e6 - Thinner splitters for more styles
- Because of the above, dont draw mac focus highlight for views
2014-10-02 17:16:13 +00:00