about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Reversed OS X version to Qt 4.9.2Paweł Jastrzębski2015-08-292-8/+0
|
* Merge pull request #151 from ciromattia/devPaweł Jastrzębski2015-08-2812-15/+80
|\ | | | | 4.6.3
| * Updated README + version bumpPaweł Jastrzębski2015-08-283-2/+14
| |
| * Added detailed platform info to error reportPaweł Jastrzębski2015-08-281-1/+2
| |
| * GUI tweaksPaweł Jastrzębski2015-08-287-0/+26
| |
| * Set proper User-AgentPaweł Jastrzębski2015-08-241-3/+4
| |
| * Implemented error reportingPaweł Jastrzębski2015-08-241-4/+29
| |
| * Updated page endpointsPaweł Jastrzębski2015-08-241-6/+6
| |
| * Tweaked setup.pyPaweł Jastrzębski2015-08-091-1/+1
| |
| * Fixed detection of file corruptionPaweł Jastrzębski2015-08-041-1/+1
| |
* | Merge pull request #150 from ciromattia/devPaweł Jastrzębski2015-07-144-17/+19
|\| | | | | 4.6.2
| * Updated README + version bumpPaweł Jastrzębski2015-07-143-2/+6
| |
| * Escape HTML in metadata (close #148)Paweł Jastrzębski2015-07-141-3/+4
| |
| * Fixed MOBI header (close #149)Paweł Jastrzębski2015-07-141-12/+9
| |
* | Merge pull request #147 from ciromattia/devPaweł Jastrzębski2015-07-055-14/+50
|\| | | | | 4.6.1
| * Updated README + version bumpPaweł Jastrzębski2015-07-053-2/+8
| |
| * Added ComicRack Summary field parsing (close #146)Paweł Jastrzębski2015-07-052-3/+10
| |
| * Detect too small input imagesPaweł Jastrzębski2015-07-051-0/+12
| |
| * Tweaked KEPUB renamer (close #144)Paweł Jastrzębski2015-06-281-8/+10
| |
| * Fixed Kobo TOC (close #145)Paweł Jastrzębski2015-06-281-1/+10
| |
* | Merge pull request #143 from ciromattia/devPaweł Jastrzębski2015-06-2112-294/+343
|\| | | | | 4.6
| * Updated README + version bumpPaweł Jastrzębski2015-06-217-18/+24
| |
| * Dropped Kindle Fire supportPaweł Jastrzębski2015-06-213-33/+4
| |
| * Added Kindle Paperwhite 3 profilePaweł Jastrzębski2015-06-182-11/+11
| |
| * Changed Kobo default output to KEPUB (close #141)Paweł Jastrzębski2015-06-172-12/+16
| |
| * EPUB 3.0 outputPaweł Jastrzębski2015-06-171-204/+271
| |
| * Dependency updatePaweł Jastrzębski2015-06-153-22/+22
| |
| * Error handling tweakPaweł Jastrzębski2015-05-311-1/+1
| |
| * Fixed yet another tray icon anomalyPaweł Jastrzębski2015-05-201-0/+1
|/
* Merge pull request #137 from ciromattia/devPaweł Jastrzębski2015-05-0910-36/+48
|\ | | | | 4.5.1
| * Detect broken Pillow (close #135)Paweł Jastrzębski2015-05-071-2/+5
| |
| * Updated README + version bumpPaweł Jastrzębski2015-05-073-3/+9
| |
| * Tweaked metadata editorPaweł Jastrzębski2015-05-071-0/+2
| |
| * Fixed CBR parsing anomalies (close #133)Paweł Jastrzębski2015-04-275-22/+16
| |
| * Fixed supid typoPaweł Jastrzębski2015-04-263-9/+9
| |
| * Added Kobo Glow HD profilePaweł Jastrzębski2015-04-224-3/+7
| |
| * Added page-progression-direction tag to EPUB spinePaweł Jastrzębski2015-03-171-1/+4
| |
* | Binary blob cleanupPaweł Jastrzębski2015-04-264-0/+0
|/
* Updated README and SetupPaweł Jastrzębski2015-03-093-84/+105
|
* Merge pull request #131 from ciromattia/devPaweł Jastrzębski2015-03-0832-3383/+5998
|\ | | | | 4.5
| * Version bumpPaweł Jastrzębski2015-03-084-3/+12
| |
| * Fixed bookmark drift caused by image splitsPaweł Jastrzębski2015-03-081-2/+10
| |
| * GUI tweakPaweł Jastrzębski2015-02-266-36/+0
| |
| * Add ComicInfo bookmarks -> EPUB chapter supportfsteffek2015-02-212-4/+24
| | | | | | | | | | | | | | | | Bookmarks from ComicRack's ComicInfo.xml are now converted to EPUB chapters. `Bookmark` is an attribute to the `Page` element in ComicInfo.xml. * Works with flat directory structure (no sub-folders support)
| * Fixed CLI versionPaweł Jastrzębski2015-02-212-2/+4
| |
| * Fool proofing file sortingPaweł Jastrzębski2015-02-213-11/+16
| |
| * Fix random order of chapter list (close #129)fsteffek2015-02-211-5/+6
| | | | | | | | | | | | | | | | Directories and files returned by walk() are not always sorted. Currently we sort the filelist after creating the it. When walk()-ing topdown (we do) the directory list can be modified in-place. By sorting the directories and files before creating the filelist, we guarantee a sorted chapter list.
| * Merge pull request #128 from fsteffek/devPaweł Jastrzębski2015-02-201-0/+1
| |\ | | | | | | Fixed first file detection
| | * Set first image in folder as coverfsteffek2015-02-191-0/+1
| |/ | | | | | | | | | | | | The walk() function does not necessarily return filenames in alphabetical order. This leads to a random cover image. Sorting filenames before setting the cover images fixes this issue.
| * Updated installerPaweł Jastrzębski2015-02-172-11/+26
| |