1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-15 02:46:57 +01:00
Commit Graph

1349 Commits

Author SHA1 Message Date
David Sansome
c83394b6b4 Work around a bug introduced in Qt 4.7's QGtkStyle that broke our custom QTreeView::drawRow to draw the current track indicator in the playlist. Fixes issue #706 2010-09-06 22:49:15 +00:00
John Maguire
aa80f4720d Remove private header.
Fixes issue #703.
2010-09-06 15:03:45 +00:00
David Sansome
1bb859f4bb Fix the appearance of the free space bar on Windows 7 2010-09-05 17:20:02 +00:00
David Sansome
4ffe0739dd Change the URL in the About dialog to point to the new website, and clean up the appearance 2010-09-05 17:10:09 +00:00
David Sansome
6fea62d68e Make the organise dialog and free space bar look better with a dark theme. Fixes issue #630 2010-09-05 12:49:56 +00:00
David Sansome
ec3ff1a822 Merge translations from Launchpad 2010-09-05 11:32:57 +00:00
David Sansome
edb202f764 Improve the UI of the wiimotedev config page slightly, and add a link to the wiki 2010-09-05 11:21:32 +00:00
John Maguire
be6e887375 Fix quirks table and add my device manually :-)
Also fixes error dialog for organise files.
2010-09-04 20:11:14 +00:00
John Maguire
885a711d3a Detect MTP device removal & free space/capacity on Mac. 2010-09-04 19:32:36 +00:00
David Sansome
be83655c57 Ignore tag messages from gstreamer when we're switching to a preloaded track - otherwise the Player receives the messages while it still thinks it's playing the old song, and gets the wrong track number. 2010-09-04 13:50:53 +00:00
David Sansome
c5af7d54f0 Don't disable the OK button on the organise dialog if the format string is invalid, but the format string is going to be ignored anyway 2010-09-04 13:28:57 +00:00
David Sansome
28a7039977 Show a warning when the user tries to connect a MTP device or iPod when they've compiled out support for libmtp or libgpod 2010-09-04 12:57:34 +00:00
David Sansome
bb4bb28c04 Automatically mount GIO volumes that get plugged in. Nautilus already does this for us in Gnome, this makes it work as expected in KDE too. 2010-09-04 12:34:01 +00:00
David Sansome
2d9e8806cd Fix compilation on OpenSUSE that seems to have a broken qdbusxml2cpp? Fixes issue #685 2010-09-04 11:44:22 +00:00
David Sansome
d69f239eea Disable the "Copy to library" option in the device view if the device isn't a filesystem device 2010-09-04 11:27:59 +00:00
David Sansome
c9e5a3dce7 Lock access to WMDM devices 2010-09-04 11:18:59 +00:00
David Sansome
034555942b Return some hardware information for WMDM devices, and fix drive paths on Windows 7 2010-09-04 11:09:59 +00:00
John Maguire
902e4906e2 Some more Mac MTP work.
Reminder: Ship libusb-compat, not legacy libusb as it is fucked.
2010-09-02 22:35:00 +00:00
John Maguire
75a576a5c2 MTP support for Mac... Currently crashes the entire USB bus so I wouldn't use it. 2010-09-02 21:20:27 +00:00
David Sansome
4235c0f49d Fix playlist search - I'm looking at you, John. Fixes issue #676 2010-09-02 19:17:35 +00:00
David Sansome
9f10964796 Re-read tags from files when opening the Edit Tag Dialog. Fixes issue #91. 2010-09-02 19:12:09 +00:00
John Maguire
916502fcca Ignore non-USB disk mounts on Mac. 2010-09-02 18:24:39 +00:00
John Maguire
310fa00701 Get address and bus number of MTP devices on Mac. 2010-09-02 18:10:40 +00:00
Bartłomiej Burdukiewicz
29464bccfe Fix unable to restore window when always hide the main window option is set 2010-09-02 13:41:25 +00:00
John Maguire
1b78e8137c Remove libusb references. 2010-09-01 21:51:45 +00:00
John Maguire
9e34783602 Add references for MTP detection code. 2010-09-01 21:50:05 +00:00
John Maguire
08f257d3ee Clean up Mac MTP detection code. 2010-09-01 21:43:23 +00:00
John Maguire
cce7fadc89 Dodgy code for detecting MTP devices on Mac without crashing (I'm looking at you libmtp). 2010-09-01 20:31:10 +00:00
Bartłomiej Burdukiewicz
3858c30614 Don't show osd for active/dective action when wiimotedev notifications are disabled 2010-09-01 19:29:49 +00:00
Bartłomiej Burdukiewicz
d70887c776 Fix bug when adding already exist shortcut in WiimotedevShortcutsConfig 2010-09-01 15:46:22 +00:00
Bartłomiej Burdukiewicz
ed8f87af0b Add action active/dective support to WiimotedevShortcuts, add special checks for bug #670 2010-09-01 15:37:09 +00:00
Bartłomiej Burdukiewicz
6c3be4f5b1 Add notification support to WiimotedevShortcuts 2010-09-01 14:46:15 +00:00
Bartłomiej Burdukiewicz
56c0c3807f Add warning when can't connect with wiimotedev dbus service 2010-09-01 00:41:19 +00:00
Bartłomiej Burdukiewicz
7d4e8d6add Use groupbox instead of vertical layout 2010-09-01 00:24:54 +00:00
Bartłomiej Burdukiewicz
87aea79df5 Add enable wiimotedev shortcuts only when application is focused option 2010-09-01 00:10:30 +00:00
Bartłomiej Burdukiewicz
37f2a42a88 Delete "edit action" button form WiimotedevShortcutsConfig 2010-08-31 23:50:21 +00:00
Bartłomiej Burdukiewicz
8359190a2f Fix bug that restore default settings when all wiimotedev actions are removed 2010-08-31 23:35:39 +00:00
Bartłomiej Burdukiewicz
7dc36761e9 Code cleanups 2010-08-31 23:17:38 +00:00
Bartłomiej Burdukiewicz
0914c22b0f WiimotedevShortcutGrabber now can add new actions 2010-08-31 22:48:16 +00:00
Bartłomiej Burdukiewicz
118e159c1e Add timeout feature to WiimotedevShortcutGrabber 2010-08-31 21:56:20 +00:00
John Maguire
214d77bc0e Fix test and fix song loader infinite loop. 2010-08-31 21:24:57 +00:00
Bartłomiej Burdukiewicz
a05cd6d623 Block wiimotedev interface when adding new shortcut 2010-08-31 20:35:11 +00:00
Bartłomiej Burdukiewicz
fbd17fd2a5 Remember wiiremote swing now working properly 2010-08-31 19:57:53 +00:00
John Maguire
ad16a8b1ba Load local files from the DB if we already have them. 2010-08-31 19:45:33 +00:00
John Maguire
bf5245d499 Remove warning for sql queries on the GUI thread. 2010-08-31 18:46:00 +00:00
David Sansome
29ec96e7b6 Show a little summary of what will and will not be built at the end of cmake 2010-08-31 18:23:23 +00:00
Bartłomiej Burdukiewicz
83164053c8 Update Polish translation 2010-08-31 18:02:09 +00:00
Bartłomiej Burdukiewicz
cfb66b3f33 Rewrite some parts of code in wiimotedev settings dialog (Fix remove action bug) 2010-08-31 01:37:17 +00:00
Bartłomiej Burdukiewicz
1a091c5c0a Add yourself to about dialog... Strange feeling :) 2010-08-31 00:41:34 +00:00
Bartłomiej Burdukiewicz
f4dce9e51f Strip wiimotedev code to minimum, use org.wiimotedev.deviceEvents.xml to generete dbus interface for wiimotedev 2010-08-30 23:57:31 +00:00