Commit Graph

4015 Commits

Author SHA1 Message Date
craig.p.drummond
ec00a6c708 Fix for BUG: 410 2014-02-11 21:04:06 +00:00
craig.p.drummond
fd25fb25ea Qt5.2 has support for clear button in QLineEdit 2014-02-11 21:03:11 +00:00
craig.p.drummond
9f1abdefcc Mono try icons for KDE builds too 2014-02-11 21:02:42 +00:00
craig.p.drummond
acbbb7dee6 Install try icons, instead of embedding 2014-02-11 21:02:13 +00:00
craig.p.drummond
88e24dcbe2 Move search fields back to the top of views. 2014-02-10 20:36:06 +00:00
craig.p.drummond
169e490c53 Update 2014-02-10 19:14:47 +00:00
craig.p.drummond
10ade8bce2 ...CMake part of syste menu icons... 2014-02-10 19:13:11 +00:00
craig.p.drummond
ef0b49eb6c 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
5f751da669 Set min size for KDE builds too 2014-02-10 19:12:21 +00:00
craig.p.drummond
943d27190c Use system menu icon for Linux builds. 2014-02-10 19:11:47 +00:00
craig.p.drummond
94bfbb42e1 Add auto-context switch - to be part of 1.4.0 2014-02-10 19:11:02 +00:00
craig.p.drummond
44ef760462 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
7d8d189b0e Require QtSVG - package usually contains svg icon loader, which is the only part Cantata needs... 2014-02-10 19:09:00 +00:00
craig.p.drummond
abbb3b1454 Link correct QtLibs 2014-02-10 19:08:12 +00:00
craig.p.drummond
7d67fc0b5b Fix saving of scaled album covers! 2014-02-10 19:07:38 +00:00
craig.p.drummond
18b762b767 Dont allow expanding, or collapsing, if maximised. 2014-02-09 15:54:47 +00:00
craig.p.drummond
6312243352 Change views to scroll-per-pixel. 2014-02-09 15:46:14 +00:00
craig.p.drummond
591b8ba96c Update 2014-02-07 20:18:39 +00:00
craig.p.drummond
b16638f888 Typos... 2014-02-07 20:15:21 +00:00
craig.p.drummond
cccbcbf07f Combine track number and title as per playlists table view 2014-02-07 20:12:22 +00:00
craig.p.drummond
a7a7094b29 No 'go back' action for search page - its only ever 1 level deep! 2014-02-07 20:11:35 +00:00
craig.p.drummond
3629118675 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
55b7cc6731 Use wmctrl for Qt5 builds, to raise window under compiz. 2014-02-07 20:08:55 +00:00
craig.p.drummond
6175d88a93 Tidy up a bit 2014-02-06 19:54:05 +00:00
craig.p.drummond
e9343c1bfd Fix warnings about hidden virtual functions 2014-02-06 19:53:48 +00:00
craig.p.drummond
767e9eab18 Move HTTP streaming into its own class 2014-02-06 19:53:13 +00:00
craig.p.drummond
d63cdab075 ...actually, just remove showPage altogether... 2014-02-06 19:52:45 +00:00
craig.p.drummond
7bb7e28276 Use currentPage pointer... 2014-02-06 19:52:25 +00:00
craig.p.drummond
6e497e1608 No need to clear title and artist labels 2014-02-06 19:52:07 +00:00
craig.p.drummond
485ffa1ff8 Inline some functions 2014-02-06 19:51:42 +00:00
craig.p.drummond
5fd0e072bc Make showPage take an integer, and not page name. 2014-02-06 19:51:26 +00:00
craig.p.drummond
2baab25625 Remove 'copy track info' functionality, I see no need for this! 2014-02-06 19:51:02 +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
d32ddcd0e1 Better... 2014-02-06 19:49:23 +00:00
craig.p.drummond
78860e1daf Simplify - no need for highlight colouring 2014-02-06 19:49:11 +00:00
craig.p.drummond
f36c5b9729 Enable 'Refresh DB' for Mopidy - does not actually refresh db, as mopidy does not support this, but Cantata's cache will be deleted and library reloaded. 2014-02-06 19:48:43 +00:00
craig.p.drummond
0beb7ff0ae Fix check if song belongs to smart-playlist
BUG: 409
2014-02-06 19:47:33 +00:00
craig.p.drummond
fff3f3e6ce Fix adding to playqueue from search page
BUG: 408
2014-02-06 19:46:41 +00:00
craig.p.drummond
2104a094d3 Add table style for search results. Not officially part of 1.3.0, as this is being translated, will be part of 1.4.0 2014-02-05 19:24:52 +00:00
craig.p.drummond
d15817dc85 make TableView internal 2014-02-05 19:24:16 +00:00
craig.p.drummond
4ab8732487 Enable 'refresh db' command for mopidy. Update will not reall yhappen, but Cantata will delete its caches, and reload these 2014-02-05 19:22:59 +00:00
craig.p.drummond
fbc5582a9d Need to store if date is unreliable (i.e. 0) in cache 2014-02-05 19:22:07 +00:00
craig.p.drummond
a7b3a7e5a9 Remove debug 2014-02-05 19:21:11 +00:00
craig.p.drummond
7769b41148 Attempt to locate covers for non-MPD tracks in MPD folders 2014-02-04 19:15:07 +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
34fad515f4 Remove typo 2014-02-04 19:13:42 +00:00
craig.p.drummond
15f9836976 Fix some i18n initialisation with KDE builds 2014-02-04 19:13:24 +00:00
craig.p.drummond
91f5a3da85 Mono icon for Unity is for Qt only builds 2014-02-04 19:12:53 +00:00
craig.p.drummond
dd3ca6db5f Use proxy to show search results - so these are ordered 2014-02-04 19:12:22 +00:00