aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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'.
* Update README.mdGravatar Tom Willemsen2012-10-201-1/+2
|
* Change version and note about sematic versioningGravatar Tom Willemsen2012-10-202-1/+6
|
* Add silly readmeGravatar Tom Willemsen2012-10-201-0/+13
|
* 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
* Changed email adresGravatar Tom Willemsen2011-01-203-2/+15
|
* Merge branch 'selector'Gravatar Tom Willemsen2010-11-184-132/+32
|\
| * SelectionGravatar Tom Willemsen2010-11-184-132/+32
|/ | | | 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
* Changed section from user/other to user/utilitiesGravatar Tom Willemsen2010-10-281-1/+1
|
* Merge branch 'deb'Gravatar Tom Willemsen2010-10-2840-0/+1584
|\
| * Created files for packaging as .debGravatar Tom Willemsen2010-10-2826-0/+937
| |
| * MakesGravatar Tom Willemsen2010-10-2511-6/+594
| | | | | | | | using automake it can be built and installed
| * Compiles with automakeGravatar Tom Willemsen2010-10-254-58/+16
| |
| * First tryGravatar Tom Willemsen2010-10-2210-0/+101
|/
* Edit which volumes you haveGravatar Tom Willemsen2010-10-229-85/+236
|
* WoopsGravatar Tom Willemsen2010-10-212-1/+1
|
* Changed name from Collections to Eye on MangaGravatar Tom Willemsen2010-10-2119-414/+419
|
* Merge branch 'data' into eye-on-mangaGravatar Tom Willemsen2010-10-211-1/+1
|\ | | | | | | | | Conflicts: src/c-edit-window.c
| * Edit screenGravatar Tom Willemsen2010-10-215-53/+223
| |
* | 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-179-0/+380