Commit Graph

1546 Commits

Author SHA1 Message Date
craig.p.drummond
da2b3b18ca Spelling 2012-10-16 18:31:45 +00:00
craig.p.drummond
41605c9280 Use icon size to determine line width of consume icon 2012-10-16 18:29:45 +00:00
craig.p.drummond
7cd4258f57 Better (?) menu icon 2012-10-16 18:29:09 +00:00
craig.p.drummond
c6c17831a5 Only need to download/parse streams (to check if they are a playlist) when
added from the streams page. (Streams in an MPD playlist will not be
playlists themselves, as MPD does not support this.)
2012-10-16 18:07:10 +00:00
craig.p.drummond@gmail.com
e6b4f5c10e Sort indexes before adding to playqueue 2012-10-16 12:22:18 +00:00
craig.p.drummond@gmail.com
3a9f2384d6 Hide if we recieve an empty message 2012-10-16 12:18:59 +00:00
craig.p.drummond@gmail.com
c004974d3e Update 'Add To Playlist' menu when rename a playlist.
BUG:112
2012-10-16 12:18:31 +00:00
craig.p.drummond
931331bd81 Put system-tray code into its own class 2012-10-15 18:43:30 +00:00
craig.p.drummond
f90a21b7ae Add a GenreCombo class 2012-10-15 18:42:39 +00:00
craig.p.drummond
475c33c57e selectedFiles() is not used. 2012-10-15 18:41:28 +00:00
craig.p.drummond
5458ac2e11 Move menu icon itno Icons 2012-10-15 18:41:00 +00:00
craig.p.drummond@gmail.com
9833e9f0d7 Sort selected playqueue indexes before adding to stored playlist.
BUG:108
2012-10-15 11:12:31 +00:00
craig.p.drummond@gmail.com
e4e1bbf407 Handle UTF-8 playlist names.
BUG:109
2012-10-15 11:11:55 +00:00
craig.p.drummond@gmail.com
9da2c2e9ae By default i18n strings are american english. 2012-10-12 12:18:29 +00:00
craig.p.drummond@gmail.com
ab8e772c5e Dont build with phonon support by default - its not working very well. 2012-10-12 12:18:15 +00:00
craig.p.drummond@gmail.com
dff41b2c5f Need to enable/disable -/+ buttons when user manually enters value. 2012-10-12 12:17:59 +00:00
craig.p.drummond@gmail.com
6e10970251 Make quit/minimise-to-systray on close configurable.
BUG:103
2012-10-11 17:03:18 +00:00
craig.p.drummond@gmail.com
bb967b9d47 Link to X11 for KDE builds as well.
BUG:97
2012-10-11 17:02:27 +00:00
craig.p.drummond@gmail.com
d5b8dcac77 - 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
8ec5bef8ba Fix compile when remote devices disabled.
BUG:105
2012-10-11 07:12:08 +00:00
craig.p.drummond
334397fe94 - 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
ff72c199c7 Update 2012-10-10 18:46:28 +00:00
craig.p.drummond
5c68ed6503 - Fix missing 'edit' icons in non-oxygen icon sets
- Add icon to createAction
2012-10-10 18:41:43 +00:00
craig.p.drummond@gmail.com
fc6190e6f1 Remove mount-point folder when we forget sshfs device. 2012-10-10 11:33:40 +00:00
craig.p.drummond@gmail.com
fc37746627 'moc' does not like #ifdef 2012-10-10 11:32:49 +00:00
craig.p.drummond@gmail.com
40b046d9d1 Slightly better error messages. 2012-10-10 11:32:41 +00:00
craig.p.drummond@gmail.com
f3fc85ee1a Truncate error messages to 150 characters. Set message (up to 500 characters) as tooltip of message widget. 2012-10-10 11:32:31 +00:00
craig.p.drummond@gmail.com
b07dbf387c Fix blurry icons - specify image size when add file to icon. 2012-10-10 11:32:07 +00:00
craig.p.drummond
d29096854b - Move clear() into RemoteFsDevice, as only used by this class
- Set audioFolder in cacheFileName() if it is not already set
- Listen for changes to mtab, and load list of songs if connected and none already loaded. Likewise, clear list if not connected.
2012-10-09 19:46:36 +00:00
craig.p.drummond
7bf04bf2f4 When a mont point is removed, clear the music list. 2012-10-09 19:10:34 +00:00
craig.p.drummond
5baf752026 For KDE builds, if run under Unity set KStatusNotifierItem status to Active - otherwise no item appears. 2012-10-09 15:41:47 +00:00
craig.p.drummond
e40b388f03 Fix mpris updates. Stops sound menu ccrashing, and shows cover art. 2012-10-08 20:56:36 +00:00
craig.p.drummond
21417f79ab Only start to play if there are some tracks in the queue. 2012-10-08 20:13:46 +00:00
craig.p.drummond
32e85f3a24 Fix build 2012-10-08 20:10:19 +00:00
craig.p.drummond@gmail.com
f7f02057de Cleanup network classes... 2012-10-08 17:24:26 +00:00
craig.p.drummond@gmail.com
e51f7c8b8f Outdated, and not used. 2012-10-08 17:22:30 +00:00
craig.p.drummond@gmail.com
b8ce040487 Not used. 2012-10-08 17:22:14 +00:00
craig.p.drummond@gmail.com
8551e0303f If an instance already exists, then raise this when appempting to start a new instance. 2012-10-08 17:21:53 +00:00
craig.p.drummond@gmail.com
c325a9ed28 Move cacheDir/configDir helpers into Utils 2012-10-08 11:35:29 +00:00
craig.p.drummond@gmail.com
67e6bac8d9 Move most of Utils into support lib 2012-10-08 11:22:54 +00:00
craig.p.drummond@gmail.com
bac416a47d Configured filename is only name part, no extension. Allows for ${coverName}.jpg and ${coverName}.png
BUG: 104
2012-10-08 11:06:48 +00:00
craig.p.drummond
ce4b7bf2e3 Fix build 2012-10-08 07:10:28 +00:00
craig.p.drummond
04a0c519a2 Add setting to control name of downloaded cover files.
BUG: 104
2012-10-07 19:27:29 +00:00
craig.p.drummond
831ca93bce ToggleButton is never used... 2012-10-07 15:51:38 +00:00
craig.p.drummond
5c57ca8a12 Forgot to add... 2012-10-07 15:51:25 +00:00
craig.p.drummond
305b0e9769 Move more stuff into 'support' library - these might be useful to other projects 2012-10-07 15:49:10 +00:00
craig.p.drummond
56570dc7db Add option to support GNOME media keys. 2012-10-05 21:36:50 +00:00
craig.p.drummond
88deeb2b12 Q_SLOTS 2012-10-05 17:30:21 +00:00
craig.p.drummond
d3d1e23871 Fix strings 2012-10-05 17:16:06 +00:00
craig.p.drummond@gmail.com
70677e1591 Only save settings when modified. 2012-10-05 11:05:49 +00:00