Commit Graph

119 Commits

Author SHA1 Message Date
craig.p.drummond
d8dcc20176 Write ID3v2.3 tags by default 2013-02-26 20:06:20 +00:00
craig.p.drummond
e1802a544e Default to detailed treeview for devices 2013-02-12 21:20:51 +00:00
craig.p.drummond
1e2dac7803 Remove small playback buttons option - size controlled via font settings 2013-02-12 16:52:38 +00:00
craig.p.drummond
b9f75e7388 Remove 'Auto' cover size setting. Now cover sizes are based upon setting and font size. 2013-02-07 18:47:50 +00:00
craig.p.drummond
133f4fe978 Store streams in mpd dir by default 2013-02-04 17:26:18 +00:00
craig.p.drummond
235dfdd406 Add option to save streams in mpd folder. 2013-02-03 20:38:11 +00:00
craig.p.drummond
09374f37a4 Remove Qt module prefix from includes - will make Qt5 port a little easier! 2013-01-28 19:33:42 +00:00
craig.p.drummond
a3f0de90a6 Add a new view style - 'Detailed Tree'. This uses the list-style appearance for treeviews - e.g. The album count appears under each artist, etc. 2013-01-21 19:44:43 +00:00
craig.p.drummond
476d132466 Update copyright year 2013-01-17 16:57:20 +00:00
craig.p.drummond
b8873a1092 Fix KDE compile 2013-01-15 19:18:35 +00:00
craig.p.drummond
d044c96eb2 Intial support for Jamendo and Magnatune. 2013-01-14 20:02:22 +00:00
craig.p.drummond
672ce43a46 Initial stab a t a first-run wizard... 2012-12-12 20:30:43 +00:00
craig.p.drummond
6005d4a7cb Use #def more... 2012-12-07 19:45:41 +00:00
craig.p.drummond
c5e7efdfaa Remove 'Small Control Buttons' option. 2012-12-07 19:45:16 +00:00
craig.p.drummond
ba2e685ddf Fix saving of 'Store covers in MPD dir' setting. 2012-12-07 19:44:03 +00:00
craig.p.drummond
62d69d0db6 If window is minimized to system tray when Cantata is terminated, then restore to this state when restarted. 2012-11-21 20:32:46 +00:00
craig.p.drummond@gmail.com
1e0f49421f Allow icon theme to be set in config file.
BUG:130
2012-11-12 12:11:40 +00:00
craig.p.drummond
f75d860e40 Destroy MainWindow when quit is activaed in KDE builds.
BUG:122
2012-10-23 14:58:18 +00:00
craig.p.drummond@gmail.com
06754d72c9 - If we delete the current connection, set currentConnection name to empty.
- When obtaining conneciton details, if not found then try default. If this is not foud, use MPD default settings.
BUG:117
2012-10-18 11:07:21 +00:00
craig.p.drummond@gmail.com
a4c055159e Make quit/minimise-to-systray on close configurable.
BUG:103
2012-10-11 17:03:18 +00:00
craig.p.drummond@gmail.com
610ef1b8b5 - Remove setting of dockmanager item to current cover. This is better handled by an extrna dockmanager helper script, as per amarok, etc.
- Remove option to enable/disable MPRIS interface, and always have enabled.
2012-10-11 11:05:21 +00:00
craig.p.drummond
2521a1efd5 - Remove cover fetching from dyanmizer
- Only add config item for dynamizer port, as remote dynamizer should really be on the same machine as MPD.
2012-10-10 19:00:28 +00:00
craig.p.drummond@gmail.com
70b6f5d550 Move most of Utils into support lib 2012-10-08 11:22:54 +00:00
craig.p.drummond
43ef241b02 Add setting to control name of downloaded cover files.
BUG: 104
2012-10-07 19:27:29 +00:00
craig.p.drummond
863c6598c5 Add option to support GNOME media keys. 2012-10-05 21:36:50 +00:00
craig.p.drummond@gmail.com
e073d261e7 Only save settings when modified. 2012-10-05 11:05:49 +00:00
craig.p.drummond
187636898e Device sync support for Qt-only builds. To support this, a cut-down version of Solid is included. 2012-09-17 18:39:01 +00:00
craig.p.drummond
9654ce15a9 Add a server mode (with HTTP API) to cantata-dynamic. Intended so that dynamizer can run on same host as mpd 2012-09-07 19:42:17 +00:00
craig.p.drummond
f4adbaf6a4 Completly remove android changes - this NEVER worked very well, and never will with QWidgets :-( 2012-08-30 19:43:32 +00:00
craig.p.drummond
819344a6ac Force single-click activation in views. To enable double-click mode (which depends upon the style), edit cantatarc (KDE) or cantata.conf (Qt only) and set 'forceSingleClick=false' in the '[General]' section. 2012-08-30 19:37:59 +00:00
craig.p.drummond
832aaa6a08 Save MPD filename scheme settings with MPD server settings. 2012-08-13 18:56:01 +00:00
craig.p.drummond
a949d4a322 Detect when this is the first time a user has run Cantata. If so, don't place the play queue in the sidebar. 2012-07-09 18:41:44 +00:00
craig.p.drummond@gmail.com
a39c563323 When reading mpd.conf file, if bind_to_address is set to "any", then use default of "locahost". 2012-06-26 11:12:11 +00:00
craig.p.drummond@gmail.com
36c4c18de1 Store settings in config file if KDE wallet is disabled.
BUG:41
2012-06-26 11:09:57 +00:00
craig.p.drummond
b8896b90a0 Fix config dir 2012-06-22 15:50:50 +00:00
craig.p.drummond
0647610cb3 Android: Set config and cache locations 2012-06-20 17:36:35 +00:00
craig.p.drummond
7e25cd0e30 Initial support for android (Necessitas) build.
NOTE: This is *very* much a WORK IN PROGRESS. There are *lots* of missing icons, fonts are a bit too big, etc.
2012-06-18 23:00:22 +00:00
craig.p.drummond
8d481bdd46 Hide 'stop dynamizer on exit' for windows build, as there is no dynamic mode!! 2012-06-18 18:24:44 +00:00
craig.p.drummond
63e0431f6c Make TagLib optional. 2012-06-18 18:22:58 +00:00
craig.p.drummond@gmail.com
4b17e32a13 Add option to specify HTTP server listen address/interface. 2012-06-15 11:40:53 +00:00
craig.p.drummond
746192d4a3 - Allow Icon/List for library view.
- Add option to show artist images in library view.
BUG:30
2012-06-11 21:07:24 +00:00
craig.p.drummond
961e14daa3 Fix storing of connection details for qt-only build. 2012-06-10 14:52:49 +00:00
craig.p.drummond
4b64fa30fc Remove double semi-colons... 2012-06-10 14:44:29 +00:00
craig.p.drummond
08d2281192 Fix loading of servers in qt-only build 2012-06-08 17:56:39 +00:00
craig.p.drummond
e2f63f26ec Multiple server support fixes 2012-06-08 17:54:59 +00:00
craig.p.drummond
632bc04c9b Add support for multiple MPD servers. 2012-06-08 17:53:35 +00:00
craig.p.drummond
4c726a1a3b Disable 'Edit Tags' and 'Organize Files' actions if MPD dir is not readable. 2012-06-01 16:24:21 +00:00
craig.p.drummond
9fb6213538 Add ability to play MPD HTTP output strem via phonon.
NOTE: There seems to be some delay when starting, etc, probably caused by MPD/Phonon buffering.
2012-05-29 19:21:05 +00:00
craig.p.drummond@gmail.com
0da24c2647 Add option to draw (15% opacity) tiled cover as background to lyrics page. 2012-04-26 20:47:51 +00:00
craig
7e0e7ed007 Fix reading of passwd 2012-04-17 16:05:08 +00:00