Commit Graph

134 Commits

Author SHA1 Message Date
Craig Drummond
176282f26a Fix/work-around Qt 5.5 issues with QMenu being used in 2 actions.
#740
2015-11-13 23:01:50 +00:00
Craig Drummond
7d5502674e Use mono icon for music file and playlists 2015-09-06 00:25:59 +01:00
Craig Drummond
2406289303 Update (c) year 2015-08-13 21:12:34 +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
a7f1550741 Show song durations 2015-06-28 09:02:36 +01:00
Craig Drummond
d91493d1b4 Combine playlists and dynamic into sub-pages of playlists tab 2015-06-26 18:10:00 +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
58b90d497e Show composer images - see README for details. 2015-04-05 22:32:27 +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
d033a684ed Fix header context menu items
BUG: 640
2015-02-27 18:05:39 +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
f60e81b98b Only request ratings when needed 2014-10-07 07:01:10 +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
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
a6743eb2c1 Display multiple genres as separate entries in playlists page genre combo. 2014-09-03 18:27:53 +00:00
craig.p.drummond
b1c1392bc8 Show covers in playlists views 2014-08-21 16:38:35 +00:00
nikwen.developer@gmail.com
58e05a7e4a Fix Ubuntu build and increase version number 2014-08-18 11:09:43 +00:00
craig.p.drummond
73aa0ce300 Simplify 2014-08-17 15:03:19 +00:00
craig.p.drummond
733fd055c1 Split genres by comma in table views 2014-08-17 14:59:37 +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
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
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
6720738531 Store streams in '[Radio Streams]' MPD playlist - and not streams.xml.gz 2014-05-02 16:36:25 +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@gmail.com
0aa7762674 Return empty string, not QVariant, if no image 2014-04-16 11:00:05 +00:00
craig.p.drummond@gmail.com
b5f7880ae8 Fix TitleText for playlists 2014-04-15 11:45:43 +00:00
craig.p.drummond
8b74e52ef4 Fix 'No artists found' / 'No playlists found' messages 2014-04-13 07:04:22 +00:00
craig.p.drummond
36da21692c Remove Actions and Icons from Ubuntu build 2014-04-11 17:45:59 +00:00
craig.p.drummond
f3aaf213d3 Add other tabs 2014-04-11 17:40:42 +00:00
craig.p.drummond
2873cca889 Put plural translations in separate source files. 2014-03-25 20:11:58 +00:00
craig.p.drummond
0f2dabfdd9 More Song::formattedTime into Utils class 2014-03-19 19:47:47 +00:00
craig.p.drummond
0f320b7631 Use Q_GLOBAL_STATIC for Qt only builds 2014-03-17 19:52:47 +00:00
craig.p.drummond
ff67333643 Create a 'Page' interface class, and use as base class for all pages. Mainwindow can now just store a pointer to the current page, and call relevant functions on this. 2014-02-06 19:50:16 +00:00
craig.p.drummond
fd8c774b23 Dont display duration for smart-playlists - will be 0 2014-02-04 19:14:44 +00:00
craig.p.drummond
a422c6b2ad Create a base class for TableViews 2014-02-04 19:14:11 +00:00
craig.p.drummond
a542e1e9ca Only translate "Unknown" and "Various Artists" once 2014-01-29 19:15:57 +00:00
craig.p.drummond
df5f1fc34c Fetch playlist contents when length is requested.
BUG: 399
2014-01-28 22:37:10 +00:00
craig.p.drummond
53236767e1 Only column 0 has children... Caught by running model test :-) 2014-01-28 22:11:06 +00:00
craig.p.drummond
746e390b5b Coding style... 2014-01-28 19:13:26 +00:00
craig.p.drummond
cbedf2776d Add 'Table' style view for playlists.
BUG: 391
2014-01-27 19:37:54 +00:00
craig.p.drummond
6d4db7e617 If Mopidy playlist starts with "Smart Playlist:" then treat as a 'smart' playlist - e.g. don't try to display song count, don't try to load songs in playlists view, use sub text 'Smart Playlist' (and fix playlist name), and don't allow saving to these playlsts. 2014-01-23 19:52:33 +00:00
craig.p.drummond
ab7ffecca3 Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
af5c9b2c84 Use audioFileIcon from Icons 2013-12-18 19:17:05 +00:00
craig.p.drummond
96a4b1a7c2 Fix sub-text display in grouped view. 2013-11-26 23:59:11 +00:00