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

1685 Commits

Author SHA1 Message Date
Paweł Jastrzębski e92ee81617 Fixed single empty page on end of book. 2013-03-04 19:52:38 +01:00
Paweł Jastrzębski c7f38a574f Fixed Landscape mode with upscaling enabled. 2013-03-04 17:24:11 +01:00
Paweł Jastrzębski 193ad9382c Disabled new resizeImage function for older Kindle. 2013-03-04 17:05:16 +01:00
Paweł Jastrzębski 8802c24ad0 Don't create blank-page records for older Kindle. 2013-03-04 16:21:12 +01:00
Paweł Jastrzębski 0398d7bf93 Don't create blank-page records for older Kindle.
Kindle without Landscape mode show blank-page records incorrectly.
2013-03-04 16:14:11 +01:00
Paweł Jastrzębski 7275856549 Landscape mode support - Image part. Not perfect.
New resizeImage function to properly display splitted pages in landscape
mode.
Enabling upscaling or stretching might result with not correct display
of splitted pages in landscape mode.
2013-03-04 15:22:00 +01:00
Paweł Jastrzębski 8d5ccf5d27 Landscape mode support - EPUB part.
Code create proper landscape enabled EPUB file.
Rewritten itemref function (#198) ensures that splited pages will be
displayed together.
2013-03-04 11:36:57 +01:00
Ciro Mattia Gonano 2ef148908a Formatting 2013-03-04 00:46:51 +01:00
Ciro Mattia Gonano 860380c451 Formatting 2013-03-04 00:44:45 +01:00
Ciro Mattia Gonano fc791f5e26 Formatting 2013-03-04 00:41:39 +01:00
Paweł Jastrzębski 166b25bec1 Fixed HTML template. For real this time :-)
Misunderstood nature of the problem. It was caused by subdirectory
depth.
2013-03-03 22:36:54 +01:00
Paweł Jastrzębski f5eeb68f79 Fixed HTML template.
Old code produced broken div + wrong src:
<div><img src="../<div><img src="../Images/X/Y.jpg" alt="Y.jpg"
class="singlePage"/></div>
2013-03-03 22:18:10 +01:00
Ciro Mattia Gonano 04c3b51f03 Update README.md 2013-03-03 14:42:57 +01:00
Ciro Mattia Gonano ae1fd4f965 Dev version bump 2013-03-03 14:40:48 +01:00
Ciro Mattia Gonano 1bde9bad04 Update README 2013-03-03 14:39:11 +01:00
Ciro Mattia Gonano aaef0aaf16 "Natural sorting" for image files (closes #18) 2013-03-03 14:35:59 +01:00
Ciro Mattia Gonano 3c45ab0903 Add option for epub output (closes #22) 2013-03-03 14:26:04 +01:00
Ciro Mattia Gonano 5103a80bb5 Use random UUID for meta header 2013-03-03 12:56:25 +01:00
Ciro Mattia Gonano 39b4bc5ec0 Add rendition:layout and rendition:orientation meta tags (supported by new kindlegen 2.8) 2013-03-03 12:47:19 +01:00
Ciro Mattia Gonano b6b6bf5d1f Add rotate option to GUI 2013-03-02 19:38:08 +01:00
Ciro Mattia Gonano a5fccdff4b Merge pull request #23 from ciromattia/AcidWeb-Scrapbook
Added option to rotate images instead spliting.
2013-03-02 09:59:12 -08:00
Ciro Mattia Gonano 562c801366 Indent with PEP-8 standard 2013-03-02 18:58:50 +01:00
Paweł Jastrzębski f559463d90 Added option to rotate images instead spliting. 2013-03-02 17:31:56 +01:00
Ciro Mattia Gonano 32a0038c49 Mainly adhere to PEP 8 code style (http://www.python.org/dev/peps/pep-0008/)
Add some commented code for working on Panel view enhancement and natural sorting.
2013-03-01 16:22:11 +01:00
Ciro Mattia Gonano 1edbe389ba Mainly adhere to PEP 8 code style (http://www.python.org/dev/peps/pep-0008/)
Add some commented code for working on Panel view enhancement and natural sorting.
2013-03-01 16:21:54 +01:00
Ciro Mattia Gonano 60f05b8088 Add Win32 binary link 2013-03-01 15:42:09 +01:00
Ciro Mattia Gonano e3a3ebff40 Merge branch 'master' of github.com:ciromattia/kcc 2013-02-26 16:52:56 +01:00
Ciro Mattia Gonano f7b5ff982d Added primary-writing-mode metatag (fixes #19) 2013-02-26 16:52:37 +01:00
Ciro Mattia Gonano 54e7e1a855 Move TODO list to Issues in github 2013-02-06 02:35:39 +01:00
Ciro Mattia Gonano bb386372cf Added win64 build 2013-02-05 20:56:08 +01:00
Ciro Mattia Gonano 3a90057d38 Merge branch 'master' of github.com:ciromattia/kcc 2013-02-05 19:21:01 +01:00
Ciro Mattia Gonano 20e550e0c1 cx_Freeze setup - not working 2013-02-05 19:20:54 +01:00
Ciro Mattia Gonano e1c0b5e0bc Added --black-borders option to set added borders black when page's ratio is not the device's one (fixes #11).
Fixes epub containing zipped itself (fixes #10).
2013-02-05 19:13:13 +01:00
Ciro Mattia Gonano e4eea55ec7 README formatting 2013-01-30 13:01:16 +01:00
Ciro Mattia Gonano 3c791ce2ce Update README.md 2013-01-30 10:08:44 +01:00
Ciro Mattia Gonano d136f8cc3a Use temporary directory as workdir (fixes converting from external volumes and zipfiles renaming)
Fixed "add folders" from GUI.
2013-01-29 15:01:36 +01:00
Ciro Mattia Gonano dcb577d457 Formatting 2013-01-29 04:13:08 +01:00
Ciro Mattia Gonano a12f98fac8 Update README 2013-01-29 04:11:13 +01:00
Ciro Mattia Gonano 00504edadb unrar is not bundled anymore 2013-01-29 04:05:07 +01:00
Ciro Mattia Gonano 1afa23bce4 Remove obsolete droplet 2013-01-29 04:04:06 +01:00
Ciro Mattia Gonano 3a83f4a496 Update README for 2.3 binary 2013-01-29 03:48:25 +01:00
Ciro Mattia Gonano 026774e429 Build with cx_Freeze / README update 2013-01-29 03:43:58 +01:00
Ciro Mattia Gonano a80dbe8c3d Build with cx_Freeze 2013-01-29 03:43:18 +01:00
Ciro Mattia Gonano 05c8fe328e Fixes folder handling, subfolders and issues with spaces and # on filenames. 2013-01-29 00:08:31 +01:00
Ciro Mattia Gonano 1ce7a0040a Work on folders - break code 2013-01-28 23:25:13 +01:00
Ciro Mattia Gonano a0c53eb846 Update README 2013-01-28 19:46:08 +01:00
Ciro Mattia Gonano 51d857da0d Fix an issue for 1-page PDFs 2013-01-28 19:44:58 +01:00
Ciro Mattia Gonano 6029aa2606 Valid ePub 2.0 output 2013-01-28 19:28:25 +01:00
Ciro Mattia Gonano 74a93f1e50 Added MANIFEST.in, ugly fix for OSX not evaluating user local $PATH on app launched from Finder. 2013-01-28 11:59:43 +01:00
Ciro Mattia Gonano a546d0bea6 Update rarfile.py from https://github.com/markokr/rarfile 2013-01-28 10:36:58 +01:00