1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-16 19:31:02 +01:00
Commit Graph

922 Commits

Author SHA1 Message Date
John Maguire
4da0ef772d Fix bundle target. 2010-06-24 12:53:35 +00:00
David Sansome
f0e494fd32 Update all the translations 2010-06-23 17:03:37 +00:00
David Sansome
e9b1f03ea8 Generate the right .pot file... 2010-06-23 17:03:29 +00:00
David Sansome
68053e791d Maybe fix mac compilation 2010-06-23 16:50:22 +00:00
David Sansome
88d1c7518a Move the "Configure Clementine" menu item into the Tools menu and rename it "Preferences". Also move the global shortcuts dialog into a page in the preferences dialog. Fixes issue #422 2010-06-23 16:27:23 +00:00
David Sansome
79f283f34d Add the "visualisations" action to the analyzer menu, and make double clicking the analyzer open it. Fixes issue #421 2010-06-23 15:52:56 +00:00
David Sansome
44d58482f0 Make the LibraryWatcher report on its progresss. Fixes issue #436 2010-06-23 14:00:18 +00:00
David Sansome
eb830051c8 Show a percentage next to the loading indicator 2010-06-23 13:47:27 +00:00
David Sansome
f808591ec7 Refactor the loading indicator widget into a seperate TaskManager class that can handle tasks with progress 2010-06-23 13:21:30 +00:00
David Sansome
ed422c3743 Set a longer remote timeout on unit tests so they don't fail when they run on buildbit with high load. 2010-06-23 11:51:13 +00:00
David Sansome
9106abb1a0 Handle redirect messages from mmssrc properly. Fixes issue #385. 2010-06-23 11:47:54 +00:00
David Sansome
1cc9392aa8 Merge translations from Launchpad 2010-06-23 10:21:37 +00:00
David Sansome
c96e622897 Merge merge merge 2010-06-22 20:57:05 +00:00
David Sansome
72fec9a8d1 Don't try to load projectM presets from an empty directory 2010-06-22 19:44:38 +00:00
David Sansome
63861f2ee5 Explicitly produce static libraries even when BUILD_SHARED_LIBS is set 2010-06-22 16:07:29 +00:00
David Sansome
faf34a92bb Make it possible to compile out the default CMAKE_INSTALL_PREFIX paths for projectm visualisations 2010-06-22 15:46:51 +00:00
John Maguire
300772ad89 Maybe fix mac crash. 2010-06-22 15:45:05 +00:00
John Maguire
c8cb8cf012 Fixes for comments from r1266 2010-06-22 14:26:00 +00:00
John Maguire
4799823ed1 Neater system tray initialisation. 2010-06-22 14:16:04 +00:00
John Maguire
2669b4aebd Remove unused QSignalMapper. 2010-06-22 14:10:11 +00:00
John Maguire
15b8b90556 Implement native dock menu on Mac.
Fixes issue #349
2010-06-22 14:09:13 +00:00
David Sansome
c357b2d548 Use the same last.fm API for automatic and manual fetching 2010-06-22 13:54:07 +00:00
David Sansome
4e15c2479d Make the "clear" button in the album cover manager actually do something 2010-06-22 13:39:03 +00:00
David Sansome
b4add2a7be Refactor the system tray icon code a bit 2010-06-22 11:52:55 +00:00
John Maguire
74ec360ab5 Remove debug output :-)
Fixes issue #432
2010-06-21 19:32:53 +00:00
John Maguire
7827df9397 Disable global shortcuts dialog on <= 10.5 Mac. 2010-06-21 14:32:06 +00:00
David Sansome
ad4229160e Pedantry 2010-06-21 12:42:22 +00:00
David Sansome
1339ee860d Don't need these symbols any more 2010-06-21 12:41:38 +00:00
David Sansome
ea52bbf3e2 Register the FTS3 tokenizer with a QSqlQuery, so it works even if we couldn't resolve the sqlite symbols. 2010-06-21 12:38:24 +00:00
David Sansome
c950e79367 Make "Ban" skip to the next track 2010-06-21 12:16:05 +00:00
John Maguire
b91a61c260 Tidy unicode length detection & add Cyrillic FTS test. 2010-06-21 12:07:56 +00:00
John Maguire
f544e28051 Fix FTS on Mac & Win. 2010-06-21 09:32:57 +00:00
John Maguire
614e031c20 Hopefully fix static sqlite, ie. Mac & Win. 2010-06-20 21:05:18 +00:00
John Maguire
379681157a OCD 2010-06-20 20:59:54 +00:00
John Maguire
2f1a2fa9c7 More FTS tests. 2010-06-20 20:58:32 +00:00
John Maguire
abf79ca447 Tests and refactoring for FTS. 2010-06-20 20:51:57 +00:00
John Maguire
f989976d30 Some tests for the new FTS stuff. 2010-06-20 20:44:54 +00:00
John Maguire
59984c49ad Tidy up a bit. 2010-06-20 20:07:32 +00:00
John Maguire
de4b889986 >.> 2010-06-20 20:05:01 +00:00
John Maguire
9f7803d964 The atrocity that is unicode-aware FTS.
Yes, this code is horrible. Maybe I'll fix it.
2010-06-20 19:46:51 +00:00
David Sansome
dafedbf00c Cache the playlist tree pixmap while the user is dragging stuff over it, making the repeated repaints less expensive. 2010-06-20 19:02:19 +00:00
David Sansome
c701c49004 Don't try to register empty global shortcuts (avoids loads of warnings being printed to stderr) 2010-06-20 18:43:20 +00:00
David Sansome
492d8fec87 Use sqlite's Full Text Search on the songs table 2010-06-20 16:30:10 +00:00
David Sansome
80837ce652 Oops - it helps if we actually remember to set the URL of the song we just loaded. Fixes issue #426 2010-06-20 12:50:08 +00:00
David Sansome
3ef14cbfbc Juggle this translation 2010-06-18 16:06:59 +00:00
David Sansome
b18fcee586 Fix a crash when clearing a playlist 2010-06-18 16:06:51 +00:00
David Sansome
47790e9099 Merge translations from Launchpad 2010-06-18 15:53:08 +00:00
David Sansome
5c82d6a97c These don't actually do anything 2010-06-18 15:41:47 +00:00
David Sansome
34a1772ed2 Don't replace song fields in the playlist when loading them on startup 2010-06-18 15:37:36 +00:00
David Sansome
d2f2eb89e0 Don't count the length of tracks that don't have a length 2010-06-18 15:32:52 +00:00