Manga collection software for Maemo 5
Find a file
Tom Willemsen 395c534fd9 Add Collect filter
This filter, in the main window, shows only the manga that still need
to be collected, not the completed ones.

* src/data.c (data_get_manga): Use `data_get_manga_for_query'.
  (data_get_incomplete_manga): New function, get all manga that arent'
  completely collected yet.
  (data_get_manga_for_query): New function, fetches all the manga as
  `query' specifies.

* src/data.h: Add `data_get_incomplete_manga'.

* src/eom-main-window.c (filter_args): New struct. Contains arguments
  needed by the filter callback.
  (eom_main_window_load): Accept a list of manga, this list will be
  used to show the manga, if it's NULL, a list of all manga is used.
  (eom_main_window_add_menu): Add `All' and `Collect' filter buttons.
  (eom_main_window_on_filter): Callback for the filter buttons,
  reloads the list with the correct manga.

* src/eom-main-window.h: Add manga parameter to
  `eom_main_window_load'.

* src/interface.c (interface_show_main_window): Pass `NULL' to
  `eom_main_window_load' to show all manga.
2012-10-20 01:06:39 +02:00
data Makes 2010-10-25 23:18:15 +02:00
debian Changed email adres 2011-01-20 15:41:19 +01:00
src Add Collect filter 2012-10-20 01:06:39 +02:00
.gitignore Changed email adres 2011-01-20 15:41:19 +01:00
antigen.sh Makes 2010-10-25 23:18:15 +02:00
autogen.sh Compiles with automake 2010-10-25 22:57:25 +02:00
configure.ac Makes 2010-10-25 23:18:15 +02:00
COPYING Makes 2010-10-25 23:18:15 +02:00
INSTALL Makes 2010-10-25 23:18:15 +02:00
Makefile.am Makes 2010-10-25 23:18:15 +02:00