Commit Graph

  • 98352b707c Stop the user from dragging covers around in the cover manager. Fixes issue #171 David Sansome 2010-04-06 23:18:19 +0000
  • d79b92e27b Add a little line between the analyzer and the volume slider. Fixes issue #173 David Sansome 2010-04-06 23:16:23 +0000
  • 9a669dd477 Slightly more meaningful repeat icon David Sansome 2010-04-06 23:08:48 +0000
  • 46818c851b Fix canDecode on tracks with funny characters. Thanks Sylvain David Sansome 2010-04-06 23:00:20 +0000
  • 6b472b1e4a Clean up the gstengine formatting a bit David Sansome 2010-04-06 22:58:41 +0000
  • b154f2bd4e Go on to the next track properly David Sansome 2010-04-06 22:01:51 +0000
  • ac887cf468 Add a damn header to the .pot file David Sansome 2010-04-06 21:52:29 +0000
  • 6de9b8e9d7 Moved to gnu gettext translations David Sansome 2010-04-06 19:18:14 +0000
  • c7f4a091ed Let's give gstreamer another try... David Sansome 2010-04-06 16:57:02 +0000
  • 57189ea911 Comments and warning fixes David Sansome 2010-04-05 19:16:48 +0000
  • 1c5b6c6b05 Use the vlc engine on Windows David Sansome 2010-04-05 15:50:53 +0000
  • f1f4584da0 Updated greek translation David Sansome 2010-04-05 15:19:28 +0000
  • 2966763471 Hopefully fix audio stuttering David Sansome 2010-04-05 13:38:12 +0000
  • f0a2176c78 Emit trackEnded() properly with the VLC backend David Sansome 2010-04-05 13:26:11 +0000
  • 72270f6e2c Remove broken unnecessary cmake code. Fixes issue #158 David Sansome 2010-04-05 13:22:42 +0000
  • 34e2fbeb9a Updated slovak translation. Fixes issue #162 David Sansome 2010-04-05 13:15:18 +0000
  • 2fdd07fd1c Updated spanish translation David Sansome 2010-04-05 02:31:27 +0000
  • c7f58b9618 Scope support for the VLC engine David Sansome 2010-04-05 02:21:53 +0000
  • b77a64a2f1 Ooops, forgot this file David Sansome 2010-04-04 20:45:59 +0000
  • 993a4f0e43 Experimental VLC audio engine David Sansome 2010-04-04 20:45:03 +0000
  • d5eb2297d2 Move the audio engines to their own directory David Sansome 2010-04-04 17:50:11 +0000
  • 38400012e2 Update spanish translation David Sansome 2010-04-04 17:10:07 +0000
  • 82f7df1cce Update translation sources David Sansome 2010-04-04 17:09:11 +0000
  • 9f3fc3d8ab Add the library test back in David Sansome 2010-04-04 16:28:34 +0000
  • dacdf4cc5a Clean up deleted subdirectories from the database properly. Fixes an issue where subdirectories in the library wouldn't be rescanned if they were removed and recreated. Updates issue #45. David Sansome 2010-04-04 14:59:55 +0000
  • 9151ba05d4 Always watch new directories that were created while Clementine is running. Updates issue #45 David Sansome 2010-04-04 14:09:07 +0000
  • 90b125499e Filter the "Choose manual cover" dialog to just image files. Fixes issue #150 David Sansome 2010-04-04 13:42:56 +0000
  • 83194ecf74 "Add to playlist" context menu item for the library view. Fixes issue #153 David Sansome 2010-04-04 13:31:21 +0000
  • fa8f825f48 Update polish translation. Fixes issue #154 David Sansome 2010-04-04 13:18:51 +0000
  • fd2da463b1 Update library backend tests David Sansome 2010-04-04 13:17:07 +0000
  • 45f5219cde Updated slovak translation. Fixes issue #149 David Sansome 2010-04-04 13:07:22 +0000
  • 2803a071b6 Update translation sources David Sansome 2010-04-01 17:21:18 +0000
  • ae3923f93b Set the "group_by" properties of the actions in code instead of in the .ui file, so the enum keys don't get translated. David Sansome 2010-04-01 17:20:31 +0000
  • 48270bfeec Fix tests David Sansome 2010-04-01 17:03:42 +0000
  • 2443ce6585 Reworked the library watcher to be much more efficient - the backend now holds a list of subdirectories within each library directory, and only the mtimes of these are checked on startup. David Sansome 2010-04-01 16:59:32 +0000
  • 1f2220ac63 Add an option to disable the library view's behaviour of automatically opening nodes without many children. David Sansome 2010-04-01 00:12:25 +0000
  • 7415b7f4bd Made mouse wheel events on both the tray icon and the volume widget change the volume by a smaller amount. Fixes issue #145 David Sansome 2010-03-31 23:45:52 +0000
  • 5c4118dff5 Stop every divider from being '0'. David Sansome 2010-03-31 23:41:27 +0000
  • 134743bd29 Add an advanced grouping dialog for the library. boost::multi_index ftw. Fixes issue #94. David Sansome 2010-03-31 23:11:45 +0000
  • 738fdb662d Better comments David Sansome 2010-03-31 19:55:32 +0000
  • 29ba8d5bd3 Fix tests on windows David Sansome 2010-03-31 19:33:12 +0000
  • ce43f8dbf9 Make the "Edit tag..." menu item edit all selected tracks, and only show "Renumber selected tracks in this order" if the user right clicked on the track column. Thanks christoph.gysin. Fixes issue #139 David Sansome 2010-03-31 19:09:35 +0000
  • 2d12b59951 Move the GroupBy enum into library so we can get a QMetaEnum from it. Tidy up the logic for the "group by" options by moving it into properties in the .ui file. David Sansome 2010-03-31 15:18:39 +0000
  • 3c60423e18 Add polish translation. John Maguire 2010-03-31 10:46:47 +0000
  • a5412cc274 Make sure to hide the mainwindow on startup if it was hidden last time. Also fix the logic to ensure either the tray icon or the window is visible. David Sansome 2010-03-31 03:07:11 +0000
  • b8be261700 Some little fixes for compilation on Windows David Sansome 2010-03-31 02:55:05 +0000
  • 4c42813d9f Add "group by" support to the library, and improve the whole library model to make it more robust. Still todo: the "Group by advanced..." dialog, unit tests. Updates issue #94. David Sansome 2010-03-31 00:30:57 +0000
  • df38ebf9d9 A few little mac fixes. John Maguire 2010-03-30 15:53:45 +0000
  • c0da64c6a2 Make sure the playlist gets reshuffled when the user manually changes track. Fixes issue #137 David Sansome 2010-03-30 00:51:00 +0000
  • ef9780b44e Add a cmake option to use phonon even on unix. Also fix a strange bug with the phonon backend that stopped the track slider from working. David Sansome 2010-03-30 00:38:32 +0000
  • 96802bdf6e Remove debug lines from the cmake script David Sansome 2010-03-30 00:08:48 +0000
  • 4e5218a189 On linux, don't reuse the notification if it's already probably closed. Fixes nastyness on KDE4. Fixes issue #118. Also merge the two ShowMessageNative functions to cut down on copypasta. David Sansome 2010-03-30 00:08:16 +0000
  • 3a33d220f6 Update line numbers in other translations David Sansome 2010-03-29 23:52:01 +0000
  • f7dee52e03 Updated spanish translation David Sansome 2010-03-29 23:49:34 +0000
  • d68c61ff25 Reuse the same native notification popup on Linux. Fixes issue #118 David Sansome 2010-03-29 20:08:32 +0000
  • 48632b5fc0 Updated slovak translation from danovskyjan. Fixes issue #135 David Sansome 2010-03-29 19:39:27 +0000
  • 1081c948ae Add missing copyright headers David Sansome 2010-03-29 19:25:08 +0000
  • ea1df6dbff Fix the translation resource file generation - thanks Henry Sylvain. Also add a test to make sure they're always found. David Sansome 2010-03-29 19:12:06 +0000
  • afe2aadcf6 Use autocompletion in the edit tag dialog too. Thanks christoph.gysin. Fixes issue #130 David Sansome 2010-03-29 16:59:01 +0000
  • 227c64177c Automatically generate .po and .pot files from the translation sources, for launchpad David Sansome 2010-03-29 16:05:23 +0000
  • c1308c1b6c Czech translation from Vít Pelčák David Sansome 2010-03-29 14:14:57 +0000
  • 5367a01bb7 Using the stack works too... David Sansome 2010-03-29 14:03:05 +0000
  • 0aec407984 Only prune the scope buffer list from a single thread. Maybe fixes issue #120 David Sansome 2010-03-29 14:00:44 +0000
  • 5e482b99ec Namespace test only targets. John Maguire 2010-03-29 13:52:29 +0000
  • 813fa70db1 Only build test main twice rather than once per test. John Maguire 2010-03-29 13:47:46 +0000
  • ac33a53c5d Updated greek translation David Sansome 2010-03-29 13:36:30 +0000
  • 8af5138758 Outputs go last :( David Sansome 2010-03-29 13:28:29 +0000
  • 1433a53960 Fix behaviour when clicking on the system tray when clementine is minimized. Thanks christoph.gysin. Fixes issue #133 David Sansome 2010-03-29 13:24:40 +0000
  • f2d3644ca1 Support writing the special ID3/Xiph tags. Fixes issue #115 David Sansome 2010-03-29 13:15:47 +0000
  • 3980bfbd8f Update translation strings & french translation. Thanks to Henry Sylvain. John Maguire 2010-03-29 10:24:36 +0000
  • ee9e676df1 Add autocompletion to artist & album tags in playlist. Thanks to christoph.gysin Updates issue #130 John Maguire 2010-03-27 23:45:46 +0000
  • 0e4fb1b789 Fix loading songs with a # (or other URL special characters) in the name. Fixes issue #117 David Sansome 2010-03-27 15:53:02 +0000
  • c0a323b5ff Make sure the pretty osd is really the default on windows David Sansome 2010-03-27 15:15:20 +0000
  • 6bad424058 Don't show these two columns by default David Sansome 2010-03-27 15:10:52 +0000
  • 66df980238 French translation David Sansome 2010-03-27 12:56:36 +0000
  • 2afd94ce47 Switch cover manager filter from OR to AND. John Maguire 2010-03-26 15:04:38 +0000
  • 1cad21a3e0 Only enable gui in tests that need it. John Maguire 2010-03-26 12:50:27 +0000
  • 2b812a76fd Split search query in cover manager. Add unit tests. Fixes issue #119 John Maguire 2010-03-26 12:22:19 +0000
  • 5b468823d6 Simplify Prev/NextEditableIndex a bit. Thanks christoph.gysin David Sansome 2010-03-26 00:32:44 +0000
  • 766429c860 Allow inline editing of tags in the playlist. Thanks christoph.gysin David Sansome 2010-03-25 23:48:58 +0000
  • 11bd9966d1 Mac build fixes John Maguire 2010-03-25 23:03:28 +0000
  • cc2c7b53cc dos2unix all this stuff David Sansome 2010-03-25 22:37:22 +0000
  • 40e7737ba3 Maybe global shortcuts on windows... David Sansome 2010-03-25 22:37:00 +0000
  • 82cdab9047 Make the pretty OSD the default on platforms without a native notification (Windows). David Sansome 2010-03-25 21:29:17 +0000
  • 9c3ea3599f Fade the OSD in and out on Windows David Sansome 2010-03-25 21:24:19 +0000
  • 1e260a4d7a We can't check the version of taglib on windows. David Sansome 2010-03-25 21:04:47 +0000
  • 07ace1db70 Fix the size of the text label in the pretty osd David Sansome 2010-03-25 20:57:34 +0000
  • cffa51a881 Make sure the pretty OSD stays in the same place between calls to show(). Fixes issue #121 David Sansome 2010-03-25 20:54:47 +0000
  • 3a726f71cd Fallback for the OSD on systems without transparant top level widgets David Sansome 2010-03-25 19:57:52 +0000
  • b492a63dfa Fix errors in Qt < 4.6 David Sansome 2010-03-25 19:36:56 +0000
  • 7d5673930d Pretty OSD. David Sansome 2010-03-25 19:30:10 +0000
  • fc2877dc30 Show radio icon rather than nothing in notification. John Maguire 2010-03-25 18:38:20 +0000
  • 7250587c03 Remove dependency on libnotify and use dbus directly. John Maguire 2010-03-25 17:52:28 +0000
  • 2e71390acd Switch from OR to AND in split queries. Fixes issue #116 John Maguire 2010-03-25 15:59:58 +0000
  • 645b819b68 Actually use unicode aware LIKE() on win32. John Maguire 2010-03-25 15:39:13 +0000
  • 502e346218 Forgot to update win32 sqlite functions. John Maguire 2010-03-25 15:37:15 +0000
  • 38b114e4ad Show the basefilename in the title column if there's no title tag. Fixes issue #99 David Sansome 2010-03-25 15:00:56 +0000
  • d5762bbbd7 Fix codereview comments for r496 David Sansome 2010-03-25 14:47:41 +0000
  • 088d298c7d Stop scanning the library straight away if we're asked to quit. Fixes issue #114 David Sansome 2010-03-25 14:33:09 +0000
  • 95252ccc71 Support query splitting in library search. Improve performance of LIKE(). Fixes issue #104 John Maguire 2010-03-25 13:58:24 +0000