about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Miscellaneous processing tweaksPaweł Jastrzębski2014-05-188-73/+72
|
* Tiny tweaks for LinuxPaweł Jastrzębski2014-05-173-2/+3
|
* Updated tooltipsPaweł Jastrzębski2014-05-156-18/+18
|
* Changed domainPaweł Jastrzębski2014-05-1416-43/+43
|
* Fixed tiny bugsPaweł Jastrzębski2014-05-052-2/+2
|
* Updated READMEPaweł Jastrzębski2014-05-051-1/+1
|
* Finished implementation of DualMetaFixPaweł Jastrzębski2014-05-053-411/+24
|
* Preliminary implementation of DualMetaFixPaweł Jastrzębski2014-05-041-0/+183
|
* Revert "Changed output extension to AZW3"Paweł Jastrzębski2014-05-041-43/+30
| | | | This reverts commit 64b199ef7494f5167d2e62f262a5aee5e6eec5f4.
* Overhauled dependency checkPaweł Jastrzębski2014-04-304-24/+30
|
* Re-enabled tray icon on LinuxPaweł Jastrzębski2014-04-301-8/+4
|
* Revert to ISC LicenseCiro Mattia Gonano2014-04-3014-786/+146
|
* Updated READMEPaweł Jastrzębski2014-04-291-6/+7
|
* Changed license to GNU General Public License v3 (GPL-3)Paweł Jastrzębski2014-04-2914-146/+785
|
* Bumped a little MOBI file size limitPaweł Jastrzębski2014-04-242-7/+10
|
* Changed output extension to AZW3Paweł Jastrzębski2014-04-211-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 tweaksPaweł Jastrzębski2014-04-183-7/+10
|
* GUI tweak: Fixed roundingPaweł Jastrzębski2014-04-171-1/+1
|
* Tiny code cleanupPaweł Jastrzębski2014-04-102-6/+6
|
* Fixed No optimization mode (close #88)Paweł Jastrzębski2014-04-081-35/+42
|
* Fixed Linux/OSX crashPaweł Jastrzębski2014-03-261-1/+2
|
* Performance tweaks for WindowsPaweł Jastrzębski2014-03-221-1/+5
|
* Updated OSX libsPaweł Jastrzębski2014-03-190-0/+0
|
* README updatePaweł Jastrzębski2014-03-193-8/+8
|
* Updated to psutil 2.0Paweł Jastrzębski2014-03-135-9/+5
|
* Version bump + README updatePaweł Jastrzębski2014-03-1312-10/+18
|
* Tweaked HQ modePaweł Jastrzębski2014-02-181-0/+3
|
* Replaced os.rename with atomic os.replacePaweł Jastrzębski2014-02-132-3/+3
| | | | This should eliminate last problems with file locks on Windows
* Windows: Fixed sys.stdout and sys.stderrPaweł Jastrzębski2014-02-061-0/+10
|
* Windows: Fixed abnormalities with version checkPaweł Jastrzębski2014-02-021-0/+1
| | | | CX_Freeze working very, very strange with Python 3.3.3
* Version bump + README updatePaweł Jastrzębski2014-02-0111-10/+16
|
* Windows: Hopefully fixed all problems with file locksPaweł Jastrzębski2014-02-011-17/+23
|
* Windows: Truncated tracebacksPaweł Jastrzębski2014-02-012-2/+3
|
* WebToons: Improved performance of directory mergerPaweł Jastrzębski2014-02-011-12/+16
|
* Tweaked margin color detectionPaweł Jastrzębski2014-01-311-3/+0
|
* Fixed errors in image.py introduced from the different handling of division ↵Moshev2014-01-291-3/+3
| | | | between python 2 and 3
* Merge pull request #82 from ciromattia/python3Paweł Jastrzębski2014-01-2829-4029/+4234
|\ | | | | Python3 + Qt5
| * README updatePaweł Jastrzębski2014-01-282-2/+10
| |
| * Removed redundant outputPaweł Jastrzębski2014-01-273-12/+4
| |
| * Margin color detection tweaksPaweł Jastrzębski2014-01-261-7/+15
| |
| * Improved Panel View logicPaweł Jastrzębski2014-01-257-87/+39
| |
| * GUI: Link to important tips appear now 5 timesPaweł Jastrzębski2014-01-251-4/+4
| |
| * Code cleanupPaweł Jastrzębski2014-01-2516-152/+134
| |
| * Added MD5 check to update mechanismPaweł Jastrzębski2014-01-241-0/+15
| |
| * Great Index: Using MD5 checksums instead file paths.Paweł Jastrzębski2014-01-242-12/+26
| | | | | | | | Performance impact is negligible, it simplify the code and is much more error resistant.
| * Great Index: Slugification fixPaweł Jastrzębski2014-01-242-13/+30
| |
| * Image flags are not part of filename anymorePaweł Jastrzębski2014-01-232-65/+83
| |
| * Windows: Fixed possible problems with file locksPaweł Jastrzębski2014-01-233-12/+18
| | | | | | | | OSX: Tweaked last fix
| * OSX: Fixed 7zip parsingPaweł Jastrzębski2014-01-222-1/+8
| |
| * Reverting setup changesPaweł Jastrzębski2014-01-224-47/+30
| |