Andrea Decorte
|
c6c4902d3f
|
Added two new options for date queries in smart playlists. Fixes issue
1141
|
2011-04-24 17:52:16 +00:00 |
David Sansome
|
3eedc916ad
|
Add a new logging system
|
2011-04-22 16:50:29 +00:00 |
Arnaud Bienner
|
41a4393b24
|
Translate dynamic playlist names at runtime.
|
2011-04-19 21:39:02 +00:00 |
Paweł Bara
|
032b5f7e48
|
initial commit of "multiple covers providers" feature:
- simple API for cover providers (both C++ and SIP)
- a new "package" for cover related code
|
2011-04-02 13:34:06 +00:00 |
Andrea Decorte
|
ecda0ada4a
|
Playlists get an automatic name, no more prompts. Fixes issue #423
|
2011-03-25 19:16:12 +00:00 |
David Sansome
|
d91aaa880c
|
Make the library watcher pick up hidden files too.
|
2011-03-23 16:50:19 +00:00 |
Paweł Bara
|
e619d7a280
|
fixing a bug where streams were removed from playlist during Clementine's startup
|
2011-03-20 16:07:24 +00:00 |
Paweł Bara
|
bfb068a6d1
|
conditionally hide some context menu actions in library view and playlist view
Song.is_stream()
|
2011-03-20 12:43:10 +00:00 |
Paweł Bara
|
a4bf317f33
|
minor deleted items handling fixes
|
2011-03-18 21:54:22 +00:00 |
David Sansome
|
9086ab8ed4
|
Add a "Show in file browser..." to the library context menu as well. Fixes issue #1563
|
2011-03-17 19:52:21 +00:00 |
David Sansome
|
0594fc53af
|
Enable the "Edit track information..." item in the library context menu when right-clicking an un-expanded node
|
2011-03-17 19:52:15 +00:00 |
David Sansome
|
002ae13817
|
Use the canonical file path (resolve symlinks and '..') when adding directories to the library, and when adding files to the playlist. Fixes issue #1494
|
2011-03-13 14:43:03 +00:00 |
David Sansome
|
3d593e696c
|
Make escape and backspace work in the library and radio views. Fixes issue 1510
|
2011-03-13 14:14:16 +00:00 |
Andrea Decorte
|
f62f1a6df8
|
Middle click to append to playlist now works in the other views. Fixes issue #1546
|
2011-03-10 12:42:35 +00:00 |
Andrea Decorte
|
b8a008aaeb
|
Added middleclick to enqueue to playlist. Fixes issue #865
|
2011-03-06 15:53:08 +00:00 |
Andrea Decorte
|
cfe6b9e652
|
Added option to hide dividers in library view. Fixes issue #1125
|
2011-03-05 15:20:27 +00:00 |
David Sansome
|
dacc7c1a2d
|
Remove " characters from the library filter text before doing an FTS query. Fixes issue #1504
|
2011-03-04 21:10:10 +00:00 |
David Sansome
|
2b08d27a88
|
Show loading indicators in the library model and the status bar when asynchronously loading songs during initialisation.
|
2011-02-26 14:27:57 +00:00 |
David Sansome
|
62b6d052de
|
Fix the library model test
|
2011-02-26 13:34:31 +00:00 |
Paweł Bara
|
aa6c3ab35b
|
a way to mark DB schema versions as requiring a full library rescan
message dialog for a user when he's reached a full library rescan requiring schema version (like the final one of CUE sheet support)
|
2011-02-25 20:10:41 +00:00 |
Arnaud Bienner
|
609f882e27
|
Making library init async. Prevent from freezing GUI with large collection (especially Jamendo) when loading from DB for the first time since startup
|
2011-02-24 23:29:45 +00:00 |
Paweł Bara
|
5c8c5c5413
|
making availability of library view's context menu items saner (?). also makes the CUEs readonly from library view
|
2011-02-21 20:06:44 +00:00 |
Paweł Bara
|
05cbe241e9
|
just changed a duplicated translation string
|
2011-02-20 16:23:30 +00:00 |
Paweł Bara
|
677a93b359
|
minor changes
|
2011-02-20 15:05:05 +00:00 |
Paweł Bara
|
832b258b55
|
me no speaky english
|
2011-02-17 20:04:58 +00:00 |
Paweł Bara
|
20658989c3
|
full library rescan feature - should already work as expected
|
2011-02-17 19:57:14 +00:00 |
Paweł Bara
|
7de912d3a1
|
moving the responsibility for naming playlists into mimeData() methods (into models)
this means that pretty names for new playlists now also work when double clicking (in certain mode) or dragging and dropping
fixes issue #1477
|
2011-02-16 18:29:35 +00:00 |
Arnaud Bienner
|
b8bf93fc23
|
Being consistent: use already defined name_for_new_playlist_ field and GetNameForNewPlaylist function, to have the same behavior through the 'Open in a new playlist' action than with drag and drop
|
2011-02-16 01:04:48 +00:00 |
Paweł Bara
|
fb33ba4cce
|
lookout for smart playlists in 'open in new playlists' functionality (Fixes issue #1465)
|
2011-02-15 19:16:45 +00:00 |
Arnaud Bienner
|
4d58e75e0a
|
Using library item's name instead of generic text 'Playlist' when creating new playlist by DnD from the library, or when using 'Open in new playlist'
|
2011-02-14 23:06:36 +00:00 |
Paweł Bara
|
d109b70898
|
David's comments
|
2011-02-14 17:29:56 +00:00 |
Paweł Bara
|
0182829223
|
user-friendly name for 'Open in new playlist' playlists (fixes issue #1445)
|
2011-02-14 17:00:13 +00:00 |
David Sansome
|
507c5e2632
|
Change the fields in Song from seconds to nanoseconds
|
2011-02-13 18:34:30 +00:00 |
Paweł Bara
|
60ac6768b8
|
Fresh new 'open in new playlist' action (Updates issue #1431).
|
2011-02-09 17:51:59 +00:00 |
Paweł Bara
|
4cd01a43b7
|
fixing names of all the 'add to playlist' items in context menus (Fixes issue #1421)
|
2011-02-08 22:42:09 +00:00 |
Arnaud Bienner
|
de2193f5af
|
Display tooltip info in library only if text displayed is elided (as it was done for playlistdelegates, r2745). Partially fixes issue 451
|
2011-02-08 21:55:32 +00:00 |
Paweł Bara
|
b7cd42fe53
|
minor C++ stuff
|
2011-02-06 14:34:47 +00:00 |
Paweł Bara
|
82e92bb3ac
|
library view has now three modes: 'all songs', 'duplicates only' and new 'untagged songs only' (check out the http://code.google.com/p/clementine-player/wiki/LibraryViewModes) - fixes issue #305
+ hiding the 'complexity' of QueryOptions filter and query_mode mutual exclusion behind it's API
|
2011-02-06 13:18:18 +00:00 |
Paweł Bara
|
9a9d8ad177
|
don't let invalid CUE related media files into library (invalid == those which were not recognized by TagLib)
better logging of erroneous DB queries (error + query + bound values instead of just error)
|
2011-02-05 13:43:04 +00:00 |
John Maguire
|
084b9a2fe3
|
Remove taglib prefix from includes as the taglib include path contains it already.
|
2011-02-04 12:36:56 +00:00 |
Paweł Bara
|
7bdac8fba6
|
when loading playlist, take only it's valid songs (+ force validity of CUE and PLS related songs)
|
2011-02-03 17:47:32 +00:00 |
Paweł Bara
|
77151d7ebd
|
Hiding some of Song's cover art logic complexity in Song's API (namely: embedded and manually unset covers).
|
2011-02-02 21:01:08 +00:00 |
Paweł Bara
|
ce104b9cf4
|
working on making disable for library filter widget work on MacOS (Updates issue #1396)
|
2011-02-02 16:46:57 +00:00 |
Paweł Bara
|
8aedda1795
|
moving the 'Save cover to file' action into AlbumCoverChoiceController; implementing the action in all related places (now playing widget, album cover manager, edit tag dialog)
now playing widget: disable all cover related context menu options (except for the 'save cover' one) when in 'Kittens' mode
|
2011-02-02 16:22:04 +00:00 |
Paweł Bara
|
5b5d3f0c2e
|
watch out for optional last.fm dependencies in AlbumCoverChoiceController -> fixes issue #1393
from the creators of "david is always right" movie -> maybe fix issue #1396
|
2011-01-31 15:21:32 +00:00 |
Paweł Bara
|
2959dbff85
|
'show duplicates only' view for library where you can see which songs in your library are duplicated and delete unnecessary duplicates (fixes issue #1328)
|
2011-01-30 21:00:49 +00:00 |
David Sansome
|
0beb12fc14
|
Add some options to control what happens when you double click or use the menu to add tracks to the playlist
|
2011-01-24 21:16:26 +00:00 |
David Sansome
|
fe818e5597
|
Don't drop the embedded art indicator from songs when updating the library. Thanks markwatkinson
|
2011-01-23 15:36:09 +00:00 |
Paweł Bara
|
70952d94d8
|
I wonder how those Cisco routers are so good if people responsible for them are SLACKERS!
|
2011-01-18 17:20:42 +00:00 |
Paweł Bara
|
e24e786a5d
|
incorporating David's suggestions
|
2011-01-18 17:12:05 +00:00 |