aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.h
Commit message (Collapse)AuthorAgeFilesLines
* Restyle, reindent, refactor (a little)Gravatar Tom Willemsen2012-10-211-25/+21
|
* Add Collect filterGravatar Tom Willemsen2012-10-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Manga volumes can be marked 'read'Gravatar Tom Willemsen2011-01-301-5/+16
| | | | In the eom-edit-window a list is shown with all the available manga which indicated which ones have been read
* Edit which volumes you haveGravatar Tom Willemsen2010-10-221-1/+8
|
* Changed name from Collections to Eye on MangaGravatar Tom Willemsen2010-10-211-6/+8
|
* Edit screenGravatar Tom Willemsen2010-10-211-3/+5
|
* Change qty and add itemsGravatar Tom Willemsen2010-10-191-4/+6
| | | | | Current quantity can be changed by clicking add or remove Add new series
* DataGravatar Tom Willemsen2010-10-191-0/+11
Data is gotten from an sqlite3 database New series can be added to the database