Commit Graph

81 Commits

Author SHA1 Message Date
Jan Martin
2e5baca071 Merge branch 'master' of https://github.com/FooSoft/mangle into FooSoft-master
Conflicts:
	README.md
2015-09-29 22:18:39 +10:00
Alex Yatskov
cedfe3fc51 Merge pull request #19 from naparuba/master
Fix: missing new image reference in the setup.py file
2015-09-26 12:32:08 +09:00
Gabès Jean
7dfad73aff Add: manage bogus image (like too short, miss bytes)
PIL lib is raising a IOError with such pictures, catch it, and if there
is an error, give the original picture instead.
2015-09-25 20:43:21 -06:00
Gabès Jean
3fd0b94134 Fix: missing new image reference in the setup.py file 2015-09-25 19:37:52 -06:00
Alex Yatskov
62ddf64add Merge pull request #18 from naparuba/master
Add: left=>right split, Kobo Aura h2o and fix natsort sorting
2015-09-26 09:27:56 +09:00
Gabès Jean
0492be40a4 Add: change pictures for export, and add a new one for book option menu
Icons are GPL from http://genericons.com/
2015-09-25 14:33:57 -06:00
Gabès Jean
2e8b4ac77c Add: option to split from left then right pages, add Kobo Aura h2o ereader and fix sorting bug
* Add: split option from left then right to manage some mangas
* Add: the Kobo Aura H2o ereader (special resolution)
* Fix: remove natsort dependency and use a custom function instead for
natural sorting
2015-09-25 11:12:18 -06:00
f5263935ae Updating download location for Mangle 2015-08-10 16:31:20 +09:00
Alex Yatskov
4f0bb47330 Delete options.png 2015-06-09 14:14:31 +09:00
Alex Yatskov
61a7f19e81 Update README.md 2015-06-09 14:14:11 +09:00
46f07c6f16 Updating README 2015-05-23 12:39:57 +09:00
dcfd86fdb8 Updating readme 2015-01-22 17:23:19 +09:00
Jan
b16ba6c392 Unnecessary readme message
This shouldn't be included in the README, it'll either be obvious to
GitHub users, or meaningless to endusers
2013-11-28 13:26:10 +11:00
Jan
cc5588a607 Merge pull request #2 from FooSoft/master
Keeping in line with master
2013-11-27 18:24:31 -08:00
2f33774149 Updating credits 2013-11-22 21:18:21 -08:00
d831f443fb Merging in support for Kindle Touch 2013-11-22 21:09:54 -08:00
a291f9fc98 Updating credits 2013-11-22 11:27:22 -08:00
6d699c6a4f Fixing setup script 2013-11-22 11:02:29 -08:00
24ffbca91a Fixing a couple of missed URLs in about dialog 2013-11-22 10:49:16 -08:00
e03c4bc2e6 Updating paths for Mangle 2013-11-22 10:24:18 -08:00
7c73411839 Prefer to keep control over mangle distribution 2013-11-22 09:26:14 -08:00
be4cd7e44c Merge remote-tracking branch 'catmanjan/master' into dev 2013-11-22 07:43:22 -08:00
c38a3eb291 Removing blank file 2013-11-17 06:14:41 -08:00
Jan
5507a708fe Third time lucky... 2013-10-17 22:16:46 +11:00
Jan
48bc708e0c Target overflow fix 2013-10-17 22:04:13 +11:00
Jan
0491b4f713 Changed to split right -> left 2013-10-17 22:02:51 +11:00
Jan
1b2c5308eb Added "Split left and right pages" option
Also cleaned formatting according to Eclipse PyDev
2013-10-17 12:42:42 +11:00
Jan
9c065b50ef Default to CBZ only
PDF generation is having RAM issues, as far as I can see CBZ generates
smaller outputs anyway
2013-10-11 11:41:08 +11:00
Jan
52bd637048 Added Kindle 5 profile 2013-10-11 11:36:33 +11:00
Jan
cbb050d57e Update README.md 2013-10-11 00:12:59 +11:00
Jan
6b67dcf551 Update README.md 2013-10-11 00:11:35 +11:00
Jan
5f5200469f Update README.md 2013-10-11 00:09:44 +11:00
Jan
bb66815f4f Updates for py2exe linking
Relative paths weren't relative enough
2013-10-11 00:08:26 +11:00
Jan
4f67ca3c34 Update README.md 2013-10-10 21:29:17 +11:00
Jan
bb9ed597a4 Learning markdown...
http://mikemclin.net/markdown-syntax-language/
2013-10-10 21:25:34 +11:00
Jan
236b856097 Markdown 2013-10-10 21:20:30 +11:00
Jan
643a7ede8a Probably branching 2013-10-10 21:12:30 +11:00
Jan
6ca4accc7a Merge pull request #1 from FooSoft/dev
Cristian's PDF generation patch
2013-10-10 02:53:50 -07:00
Jan
6256c08bb4 Reverted recursive sort, opted for natsorted lib
Was having performance issue with very large directories.

This does have the issue of order "File (1)" before "File", have raised
an issue with natsorted.
2013-10-10 20:50:15 +11:00
Jan
df08b06d33 Auto set book title to image directory
When adding an image directory set the book title to the name of the
directory (which is usually the name of the manga/chapter)

Fixed a slip with isdir
2013-10-10 18:54:46 +11:00
Jan
560687b768 Updated profile for Kindle Paperwhite
As per issue #10
2013-10-10 14:02:40 +11:00
Jan
4d27fda7eb Moved tokenize to utils
Didn't see you had a dedicated file for utility functions, moved
tokenize to utils.

Added "re" reference to utils.
2013-10-10 13:56:43 +11:00
Jan
90ab946498 Adding folders now follows Windows ordering
As per issue #11.

Was causing problems adding folders numbered 1...999 rather than
001...999.
2013-10-10 13:24:31 +11:00
Jonathan Leaders
c973fc9ff8 Update README 2013-07-24 02:05:39 -07:00
Jonathan Leaders
f036a71684 Added Kindle Paperwhite & Touch 2013-07-24 02:00:43 -07:00
8077ca5391 Cristian's PDF generation patch 2012-07-28 11:08:50 -07:00
a71ff52e22 fixing resource loading 2011-11-18 07:05:57 -08:00
b15018177a Merge pull request #9 from Leonidas-from-XIV/fix-resource-path
Changed from sys.argv to __file__
2011-11-15 10:21:08 -08:00
Marek Kubica
fc8ab5b216 Changed from sys.argv to __file__
With sys.path the package depends on the fact that the mangle.pyw
launcher is exactly one directory under the package. __file__ on the
other hand, is relative to the package, so it does not matter where the
mangle.pyw file is or whether it even exists at all, thus making the
package self-contained. This is useful when putting the package in
site-packages and the launcher into $PATH.
2011-11-15 17:32:41 +09:00
89eb05e280 organizing files better 2011-11-04 08:52:37 -07:00