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
a5f4a54b41
fixing launching mangle from a different working directory
2011-10-31 19:41:24 -07:00
unknown
e2903bee8f
Merge branch 'master' of github.com:FooSoft/mangle
2011-10-30 13:47:09 -08:00
unknown
96c45a73f8
changing default option back for export format
2011-10-30 13:46:55 -08:00
bd79b45381
adding a nodist file for 7zip
2011-10-30 14:44:40 -07:00
unknown
7622df9636
fixing about box
2011-10-30 13:32:40 -08:00
975270cbd6
removing unnecessary file
2011-10-30 14:21:42 -07:00
7fa3d39b8a
simplified and fixed a couple of things
2011-10-30 14:19:49 -07:00
1a2db4fb5d
some cleanup and reorg
2011-10-30 13:55:55 -07:00
68874e8648
adding kindle 4 profile
2011-10-30 13:01:45 -07:00
ab3f968adc
Merge pull request #7 from Leonidas-from-XIV/cbz-support
...
CBZ support
2011-10-30 07:10:07 -07:00
Marek Kubica
fa5c378cb8
Made CBZ-only format work properly
2011-10-30 18:24:48 +09:00
Marek Kubica
ee8d8ddef7
Ignore mngl and cbz files
2011-10-30 12:38:52 +09:00
Marek Kubica
e86128dee1
Mangle can now write CBZ files, CBZ-only is not yet implemented
2011-10-30 12:38:01 +09:00
be90061fa5
Merge pull request #6 from Leonidas-from-XIV/dynamic-ui
...
Dynamic UI
2011-10-29 12:29:27 -07:00
Marek Kubica
837ab3036e
Removed Makefile, no longer of use
2011-10-30 03:30:47 +09:00
Marek Kubica
e82fce3c03
Added a shortcut function to set icons easier
2011-10-30 03:29:52 +09:00
Marek Kubica
3a914a97ee
Restored display of all icons
2011-10-30 03:22:20 +09:00
Marek Kubica
47c56f8fca
Fixed the about dialog, so it displays the image again
2011-10-30 02:46:34 +09:00
Marek Kubica
a8b3ae57c7
Added code to load UI files from package
2011-10-30 02:25:37 +09:00
Marek Kubica
4ade07d9e0
Moved resources into package
2011-10-30 02:12:41 +09:00
Marek Kubica
74a1eca4f0
Removed generated code, made code load dynamically
2011-10-29 23:07:11 +09:00
8bae09fee2
Merge pull request #5 from Leonidas-from-XIV/python-package
...
Python package
2011-10-29 06:35:29 -07:00
Marek Kubica
5d5d2fbe43
Adapted Makefile to new package structure
2011-10-29 21:19:09 +09:00
Marek Kubica
5a51ba3c6e
Moved files to new mangle package
2011-10-29 21:14:31 +09:00
f584d34487
adding .gitignore
2011-09-16 06:27:07 -07:00
b9c3399544
cleaning up some files
2011-08-28 20:18:38 -07:00
d7659f6f7c
version bump
2011-08-28 16:12:48 -07:00
198cccb11f
sorting image files before adding to book
2011-08-28 13:03:28 -07:00
ac2d44c1ed
readme stub
2011-08-28 08:48:05 -07:00