Commit graph

36 commits

Author SHA1 Message Date
fd7f0ec9a3 Don't expand or fill the volumes tables
Makes it look ugly.

* src/eom-detail-window.c (on_volume_toggled): Remove unused variable
  `txt'.
  (set_manga_id): Remove unused variable `bbox'.  Change the `expand'
  and `fill' arguments to `gtk_box_pack_start' to `FALSE' for both
  tables.
2012-10-23 21:56:26 +02:00
4f54019acb Show some more warnings during compilation 2012-10-23 21:54:42 +02:00
4344e47023 Don't show editable fields in detail window 2012-10-23 01:57:53 +02:00
4d3bb22d33 Rename edit window to detail window
It won't function as an edit window much longer.
2012-10-23 01:49:27 +02:00
ca2dd74798 Set edit window title to manga name 2012-10-23 01:38:04 +02:00
207fc31204 Remove some old comments 2012-10-23 01:34:06 +02:00
f8d8931f18 Update debian/changelog 2012-10-21 21:53:53 +02:00
74e4a497e0 Show volumes in two tables, not lists
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.
2012-10-21 21:32:43 +02:00
aa77d2a2f5 Restyle, reindent, refactor (a little) 2012-10-21 19:59:35 +02:00
8e49f0c56e Remember filter after closing edit window
* 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'.
2012-10-21 15:26:34 +02:00
3dadedcd16 Update README.md 2012-10-20 02:10:14 +02:00
82d1f15ddd Change version and note about sematic versioning 2012-10-20 02:08:50 +02:00
ebc0ca114b Add silly readme 2012-10-20 01:31:30 +02:00
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
Tom Willemsen
12c5dd9231 Manga volumes can be marked 'read'
In the eom-edit-window a list is shown with all the available manga which indicated which ones have been read
2011-01-30 23:42:13 +01:00
Tom Willemsen
64e573c5b6 Changed email adres 2011-01-20 15:41:19 +01:00
Tom Willemsen
36adf93ae7 Merge branch 'selector' 2010-11-18 00:26:44 +01:00
Tom Willemsen
dd7b20b120 Selection
The main window now actually looks and works like it should as defined by the style guides
2010-11-18 00:23:41 +01:00
Tom Willemsen
ce6f28bf35 Segfault FS#2
Forgot to calloc the collection of collected manga
2010-11-03 23:50:57 +01:00
Tom Willemsen
cb376d3ef4 Added little bit of memory management, removed a lot of g_print 2010-11-03 21:43:18 +01:00
Tom Willemsen
ffdaaa761d Changed section from user/other to user/utilities 2010-10-28 23:56:15 +02:00
Tom Willemsen
3d708c7b5b Merge branch 'deb' 2010-10-28 23:51:31 +02:00
Tom Willemsen
5368f56996 Created files for packaging as .deb 2010-10-28 23:51:06 +02:00
Tom Willemsen
10ac842951 Makes
using automake it can be built and installed
2010-10-25 23:18:15 +02:00
Tom Willemsen
ad9ed8ffaf Compiles with automake 2010-10-25 22:57:25 +02:00
Tom Willemsen
0c774c7fac First try 2010-10-22 12:57:06 +02:00
Tom Willemsen
bf85ca8598 Edit which volumes you have 2010-10-22 02:19:47 +02:00
Tom Willemsen
bbc8844d49 Woops 2010-10-21 21:02:54 +02:00
Tom Willemsen
8a45361b4f Changed name from Collections to Eye on Manga 2010-10-21 21:00:26 +02:00
Tom Willemsen
4b153e25e4 Merge branch 'data' into eye-on-manga
Conflicts:
	src/c-edit-window.c
2010-10-21 19:31:54 +02:00
Tom Willemsen
e963880636 Edit screen 2010-10-21 19:29:56 +02:00
Tom Willemsen
dcf562d835 Edit screen 2010-10-21 19:29:14 +02:00
Tom Willemsen
10901f7dcb Edit window 2010-10-20 22:37:54 +02:00
Tom Willemsen
6628dddb27 Change qty and add items
Current quantity can be changed by clicking add or remove
Add new series
2010-10-19 23:59:55 +02:00
Tom Willemsen
c34819ee2c Data
Data is gotten from an sqlite3 database
New series can be added to the database
2010-10-19 01:28:46 +02:00
Tom Willemsen
767ca99d33 Initial commit 2010-10-17 13:48:02 +02:00