craig.p.drummond
7417f9040d
- 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
7c6877f787
"Open In File Manager" for Qt (linux) builds
2013-02-15 17:23:24 +00:00
craig.p.drummond
6d6aab018b
Reduce #includes
2013-02-15 17:22:52 +00:00
craig.p.drummond
efb5bae099
Make tool buttons square
2013-02-15 17:22:14 +00:00
craig.p.drummond
c60604502f
Remove Qt module prefix from includes - will make Qt5 port a little easier!
2013-01-28 19:33:42 +00:00
craig.p.drummond
fbe6f03408
Update copyright year
2013-01-17 16:57:20 +00:00
craig.p.drummond
36d6ed25ec
Tidy up a bit
2012-12-19 20:05:07 +00:00
craig.p.drummond
90f88f48d5
Allow editing of tags, and replaygain calculation, of files from folder view which do not contain tags.
2012-12-10 19:54:52 +00:00
craig.p.drummond
974b50814c
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
92a370c41f
When refreshing DB, make sure Albums view is at top level.
...
BUG:78
2012-09-10 11:25:09 +00:00
craig.p.drummond
5c7d22c72d
Initial work on Qt translations. Commented out for the moment, as xgettext is crashing!!!
2012-09-02 20:13:00 +00:00
craig.p.drummond@gmail.com
be707eaa3c
Fix track order when adding newly added album, via folders page, to playqueue.
2012-08-20 11:36:51 +00:00
craig.p.drummond
ce59bd7a36
- 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
craig.p.drummond
b3f36f1cae
Android: more sizing fixes
2012-06-22 15:51:13 +00:00
craig.p.drummond
c1c61ce0d4
Make TagLib optional.
2012-06-18 18:22:58 +00:00
craig.p.drummond
5bff55a584
Support MPD queue functionality. Add an 'Add With Priority' to menu of library, etc, views. Add a 'Set Priority' to play queue. Requires MPD 0.17.0 or newer.
2012-06-15 19:05:14 +00:00
craig.p.drummond
f31a7264cd
Add support for multiple MPD servers.
2012-06-08 17:53:35 +00:00
craig.p.drummond
9ac7dad2c2
Disable 'Edit Tags' and 'Organize Files' actions if MPD dir is not readable.
2012-06-01 16:24:21 +00:00
craig.p.drummond
4aecafef4c
Add Track Organizer dialog to Qt-only build.
2012-05-31 19:48:31 +00:00
craig.p.drummond
f5f3114145
Reduce KDE/Qt code duplication - by creating dummy Dialog, MessageBox, and InputDialog classes/namespaces for Qt.
2012-05-31 17:45:57 +00:00
craig
294c9591ec
s/playlist/playqueue/g
2012-04-16 18:43:50 +00:00
craig
8c1e4f1e77
Only expand if we have text
2012-04-07 20:17:35 +00:00
craig
bd1de87413
Automatically expand treeview items when searching.
2012-03-27 17:39:05 +00:00
craig
cdf12784bb
Fix logic of replacing play queue - the clear message is sent in the MPD
...
thread just before the add message.
2012-03-26 18:22:26 +00:00
craig
f7e743461a
Remove proxy code duplication
2012-03-21 19:07:34 +00:00
craig
e31c5fcefa
Qt tag editor
2012-03-14 17:28:55 +00:00
craig
97a6177a84
Update copy of KMessageWidget
2012-03-05 19:48:55 +00:00
craig
c648ef6259
Add "Open File Manager" action to folder page context menu.
2012-02-16 20:47:32 +00:00
craig
528a812c4c
Add ability to calculate replaygain tags.
2012-02-16 20:33:05 +00:00
craig
3e525093a6
Fix icon size
2012-02-14 21:23:30 +00:00
craig
ae4658b322
Update dir model when add/remove songs
2012-02-10 20:33:54 +00:00
craig
4ce0df037c
Add 'copy to device', etc, actions to folders page.
2012-02-10 20:32:56 +00:00
craig
da14e19de1
controlActions();
2012-02-10 20:31:45 +00:00
craig
45a857024b
Comment out 'burn to cd' actions - not sure these are useful...
2012-02-06 19:53:04 +00:00
craig
5e4061dfe0
Add create audio/data cd actions to library/folder/albums pages.
2012-01-30 19:26:00 +00:00
craig
cc95b844d6
Add finter-enabling to all models
2012-01-25 17:33:23 +00:00
craig
e8577a9703
Rename 'Update Database' action to 'Refresh', as the curent view is now also refreshed.
2012-01-21 20:58:58 +00:00
craig
450bbcf917
Disable folders model when page hidden
2012-01-18 21:01:18 +00:00
craig
518b7d41bb
Cleanup
2012-01-04 19:19:13 +00:00
craig
9fc2286ce3
Update copyright statements.
2012-01-04 19:15:55 +00:00
craig
2a32ec80c3
Fix:
...
when in a lower level, and search to an item that matches higher - the model navigates up - but the nav buttons dont change!!!!
this leads to a crash when press nav button!
e.g. Im/
Final Front../
El Dorado...
A/
B
If we are in 'B' and type 'Dorado' then we change to 'Im' - but nav buttons do not!
2012-01-03 19:58:33 +00:00
craig
1872cef46f
Fix inconsistency between adding items via drag'n'drop and using the '>>' actions
2012-01-03 19:54:13 +00:00
craig
41806c6f32
Manually show spinner, so it appears quicker!
2011-12-24 10:13:52 +00:00
craig
1236144c09
Show spinner over library/album/folder view when loading. (KDE only)
2011-12-22 20:03:54 +00:00
craig
6fbbdfb821
Forgot to commit!
2011-12-22 19:07:25 +00:00
craig
222ac7e5bd
Sort selected items by the order they appear on screen - QAbstractItemView::selectedItems is not sorted!!!!
2011-12-20 19:17:39 +00:00
craig
dd06c86ccf
Make an 'ItemView' class so that each view can set whether to be list or tree like.
2011-12-18 20:04:13 +00:00
craig
4f0810834d
Playlists work
2011-12-14 19:41:06 +00:00
craig
3f2dab8091
List view for library - styled item delegate todo!!!
2011-12-10 22:59:48 +00:00
craig
cb127217a6
Fix playlist headers!!!!
2011-12-09 18:40:20 +00:00