IMDb plugin: remove unused variable count from movie_exists method.
[cinaest] / src / imdb / imdb-sqlite.vala
2010-01-09 Philipp ZabelIMDb plugin: remove unused variable count from movie_ex...
2010-01-06 Philipp ZabelIMDb plugin + downloader: parse IMDb alternative titles...
2010-01-06 Philipp ZabelIMDb downloader: optimize SQLlite database for the...
2009-11-26 Philipp ZabelIMDb plugin: use the limit given by cinaest as SQL...
2009-11-19 Philipp ZabelIMDb and Catalog SQLite backend: fix rating filter...
2009-11-12 Philipp ZabelIMDb SQLite class: make queries cancellable, using...
2009-11-12 Philipp ZabelDisable threading - turn update thread into async method
2009-11-11 Philipp ZabelIMDb: Use SQLite indices instead of (half) MD5 hashes...
2009-11-10 Philipp ZabelAdd genres structure
2009-11-10 Philipp ZabelIMDb SQLite: use the movie filter to build the SQL...
2009-11-10 Philipp ZabelAdd movie filter class
2009-11-03 Philipp ZabelIMDb SQLite class: increase the arbitrary result limit...
2009-11-02 Philipp ZabelAdd query functionality to the IMDb SQLite store
2009-10-30 Philipp ZabelAdd IMDb SQLite storage class