aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Don't show editable fields in detail windowGravatar Tom Willemsen2012-10-232-64/+3
|
* Rename edit window to detail windowGravatar Tom Willemsen2012-10-236-35/+36
| | | | It won't function as an edit window much longer.
* Set edit window title to manga nameGravatar Tom Willemsen2012-10-231-0/+2
|
* Remove some old commentsGravatar Tom Willemsen2012-10-231-4/+0
|
* Show volumes in two tables, not listsGravatar Tom Willemsen2012-10-211-21/+53
| | | | | | | | | | | | | First collected volumes, then read volumes. * src/eom-edit-window.c (COLUMNS): New constant, the number of columns to show in the table. (create_volume_button): New function. Creates a button that represent the state of a volume. (eom_edit_window_init): Don't make the box with volumes force all widgets to be the same size. (set_manga_id): Show labels above each group of volumes, this way nobody has to guess on what they mean.
* Restyle, reindent, refactor (a little)Gravatar Tom Willemsen2012-10-2110-955/+866
|
* Remember filter after closing edit windowGravatar Tom Willemsen2012-10-213-16/+14
| | | | | | | | | | | | | | | | | * src/eom-main-window.c (eom_main_window_new): Set the `state' variable to 0 the first time around. (eom_main_window_load): Remove the `manga' parameter. Get incomplete collections when `state' is `0'. (eom_main_window_on_filter): Don't fetch any manga, just set the window's `state'. (eom_main_window_on_new): (eom_main_window_on_edit_closed): No more `manga' parameter for `eom_main_window_load'. * src/eom-main-window.h (struct _EomMainWindow): Add `state' property. * src/interface.c (interface_show_main_window): No more `manga' parameter for `eom_main_window_load'.
* Add Collect filterGravatar Tom Willemsen2012-10-205-25/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-304-34/+147
| | | | In the eom-edit-window a list is shown with all the available manga which indicated which ones have been read
* SelectionGravatar Tom Willemsen2010-11-182-131/+31
| | | | The main window now actually looks and works like it should as defined by the style guides
* Segfault FS#2Gravatar Tom Willemsen2010-11-031-0/+1
| | | | Forgot to calloc the collection of collected manga
* Added little bit of memory management, removed a lot of ↵Gravatar Tom Willemsen2010-11-033-11/+23
| | | | g_print
* Compiles with automakeGravatar Tom Willemsen2010-10-251-5/+1
|
* First tryGravatar Tom Willemsen2010-10-222-0/+13
|
* Edit which volumes you haveGravatar Tom Willemsen2010-10-229-85/+236
|
* WoopsGravatar Tom Willemsen2010-10-211-0/+0
|
* Changed name from Collections to Eye on MangaGravatar Tom Willemsen2010-10-2119-414/+419
|
* Edit screenGravatar Tom Willemsen2010-10-215-53/+223
|
* Edit windowGravatar Tom Willemsen2010-10-205-0/+174
|
* Change qty and add itemsGravatar Tom Willemsen2010-10-194-23/+145
| | | | | Current quantity can be changed by clicking add or remove Add new series
* DataGravatar Tom Willemsen2010-10-199-10/+287
| | | | | Data is gotten from an sqlite3 database New series can be added to the database
* Initial commitGravatar Tom Willemsen2010-10-178-0/+379