Commit Graph

5378 Commits

Author SHA1 Message Date
craig.p.drummond
32e427a99b Use constant 2014-10-06 21:56:16 +00:00
craig.p.drummond
b0fd81e377 Update 2014-10-05 18:18:58 +00:00
craig.p.drummond
3b5711589c Simpler layout 2014-10-05 12:20:31 +00:00
craig.p.drummond
42761a4dfb For windows builds, when window is not focused, draw sidebar selection as a darkened background. 2014-10-05 12:03:14 +00:00
craig.p.drummond
75c305e23d Detect if local file is actually a podcast 2014-10-05 08:10:59 +00:00
craig.p.drummond
ca54a92e65 ...windows exe help location
BUG: 550
2014-10-05 07:24:09 +00:00
craig.p.drummond
0c944bc6b0 For windows, install helpers at top levle folder - otherwise dll's are not found.
BUG: 550
2014-10-04 22:33:34 +00:00
craig.p.drummond
07684c713d If a command fails to be sent to MPD, and the socket is in an error state, then completely disconnect and reconnect.
BUG: 550
2014-10-04 21:26:47 +00:00
craig.p.drummond
8be4bf5ccf In catata-tags.exe set unhandled exception handler, to prevent windows crash dialog appearing.
BUG: 550
2014-10-04 21:17:36 +00:00
craig.p.drummond
a732e10219 If connection fails, refresh playqueue and status 2014-10-04 19:17:23 +00:00
craig.p.drummond
cc8e1f2180 Use newConnection not incommingConnection to handle new connections
BUG: 554
2014-10-04 08:44:44 +00:00
craig.p.drummond
cfe19f7815 If downloaded podcast is played by passing file:// URL, then ther ewill be no 'decoded path'! So, if this is empty, use the songs file path... 2014-10-03 18:41:48 +00:00
craig.p.drummond
5f6bf689a2 Fix playback of local files by inbuilt HTTP server.
BUG 554
2014-10-03 18:10:11 +00:00
craig.p.drummond
8f732cf434 Only check file if it MPD is connected via local socket, and file starts with / 2014-10-03 17:27:27 +00:00
craig.p.drummond
1329ac1126 Fix auto-marking of played downloaded podcasts when connected via a local socket.
BUG: 554
2014-10-03 17:21:54 +00:00
craig.p.drummond
cca50a5aeb Put Login button under status 2014-10-03 16:23:53 +00:00
craig.p.drummond
187871eade Update after showing menu, so that mouse-over highlight is removed. 2014-10-03 16:11:10 +00:00
craig.p.drummond
7f346716e7 Update Russian 2014-10-03 16:10:01 +00:00
craig.p.drummond
c7b4e8ceb8 Allways show menu at top-right of label. 2014-10-03 15:50:49 +00:00
craig.p.drummond
b60852ad0e Dont display $HOME as ~ in UI 2014-10-03 15:49:55 +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
a65c5e9777 Set spacing of 2 pixels for OSX 2014-10-03 15:49:21 +00:00
craig.p.drummond
1f9a996c6f Dont use highlighted text under windows 2014-10-03 15:49:04 +00:00
craig.p.drummond
8e3e74b8f9 Only round message widget for KDE builds (to reatain original look) 2014-10-03 15:48:49 +00:00
craig.p.drummond
8faf296928 Hack around OSX alignment 2014-10-03 15:48:32 +00:00
craig.p.drummond
9abbc1f486 Correctly log Qt5Mutimedia
BUG: 554
2014-10-02 21:30:23 +00:00
craig.p.drummond
10c3907b28 Replace combo on search page with a label 2014-10-02 21:26:13 +00:00
craig.p.drummond
66c3cfb61b Fix korean 2014-10-02 17:25:17 +00:00
craig.p.drummond
bb2ab4aff5 Hide 'Find in Play Queue' icon under Unity 2014-10-02 17:21:16 +00:00
craig.p.drummond
ec858623a8 Only need to set palette on viewport 2014-10-02 17:18:46 +00:00
craig.p.drummond
bd044155e6 - Thinner splitters for more styles
- Because of the above, dont draw mac focus highlight for views
2014-10-02 17:16:13 +00:00
craig.p.drummond
7b13d2aad9 Use separate action for playqueue search 2014-10-02 17:08:30 +00:00
craig.p.drummond
bc8bd6b48f If run under Unity or OSX, then place close buttons on left. 2014-10-02 11:09:06 +00:00
craig.p.drummond
670f869c0f Only need to set palette on viewport - othwise frame disappears under OSX! 2014-10-02 11:08:37 +00:00
craig.p.drummond
ec15f572c2 If run under Unity or OSX, then place close buttons on left. 2014-10-02 11:08:19 +00:00
craig.p.drummond
1f548ee9e3 Add QtExtraXXX to QTINCLUDES/QTLIBS 2014-10-02 11:08:07 +00:00
craig.p.drummond
c9af3a33a9 Raise window when showing page 2014-10-02 11:07:55 +00:00
craig.p.drummond
8d0b966b4a Add copy of extractrc, so that whole kde-sdk is not required just to update translations! 2014-10-01 20:35:36 +00:00
craig.p.drummond
144b6e8bbd Add 2 pixel pad 2014-10-01 20:04:07 +00:00
craig.p.drummond
017f6c1229 Fix size of collapsed window in windows builds. 2014-10-01 19:58:41 +00:00
craig.p.drummond
170d65e7ad Fix size hint if toolbutton is subject unity menu hack... 2014-10-01 19:48:42 +00:00
craig.p.drummond
310d4cd6cc Use same selection drawing for all views. 2014-10-01 19:42:52 +00:00
craig.p.drummond
205341367e Fix current track highlight in grouped view under windows for header item. 2014-10-01 17:46:54 +00:00
craig.p.drummond
29517aedbd Fix menuIcons logic 2014-10-01 17:44:56 +00:00
craig.p.drummond
66161ee213 Fix unused param warning 2014-10-01 17:02:20 +00:00
craig.p.drummond
ffedcf5f26 Use correct #define! 2014-10-01 17:00:05 +00:00
craig.p.drummond
bd4364a6b5 Use "Now playing" as notification title 2014-10-01 16:26:01 +00:00
craig.p.drummond
f932a40177 Change Play/Pause text depending upon action in dock menu 2014-10-01 16:23:44 +00:00
craig.p.drummond
2e89fc8bcc - Fix missing toolbar icon under OSX
- Menubar icon hack is only applicable when running under Unity for Linux/Qt builds.
2014-10-01 16:03:08 +00:00
craig.p.drummond
db1f9e9cec - Add control buttons for windows thumbnail toolbutton.
- Add prev/play/pause/etc to OSX dock menu
- As part of this connect to correct triggered signal!
2014-10-01 15:50:29 +00:00