Craig Drummond
|
b55f2a2424
|
Fic streams actions
|
2015-07-05 13:25:25 +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
|
00fcfb8c8e
|
When removing duplicates, take album into account as well as artist and title.
BUG: 664
|
2015-04-16 20:57:42 +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
|
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
|
1ad0e107ae
|
Allow setting of column alignments in table views.
BUG: 632
|
2015-02-24 11:32:10 +00:00 |
|
craig.p.drummond
|
ecb59fad60
|
Use '#' for track number column title in table view.
|
2015-02-23 16:21:10 +00:00 |
|
craig.p.drummond
|
4f648896fc
|
Do not reset current song when shuffling albums, or sorting playqueue.
BUG: 606
|
2015-02-07 23:45:23 +00:00 |
|
craig.p.drummond
|
3190cf0e9f
|
If connected to MPD>=0.19 using address 127.0.01 and MPD supports 'file' URL handler, then pass local files as 'file://' URLS.
BUG: 574
|
2014-10-30 08:39:11 +00:00 |
|
craig.p.drummond
|
6c98a43b65
|
Keep rating values when update
|
2014-10-07 11:05:18 +00:00 |
|
craig.p.drummond
|
f60e81b98b
|
Only request ratings when needed
|
2014-10-07 07:01:10 +00:00 |
|
craig.p.drummond
|
2e89fc8bcc
|
- Fix missing toolbar icon under OSX
- Menubar icon hack is only applicable when running under Unity for Linux/Qt builds.
|
2014-10-01 16:03:08 +00:00 |
|
craig.p.drummond
|
db1f9e9cec
|
- 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
|
860f4c7084
|
More broken libdbusmenu-qt workarounds. Really wish it would repect the dont show icons in menu setting!!!
|
2014-09-30 20:36:20 +00:00 |
|
craig.p.drummond
|
7a0747d17d
|
Add option to disable song info tooltips.
|
2014-09-14 08:01:19 +00:00 |
|
craig.p.drummond
|
6dc934412d
|
Allow all bar title and artist columns to be hidden in playqueue.
|
2014-09-14 07:23:26 +00:00 |
|
craig.p.drummond
|
733fd055c1
|
Split genres by comma in table views
|
2014-08-17 14:59:37 +00:00 |
|
craig.p.drummond
|
da0587a523
|
Use 0..10 for ratings. 1=0.5 star, 2=1 star, 3=1.5 stars, etc.
|
2014-07-31 19:29:38 +00:00 |
|
craig.p.drummond
|
ec6f631952
|
Initial support for ratings - stored in MPD's sticker DB. This is NOT complete - support in dynamic playlists is still TODO...
|
2014-07-21 19:01:56 +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
|
49a0f347c8
|
Use consistent song tooltip everywhere
|
2014-07-10 19:49:53 +00:00 |
|
craig.p.drummond
|
ff384c27bf
|
Update currentRowNum if song is moved
BUG: 497
|
2014-06-30 18:43:20 +00:00 |
|
craig.p.drummond
|
593acd3b3e
|
Store radio station 'name' field in extra map
|
2014-06-16 19:14:18 +00:00 |
|
craig.p.drummond
|
5b618df864
|
Add performer and composer to table-view for playqueue, playlists, and search
|
2014-06-11 18:27:13 +00:00 |
|
craig.p.drummond
|
8fe7865330
|
If artist is different to album-artist, then show track title as "title - artist"
|
2014-06-09 18:43:00 +00:00 |
|
craig.p.drummond
|
5bd1c87cb1
|
Encode positons as integers in mimedata - no strings
|
2014-05-23 21:43:57 +00:00 |
|
craig.p.drummond
|
35969614c9
|
Fix playqueue shuffle/sort if we have albums of same name, but different mb id
|
2014-05-21 18:42:24 +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
|
978fb45451
|
Only work-around menu icons for Qt-only builds. K DEversion uses some standard KDE actions, which forces use of icons :-(
|
2014-04-24 19:40:08 +00:00 |
|
craig.p.drummond
|
df2b326976
|
Try not to show icons in menus for Unity and OSX
|
2014-04-24 18:59:52 +00:00 |
|
craig.p.drummond
|
7e02d0058b
|
Move model roles into separate roles.h file.
|
2014-04-23 20:36:38 +00:00 |
|
craig.p.drummond
|
b5775be669
|
Add list style to playqueue
|
2014-04-23 18:57:22 +00:00 |
|
craig.p.drummond
|
741fa9e222
|
Fix cover loading
|
2014-04-17 16:05:05 +00:00 |
|
craig.p.drummond
|
e0372c7f1c
|
Covers might return fileName - so need to handle this...
|
2014-04-16 19:39:28 +00:00 |
|
craig.p.drummond
|
42ae44fab8
|
Handle race-condition where playqueue asks for cover after artists/albums model has requested and before it has recieved a response. In this case the playqueue request will be ignored (as Covers is already handling this album), but the response will not have the playqueue key set.
|
2014-04-16 19:32:39 +00:00 |
|
craig.p.drummond
|
07d47661d1
|
Show track durations on right in playqueue
|
2014-04-16 17:51:15 +00:00 |
|
craig.p.drummond
|
2d24530d54
|
Show covers in playqueue
|
2014-04-16 17:50:28 +00:00 |
|
craig.p.drummond
|
357901996c
|
Fix member initialisation order
|
2014-04-15 19:21:57 +00:00 |
|
craig.p.drummond
|
f56255687f
|
Disable undo history for touch builds
|
2014-04-15 19:20:13 +00:00 |
|
craig.p.drummond
|
26a09bfbdd
|
Show number of tracks and total duration in playqueue
|
2014-04-13 19:25:57 +00:00 |
|
craig.p.drummond
|
36da21692c
|
Remove Actions and Icons from Ubuntu build
|
2014-04-11 17:45:59 +00:00 |
|
craig.p.drummond
|
5b061d4bcb
|
Track numbers
|
2014-04-11 17:38:57 +00:00 |
|
craig.p.drummond
|
79b57ee909
|
Implement main/sub-text - using Subtitled delegate for the moment
|
2014-04-11 08:12:23 +00:00 |
|
craig.p.drummond
|
287bc09758
|
If shuffle albums, ensure album tracks are sorted.
|
2014-04-09 18:33:20 +00:00 |
|
nikwen.developer@gmail.com
|
2921a273bf
|
Initial Ubuntu SDK version
|
2014-04-08 22:18:27 +00:00 |
|
craig.p.drummond
|
08045bf3af
|
Move 'load' into playqueue model
|
2014-04-08 18:55:25 +00:00 |
|
craig.p.drummond
|
c5f4ffadc3
|
Place shuffle albums and shuffle tracks into a shuffle menu
|
2014-04-07 20:24:04 +00:00 |
|
craig.p.drummond
|
1976daa24f
|
Move shuffle actions into playqueue model
|
2014-04-07 20:23:42 +00:00 |
|
craig.p.drummond
|
3e738d5e55
|
Add 'Sort By' to playqueue context model - allowing to re-sort tracks by artist, album artist, album, genre, or year.
BUG: 462
|
2014-04-05 14:41:25 +00:00 |
|
craig.p.drummond
|
1f408e2045
|
Add action to reset 'new' status
|
2014-03-26 19:38:43 +00:00 |
|