Movie list, plugins: detect if there are more results than the limit
authorPhilipp Zabel <philipp.zabel@gmail.com>
Wed, 25 Nov 2009 16:12:28 +0000 (17:12 +0100)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Sat, 9 Jan 2010 13:14:47 +0000 (14:14 +0100)
commit8201c1addb85d4f11daad12783cb5b410299534c
tree664bd7397b1811a8f4a355841d7f23a304c28799
parent3f4b39fa556e8274fd7231eb44baaadb3d904dec
Movie list, plugins: detect if there are more results than the limit

Increase the internal SQL limit in the IMDb plugin to limit+1 and let
the SQL query return the number of results - this way we can detect if
there are more results than the limit and show a notice to the user.
src/imdb/imdb-sqlite.vala
src/movie-list-store.vala
src/movie-list-window.vala
src/plugin-interface.vala
src/plugins/catalog-plugin.vala
src/plugins/google-parser.vala
src/plugins/google-plugin.vala
src/plugins/imdb-plugin.vala