Manga collection software for Maemo 5
Tom Willemsen
33b73cac14
* src/data.c (data_delete_manga): New function, deletes a manga and its associated volumes. (data_update_manga): Extra free. * src/eom-detail-window.c (add_menu): Add a "Delete" button to the menu. (on_delete): New function. Shows a confirmation dialog and if the user pressed "Ok" tries to delete the manga and close the window. * src/eom-main-window.c (on_row_activated): Connect to the `hide' signal instead of the `delete-event' signal. I couldn't find how te emit my own `delete-event' signal, then I found that hide works both when I close a window and when the window manager does it. |
||
---|---|---|
data | ||
debian | ||
src | ||
.gitignore | ||
antigen.sh | ||
autogen.sh | ||
configure.ac | ||
COPYING | ||
INSTALL | ||
Makefile.am | ||
README.md |
Eye on Manga
Is an application for Maemo 5 and the Nokia N900. It lets you keep a list of the manga you have collected and still need to collect.
Why?
When out looking for manga, whenever I would find some I was collecting I couldn't remember which ones I already had. And I don't like walking around with pieces of paper in my wallet either. I have this phone that allows me to write software for it, I'm a developer and I have a great interest in C programming, sounds perfect to write something for.
Versioning
Eye on Manga uses Semantic Versioning, read it if you would like to know more about it. In short, it means the version tries to mean something.