Craig Drummond
06c8a8978c
- DirViewModel should handle MPD updates
...
- When loose MPD connection, should clear view but not DB contents
2015-06-08 20:26:13 +01:00
Craig Drummond
2de4af3dd8
Only update if parsed filter has actually changed.
2015-06-08 18:22:18 +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 Drummond
c83eb3fc27
Various devel changes
...
- Use time_t to store MPD DB version, as that is what MPD sends anyway
- Initial changes for an (experimental) webapp
2015-06-01 21:53:55 +01:00
craig.p.drummond
d0b993094d
Don't allow calling of cover dialog for composer - not currently supported.
2015-04-05 21:53:09 +00:00
craig.p.drummond
12b7bf0e83
Rename mpd source folder to mpd-interface to help build errors when libmpdclient(?) is also installed.
...
BUG: 650
2015-03-16 19:18:52 +00:00
craig.p.drummond
bfc8aa1ec2
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
craig.p.drummond
d5ce7de372
Re-format mode MessageBox messages - so that they can be split into main/sub text for MacOS dialogs.
2014-09-16 21:21:43 +00:00
craig.p.drummond
22698f5972
Need to enable edit tags even if we dont have replaygain support.
2014-09-12 17:51:29 +00:00
craig.p.drummond
2fbbec11a4
A separate 'Edit tags' action is required for playqueue...
2014-09-01 18:30:05 +00:00
craig.p.drummond
613b602148
Use same action to edit tags in playqueue as item views.
2014-08-21 21:53:38 +00:00
craig.p.drummond
8f6c53fa67
Remove 'Add albums in random order' from view context menus.
2014-08-18 19:06:52 +00:00
craig.p.drummond
2bd7ee047d
Move updating, etc, into ItemView
2014-07-30 19:03:24 +00:00
craig.p.drummond
d5d5c23479
- Remove cover size setting, set automtically.
...
- Artist images only shown in grid view.
- No images, or icons, shown in basic tree view.
2014-07-16 19:06:33 +00:00
craig.p.drummond
f94bc3d947
Restore search field visibility for; PlayQueue, Artists, Albums, Folders, Playlists, Dynamic, and Devices views
...
BUG: 485
2014-05-30 16:03:56 +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
ce1dd4535e
Only use 'leaves' if filter is active
2014-05-01 19:25:12 +00:00
craig.p.drummond
345b755818
Add option to only act on songs that pass current string or genre filter.
...
BUG: 473
2014-04-30 18:48:00 +00:00
craig.p.drummond
bd1b077552
If MPD database is refreshed whilst listview is not at top level, then reset view to top level
2014-04-04 19:34:10 +00:00
craig.p.drummond
8b19eaf390
REduce KDE differences
2014-03-26 19:34:28 +00:00
craig.p.drummond
8432f3e608
Simplify MPD update
2014-01-31 19:51:29 +00:00
craig.p.drummond
ccc920d3fc
Remove refresh buttons in status bar, and place into main menu. Also, prompt for confirmation before perforing refresh.
2014-01-23 19:54:40 +00:00
craig.p.drummond
93ca63e555
Remove find buttons in status bar, and use Ctrl-F for both find in views and find in playqueue. Action depends upon which view has focus.
...
BUG: 384
2014-01-23 19:53:56 +00:00
craig.p.drummond
a5200df9d8
Use message overlay widget to indicate library is being loaded
2014-01-10 20:02:39 +00:00
craig.p.drummond
ab7ffecca3
Update (c) year
2014-01-06 19:32:05 +00:00
craig.p.drummond
3a3177be22
When adding songs to an existing play lists, dont allow play list files to be added.
...
BUG: 372
2013-12-31 09:08:14 +00:00
craig.p.drummond
2cf1ce9f83
When showin a new page, place focus on view.
2013-11-10 07:55:14 +00:00
craig.p.drummond
7615588b7c
Simplify
2013-11-01 18:38:12 +00:00
craig.p.drummond
1255514694
Add albums in random order to playqueue.
...
BUG: 323
2013-11-01 18:37:19 +00:00
craig.p.drummond
87f3dfccc8
(Hopefully) fix selection order of items - and order added to playqueue.
2013-09-03 18:40:50 +00:00
craig.p.drummond
2d17a2dba0
Place search fields on bottom of views, and hide by default. Show when Ctrl-F is used for views, and Ctrl-Shift-F for playqueue.
2013-06-30 21:35:43 +00:00
craig.p.drummond
8854c4b7c1
- Try no to use yes/no in dialogs - as Gtk reverses this to no/yes!!
...
- Use standard gui items, and create Qt equivalents
2013-05-29 19:00:50 +00:00
craig.p.drummond
e872ac2c2c
Show list of albums for an artist
2013-05-24 19:05:14 +00:00
craig.p.drummond
50b4be5f8a
Allow setting of artist image in cover dialog
2013-04-24 18:28:05 +00:00
craig.p.drummond
3710656286
Show similar artists, and artist image
2013-04-03 16:57:00 +00:00
craig.p.drummond
f0b0164ac9
Using term 'Artists' for library page
2013-03-16 17:56:04 +00:00
craig.p.drummond
9b53b98710
Let model setup signal connection
2013-02-21 20:06:34 +00:00
craig.p.drummond
20a5a4db49
- Move common actions into StdActions
...
- Models are in control of what actions are show at what level
2013-02-18 17:07:46 +00:00
craig.p.drummond
6f8968fe78
Reduce #includes
2013-02-15 17:22:52 +00:00
craig.p.drummond
8942a18141
Make tool buttons square
2013-02-15 17:22:14 +00:00
craig.p.drummond
09374f37a4
Remove Qt module prefix from includes - will make Qt5 port a little easier!
2013-01-28 19:33:42 +00:00
craig.p.drummond
a3f0de90a6
Add a new view style - 'Detailed Tree'. This uses the list-style appearance for treeviews - e.g. The album count appears under each artist, etc.
2013-01-21 19:44:43 +00:00
craig.p.drummond
476d132466
Update copyright year
2013-01-17 16:57:20 +00:00
craig.p.drummond
9dd4373f45
Tidy up a bit
2012-12-19 20:05:07 +00:00
craig.p.drummond
0a317dfad2
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
b79f87a377
Import initial cover download dialog. This is so that trunk actually compiles!
...
THIS IS NOT FINISHED, NOT EVEN SLIGHTLY!!!
2012-12-15 12:39:45 +00:00
craig.p.drummond
237ba51f1b
Add a GenreCombo class
2012-10-15 18:42:39 +00:00
craig.p.drummond
a0c0cd9634
Support for modifiable keyboard shortcuts in Qt-only builds. (Code stolen from Quassel!)
2012-10-03 19:58:42 +00:00
craig.p.drummond@gmail.com
a09348805d
Fix image/icon size, and spacing issues, in sync dialog when the library view is set to use icon/list style.
...
BUG:99
2012-10-02 11:18:07 +00:00
craig.p.drummond
169f8a97d9
- Use better names for library/folder loading signals.
...
- Don't pass dbDateTime into load function, instead store dbDateTime in connection and use this.
- Don't store db time all over the place in the GUI thread, turn MPDStats into a singleton like MPDStatus and use that
2012-06-27 17:05:48 +00:00