Commit Graph

269 Commits

Author SHA1 Message Date
Kovid Goyal ca43551cd9 Windows: Fix file extension not being added automatically when missing in save dialogs. Fixes #1637353 ['SAVE AS' COVER IMAGE -Does Not Save File](https://bugs.launchpad.net/calibre/+bug/1637353) 2016-11-05 13:11:14 +05:30
Kovid Goyal 70f7e0438b Portable Installer: Auto-create the directory specified ont he command line if it does not exist 2016-09-01 16:15:13 +05:30
Kovid Goyal 116f6a75f0 Windows: Fix file selection dialogs blurry on HiDPI monitors 2016-07-21 20:12:28 +05:30
Kovid Goyal 4c2fa5e621 Silence incorrect compiler warning 2016-07-14 12:42:25 +05:30
Kovid Goyal c7f626083d ... 2016-07-14 12:32:55 +05:30
Kovid Goyal ce9d5f4104 Convert more URLs to use https 2016-06-17 10:26:44 +05:30
Kovid Goyal d8e131ad08 Use authentication for the named pipe in the windows file dialogs 2016-06-01 11:01:17 +05:30
Kovid Goyal 4294db3e46 Windows: Workaround for explorer shell extensions on windows that write to stdout
Use a pipe for reading output from the worker process instead of stdout.
Apparently there exist shell extensions that write to stdout. Le
bubbling sigh.
2016-05-26 18:25:27 +05:30
Kovid Goyal 6838ffc42c Add build test for the file dialog helper 2016-05-11 07:42:16 +05:30
Kovid Goyal 7128d6eadd Build the file dialog helper 2016-05-11 07:15:33 +05:30
Kovid Goyal dcc590b797 More work on the file dialogs helper 2016-05-10 23:32:58 +05:30
Kovid Goyal cc42267ba8 Do not add IM to the calibre builds 2016-05-10 15:51:20 +05:30
Kovid Goyal ca85b8ac07 Dont add imageops.pyd to pylib.zip 2016-05-06 07:00:45 +05:30
Kovid Goyal b078110aed Initial path 2016-05-03 23:52:46 +05:30
Kovid Goyal e133f3c1fa Setting of initial folder 2016-05-03 23:27:46 +05:30
Kovid Goyal 1027b30d1b Various boolean options 2016-05-03 23:02:38 +05:30
Kovid Goyal b9dcf3f114 File save dialogs 2016-05-03 21:21:19 +05:30
Kovid Goyal 0a0a760290 Set binary mode and unset safe dll search 2016-05-03 21:12:26 +05:30
Kovid Goyal 770c076500 Read arbitrary strings from stdin 2016-05-03 20:50:25 +05:30
Kovid Goyal d8fe21d156 Start work on helper process for windows file dialogs 2016-05-03 20:04:53 +05:30
Kovid Goyal 974722696b Portable Installer: Do not ask to launch calibre when running an automated install. Automated installs will now never launch calibre. 2016-03-05 10:10:23 +05:30
Kovid Goyal d90d89aa8c ... 2015-12-31 17:01:11 +05:30
Kovid Goyal 4772ea768b Use SHA 256 with Authenticode 2015-12-31 14:50:42 +05:30
Kovid Goyal 08be881052 ... 2015-12-07 13:33:36 +05:30
Kovid Goyal 62e942d7b8 Also preserve sip.exe 2015-12-07 13:25:38 +05:30
Kovid Goyal 906dd4305f Move creation of pycygrun into the install script 2015-12-07 13:20:21 +05:30
Kovid Goyal ad4f4b65fe Fix python install script not actually preserving site-packages 2015-12-07 12:56:14 +05:30
Kovid Goyal 5cc46c24e4 ... 2015-12-07 10:58:16 +05:30
Kovid Goyal 86a42609ba Get rid of iconv from windows build
The DLL was not working with VS 2015.
Also libxml2 covers the most commonly used encoding internally:
http://www.xmlsoft.org/encoding.html

In any case most (all?) parsing via lxml in calibre pre-decodes
input in python.
2015-12-07 09:44:43 +05:30
Kovid Goyal 9c7e8c19fd ... 2015-12-07 09:43:19 +05:30
Kovid Goyal e13dc5ead1 ... 2015-12-07 08:59:25 +05:30
Kovid Goyal a3abdce095 Rebuild everything with VS 2015
Makes sure that the instructions work from a clean VM and also gives me
the opportunity to update to VS 2015 SP1
2015-12-06 23:29:49 +05:30
Kovid Goyal 7124e39cdc ... 2015-12-06 18:19:55 +05:30
Kovid Goyal 607268dee1 Build Qt with VS 2015 2015-12-06 13:22:22 +05:30
Kovid Goyal 166697795f More VS 2015 work
Now only Qt is left. Will wait for release of 5.6.1 for that
QtWebKit is being removed from Qt 5.6 so will have tobuild it
separately/out-of-tree? Dont know what will happen with PyQt's wrappers
for QtWebKit, will they also be have to be built out of tree?
2015-12-04 11:23:47 +05:30
Kovid Goyal 4467f98e93 Enable asm in openssl builds with VS 2015 2015-12-04 09:54:25 +05:30
Kovid Goyal 04b4838d99 Compile ImageMagick with VS 2015 2015-12-03 23:44:45 +05:30
Kovid Goyal 96800edcfa Build PoDoFo with VS 2015 2015-12-03 22:07:04 +05:30
Kovid Goyal 2efab97540 Build poppler with VS 2015 2015-12-03 21:45:29 +05:30
Kovid Goyal 6894028e37 ... 2015-12-03 20:41:04 +05:30
Kovid Goyal 05b8d30710 More VS 2015 2015-12-03 18:54:31 +05:30
Kovid Goyal b3317ea463 More VS 2015 2015-12-03 18:05:28 +05:30
Kovid Goyal b9f83d5509 More progress building calibre dependencies with VS 2015 2015-12-03 16:13:55 +05:30
Kovid Goyal ef1f633538 ... 2015-12-02 21:36:16 +05:30
Kovid Goyal ef8d72900e Instructions for compiling pywin32 with VS 2015 2015-12-02 20:58:27 +05:30
Kovid Goyal 1915bb64cd ... 2015-12-01 23:53:22 +05:30
Kovid Goyal e3a8958c1d ... 2015-12-01 23:47:41 +05:30
Kovid Goyal 3735cc21cb ... 2015-12-01 22:30:34 +05:30
Kovid Goyal 31cfe9658f ... 2015-12-01 22:27:53 +05:30
Kovid Goyal f38f522097 ... 2015-12-01 22:12:04 +05:30