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

482 Commits

Author SHA1 Message Date
Paweł Jastrzębski eb7d56c1b9 Force upscaling for spitted pages
Only when landscape mode is on.
Without it smaller splitted pages looks really bad on PW.
2013-03-17 10:45:46 +01:00
Paweł Jastrzębski f5b515ef79 GUI update 2013-03-17 09:37:57 +01:00
Paweł Jastrzębski 943431346d MAJOR Landscape Mode improvement
No idea how this change will impact Non-Kindle devices but quality
increase of spitted pages is amazing.
2013-03-17 08:47:35 +01:00
Paweł Jastrzębski a597173b71 Added high quality Panel View 2013-03-16 21:53:23 +01:00
Paweł Jastrzębski c484cc8fff Code inspection 2013-03-16 20:05:27 +01:00
Paweł Jastrzębski f195a4ccbf Preliminary Panel View support for K3/KNT 2013-03-16 19:51:23 +01:00
Paweł Jastrzębski f55bb6dce6 Code cleaning 2013-03-16 13:33:13 +01:00
Paweł Jastrzębski e7f49f8330 New profiles
Kindle Touch support Virtual Panel View.
Kindle Classic/NT is not.
2013-03-16 10:19:57 +01:00
Paweł Jastrzębski cec9356fc2 Code cleaning 2013-03-16 10:10:19 +01:00
Paweł Jastrzębski 6d704b382d Fixed merge bug 2013-03-13 21:10:50 +01:00
Ciro Mattia Gonano 1c5f67111f Merge branch 'master' into kcc-fakepanelview 2013-03-13 00:38:20 +01:00
Ciro Mattia Gonano 660df4b370 Bump to 2.8-dev 2013-03-13 00:38:03 +01:00
Ciro Mattia Gonano 19dc5cc6f2 Merge branch 'master' into kcc-fakepanelview
Apply PEP-8 codestyle
2013-03-13 00:21:09 +01:00
Ciro Mattia Gonano 67baf90d04 Merge branch 'master' into kcc-fakepanelview
Apply PEP-8 codestyle
2013-03-13 00:20:38 +01:00
Paweł Jastrzębski 07bf41ea6c Made commands little shorter 2013-03-12 19:56:19 +01:00
Ciro Mattia Gonano c2cfc9b8db Apply the correct ordering for image processing (closes #33, thanks to @devernay) 2013-03-12 16:54:14 +01:00
Ciro Mattia Gonano 7a7a2bc10b Don't set topmost as we don't want GUI to be ALWAYS on top 2013-03-12 16:47:11 +01:00
Paweł Jastrzębski e3127ed516 Code cleanup 2013-03-12 14:00:52 +01:00
Paweł Jastrzębski 93a98db43e Disabled unused functions 2013-03-12 10:48:30 +01:00
Paweł Jastrzębski 750b55649a Draft of FakePanelView Landscape mode 2013-03-12 10:47:37 +01:00
Paweł Jastrzębski ca5854a8bd Real Panel View don't split in half 2013-03-10 18:18:20 +01:00
Paweł Jastrzębski 712f728a5e Draft of FakePanelView mode #2 2013-03-10 17:29:06 +01:00
Paweł Jastrzębski eb7766a5e5 Draft of FakePanelView mode 2013-03-10 11:58:52 +01:00
Paweł Jastrzębski 0cabbfde96 Additional tweaks of Landscape mode 2013-03-10 10:43:34 +01:00
Paweł Jastrzębski c5983276e5 Added --fakepanelview option 2013-03-10 00:03:11 +01:00
Ciro Mattia Gonano bb0856c841 Binary release 2.7 2013-03-09 23:42:22 +01:00
Paweł Jastrzębski c21e8e398e Small tweaks of setup files 2013-03-09 18:03:49 +01:00
Paweł Jastrzębski bba0223efc Win32 section was doubled
It builds correctly on Win32. Please define "problematic files".
2013-03-09 17:57:10 +01:00
Ciro Mattia Gonano 9709bc9c12 comments! 2013-03-09 17:29:41 +01:00
Ciro Mattia Gonano 0d61442c18 Try with icon bundling... 2013-03-09 17:24:27 +01:00
Ciro Mattia Gonano 89fa1393db Merge remote-tracking branch 'origin/master' 2013-03-09 17:17:57 +01:00
Ciro Mattia Gonano 15e86b28ab Do not use python-magic, instead use is_zipfile and is_rarfile, falling back on extension for PDFs. 2013-03-09 17:17:40 +01:00
Paweł Jastrzębski a72d1128dd Fixed OS X build script 2013-03-09 16:16:01 +01:00
Paweł Jastrzębski 0fd3f6bc0f setup.py py2exe/app -> cx_freeze
Not tested on OS X.
2013-03-08 17:55:26 +01:00
Paweł Jastrzębski d76ce6c92f Improved setup_console.py 2013-03-08 17:27:54 +01:00
Paweł Jastrzębski b6fa993c17 Fixed splitCount global 2013-03-08 17:05:17 +01:00
Paweł Jastrzębski 81509012b4 Limit is slightly higher 2013-03-07 13:43:09 +01:00
Ciro Mattia Gonano 6db1ab0792 Update README 2013-03-07 12:22:37 +01:00
Ciro Mattia Gonano 513ea0a7cd Use python-magic (https://github.com/ahupp/python-magic) to get mimetype from files (extension does not matter anymore) 2013-03-07 11:56:06 +01:00
Ciro Mattia Gonano 640b5117f9 Use python-magic (https://github.com/ahupp/python-magic) to get mimetype from files (extension does not matter anymore) 2013-03-07 11:54:37 +01:00
Ciro Mattia Gonano c9d558a353 Do not call kindlegen if source epub is bigger than 300MB (closes #17) 2013-03-07 11:30:40 +01:00
Ciro Mattia Gonano 378aff4f35 Gracefully exit if unrar missing (#15) 2013-03-07 11:21:17 +01:00
Ciro Mattia Gonano 6142c87fa3 remove brackets 2013-03-07 11:04:28 +01:00
Ciro Mattia Gonano b01e8e2bc2 Version bumping 2013-03-07 10:53:28 +01:00
Ciro Mattia Gonano 10724489fc Update icon and focusing (#12) 2013-03-07 10:51:45 +01:00
Paweł Jastrzębski 3365f111e4 setup_console.py py2exe -> cx_freeze 2013-03-07 09:26:41 +01:00
Ciro Mattia Gonano b1d22cd05b Merge branch 'master' of https://github.com/ciromattia/kcc 2013-03-07 00:48:33 +01:00
Ciro Mattia Gonano 74f2250952 Icon! 2013-03-06 23:22:18 +01:00
Ciro Mattia Gonano 36516fd594 Convert button disabled if no file is on the list 2013-03-06 23:17:22 +01:00
Ciro Mattia Gonano 2dab7a707b Update setup with Windows icon 2013-03-06 23:16:50 +01:00