Commit Graph

3937 Commits

Author SHA1 Message Date
craig.p.drummond
f90944dc80 Add refreshDb and find actions to KDE menu!!!
BUG: 400
2014-01-29 21:12:01 +00:00
craig.p.drummond
4bf5628b7b Remove status colun, and draw status icon in first column. 2014-01-29 19:25:30 +00:00
craig.p.drummond
8dd127e63d Tidy up 2014-01-29 19:18:33 +00:00
craig.p.drummond
79f49cbe0f Simplify 2014-01-29 19:18:17 +00:00
craig.p.drummond
45efc628ad Highlight background of label 2014-01-29 19:18:04 +00:00
craig.p.drummond
72a410c412 Add URL label if mopidy is used 2014-01-29 19:17:43 +00:00
craig.p.drummond
021d26aa39 Better title 2014-01-29 19:17:26 +00:00
craig.p.drummond
88cab86602 Use stretch header class from Clementine for table style views.
BUG: 397
2014-01-29 19:17:08 +00:00
craig.p.drummond
a542e1e9ca Only translate "Unknown" and "Various Artists" once 2014-01-29 19:15:57 +00:00
craig.p.drummond
18522d26ab Reduce indentation slightly. 2014-01-28 22:38:34 +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
528c772076 Grouped view is always single column! 2014-01-28 22:17:56 +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
b404a19d6d Fix model-test build! 2014-01-28 22:01:04 +00:00
craig.p.drummond
cb65db90c8 Playlists model ALWAYS needs to return a columnCount of 6. In TreeView, set a flag 'forceSingleColumn' when model is set, TreeView will hide all bar 1st column.
This is better than resetting the proxy each time - as this messes up the column stretching.

BUG: 397
2014-01-28 20:23:04 +00:00
craig.p.drummond
b4209be12c Dont limit search to 4 words - when calculating num BITs, need to times num BYTES by 8!!!
BUG: 396
2014-01-28 19:35:11 +00:00
craig.p.drummond
d55c599794 o need to create a widget to hold view, just add to stack. 2014-01-28 19:14:26 +00:00
craig.p.drummond
9f41515082 Fix saving of table headers for playlist view when Cantata exits 2014-01-28 19:13:57 +00:00
craig.p.drummond
746e390b5b Coding style... 2014-01-28 19:13:26 +00:00
craig.p.drummond
8a7a4aa6f4 Fix refreshing of folder view when MPD update happens whilst page is not visible 2014-01-28 19:13:08 +00:00
craig.p.drummond
6505465dd1 Fix saving of MPD datetime to folder cache 2014-01-28 19:12:35 +00:00
craig.p.drummond
1f3a417d6e loadMediaIcon only use by Linux builds 2014-01-28 19:11:28 +00:00
craig.p.drummond
1d46ed863d USe arrows instead of +/- 2014-01-28 19:09:47 +00:00
craig.p.drummond
217513decd Fix note 2014-01-28 19:09:31 +00:00
craig.p.drummond
efee0acb41 Remove meta info - not needed 2014-01-28 19:08:46 +00:00
craig.p.drummond
0debad37ec Bundle own copy of symblic media icons - so that these can be recoloured to match current theme. 2014-01-28 19:08:07 +00:00
craig.p.drummond
1364fae28e Update 2014-01-28 19:07:12 +00:00
craig.p.drummond
c7e74805cf Add 'Configure...' to sidebat menu - opens settings page at relevant section. 2014-01-28 19:06:52 +00:00
craig.p.drummond
291604b317 Version returned by MPD is the protocol version 2014-01-28 19:05:47 +00:00
craig.p.drummond
90de694daa Clicking on title list/icon view navigates back.
BUG: 392
2014-01-28 19:05:00 +00:00
craig.p.drummond
f6b148ff56 Use a separate page for each view type 2014-01-27 19:41:36 +00:00
craig.p.drummond
950787de36 Add CSS for elementary style - not 100% how close this matches... 2014-01-27 19:40:57 +00:00
craig.p.drummond
9fb3591a27 Aborted attempt to add actions to table view - icons overlap text :-( 2014-01-27 19:40:18 +00:00
craig.p.drummond
e4cf9bf16b Reset model to reset column count 2014-01-27 19:39:44 +00:00
craig.p.drummond
ec7406a9c1 No slider handle 2014-01-27 19:39:09 +00:00
craig.p.drummond
29352f15a6 intercept OverrideShortcut event 2014-01-27 19:38:27 +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
350e68af75 Update 2014-01-26 19:22:33 +00:00
craig.p.drummond
0cab95c6e9 - Add option to use a custom image as context view backdrop.
- Add option to specify blur and opacity of context view backdrop image.
2014-01-26 16:04:23 +00:00
craig.p.drummond
16f272a89d Add 'Add To Playlist' menu item to playlists page.
BUG: 393
2014-01-26 10:48:47 +00:00
craig.p.drummond
53b528e31f Artist images should not be used in basic tree style.
BUG: 389
2014-01-26 10:28:05 +00:00
craig.p.drummond
0c179e03fa Fix albumsview cover size when set to a tree style and Cantata is restarted.
BUG: 388
2014-01-26 10:22:06 +00:00
craig.p.drummond
e6333a6373 If list view has focus, pressing Backspace will navigate back.
BUG: 392
2014-01-26 10:01:33 +00:00
craig.p.drummond
8d4a320e28 Fix non-taglib build - again!!!!
BUG: 387
2014-01-26 09:37:20 +00:00
craig.p.drummond
5cac84c7a3 Also update if type changes 2014-01-25 10:02:06 +00:00
craig.p.drummond
4999f8979a Increase max blur to 20 pixels 2014-01-25 10:01:47 +00:00
craig.p.drummond
f3afbc0e4a Update 2014-01-25 10:01:27 +00:00
craig.p.drummond
ad1441b414 Only style main toolbar - so that toolbar in KDE file dialog is not styled! 2014-01-25 10:01:10 +00:00
craig.p.drummond
f660b1395e String consistency 2014-01-25 10:00:45 +00:00
craig.p.drummond
2397ccfa2f KDE fixes 2014-01-25 10:00:29 +00:00