1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-15 18:58:55 +01:00
Commit Graph

318 Commits

Author SHA1 Message Date
David Sansome
f3fed593f4 Add a NSIS script for Windows 2010-03-22 22:05:05 +00:00
John Maguire
3e0e3f6889 Actually check for errors in AlbumCoverFetcher. 2010-03-22 21:36:02 +00:00
David Sansome
39a97d9878 Minor UI fix to the settings dialog 2010-03-22 19:46:42 +00:00
John Maguire
2aeff9b5e2 Fix compile on mac for old sqlite3 header. 2010-03-22 18:46:41 +00:00
David Sansome
b1e1de709c Bring the QSQLITE plugin into the source tree and statically link it on Windows.
Also remove the unused xine windows patches, and move all the windows resources into dist/windows
2010-03-22 18:35:31 +00:00
John Maguire
6947fe2923 Set version to 0.2 for mac. 2010-03-22 16:18:03 +00:00
David Sansome
88a051ae40 Missing changlog entries 2010-03-22 16:13:30 +00:00
John Maguire
2f350c1ae6 Add unit tests for custom LIKE() function. 2010-03-22 16:03:24 +00:00
David Sansome
fac97046f9 Tabs to spaces 2010-03-22 16:01:59 +00:00
David Sansome
a7b674d179 Changelog for 0.2 2010-03-22 15:57:13 +00:00
John Maguire
db3c6ec098 Disable QDBus on windows & mac. 2010-03-22 14:27:54 +00:00
David Sansome
b64e8120a4 Fix ubuntu package 2010-03-22 13:49:21 +00:00
David Sansome
ad3c77cb5a Fix compilation errors on ubuntu 2010-03-22 13:49:08 +00:00
David Sansome
758f31c997 Stupid fix to maketarball.sh 2010-03-22 13:22:00 +00:00
David Sansome
41ab127d1a Set version to 0.2 2010-03-22 13:20:30 +00:00
David Sansome
91b2162d25 Enforce a minimum size for playlist columns when they're shown. This prevents 0-width columns appearing for whatever reason. Fixes issue #85 2010-03-22 12:13:04 +00:00
David Sansome
1879b6f858 Make this compile when DBUS isn't available 2010-03-21 23:19:56 +00:00
David Sansome
7191f968a6 Fix the memory leak!
The scope's buffer, used by the analyzers, wasn't being cleared when the mainwindow (or the analyzer) was hidden.  There was a timer that was supposed to clear it, but it wasn't being run because the xine engine is in a thread without an event loop.
Fixes issue #5
2010-03-21 23:11:34 +00:00
David Sansome
43a8b89732 Delete the divider entries properly from the library when deleting songs, and move songs to "Various artists" correctly. 2010-03-21 22:14:07 +00:00
David Sansome
b5b61a2e0e Add a couple of indexes to the database to speed up searches on large libraries. 2010-03-21 21:17:01 +00:00
David Sansome
eea777e74e Global shortcuts on gnome, with GSD over DBUS 2010-03-21 19:02:56 +00:00
David Sansome
a2c5bebd25 Remove unused includes. Fixes issue #84 2010-03-21 18:13:22 +00:00
David Sansome
24541609d7 Fixed some RGB parameters out of range warnings 2010-03-21 17:28:54 +00:00
David Sansome
d09eaac67a Fix up the other 2D analyzers 2010-03-21 17:22:05 +00:00
John Maguire
87b552d16d set background thread priority on mac 2010-03-21 16:45:34 +00:00
David Sansome
1314ef2e37 Remove the global shortcuts dialog from trunk 2010-03-21 16:37:38 +00:00
David Sansome
0b2bb418f3 Updated spanish translation from Mariano Copetti 2010-03-21 16:22:22 +00:00
David Sansome
0e42e0b9f7 Updated slovak translation
Fixes issue #83
2010-03-21 16:21:42 +00:00
David Sansome
2e1023457c Show the analyzer popup menu on a left click as well as a right click 2010-03-21 16:20:27 +00:00
John Maguire
a7596959eb Compile fixes for mac for old sqlite3 header. 2010-03-21 16:11:26 +00:00
David Sansome
416670671f Run the background library scanner at IDLE io priority on linux 2010-03-21 15:55:58 +00:00
David Sansome
530d58b4cf Add some more strings for translation 2010-03-21 15:00:36 +00:00
David Sansome
56fb0663ee Fix segfault when a song's tag has changed inbetween runs 2010-03-21 14:47:59 +00:00
David Sansome
cbb41cab46 Store these booleans as ints so sqlite doesn't get confused.
Fixes issue #82
2010-03-21 13:50:00 +00:00
John Maguire
b468306d2f Stop linking against sqlite and use the loaded plugin. 2010-03-21 13:29:06 +00:00
David Sansome
645d7e48cc Translate this missing string - thanks Mariano Copetti 2010-03-21 13:07:02 +00:00
David Sansome
da7e88d754 Update translations 2010-03-21 00:32:22 +00:00
David Sansome
8cebf0092f Updated greek translation 2010-03-21 00:31:19 +00:00
David Sansome
26098db9c8 Update the length of the first track on a last.fm stream 2010-03-21 00:30:05 +00:00
David Sansome
2bde36a1c2 Fix timestamps on scrobbled songs 2010-03-21 00:22:15 +00:00
David Sansome
1a930bf2b5 Add a menu item to the library for forcing albums to appear under Various Artists.
Fixes issue #43
2010-03-20 23:59:39 +00:00
John Maguire
758f99be49 Support unicode-aware comparisons in Sqlite3.
Fixes issue #71
2010-03-20 23:41:59 +00:00
David Sansome
e1c44cdc77 Add options for choosing or disabling the analyzer.
Fixes issue #75.
2010-03-20 22:45:54 +00:00
David Sansome
595877445b Multiple selections in the album cover manager 2010-03-20 22:03:58 +00:00
John Maguire
51a47b9874 Add FLAC plugin for Mac. 2010-03-19 15:20:14 +00:00
John Maguire
417b6af911 Update slovak translation.
Fixes issue #79
2010-03-19 13:20:54 +00:00
David Sansome
257170b212 Add support for showing the filename without the path - thanks ralf.neupert
Fixes issue #80
2010-03-19 10:39:22 +00:00
John Maguire
7e7aa6a0c4 Fix crash in last.fm radio when the user's subscription expires. 2010-03-18 17:18:54 +00:00
John Maguire
fd2daf6fa2 Fixes issue #3 \o/
A reminder for next time: enable various "Universal Access" options.
2010-03-17 17:16:05 +00:00
John Maguire
84bede61d3 Fix compiler warning from Clang. 2010-03-17 15:07:49 +00:00