Commit Graph

1500 Commits

Author SHA1 Message Date
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
craig.p.drummond@gmail.com
7894694929 Mention Quassel and Solid in credits 2012-10-05 11:03:51 +00:00
craig.p.drummond@gmail.com
b37acceb91 Remove border, and use custom line-edit. 2012-10-05 11:03:30 +00:00
craig.p.drummond@gmail.com
c65503f366 Fix media icons. 2012-10-05 11:03:19 +00:00
craig.p.drummond@gmail.com
868e662b2c Fix missing icons in windows build. 2012-10-05 11:03:07 +00:00
craig.p.drummond@gmail.com
c1db2bada8 In windows build, when close button is pressed always terminate the app, even when we have a system tray icon. (Matchs VLC behaviour)
BUG:103
2012-10-05 11:02:44 +00:00
craig.p.drummond
fe5277807a Use custom lineedit class - so that we have clear button 2012-10-04 14:38:39 +00:00
craig.p.drummond
ea091e660e Unity menubar support for Qt builds only - as mods for shortcuts means we're not using standard actions, etc. 2012-10-04 08:34:30 +00:00
craig.p.drummond
974b50814c Support for modifiable keyboard shortcuts in Qt-only builds. (Code stolen from Quassel!) 2012-10-03 19:58:42 +00:00
craig.p.drummond
d31cfca242 Fix crash on KDE exit 2012-10-03 19:57:44 +00:00
craig.p.drummond
10f753c105 Move QGtkStyle work-arounds into their own files. 2012-10-03 19:17:56 +00:00
craig.p.drummond
094354c66b Make 'Icon' a class, and move icons into Icons 2012-10-03 19:16:52 +00:00
craig.p.drummond
a7dc456a8f Create PageWidget class, to reduce KDe/Qt differences in preferences dialog 2012-10-03 19:16:01 +00:00
craig.p.drummond
8d7dcbcb35 Fix retrieval of covers from file-system based devices. 2012-10-02 20:44:39 +00:00
craig.p.drummond@gmail.com
7e0ed911d6 Only enable sync action if 1 item is selected, and it is the top-level device entry. 2012-10-02 11:33:37 +00:00
craig.p.drummond@gmail.com
7ae62b6001 Fix artist/various-artist icons for Qt build 2012-10-02 11:28:52 +00:00
craig.p.drummond@gmail.com
34445035e6 Fix progress when copying files. 2012-10-02 11:20:14 +00:00
craig.p.drummond@gmail.com
76f3595294 Dont call QTimer::singleShot in constructor, but call job->start() after it is created. 2012-10-02 11:19:52 +00:00
craig.p.drummond@gmail.com
e2af2b394a Add 'Add to playlist' action to playqueue context menu.
BUG:100
2012-10-02 11:19:05 +00:00
craig.p.drummond@gmail.com
cdf96543f6 Fix image/icon size, and spacing issues, in sync dialog when the library view is set to use icon/list style.
BUG:99
2012-10-02 11:18:07 +00:00
craig.p.drummond
06380c3bc0 Remove faded icons from background of sync dialog views (as these did not render correctly with all styles), and enforce alternate row colours - as per other views. 2012-10-01 18:26:33 +00:00
craig.p.drummond
4845304c8a Fix file path of songs on devices 2012-10-01 18:24:29 +00:00
craig.p.drummond
293c8f4b5d Play/Pause track when middle click on tray icon for Qt-only builds (KDE builds already have this). Thanks to spartanj for the patch. 2012-09-30 20:16:54 +00:00
craig.p.drummond
6445979481 Fix missing icons when not using oxygen 2012-09-28 16:21:47 +00:00
craig.p.drummond
5a44d09666 Fix for devices in non-kde builds 2012-09-28 16:21:26 +00:00
craig.p.drummond
d23c7f3db2 Stop processing if fail to create dir 2012-09-28 16:20:58 +00:00
craig.p.drummond
77be6e9f55 Fix transcoding progress updates 2012-09-28 16:20:35 +00:00
craig.p.drummond
81fc4ec952 Re-add unity menubar, and closeEvent(), that were reverted by mistake! 2012-09-28 16:20:11 +00:00
craig.p.drummond
6d8943d273 Explicitly link agains libX11 for Qt-only linux builds.
BUG:97
2012-09-26 18:43:06 +00:00
craig.p.drummond
31480631a8 Slightly less blurry icons... 2012-09-25 20:25:24 +00:00
craig.p.drummond
c71448ec87 Improve MPRISv2 interface - signal when proprties change. 2012-09-25 20:19:36 +00:00
craig.p.drummond
8ab381fe8b Improve MPRISv2 interface. 2012-09-25 20:18:57 +00:00
craig.p.drummond
8c1c49ba9d Improve appearance. 2012-09-25 19:46:19 +00:00
craig.p.drummond
f4b456d8bb Only show OSD when we are actually playing a song. 2012-09-25 19:46:09 +00:00
craig.p.drummond
80385c805b Fix enabling of edit-tags/orgaize-files/replay-gain actions. 2012-09-25 19:45:53 +00:00
craig.p.drummond
7650d424f4 Allow deletion of songs from device! 2012-09-25 19:45:38 +00:00
craig.p.drummond
94f039071f Show menubar when run under Unity. 2012-09-24 20:14:56 +00:00
craig.p.drummond
4c4b3ae8df Pass closeEvent to derived class if we are not using tray items. 2012-09-24 18:45:17 +00:00
craig.p.drummond@gmail.com
de22c98007 Use freedesktop notifications spec for Qt-only Linux builds. 2012-09-24 17:14:25 +00:00
craig.p.drummond@gmail.com
e12f70bbd4 Add 'Show Window' action to Linux Qt-only build - so that we have a way of restoring the Cantata window from the Unity menubar. 2012-09-24 11:23:47 +00:00
craig.p.drummond
701fc18d8c Only override closeEvent when we have a trayItem
BUG:96
2012-09-23 16:39:30 +00:00
craig.p.drummond
aa275092a5 Fix warnings with remote devices. 2012-09-23 14:48:36 +00:00
craig.p.drummond
7b766008d7 Fi we get to the 'similar' section of the last.fm response before finding an image, stop looking.
BUG:94
2012-09-22 13:33:48 +00:00
craig.p.drummond@gmail.com
92a5c76179 Add 10% extra height for sizeHint()'s of artist/track labels.
BUG:93
2012-09-21 17:01:22 +00:00
craig.p.drummond@gmail.com
7f1707e1e4 Only look at images within artst/album section.
BUG:94
2012-09-21 11:46:07 +00:00
craig.p.drummond@gmail.com
504c9de878 Small enhancements 2012-09-21 11:25:49 +00:00
craig.p.drummond@gmail.com
ee479a3493 Add a custom spinbox to closer match Gtk3's large button spinbox style. Only for linux builds NOT run under KDE, and using QGtkStyle. 2012-09-21 11:08:09 +00:00