| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use makeParser() for options in KCC_gui | blue | 2014-05-29 | 1 | -20/+35 |
| | | | | | | KCC_gui now uses comic2ebook.makeParser() and setting global variable in comic2ebook to handle options for ebook creation. | ||||
| * | Split comic2ebook.py main in two again | blue | 2014-05-29 | 1 | -2/+18 |
| | | | | | | Now has main() which initialises the program and makeParser() which sets up the option parser. | ||||
| * | Split comic2ebook.py main in two | blue | 2014-05-29 | 1 | -9/+32 |
| | | | | | | Now has main() which initialises program and makeBook which does the actual work. | ||||
| * | Updated to Python 3.4 and PyQt 5.3 (close #94) | Paweł Jastrzębski | 2014-05-29 | 3 | -12/+14 |
| | | |||||
| * | Implemented new DualMetaFix version | Paweł Jastrzębski | 2014-05-28 | 3 | -20/+19 |
| | | |||||
| * | Replaced cx_Freeze with py2exe | Paweł Jastrzębski | 2014-05-25 | 5 | -33/+61 |
| | | |||||
| * | Dependency tweak | Paweł Jastrzębski | 2014-05-25 | 2 | -4/+4 |
| | | |||||
| * | Miscellaneous processing tweaks | Paweł Jastrzębski | 2014-05-18 | 8 | -73/+72 |
| | | |||||
| * | Tiny tweaks for Linux | Paweł Jastrzębski | 2014-05-17 | 3 | -2/+3 |
| | | |||||
| * | Updated tooltips | Paweł Jastrzębski | 2014-05-15 | 6 | -18/+18 |
| | | |||||
| * | Changed domain | Paweł Jastrzębski | 2014-05-14 | 16 | -43/+43 |
| | | |||||
| * | Fixed tiny bugs | Paweł Jastrzębski | 2014-05-05 | 2 | -2/+2 |
| | | |||||
| * | Updated README | Paweł Jastrzębski | 2014-05-05 | 1 | -1/+1 |
| | | |||||
| * | Finished implementation of DualMetaFix | Paweł Jastrzębski | 2014-05-05 | 3 | -411/+24 |
| | | |||||
| * | Preliminary implementation of DualMetaFix | Paweł Jastrzębski | 2014-05-04 | 1 | -0/+183 |
| | | |||||
| * | Revert "Changed output extension to AZW3" | Paweł Jastrzębski | 2014-05-04 | 1 | -43/+30 |
| | | | | | This reverts commit 64b199ef7494f5167d2e62f262a5aee5e6eec5f4. | ||||
| * | Overhauled dependency check | Paweł Jastrzębski | 2014-04-30 | 4 | -24/+30 |
| | | |||||
| * | Re-enabled tray icon on Linux | Paweł Jastrzębski | 2014-04-30 | 1 | -8/+4 |
| | | |||||
| * | Revert to ISC License | Ciro Mattia Gonano | 2014-04-30 | 14 | -786/+146 |
| | | |||||
| * | Updated README | Paweł Jastrzębski | 2014-04-29 | 1 | -6/+7 |
| | | |||||
| * | Changed license to GNU General Public License v3 (GPL-3) | Paweł Jastrzębski | 2014-04-29 | 14 | -146/+785 |
| | | |||||
| * | Bumped a little MOBI file size limit | Paweł Jastrzębski | 2014-04-24 | 2 | -7/+10 |
| | | |||||
| * | Changed output extension to AZW3 | Paweł Jastrzębski | 2014-04-21 | 1 | -30/+43 |
| | | | | | This is cosmetic change. All profiles for new Kindle models already created KF8/AZW3 files but used generic extension. | ||||
| * | Tweaked whitespace cropping + other small tweaks | Paweł Jastrzębski | 2014-04-18 | 3 | -7/+10 |
| | | |||||
| * | GUI tweak: Fixed rounding | Paweł Jastrzębski | 2014-04-17 | 1 | -1/+1 |
| | | |||||
| * | Tiny code cleanup | Paweł Jastrzębski | 2014-04-10 | 2 | -6/+6 |
| | | |||||
| * | Fixed No optimization mode (close #88) | Paweł Jastrzębski | 2014-04-08 | 1 | -35/+42 |
| | | |||||
| * | Fixed Linux/OSX crash | Paweł Jastrzębski | 2014-03-26 | 1 | -1/+2 |
| | | |||||
| * | Performance tweaks for Windows | Paweł Jastrzębski | 2014-03-22 | 1 | -1/+5 |
| | | |||||
| * | Updated OSX libs | Paweł Jastrzębski | 2014-03-19 | 0 | -0/+0 |
| | | |||||
| * | README update | Paweł Jastrzębski | 2014-03-19 | 3 | -8/+8 |
| | | |||||
| * | Updated to psutil 2.0 | Paweł Jastrzębski | 2014-03-13 | 5 | -9/+5 |
| | | |||||
| * | Version bump + README update | Paweł Jastrzębski | 2014-03-13 | 12 | -10/+18 |
| | | |||||
| * | Tweaked HQ mode | Paweł Jastrzębski | 2014-02-18 | 1 | -0/+3 |
| | | |||||
| * | Replaced os.rename with atomic os.replace | Paweł Jastrzębski | 2014-02-13 | 2 | -3/+3 |
| | | | | | This should eliminate last problems with file locks on Windows | ||||
| * | Windows: Fixed sys.stdout and sys.stderr | Paweł Jastrzębski | 2014-02-06 | 1 | -0/+10 |
| | | |||||
| * | Windows: Fixed abnormalities with version check | Paweł Jastrzębski | 2014-02-02 | 1 | -0/+1 |
| | | | | | CX_Freeze working very, very strange with Python 3.3.3 | ||||
| * | Version bump + README update | Paweł Jastrzębski | 2014-02-01 | 11 | -10/+16 |
| | | |||||
| * | Windows: Hopefully fixed all problems with file locks | Paweł Jastrzębski | 2014-02-01 | 1 | -17/+23 |
| | | |||||
| * | Windows: Truncated tracebacks | Paweł Jastrzębski | 2014-02-01 | 2 | -2/+3 |
| | | |||||
| * | WebToons: Improved performance of directory merger | Paweł Jastrzębski | 2014-02-01 | 1 | -12/+16 |
| | | |||||
| * | Tweaked margin color detection | Paweł Jastrzębski | 2014-01-31 | 1 | -3/+0 |
| | | |||||
| * | Fixed errors in image.py introduced from the different handling of division ↵ | Moshev | 2014-01-29 | 1 | -3/+3 |
| | | | | | between python 2 and 3 | ||||
| * | Merge pull request #82 from ciromattia/python3 | Paweł Jastrzębski | 2014-01-28 | 29 | -4029/+4234 |
| |\ | | | | | Python3 + Qt5 | ||||
| | * | README update | Paweł Jastrzębski | 2014-01-28 | 2 | -2/+10 |
| | | | |||||
| | * | Removed redundant output | Paweł Jastrzębski | 2014-01-27 | 3 | -12/+4 |
| | | | |||||
| | * | Margin color detection tweaks | Paweł Jastrzębski | 2014-01-26 | 1 | -7/+15 |
| | | | |||||
| | * | Improved Panel View logic | Paweł Jastrzębski | 2014-01-25 | 7 | -87/+39 |
| | | | |||||
| | * | GUI: Link to important tips appear now 5 times | Paweł Jastrzębski | 2014-01-25 | 1 | -4/+4 |
| | | | |||||
| | * | Code cleanup | Paweł Jastrzębski | 2014-01-25 | 16 | -152/+134 |
| | | | |||||