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

157 Commits

Author SHA1 Message Date
Alex Xu b40cfcd9a6 Merge branch 'ciromattia:master' into pyqt6 2023-08-07 20:55:52 -07:00
Alex Xu 6836c20377 Fix page order and bookmarks by renaming numerically (#507)
* disable slugify

* rename to digits

* add -kcc

* add ABC checks

* remove kobo

* don't use if statements

* rename to suffix

* re-order check

* only slugify directories

* add break

* add sorted

* fix kcc-b logic

* add kcc to front of filename

---------

Co-authored-by: Alexander Xu <alexanderx@qualtrics.com>
2023-08-07 18:22:46 +00:00
swaggy-p-jp f75ea6dfe8 enable double spread on kindle (#567) 2023-08-07 18:07:00 +00:00
Alex Xu 77afa77d32 Display kindlegen path (#571)
* add %LOCALAPPDATA%\\Amazon\\KC2

* fix kindlegen link

* expandvars

* remove link

* print where kindlegen

* adjust where command

* remove platform
2023-08-07 17:53:38 +00:00
Alex Xu c5c88095ee bump to 5.6.3 2023-08-06 21:39:40 +02:00
Alex Xu 1318b9c0f2 Fix Mac CBZ, CBR, damaged, cover upload
.decode("utf-8")

edit kindlegen text

adjust 7z text

add unar

delete spec

remove 7z binaries

change path priorities

add 7z location for m1

delete plist

fix mac cover upload
2023-08-06 21:39:40 +02:00
Alex Xu 9339abb267 skip single pixel images in PDF (#546)
* skip pixels hopefully

* add comments and reorder

* add constant
2023-08-05 15:37:00 +00:00
Alex Xu 154707a412 Merge pull request #559
* make scribe default to no upscale with manga mode
2023-08-05 15:18:25 +00:00
Alex Xu 42c79b326f remove mozJpeg 2023-07-31 08:25:31 -07:00
Alex Xu 69856c7f48 use same settings save location as qt5 2023-07-25 14:02:02 -07:00
Alex Xu a3dd23ed40 Merge branch 'master' into pyqt6 2023-07-25 13:28:23 -07:00
darodi 217f571f3d refactor display when kindlegen is missing (#555)
display_kindlegen_missing
2023-07-25 19:31:02 +00:00
Alex Xu 5a21ff0bcf fix state issue 2023-07-23 15:25:35 -07:00
Alex Xu 17e8ffb7c0 add warning text 2023-07-12 12:45:17 -07:00
Alex Xu a5202458dc Merge pull request #553
* warn p7zip-rar

* replace strerror
2023-07-05 16:54:24 +00:00
Alex Xu 829334556f add mozJpeg warning 2023-07-01 08:31:56 -07:00
Alexander Xu b51c87e3bc import CheckedState 2023-06-30 10:39:19 -07:00
Alexander Xu 44682156c9 add mozJpeg 2023-06-30 10:29:55 -07:00
Alexander Xu 242fd70b54 Add CheckState enums 2023-06-30 10:19:39 -07:00
Alexander Xu 3f2365c677 edit shared 2023-06-30 09:37:03 -07:00
Alexander Xu f4e45e6052 change exec 2023-06-30 09:35:02 -07:00
Alexander Xu fe81af831e add comment back 2023-06-30 09:30:50 -07:00
Alexander Xu 3d0d615879 fix tray icon 2023-06-30 09:28:03 -07:00
Alexander Xu 82bc405f6f pyside6 2023-06-30 09:10:55 -07:00
Alexander Xu b2a079c958 fix epub icon 2023-06-28 14:54:14 -07:00
Alex Xu b37ea52c7d Merge branch 'master' into pyqt6 2023-06-28 14:52:20 -07:00
Alex Xu 62d1c7c488 add 7z wiki link (#543) 2023-06-12 20:16:26 +00:00
darodi 95678adfd6 change format labels in gui (#538) 2023-06-12 18:28:21 +00:00
Alex Xu 4923dac8f0 explicitly name disabled archives (#531)
* explicitly name disabled archives
2023-06-10 11:14:41 +00:00
Vinh Quang Tran 935727c1db Override book's title if Title is set in XML (#532)
* Allow overriding title if it is set in XML
2023-06-10 09:13:01 +00:00
Alex Xu d668883b6f initial upgrade 2023-05-21 17:13:39 -07:00
Alex Xu 37200bdca0 Crop images within 3% of device aspect ratio (#495)
* Crop images within 3% of device aspect ratio

* use pad instead of expand+fit

* reafactor threshold check

* remove default val
2023-05-14 16:34:11 +00:00
darodi 0bbe9348a2 OptionParser to ArgumentParser (#517) 2023-05-14 16:31:45 +00:00
darodi d16628dc59 last version check (#518) 2023-05-14 16:31:31 +00:00
darodi 85c1801417 change version 2023-05-13 18:40:24 +02:00
darodi b28ee08d01 Merge pull request #515 from darodi/unrar_for_fedora
use unrar for fedora only
2023-05-13 16:25:06 +00:00
darodi dba927c351 use unrar for fedora only 2023-05-13 18:24:18 +02:00
darodi 21a167b3ee limit kindle scribe image size to (1440, 1920) when using kindlegen (#516) 2023-05-13 15:50:27 +00:00
darodi 1c9eeee52d use unrar for fedora only 2023-05-13 14:11:50 +02:00
darodi 611ee31526 Merge pull request #513 from axu2/patch-3
add 7z to PATH
2023-05-13 01:46:01 +00:00
darodi b14f59e77a limit kindle scribe image size to (1440, 1920) when using kindlegen 2023-05-13 03:40:52 +02:00
Alex Xu b4ec0b4a74 update wording 2023-05-12 14:17:18 -07:00
Alex Xu a90b4c82c5 add UI 7z path 2023-05-12 13:06:09 -07:00
darodi 718fda2f0c Even with EPUB-200MB option selected, created file is above 200MB 2023-04-17 19:49:14 +02:00
darodi ec58964c7c Revert "Disable Panel View for kindle scribe"
This reverts commit 9bc1f92c8c.
2023-04-17 19:45:20 +02:00
darodi 9bc1f92c8c Disable Panel View for kindle scribe 2023-04-06 19:13:56 +02:00
darodi dfd15ab572 Updates GUI text for new Homebrew version 2023-03-28 00:46:25 +02:00
James Kerrane 5588ad9250 Updates GUI text for new Homebrew version 2023-03-28 00:46:25 +02:00
Alex Xu 9ab1cd359c remove transparency from image info 2023-03-27 22:04:35 +00:00
darodi 41d24e77e1 GUI delete option checkBox 2023-03-02 23:42:11 +01:00