Mattias Andersson
|
5fffbbc689
|
Add explanatory comment to last commit.
|
2014-04-22 12:25:59 +02:00 |
Mattias Andersson
|
56dade2598
|
Fix slow library search on sqlite 3.8.
|
2014-04-19 14:23:50 +02:00 |
John Maguire
|
3323c2d094
|
Convert all instances of foreach() to a C++11 for
find ext src -name '*.cpp' -exec \
sed -i -e 's/foreach(\([^,]\+\),/for (\1 :/' {} \;
|
2014-02-10 14:43:32 +01:00 |
John Maguire
|
bebd781fdf
|
Reformat all non-3rd-party C/C++/Objective-C++.
Command line:
find src ext -regex '.*\.\(h\|cpp\|mm\)' -exec clang-format -i
-style='{BasedOnStyle: Google, DerivePointerBinding: false}' {} \;
|
2014-02-07 16:34:20 +01:00 |
Arnaud Bienner
|
08a4629565
|
'-' is considered as 'NOT' operator by FTS, leading to unexpected results. Not sure how to escape it, better to replace it for now
|
2014-01-16 16:35:09 +01:00 |
Mattias Andersson
|
bd880dcafe
|
Tweak the replacement of colons.
Make sure that there are no trailing whitspaces on tokens before appending "* ".
|
2014-01-14 01:09:24 +01:00 |
Mattias Andersson
|
3f4e8e5b88
|
Check if token is a valid column name in the fts table before treating it as such.
|
2014-01-13 16:16:33 +01:00 |
David Sansome
|
792352be3b
|
When songs disappear from the filesystem (either they're deleted or are on a removable media that was unmounted), mark them as unavailable instead of removing them from the database. Thanks google@robbertkrebbers.nl. Fixes issue 401
|
2011-05-14 13:43:57 +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 |
Paweł Bara
|
d109b70898
|
David's comments
|
2011-02-14 17:29:56 +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 |
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 |
Paweł Bara
|
e24e786a5d
|
incorporating David's suggestions
|
2011-01-18 17:12:05 +00:00 |
Paweł Bara
|
07739d6c68
|
Python bindings for LibraryView + new UI hook for plugins: the view's context menu
support for IN operator in LibraryQuery.AddWhere
|
2011-01-18 16:34:43 +00:00 |
David Sansome
|
3216f5b75e
|
Remove ( and ) characters from FTS queries. Fixes issue #1010
|
2010-12-04 18:16:00 +00:00 |
David Sansome
|
bea4b39020
|
Make Jamendo search work again
|
2010-11-27 19:37:09 +00:00 |
David Sansome
|
ed1a25693c
|
Add missing licenses to debian/copyright, and add copyright information to each source file
|
2010-11-20 13:27:10 +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
|
efcd2c968a
|
Search library on composer and genre too
|
2010-06-12 13:19:55 +00:00 |
David Sansome
|
7e1b54a779
|
Fix the height of items in the album cover manager, don't show artists with no albums, and add a status bar (currently unused)
|
2010-06-11 22:35:41 +00:00 |
David Sansome
|
0e83490766
|
Search in albumartist too. Fixes issue #387
|
2010-06-11 12:01:41 +00:00 |
David Sansome
|
1aee5e4667
|
Split all the source files up into seven new directories.
|
2010-05-10 21:50:31 +00:00 |