1
0
mirror of https://github.com/ciromattia/kcc synced 2026-06-03 05:03:26 +00:00
Commit Graph

826 Commits

Author SHA1 Message Date
fsteffek f404b9090d Set first image in folder as cover
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.
2015-02-19 22:33:25 +01:00
Paweł Jastrzębski 68521f7c63 Updated installer 2015-02-17 18:08:23 +01:00
Paweł Jastrzębski f5dd813c4c General refactoring and tweaks 2015-02-14 09:47:14 +01:00
Paweł Jastrzębski 7924c492b3 Updated OSX and Linux GUI 2015-02-08 12:52:42 +01:00
Paweł Jastrzębski 2fc21c33e2 Added metadata editor 2015-02-08 11:53:55 +01:00
Paweł Jastrzębski cb76504acb Updated installer 2015-02-01 08:57:24 +01:00
Paweł Jastrzębski db6b0eddfe Completely replaced Virtual Panel View with Panel View 2015-01-31 11:10:01 +01:00
Paweł Jastrzębski 7d529a2acc Added Metadata editor class 2015-01-24 18:36:15 +01:00
Paweł Jastrzębski ad3ff35aaa Yet another workaround for file lock problems (#125) 2015-01-24 10:07:27 +01:00
Paweł Jastrzębski c62eeeb712 Re-enabled MCD support 2015-01-21 19:15:38 +01:00
Paweł Jastrzębski 5a36a13105 Replaced os.walk 2015-01-21 18:19:54 +01:00
Paweł Jastrzębski 12684d6562 Code cleanup 2015-01-20 21:45:22 +01:00
Paweł Jastrzębski c5f68ae12a Merge pull request #124 from ciromattia/dev
4.4.1
2015-01-11 16:20:43 +01:00
Paweł Jastrzębski 7bd9c766cc Version bump 4.4.1 2015-01-11 16:20:01 +01:00
Paweł Jastrzębski c6b1417d9c Added one Windows DLL 2015-01-11 16:17:04 +01:00
Paweł Jastrzębski 98bf28a713 Fixed OSX GUI anomalies 2015-01-10 11:09:28 +01:00
Paweł Jastrzębski f2d6d5b458 Fixed upgrade freeze (close #123) 2015-01-05 10:47:21 +01:00
Paweł Jastrzębski 5de492ffb6 Overhauled dependency check 2015-01-05 08:43:15 +01:00
Paweł Jastrzębski 5c2c6ed825 Tweaked OSX hack 4.4 2015-01-04 18:59:12 +01:00
Paweł Jastrzębski c2730ab01c Merge pull request #122 from ciromattia/dev
4.4
2015-01-04 14:57:09 +01:00
Paweł Jastrzębski bfba66d47d Improved KindleGen detection 2015-01-04 14:53:14 +01:00
Paweł Jastrzębski b5bc2f8e00 Updated README + version bump 2015-01-04 10:49:59 +01:00
Paweł Jastrzębski 917eaef548 GUI tweaks 2015-01-04 10:27:13 +01:00
Paweł Jastrzębski 3187ebb054 Generic processing improvements 2015-01-04 09:13:20 +01:00
Paweł Jastrzębski b9276e9ede WebToon processing improvements 2015-01-04 09:11:46 +01:00
Paweł Jastrzębski 147d815057 Code cleanup 2015-01-04 09:09:33 +01:00
Paweł Jastrzębski 180123fee2 Improved 7zip detection 2015-01-03 09:17:00 +01:00
Paweł Jastrzębski 2768e622f2 PyQT 5.4 workarounds 2015-01-02 11:51:14 +01:00
Paweł Jastrzębski b629b45d46 Pillow update 2015-01-02 09:55:34 +01:00
Paweł Jastrzębski f66c83425c PyQT 5.4 update 2015-01-01 15:24:59 +01:00
Paweł Jastrzębski 68b4b7114d Added RAR5 support 2014-12-30 11:07:11 +01:00
Paweł Jastrzębski 36f8c82eaf Fixed OSX race condition 2014-12-30 11:00:21 +01:00
Paweł Jastrzębski bd665c3261 Merge pull request #119 from ciromattia/4.x
4.3.1
4.3.1
2014-11-24 20:13:17 +01:00
Paweł Jastrzębski 94586fa590 Version bump 2014-11-24 19:07:50 +01:00
Paweł Jastrzębski 89806dfcfc Disabled MCD integration 2014-11-24 18:56:24 +01:00
Paweł Jastrzębski c9eb73ab90 OS X: Miscellaneous fixes (close #115) 2014-11-24 18:47:53 +01:00
Paweł Jastrzębski 2edcc0369a Updated UnRAR 2014-11-22 15:22:31 +01:00
Paweł Jastrzębski bc0a52b848 PEP 8 2014-11-21 22:46:43 +01:00
Paweł Jastrzębski 5ae72bf06d Fixed Kindle Voyage profile 2014-11-21 22:41:51 +01:00
Paweł Jastrzębski 24c32643c1 Tweaked glob support 2014-11-10 19:33:03 +01:00
Paweł Jastrzębski 40b988f964 Merge branch 'multifile' of git://github.com/theaquamarine/kcc into 4.x 2014-10-29 07:14:39 +01:00
blue ac794eff85 Use glob to resolve file globs
For systems where the shell doesn't do glob expansion, eg Windows.
2014-10-28 18:34:14 +00:00
blue eaa387a9d6 Add basic support for converting more >1 file 2014-10-28 16:51:31 +00:00
Paweł Jastrzębski d0f5d6dac4 Tweaked title sorting 2014-10-17 14:15:35 +02:00
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