1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-19 04:50:16 +01:00
Commit Graph

3404 Commits

Author SHA1 Message Date
Arnaud Bienner
0322c2bbf1 Display global search results when focusing on global search box only if reason is 'mouseFocus' 2011-12-06 23:25:40 +01:00
Clementine Buildbot
d01badc9d9 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2011-12-06 10:07:42 +01:00
Arnaud Bienner
33b0c84f03 Connect textChanged signal instead of textEdited, so the search results are updated (cleared) also when clear button is pressed 2011-12-05 23:06:09 +01:00
Arnaud Bienner
898e1e2ed1 Show last global search results again when focusing back in global search box 2011-12-05 22:13:58 +01:00
Arnaud Bienner
f89fb0db3a Clear global search box when pressing Escape, like in other search boxes 2011-12-05 21:25:11 +01:00
Arnaud Bienner
99bcb5c2a2 Don't start a global search if text is empty; start otherwise, even for short queries 2011-12-05 21:07:22 +01:00
Clementine Buildbot
1fb17a74bd Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2011-12-05 10:07:12 +01:00
Clementine Buildbot
7f9565ccd5 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2011-12-04 10:07:21 +01:00
Clementine Buildbot
fa2a4bfd5b Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2011-12-03 10:07:06 +01:00
David Sansome
a622cc7958 Update the paths in the .pot 2011-12-02 14:48:08 +00:00
Clementine Buildbot
044287bea1 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2011-12-02 10:07:11 +01:00
Arnaud Bienner
b364d3fa84 Create GS playlists items when retrieving playlists instead of creating them when retrieving playlists' songs 2011-12-01 23:46:27 +01:00
Arnaud Bienner
74ea844811 Make 'ExtractSongs' not return valid song if 'result' is invalid/empty 2011-12-01 21:46:16 +01:00
David Sansome
0023e4faf6 Add a white background to where the icon label text is shown in the dmg background 2011-12-01 17:45:52 +00:00
David Sansome
94a3c7f816 Draw over the last segment of nyancat's polyline as well as drawing the current segment to slightly smooth the gaps between segments. 2011-12-01 17:38:14 +00:00
David Sansome
0d2dd452e2 Double buffer nyanalayzer cat drawing - trying to draw a pixmap into itself produces weird artifacts in Qt 4.8 2011-12-01 17:29:27 +00:00
David Sansome
782c4ad460 Make some more changes to the DMG background image. Nobody will guess we stole Tomahawk's now. 2011-12-01 16:12:10 +00:00
David Sansome
c7d184c6bd Groovesharkradio.h doesn't need to be moc'd 2011-12-01 14:32:21 +00:00
David Sansome
75f2550c31 Don't save the enabled state for a provider if that provider isn't logged in. The enabled state would always get set to false in this case since the checkbox is disabled in the UI, regardless of its actual state. 2011-12-01 14:30:36 +00:00
David Sansome
3beb216d97 Update changelog for 1.0 2011-12-01 13:47:15 +00:00
David Sansome
947c13511a Support DEB_BUILD_OPTIONS=parallel=n to build debs in parallel 2011-12-01 10:58:49 +00:00
Eike Hein
e613f86acf Don't report version number in MPRIS2 Identity.
Fixes issue #2447
2011-12-01 09:28:11 +00:00
David Sansome
1ad55e6a1b Fix linking on Oneiric 2011-12-01 09:28:11 +00:00
Clementine Buildbot
e14c80fb29 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2011-12-01 10:07:04 +01:00
David Sansome
b63a7d760d Bundle gstapp plugins in the windows installer 2011-11-30 19:54:42 +00:00
David Sansome
00c6d20c3f Explicitly link libechonest statically instead of relying on the default (which is changed to SHARED by rpmbuild) 2011-11-30 19:10:14 +00:00
David Sansome
ed154b463c Add a MOCK_COMMAND cmake option to change the "mock" command, and use a --resultdir inside CMAKE_BINARY_DIR 2011-11-30 18:53:16 +00:00
John Maguire
542faab959 Hopefully fix linking on newer Ubuntus. 2011-11-30 16:50:23 +01:00
John Maguire
7951691a7e Link the right library for dlopen/dlclose on all platforms.
Fixes issue #2443
2011-11-30 15:41:00 +01:00
John Maguire
8df341492b Copy appsrc/appsink plugin on Mac. 2011-11-30 13:29:18 +01:00
Clementine Buildbot
c96f45e1c9 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2011-11-30 10:07:00 +01:00
Arnaud Bienner
5e80221e18 Ignore invalid urls generated when calling Autoplay 2011-11-30 00:07:10 +01:00
Arnaud Bienner
3f2faf818a Add Grooveshark autoplay radio 2011-11-29 23:52:19 +01:00
David Sansome
91b4cfcb68 Destroy gstreamer transcoding pipelines properly so the input and output files are closed, and can be read again on Windows. 2011-11-29 16:57:54 +00:00
David Sansome
a00d7e1738 Transcode files on windows with unicode characters in their filenames. Gstreamer elements take utf8 filenames. Fixes issue 1690. 2011-11-29 16:56:10 +00:00
David Sansome
8f87744d57 Disable the native preset factory in libprojectm (which we didn't use anyway). Might fix the -ldl requirement and compilation failure on fedora 14. 2011-11-29 14:55:15 +00:00
David Sansome
42a20d6bcb Display di.fm suggestions in the global search box properly 2011-11-29 14:29:48 +00:00
David Sansome
c1aaed91be Fix the logic for populating somafm and di.fm lists the first time they are expanded 2011-11-29 14:22:02 +00:00
Arnaud Bienner
6f4fab54a2 Remove useless constructor 2011-11-29 14:15:55 +01:00
Arnaud Bienner
1c99c8cc3b Commit missing GS radio files 2011-11-29 14:13:41 +01:00
David Sansome
0aba1ce77d Fix a crash when creating a new smart playlist 2011-11-29 13:01:54 +00:00
Arnaud Bienner
b9bf35948a Merge branch 'master' of https://code.google.com/p/clementine-player 2011-11-29 13:57:42 +01:00
Arnaud Bienner
1f5ac97934 Add Grooveshark radios 2011-11-29 13:57:35 +01:00
Robbert Krebbers
7c1cedeac8 Fix a bug where moving songs down in the playlist could not be undone properly. Fixes issue 1908 2011-11-29 11:39:47 +00:00
Vadim Zhukov
c084d13ff1 Apply downstream OpenBSD patches against projectm. Fixes issue 2277 2011-11-29 11:27:35 +00:00
David Sansome
332aeadec0 Keep the appsrc half full to prevent tiny stalls when libspotify is waiting to send us audio data 2011-11-29 11:10:31 +00:00
David Sansome
f0923857a1 Don't update the Jamendo tables for the effective_albumartist change - it's far too slow 2011-11-29 10:38:07 +00:00
David Sansome
8d5ef62256 Do spotify image requests with string IDs instead of spotify://image/ urls. For some reason this seems to fix occasional crashes when image results arrive. Fixes issue 2411. 2011-11-29 10:21:40 +00:00
Clementine Buildbot
32d709664b Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2011-11-29 10:07:05 +01:00
David Sansome
4bc8ef1979 Add libgstgdp.dll to the windows installer 2011-11-28 21:32:54 +00:00