David Sansome
|
9023aafdef
|
Try fixing the build again
|
2011-06-20 10:24:31 +00:00 |
David Sansome
|
b59913372c
|
Oops, fix the build
|
2011-06-20 09:05:14 +00:00 |
David Sansome
|
62bd3694ec
|
Remove cover provider factories and refactor everything else to use cover providers directly instead.
|
2011-06-19 23:15:51 +00:00 |
David Sansome
|
c6e2981860
|
Group album cover search results by category
|
2011-06-19 23:15:29 +00:00 |
David Sansome
|
2552f6b232
|
Update python bindings with CDDA changes
|
2011-06-19 23:15:18 +00:00 |
David Sansome
|
36165ea9bf
|
Keep the state of the rain and hypnotoad menu actions in sync with whether they're actually playing. Fixes issue 1986
|
2011-06-19 14:42:00 +00:00 |
Andrea Decorte
|
87a5ec5cc7
|
Add confirmation when removing playlist and close button on tabs. Fixes
issue 2003
|
2011-06-19 08:44:10 +00:00 |
David Sansome
|
67f41ef886
|
Oops, remove some unused dbus includes
|
2011-06-18 22:05:35 +00:00 |
David Sansome
|
fd7d24b11a
|
Add Clementine to the Unity system tray whitelist on startup.
|
2011-06-18 19:08:09 +00:00 |
Arnaud Bienner
|
6098e298fd
|
Prevent block analyzer to be initialized in very high framerate mode. This is strangely slowing it
|
2011-06-18 15:00:59 +00:00 |
David Sansome
|
c2e9955793
|
Add support for custom lastfm:// urls. Thanks jajcus. Fixes issue 1993
|
2011-06-17 20:24:35 +00:00 |
David Sansome
|
9d1fdeb87d
|
Don't included deleted songs in smart playlists. Fixes issue 1998
|
2011-06-17 20:16:45 +00:00 |
David Sansome
|
7415d85dce
|
When initialising a song from a library query, don't always assume the metadata originally came from a file (which means icycast tags are ignored when it is played). Fixes issue 1857
|
2011-06-17 20:00:10 +00:00 |
David Sansome
|
cab5d63b74
|
Rename empty .po target files to .po.target so pkgbinarymangler doesn't choke on them. Thanks Felix Geyer <debfx-pkg@fobos.de>
|
2011-06-17 19:38:58 +00:00 |
David Sansome
|
99390486bf
|
Show a song's URL in the title playlist column if it doesn't have a title or base filename.
|
2011-06-17 19:32:03 +00:00 |
John Maguire
|
4393199d66
|
Fix or hide some compile warnings.
|
2011-06-16 14:38:13 +00:00 |
John Maguire
|
54e9299c08
|
libgsttag is also required to build clementine now.
|
2011-06-16 13:49:10 +00:00 |
David Sansome
|
ac97a0707f
|
Include libcdio and gstcdda in the Windows installer. Fixes issue 1994
|
2011-06-15 21:35:27 +00:00 |
John Maguire
|
25587286b2
|
Fix error when unref'ing cdda element after failing to read CD.
|
2011-06-15 19:28:25 +00:00 |
Arnaud Bienner
|
7fca5d37dc
|
Minor modifications on load audio CD, including better cleaning of objects
|
2011-06-14 23:38:43 +00:00 |
John Maguire
|
72c4c67ba2
|
Remove out-dated TODO list.
|
2011-06-14 16:18:28 +00:00 |
John Maguire
|
02e4d30354
|
Fix compile error.
|
2011-06-14 16:13:48 +00:00 |
Tyler Rhodes
|
e67725265d
|
Make fileview always filter incompatible files.
|
2011-06-14 16:07:17 +00:00 |
David Sansome
|
ccd7afed17
|
Replace LibraryModel assertions with error logging
|
2011-06-14 15:33:51 +00:00 |
David Sansome
|
42fe215443
|
Don't treat the smart playlist node in the library like a regular container when applying filters - fixes an assertion when clicking the smart playlist node with None/None/None grouping. Fixes issue 1913
|
2011-06-14 15:27:07 +00:00 |
David Sansome
|
563de288ba
|
Encode URLs properly when doing the DB schema conversion to store filenames as URLs
|
2011-06-14 14:46:02 +00:00 |
Tyler Rhodes
|
56b05f1dc8
|
Disable seeking while stopped.
Fixes issue 1987.
|
2011-06-14 12:21:53 +00:00 |
Tyler Rhodes
|
a452971708
|
Change Mac media keys to respond on key release. Fixes issue 1985.
|
2011-06-13 10:20:37 +00:00 |
Tyler Rhodes
|
80abba66ca
|
Fix my compile fix in r3373
|
2011-06-10 09:37:50 +00:00 |
John Maguire
|
4917ae8f4f
|
Fix compile error.
|
2011-06-10 09:35:03 +00:00 |
Tyler Rhodes
|
006e085b7d
|
Fixes 64-bit compile issue from r3372
|
2011-06-10 09:19:30 +00:00 |
Arnaud Bienner
|
272841ab73
|
Starting audio CD support. Starts issue 701
|
2011-06-09 23:08:43 +00:00 |
David Sansome
|
5488b37447
|
Fix vagalume lyrics. Thanks ikojba
|
2011-06-09 16:32:45 +00:00 |
Tyler Rhodes
|
827d37e64b
|
Add 'Enable playlist background image' to preferences.
Fixes issue #365
|
2011-06-08 14:48:43 +00:00 |
David Sansome
|
3843e450af
|
Fix the windows build
|
2011-06-08 10:39:03 +00:00 |
David Sansome
|
5220091db2
|
Maybe fix the fc14 build
|
2011-06-08 10:08:59 +00:00 |
David Sansome
|
6bb81f9a9c
|
Explicitly set the rpm distro in the .spec so builds work from ubuntu boxes, and do a verbose mock
|
2011-06-07 16:58:48 +00:00 |
Andrea Decorte
|
0a5c8e3995
|
Fixed two little issue with OSD toggling and new lines
|
2011-06-05 13:34:12 +00:00 |
Andrea Decorte
|
527171fadb
|
Toggle visibility for Pretty OSD by command line and global shortcut.
Fixes issue 1344
|
2011-06-05 08:21:17 +00:00 |
Andrea Decorte
|
018f849b8a
|
Handle new lines from command line. Fixes issue 1948
|
2011-06-03 11:07:12 +00:00 |
John Maguire
|
94d90c5ab7
|
Code review comments from r3356.
|
2011-06-01 15:53:05 +00:00 |
John Maguire
|
2e72d8d3e5
|
Code review comments from r3355
|
2011-06-01 15:47:14 +00:00 |
John Maguire
|
7a893cc8da
|
Remove compile flag not available on all compilers.
|
2011-05-31 18:08:41 +00:00 |
John Maguire
|
f071a68405
|
Fix or silence warnings in pythonqt.
|
2011-05-31 16:54:52 +00:00 |
John Maguire
|
69cfd03248
|
Only build spotify resolver when spotify enabled.
|
2011-05-31 16:01:33 +00:00 |
John Maguire
|
e5d991ddaf
|
Add Resolver interface and Spotify resolver.
|
2011-05-31 15:33:46 +00:00 |
John Maguire
|
41e79bea0e
|
Add basics of last.fm suggester and library resolver.
|
2011-05-31 14:36:28 +00:00 |
David Sansome
|
a65dab7bad
|
Add some PythonQt patches
|
2011-05-30 18:56:48 +00:00 |
David Sansome
|
57d7989623
|
Fix the library backend test after r3339 broke it
|
2011-05-30 18:56:42 +00:00 |
David Sansome
|
97510cef0c
|
Limit characters in Python module names to [a-zA-Z0-9]
|
2011-05-30 18:56:36 +00:00 |