Kovid Goyal
47ac17d962
Fix conflicts in appveyor.yml
2017-05-21 13:39:09 +05:30
Kovid Goyal
21f8414867
Detect old version of Vista (before SP2)
2017-05-21 13:39:09 +05:30
Kovid Goyal
e49df95bac
Add a kernel version check to the publish command
...
The new build process uses docker which requires installed and running
kernel versions to match
2017-05-21 13:39:09 +05:30
Kovid Goyal
74153a0d22
Sign installers explicitly
2017-05-21 13:39:09 +05:30
Kovid Goyal
dda2541a30
Remove unused code
2017-05-21 13:39:09 +05:30
Kovid Goyal
51d74985d3
Add AppVeyor badge
2017-05-21 13:39:09 +05:30
Kovid Goyal
f7a9a7790a
Skip file dialog test on appveyor
2017-05-21 13:39:09 +05:30
Kovid Goyal
4488703e1e
Start work on setting up CO testing on windows with AppVeyor
2017-05-21 13:39:09 +05:30
Kovid Goyal
ab167e2c33
Switch to the new auto-build sw for travis
2017-05-21 13:39:09 +05:30
Kovid Goyal
37cd0c56e5
Use the new auto-build infrastructure for creating calibre installers
2017-05-21 13:39:09 +05:30
Kovid Goyal
7bce30a9db
Change windows build environment detection to work with the new automatic build system
2017-05-21 13:39:08 +05:30
Kovid Goyal
4c3d3ecae8
Run the tests before publishing
2017-05-21 13:39:08 +05:30
Kovid Goyal
298df07987
Ensure PrintVLen always adds a byte for trailing NULL
2017-05-21 13:39:08 +05:30
Kovid Goyal
523bf9f4eb
...
2017-05-21 13:39:08 +05:30
Kovid Goyal
c203b2fcd4
Remove extraneous fluff from the dist directory
2017-05-21 13:39:08 +05:30
Kovid Goyal
ed1caccac7
Fix bundled Universal CRT not working on computers where the Universal CRT was not already installed
2017-05-21 13:39:08 +05:30
Kovid Goyal
107c454cb2
Simplify code to set dll directory
2017-05-21 13:39:08 +05:30
Kovid Goyal
ac019c2460
Dont create installers in build notes
2017-05-21 13:39:08 +05:30
Kovid Goyal
c929839f14
...
2017-05-21 13:39:08 +05:30
Kovid Goyal
6c353bd330
...
2017-05-21 13:39:08 +05:30
Kovid Goyal
d337aee373
Disable app-local deployment of the universal CRT
...
It does not work for some hard to fathom reason.
2017-05-21 13:39:07 +05:30
Kovid Goyal
963b0eeea6
Nicer error message when loading the Universal CRT fails
2017-05-21 13:39:07 +05:30
Kovid Goyal
897a1a137e
Do not have the launcher executables depend on the CRT
2017-05-21 13:39:07 +05:30
Kovid Goyal
f8560f79fc
Add proper manifests to all calibre executables
...
Marked as compatible with all versions of windows upto 10
2017-05-21 13:39:07 +05:30
Kovid Goyal
ef7c1a3c69
Fix detection of mt.exe
2017-05-21 13:39:07 +05:30
Kovid Goyal
2f7f2ace66
Change the VM names
2017-05-21 13:39:07 +05:30
Kovid Goyal
9b5a3ba5a5
Build 32bit calibre
2017-05-21 13:39:07 +05:30
Kovid Goyal
1dd2c65384
Build libimobiledevice
2017-05-21 13:39:07 +05:30
Kovid Goyal
9bd640e7ae
Replace the old windows build notes
2017-05-21 13:39:07 +05:30
Kovid Goyal
7a4ea3e7f5
Use vsnprintf on unix with a NULL buffer to get required size
...
This conforms to POSIX.1-2001
2017-05-21 13:39:07 +05:30
Kovid Goyal
957126c11a
Fix for mysterious crash in podofo module
2017-05-21 13:39:06 +05:30
Kovid Goyal
5e07f19848
Fix a bug in the unrar module that was causing crashes in win64
2017-05-21 13:39:06 +05:30
Kovid Goyal
645f1d138f
Option to not build installers
2017-05-21 13:39:06 +05:30
Kovid Goyal
3565840a07
Update path to WiX
2017-05-21 13:39:06 +05:30
Kovid Goyal
e3d0d6e23a
Add CRT to the frozen build
2017-05-21 13:39:06 +05:30
Kovid Goyal
ab3e048a95
Use only win32 functions in the launcher, no CRT functions
...
Reduces the size of the executables a little
2017-05-21 13:39:06 +05:30
Kovid Goyal
9a49104dac
Refactor application layout on windows
...
Now only the calibre executables are present in the top level directory
(which is added to PATH). No third party executables and no dlls.
This became necessary because the VS 2015 CRT is not manifest based, so
it would have to be placed in the top level dir in the old layout. Now
it can be put into the DLLs dir.
2017-05-21 13:39:06 +05:30
Kovid Goyal
77a0558cf2
Initial stab at replacing use of MemoryModule
2017-05-21 13:39:06 +05:30
Kovid Goyal
923048a387
String changes
2017-05-21 13:37:52 +05:30
Kovid Goyal
fa7d11772f
Update Frankfurter Rundschau
...
Fixes #1690340 [Download of 'Frankfurter Rundschau' has stopped working](https://bugs.launchpad.net/calibre/+bug/1690340 )
2017-05-21 09:14:25 +05:30
Kovid Goyal
a24f489822
DOCX Output: Fix repeated anchor names in different HTML files leading to links int he output document pointing to incorrect locations. Fixes #1690365 [Footnotes do not work and iIncorrect position of pictures after conversion from azw3 to docx]( https://bugs.launchpad.net/calibre/+bug/1690365 )
2017-05-21 08:31:39 +05:30
Kovid Goyal
bb6158f57e
Refactor the advanced search dialog to use modern UI building techniques, getting rid of the .ui file
...
Implement the Clear button for all tabs and also add placeholder text
where appropriate.
2017-05-21 07:54:07 +05:30
Kovid Goyal
355a8d417b
Fix Bookeen Nolim not being detected in Linux. Fixes #1692255 [New device "Bookeen Nolim" not detected]( https://bugs.launchpad.net/calibre/+bug/1692255 )
2017-05-21 07:38:43 +05:30
Kovid Goyal
bf64759aff
Advanced search dialog: Fix combining of "One or more words" searches with other search types incorrect. Fixes #1691008 [Advanced Search grouping failure]( https://bugs.launchpad.net/calibre/+bug/1691008 )
2017-05-20 20:01:24 +05:30
Kovid Goyal
b15521bd74
Fix commas doubled when editing formats list in email preferences
2017-05-20 13:15:44 +05:30
Kovid Goyal
9d55e3aa9e
Book details panel: Allow right clicking on author names to search for them in calibre. Allow clicking on language names to search for them in calibre. Fixes #1692084 [Choice to show author in library]( https://bugs.launchpad.net/calibre/+bug/1692084 )
2017-05-20 12:26:31 +05:30
Kovid Goyal
012810cc62
String changes
2017-05-20 11:58:41 +05:30
Kovid Goyal
52be1dfc74
Fix #1691980 [Remove image button]( https://bugs.launchpad.net/calibre/+bug/1691980 )
2017-05-20 11:56:27 +05:30
Kovid Goyal
4936c3de21
String changes
2017-05-18 11:00:18 +05:30
Kovid Goyal
210a532e17
Kobo driver: Fix collections sometimes not displayed in device view
...
Merge branch 'master' of https://github.com/davidfor/calibre
2017-05-17 19:41:50 +05:30