1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-27 17:53:28 +00:00
Commit Graph

882 Commits

Author SHA1 Message Date
Paweł Jastrzębski b174534c1c Merge pull request #113 from ciromattia/4.x
4.3
4.3
2014-09-29 18:05:32 +02:00
Paweł Jastrzębski 19d486a4ee Updated README 2014-09-28 22:01:22 +02:00
Paweł Jastrzębski 652762b709 Updated README + version bump 2014-09-28 13:23:40 +02:00
Paweł Jastrzębski e6df87f8fd CLI: Added tool detection 2014-09-28 13:16:13 +02:00
Paweł Jastrzębski 1a9cd0beb5 Moved MOBI creation to main code (close #111) 2014-09-28 13:01:42 +02:00
Paweł Jastrzębski 108e351126 Refactored locking mechanism (close #112) 2014-09-27 11:44:42 +02:00
Paweł Jastrzębski dfe3e10470 Updated setup 2014-09-22 18:35:53 +02:00
Paweł Jastrzębski 787ad9fa66 Updated multiple device profiles 2014-09-18 19:05:24 +02:00
Paweł Jastrzębski f10e8869a9 Added Kobo Aura H2O profile 2014-09-03 07:16:26 +02:00
Paweł Jastrzębski 715ada328f Tweaked error reporting (close #109) 2014-08-24 09:56:59 +02:00
Paweł Jastrzębski 56f23ab488 Merge pull request #108 from ciromattia/4.x
4.2.1
4.2.1
2014-08-03 11:22:28 +02:00
Paweł Jastrzębski 996af59e00 Updated README + version bump 2014-08-03 11:21:43 +02:00
Paweł Jastrzębski 37aa84c4aa Fixed MOBI processing anomalies 2014-08-02 07:54:15 +02:00
Paweł Jastrzębski 50574632e6 Replaced margin color detection algorithm 2014-08-01 07:23:55 +02:00
Paweł Jastrzębski 0afb9e8c0b Kindle: Fixed high quality mode (close #106) 2014-07-31 21:49:03 +02:00
Paweł Jastrzębski 7511c7eed6 Kindle DX: Changed default output format to CBZ 2014-07-29 19:59:21 +02:00
Paweł Jastrzębski 836a4146f9 MCD: Fixed small bug 2014-07-23 20:55:31 +02:00
Paweł Jastrzębski 15a240ccea Merge pull request #103 from ciromattia/4.x
Version 4.2
4.2
2014-07-18 10:29:14 +02:00
Paweł Jastrzębski 0722ddf8b0 Updated README + version bump 2014-07-18 08:45:57 +02:00
Paweł Jastrzębski b3159b94e7 Prevented hypothetical problems with batch processing 2014-07-18 08:24:12 +02:00
Paweł Jastrzębski ef5207c990 Dropped Windows XP support 2014-07-10 19:11:04 +02:00
Paweł Jastrzębski db77d89817 Fixed Other profile 2014-07-05 09:38:10 +02:00
Paweł Jastrzębski 4571fadadb Resolved problems with page order on Kobo 2014-07-04 09:59:21 +02:00
Paweł Jastrzębski 94f56238ae Corruption detection now also delete non-image files (close #99) 2014-07-03 18:16:57 +02:00
Paweł Jastrzębski 5efb5d6dbb Updated Pillow (close #95) 2014-07-03 18:16:57 +02:00
Paweł Jastrzębski 623f615dd9 Added Manga Cover Database support 2014-07-03 18:16:56 +02:00
Paweł Jastrzębski 39fbbc42b3 Made KindleGen detection more foolproof 2014-07-03 18:16:56 +02:00
Paweł Jastrzębski 99405ab8a6 Disabled ultra quality mode for CBZ format 2014-07-03 18:16:55 +02:00
Paweł Jastrzębski aadfca8306 Code cleanup 2014-07-03 18:16:54 +02:00
Paweł Jastrzębski 5450502c2a Updated README 4.1 2014-06-08 07:52:19 +02:00
Paweł Jastrzębski c976b06413 Make sure that KindleGen have execute permissions 2014-06-05 07:37:32 +02:00
Paweł Jastrzębski b6facda95b Updated OS X libraries 2014-06-04 10:00:45 +02:00
Paweł Jastrzębski 3f608eb602 Version bump 2014-06-03 19:26:24 +02:00
Paweł Jastrzębski 104cd04994 Fixed title parsing 2014-06-02 20:31:48 +02:00
Paweł Jastrzębski b323204628 Added additional cover processing 2014-06-02 19:55:20 +02:00
Paweł Jastrzębski 56195d301d Tweaked merge 2014-05-29 22:01:21 +02:00
Paweł Jastrzębski 287723ca6f Updated UnRAR 2014-05-29 21:56:14 +02:00
Paweł Jastrzębski 90490149c7 Merge branch 'theaquamarine-kindlegen' 2014-05-29 18:54:38 +02:00
blue 2210f484df Use makeBook to create book from GUI
Call comic2ebook.makeBook() rather than comic2ebook.main()
2014-05-29 18:28:38 +02:00
blue d5502e85b0 Use makeParser() for options in KCC_gui
KCC_gui now uses comic2ebook.makeParser() and setting global variable
in comic2ebook to handle options for ebook creation.
2014-05-29 18:28:33 +02:00
blue 59b26cfc8b Split comic2ebook.py main in two again
Now has main() which initialises the program and makeParser() which
sets up the option parser.
2014-05-29 18:28:27 +02:00
blue a722e5fa49 Split comic2ebook.py main in two
Now has main() which initialises program and makeBook which does the
actual work.
2014-05-29 18:28:14 +02:00
Paweł Jastrzębski fce3072dca Updated to Python 3.4 and PyQt 5.3 (close #94) 2014-05-29 18:23:28 +02:00
Paweł Jastrzębski f53cdf9cd7 Implemented new DualMetaFix version 2014-05-28 06:57:37 +02:00
Paweł Jastrzębski de74318c69 Replaced cx_Freeze with py2exe 2014-05-25 11:08:28 +02:00
Paweł Jastrzębski b137e69510 Dependency tweak 2014-05-25 07:29:03 +02:00
Paweł Jastrzębski 888663fa4c Miscellaneous processing tweaks 2014-05-18 09:09:38 +02:00
Paweł Jastrzębski 8a2ba96ac5 Tiny tweaks for Linux 2014-05-17 19:12:54 +02:00
Paweł Jastrzębski cb6b0e0a7b Updated tooltips 2014-05-15 19:38:34 +02:00
Paweł Jastrzębski 49d2a7fbab Changed domain 2014-05-14 20:23:12 +02:00