Craig Drummond
fd2f7bdbac
Use em-dash where appropriate
...
Issue #1064
2017-08-15 22:57:07 +01:00
Craig Drummond
44993730bb
devicePixelRatioF was introduced with Qt5.6, so for earlier versions
...
need to use devicePixelRatio
2017-07-04 21:57:41 +01:00
Craig Drummond
57f6aaf4e9
Use devicePixelRatioF
2017-07-03 18:58:46 +01:00
rezodlub
555ab199db
Clear back index on model reset
2017-06-14 22:36:12 +02:00
rezodlub
9b96f0ab6a
Clear back index on view mode change
2017-06-12 12:27:15 +02:00
rezodlub
b5f022aac3
Fix unlimited back depth
2017-06-12 09:51:42 +02:00
rezodlub
0dd573b131
Unlimited back depth
2017-06-12 09:43:30 +02:00
rezodlub
7d8f568300
Return to previous view when going 'back' from more than one level.
2017-06-11 18:56:30 +02:00
Craig Drummond
edba120db9
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
b63c6fbe26
Use Qt5's translation framework - ts files, not po files.
2017-04-08 10:35:31 +01:00
Craig Drummond
0a73215867
Update (c) year
2017-04-02 18:45:30 +01:00
Craig Drummond
b0b0140d98
Remove Qt4 support
2017-04-02 18:43:34 +01:00
Craig Drummond
3a45316998
Remove unused widget
2016-10-29 15:21:45 +01:00
Craig Drummond
94f26acfe0
Use FontAwesome icons for all action icons.
2016-07-19 19:44:51 +01:00
Craig Drummond
ab77cd56ca
Match view mono icons to text color.
2016-07-18 22:48:10 +01:00
Craig Drummond
7598aa1147
QStyleOptionViewItemV4 is deprecated in Qt5
2016-07-07 19:01:40 +01:00
Craig Drummond
7f9a12db0e
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
705648420a
Update (c) year
2016-01-08 18:55:13 +00:00
Craig Drummond
45ce4ac749
- Add tooltip for 'last modified' search
...
- only access YYYY/MM/DD for search
#767
2015-11-29 22:34:45 +00:00
Craig Drummond
551f49644a
Fix windows build, and other, issues
2015-10-21 21:29:09 +01:00
Craig Drummond
9533f12881
Update (c) year
2015-08-13 21:12:34 +01:00
Craig Drummond
430b75e267
Only initialise view on setModel if it has not already been inialised.
...
#718
2015-08-03 18:10:53 +01:00
Craig Drummond
fd17c43e51
Auto-expand first level when searching
2015-07-30 19:32:37 +01:00
Craig Drummond
b3e26b7d33
Remove searchIndex - no longer used.
2015-07-30 19:21:59 +01:00
Craig Drummond
a7229d3e1c
Show CD cover in list/tree
2015-07-29 20:08:50 +01:00
Craig Drummond
4a88f83238
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
7173373094
Redraw view when scaled cover loaded.
...
#594
2015-07-24 17:20:29 +01:00
Craig Drummond
88c496f162
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
b78a4f4204
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
52cf1134d3
View frame fixes
2015-07-13 21:35:19 +01:00
Craig Drummond
e1da9d3208
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
f5de40aeaf
...call GridCoverSong for title bar too
2015-07-04 12:08:40 +01:00
Craig Drummond
ee9ddfc1bb
Always show artist images if in grid view
2015-07-04 12:01:34 +01:00
Craig Drummond
1217a78696
Fix image size when not using artist images
2015-06-28 18:56:09 +01:00
Craig Drummond
487fd0f3c0
Move view settings into menu button for each view
2015-06-27 17:06:14 +01:00
Craig Drummond
c27bd73c3e
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
45d080c7d5
Use role to determine if cover should load in UI thread
2015-06-20 19:55:59 +01:00
Craig Drummond
54f615cc77
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
58ffbe9789
Nicer list header button
2015-06-11 20:46:12 +01:00
Craig Drummond
bc7ebc0aa4
If using list/grid view and model is reset, then navigate to top
2015-06-08 21:08:40 +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
945d85ea32
Make non-cover simple-tree item sizes similar height to grouped view
2015-04-19 11:42:10 +00:00
craig.p.drummond
e844604b95
Fix overlapping covers when using simple tree in playlists page
2015-04-19 11:31:54 +00:00
craig.p.drummond
8a315200c6
- 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
a459a2adb7
Add a 'FlatToolButton' style. Mainly for OSX, as QToolButton looks awful...
2014-10-09 19:47:05 +00:00
craig.p.drummond
18b4071119
Onkly once instance of style required.
2014-10-08 21:47:14 +00:00
craig.p.drummond
d220bd9d94
- Thinner splitters for more styles
...
- Because of the above, dont draw mac focus highlight for views
2014-10-02 17:16:13 +00:00
craig.p.drummond
ba17896b00
Use same selection drawing for all views.
2014-10-01 19:42:52 +00:00
craig.p.drummond
c0d3ac81db
- Add control buttons for windows thumbnail toolbutton.
...
- Add prev/play/pause/etc to OSX dock menu
- As part of this connect to correct triggered signal!
2014-10-01 15:50:29 +00:00
craig.p.drummond
55cafd92f3
Podcast fixes/improvements
...
- Add actions to mark podcast as episode as listened or new.
- Add action to cancel podcast downloads.
- Download podcasts sequentially.
- Fix display of unplayed podcast episode counts.
BUG: 547
2014-09-25 18:18:26 +00:00