Commit Graph

127 Commits

Author SHA1 Message Date
Craig Drummond
e67d6e3a23 Use Qt5's translation framework - ts files, not po files. 2017-04-08 10:35:31 +01:00
Craig Drummond
a2f007a2b7 Update (c) year 2017-04-02 18:45:30 +01:00
Craig Drummond
e60bdafa11 Remove KDE4 and Ubuntu Touch support 2017-04-01 22:55:27 +01:00
Craig Drummond
b58fbff787 Use FontAwesome icons for all action icons. 2016-07-19 19:44:51 +01:00
Craig Drummond
05647dca0f Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
1433f407fa Use own icons for non-KDE desktops, if not using oxygen, gnome, or humanity icons. 2016-01-07 22:04:29 +00:00
Craig Drummond
886bce4d0b getIcon not used! 2015-10-25 11:58:22 +00:00
Craig Drummond
706e8f6592 Move shortcuts icon to pref dialog 2015-10-17 13:59:17 +01:00
Craig Drummond
f3d89a1e98 Add an Icon constructor that takes a list of possible names 2015-08-30 12:39:07 +01:00
Craig Drummond
df0d1d3dbd Better icon selection? At least /slightly/ better when using breeze... 2015-08-29 23:02:02 +01:00
Craig Drummond
7eeb6fa7d3 Set HTTP server to listen on all addresses, but use IP address of socket
connected to MPD for HTTP URLs.
2015-08-14 18:57:15 +01:00
Craig Drummond
2406289303 Update (c) year 2015-08-13 21:12:34 +01:00
Craig Drummond
b82483b791 Custom actions.
#711
2015-08-11 19:16:35 +01:00
Craig Drummond
9e132862fb Use 'Downloaded Files' as 'Files' title 2015-08-08 17:30:27 +01:00
Craig Drummond
61f9e25d8f Be consistent - use 'Info' for context view 2015-07-15 21:56:04 +01:00
Craig Drummond
5fe2db6319 Move view settings into menu button for each view 2015-06-27 17:06:14 +01:00
Craig Drummond
406f99be02 Always build support for Dynamic, Online, and Streams 2015-06-26 21:18:25 +01:00
Craig Drummond
6d52512c46 Re-work online services so that Jamendo and Magantune use SQL backend.
This is NO WHERE NEAR COMPLETE! There are *lots* of missing features,
etc.
2015-06-19 21:39:56 +01: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
e76b90f63b More OSX-like preferences dialog for OSX builds. (Still has Apply/OK/Cancel buttons) 2014-10-08 13:10:49 +00:00
craig.p.drummond
e60f4d5893 Set focus on pagewidget's list when pref dialog is shown - to workaround weird OSX painting bug. 2014-10-03 15:49:36 +00:00
craig.p.drummond
c9af3a33a9 Raise window when showing page 2014-10-02 11:07:55 +00:00
craig.p.drummond
1ab01b2eea Use "Cantata Preferences" as title of preferences dialog under OSX. If not, it get titled "Preferences" and this seems to cause conflicts with the Preferences menu action and the Preferences action in the Window menu??????? 2014-09-21 18:55:45 +00:00
craig.p.drummond
7e96a63eca Dont show headers if limited space 2014-08-21 16:41:20 +00:00
craig.p.drummond
6c77389b3a Add note-label classes to ensure consistency 2014-08-21 16:40:46 +00:00
craig.p.drummond
f588248056 Use smaller icon if limited height 2014-08-21 16:39:19 +00:00
craig.p.drummond
a6ef461c90 Use list-style view if screen is small 2014-08-20 19:29:09 +00:00
craig.p.drummond
df764f9508 Make Qt pref dialog shrinkable 2014-08-11 19:33:03 +00:00
craig.p.drummond
8425f08f5c Use stream icon as http server fallback icon 2014-07-19 10:28:05 +00:00
craig.p.drummond
2a79cc23ab Use standard theme icon for collections page 2014-07-17 16:15:10 +00:00
craig.p.drummond
c6e2de4b8c Use inode-directory icon and not folder (same anyway) 2014-06-14 19:27:31 +00:00
craig.p.drummond
acb78fd5fa No need to include mainwindow.h 2014-05-19 18:26:46 +00:00
craig.p.drummond
9f45d6237f Last.fm scrobbling support.
BUG: 352
2014-05-17 09:45:10 +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
5f751da669 Set min size for KDE builds too 2014-02-10 19:12:21 +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
eda6a4fe6f Change to collection page if settings dialog is open, and user re-activates the preferences action. 2014-01-16 19:32:35 +00:00
craig.p.drummond
b3b2062987 Move configuring of enabled views into main interface section of settings dialog. 2014-01-15 19:33:45 +00:00
craig.p.drummond
ab7ffecca3 Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
9afbe832e9 Oops! Don't include httpserversettings.h if not building internal HTTP server!
BUG: 373
2014-01-05 08:25:59 +00:00
craig.p.drummond
6809a05a13 Add CMake option to disable streams tab 2014-01-03 19:04:37 +00:00
craig.p.drummond
8485ab8cf4 Add CMake option to disable online services 2014-01-03 19:04:14 +00:00
craig.p.drummond
b320bcf210 Add CMake option to disable building of internal HTTP server.
BUG: 373
2014-01-02 19:07:59 +00:00
craig.p.drummond
f5952beda5 If icon theme does not have network-server, then use audio file icon for HTTP server settings page. 2013-12-27 18:44:13 +00:00
craig.p.drummond
c6195bcf77 Fix build with proxy config dialog.
BUG: 336
2013-11-24 15:58:24 +00:00
craig.p.drummond
4d2de5085d Fix KDE compile 2013-10-25 20:03:38 +00:00
craig.p.drummond
dfc582dcde Link streams/online config pages to view pages 2013-10-23 18:32:04 +00:00
craig.p.drummond
a0453663a1 Can still use HTTP server without TagLib - its just not as good... 2013-10-18 18:57:44 +00:00
craig.p.drummond
151fbfd9ee Only show config pages, and tabs, that are relevant to the enabled views. 2013-10-08 18:00:28 +00:00