Commit Graph

981 Commits

Author SHA1 Message Date
craig.p.drummond
0c354d6cb5 Use 2 lines for song info, as before! 2014-02-20 19:09:51 +00:00
craig.p.drummond
28526dcf06 - Remove corner cover widget.
- Remove collapsing of interface.
- Move position label inbetween controls.
- Use only 1 line for song details.
2014-02-19 20:39:12 +00:00
craig.p.drummond
dc5b20da41 Use smaller for for sidebar 2014-02-19 20:23:39 +00:00
craig.p.drummond
5c4b8d1c47 Auto-scroll lyrics
BUG: 405
2014-02-18 19:34:37 +00:00
craig.p.drummond
8b3ee48be3 Dont allow to collapse if messagewidget is visible 2014-02-18 19:33:31 +00:00
craig.p.drummond
9035cc9aa8 Add option to auto-switch to context view X seconds after playback starts, and switch back X seconds after stopped.
BUG: 406
2014-02-17 20:33:00 +00:00
craig.p.drummond
e202a73fbe Configurable search view 2014-02-17 20:16:39 +00:00
craig.p.drummond
cd686e8189 Allow setting of custom device name for UMS and MTP devices. 2014-02-17 20:09:49 +00:00
craig.p.drummond
ae31306570 Use WindowText, not ButtonText, for mono icons 2014-02-17 20:04:39 +00:00
craig.p.drummond
40fe26fa63 For UMS devices, add device (in brackets) after name. Should help devices with multiple partitions.
BUG: 413
2014-02-16 08:54:13 +00:00
craig.p.drummond
b832f9df4e Use same order (URL, name) for both add stream-URL dialogs. 2014-02-14 20:07:32 +00:00
craig.p.drummond
d920d9188a Update 2014-02-14 20:06:24 +00:00
craig.p.drummond
2bdfd72963 Closing files should be enough - so no need for size check 2014-02-13 19:10:57 +00:00
craig.p.drummond
51b828498a Check sizes of temporary files after write, to ensure data is written. This fixes an issue where sometimes 0 byte files were written from CoverDialog. 2014-02-12 22:43:47 +00:00
craig.p.drummond
be747053da Mono try icons for KDE builds too 2014-02-11 21:02:42 +00:00
craig.p.drummond
9a1c75b109 Move search fields back to the top of views. 2014-02-10 20:36:06 +00:00
craig.p.drummond
23359140e1 When downloading, and parsing, ListLive streams, if a station has more than 1 stream then list all streams - adding format and bitrate 2014-02-10 19:12:46 +00:00
craig.p.drummond
d1457e0ac9 Use system menu icon for Linux builds. 2014-02-10 19:11:47 +00:00
craig.p.drummond
b7567bd028 Dont embed pre-rendered versions of icon. Cantata *needs* svg icon loader, so removing previous work around... 2014-02-10 19:09:54 +00:00
craig.p.drummond
9eca38d8ad Dont allow expanding, or collapsing, if maximised. 2014-02-09 15:54:47 +00:00
craig.p.drummond
8177e79d97 Change views to scroll-per-pixel. 2014-02-09 15:46:14 +00:00
craig.p.drummond
94dadc31d9 Dont react to mouse-release event in coverwidget if an override cursor has been set. Fixes the case, with Qt5 builds, where a drag is started on the cover widget causes interface to expand/collapse. 2014-02-07 20:10:18 +00:00
craig.p.drummond
9a9b30cf75 Use wmctrl for Qt5 builds, to raise window under compiz. 2014-02-07 20:08:55 +00:00
craig.p.drummond
6e83445b76 ...actually, just remove showPage altogether... 2014-02-06 19:52:45 +00:00
craig.p.drummond
8be4538d37 Make showPage take an integer, and not page name. 2014-02-06 19:51:26 +00:00
craig.p.drummond
d4eb150edc Remove 'copy track info' functionality, I see no need for this! 2014-02-06 19:51:02 +00:00
craig.p.drummond
ecd00defa2 Hack-around issue with message widget not appearing in KDE builds when KDE's animations are disabled.
BUG: 400
2014-02-03 19:18:46 +00:00
craig.p.drummond
39e273a1d7 Only use symbolic incons fof sys tray with Qt-only builds 2014-02-03 19:18:06 +00:00
craig.p.drummond
5bc0b5187f Expand interface if it is collpased, and an error or question is to be displayed in message widget. 2014-02-02 20:57:44 +00:00
craig.p.drummond
3203f11671 Show time-slider position tooltip immediately.
BUG: 404
2014-02-02 16:12:34 +00:00
craig.p.drummond
109ad2bc01 Use mono system tray icon underUnity if icon theme is ubuntu-mono-light or ubuntu-mono-dark. 2014-01-30 19:26:37 +00:00
craig.p.drummond
1f3c1bca21 Dont change tray icon to play state - consistent with other apps. 2014-01-30 19:26:10 +00:00
craig.p.drummond
7168547a93 Use stretch header class from Clementine for table style views.
BUG: 397
2014-01-29 19:17:08 +00:00
craig.p.drummond
a81681678a 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
cf3c813bb5 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
660c2c2dc6 Update 2014-01-28 19:07:12 +00:00
craig.p.drummond
b539e047d5 Clicking on title list/icon view navigates back.
BUG: 392
2014-01-28 19:05:00 +00:00
craig.p.drummond
c0a0751643 Add 'Table' style view for playlists.
BUG: 391
2014-01-27 19:37:54 +00:00
craig.p.drummond
2cf9b1d35d - 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
f477282cd9 Add 'Add To Playlist' menu item to playlists page.
BUG: 393
2014-01-26 10:48:47 +00:00
craig.p.drummond
59b0682d81 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
3221800241 If list view has focus, pressing Backspace will navigate back.
BUG: 392
2014-01-26 10:01:33 +00:00
craig.p.drummond
09c65609c1 Update 2014-01-25 10:01:27 +00:00
craig.p.drummond
0a21cb8101 - Add option to use a custom image as playqueue background.
- Add option to specify blur and opacity of playqueue background image
BUG: 386

(Similar options to be added to context view background)
2014-01-25 09:59:21 +00:00
craig.p.drummond
4becbcf05c Add menu to cover dialog, so that user can control which services are queried.
BUG: 385
2014-01-25 09:58:25 +00:00
craig.p.drummond
8b045d36b9 Add option to NOT download covers from last.fm 2014-01-25 09:56:54 +00:00
craig.p.drummond
eac0242e69 Combine podcast subscribe and search dialogs. 2014-01-23 19:55:03 +00:00
craig.p.drummond
8a9463a813 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
83316553fc 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
1a2c7eb0b0 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