David
6da4a6c7b2
Fix #1596801 - Unable to connect to Kobo
...
Missed adding some properties for the KOBO driver that is used by the
older devices.
2016-06-28 22:02:04 +10:00
Kovid Goyal
f6ecae9c80
Adjust timeout to account for poor Travis performance
2016-06-28 06:52:34 +05:30
Kovid Goyal
e994215f67
Get Books: Fix detection of book formats broken for the Legimi plugin by a website change
...
Merge branch 'master' of https://github.com/t3d/calibre
2016-06-28 06:36:09 +05:30
Tomasz Długosz
530a25e1a8
legimi plugin: fix format detection
2016-06-27 21:46:10 +02:00
Kovid Goyal
4c3dca05ae
Update builtin metadata source ozon.ru to handle website changes
...
Merge branch 'update_ozon_plugin' of https://github.com/obulat/calibre
2016-06-27 06:29:42 +05:30
Kovid Goyal
80cd26dad2
...
2016-06-27 06:15:11 +05:30
Olga
f6ff649dc4
Update OZON.ru plugin to reflect site changes
2016-06-26 23:59:25 +03:00
Kovid Goyal
91e69ce7e3
A spot of refactoring
2016-06-26 14:56:02 +05:30
Kovid Goyal
37da6dc36a
Simplify the Extension class, making it serializable
2016-06-26 14:31:17 +05:30
Kovid Goyal
388bceac2b
Simplify test_ssl
2016-06-26 14:18:46 +05:30
Kovid Goyal
86832d0e15
...
2016-06-26 13:44:50 +05:30
Kovid Goyal
f42714c48f
Skip podofo tests on OS X travis
2016-06-26 13:27:58 +05:30
Kovid Goyal
3f9dfc00db
The memory usage figures on OS X are all over the map
2016-06-26 13:27:41 +05:30
Kovid Goyal
acd618f404
Speed up compression of MathJax on travis
2016-06-26 13:27:41 +05:30
Kovid Goyal
f2075355b9
Use curl instead of python to download cacerts
...
Python's https support is broken on OS X while bootstrapping
2016-06-26 13:27:41 +05:30
Kovid Goyal
8b133bac43
Enable travis for OS X as well
2016-06-26 13:27:41 +05:30
Kovid Goyal
e46bc37412
Update derStandard
2016-06-26 13:27:08 +05:30
Kovid Goyal
fdd5a99328
Update Kurier
2016-06-26 13:25:46 +05:30
Kovid Goyal
ecc428c98b
Update Kliene Zeitung
2016-06-26 13:24:25 +05:30
Kovid Goyal
51a6d79039
Allow running the translations builder on OSes other than linux where msgfmt is not available
2016-06-26 11:51:39 +05:30
Kovid Goyal
7e68c19381
...
2016-06-25 22:55:41 +05:30
Kovid Goyal
041fd5e11a
Use the new --cache-dir option when compiling RapydScript
2016-06-25 16:31:51 +05:30
Kovid Goyal
d60a3bff8f
...
2016-06-25 15:26:55 +05:30
Kovid Goyal
49b5bed673
Dont compress CS translations on travis
2016-06-25 14:23:21 +05:30
Kovid Goyal
a545fc497d
Refactor the translations builder to use a cache
2016-06-25 14:18:10 +05:30
Kovid Goyal
bda0e2d812
Script to generate the software compilation used on travis
2016-06-25 12:56:11 +05:30
Kovid Goyal
ffe7a1885b
Add clean to check
2016-06-25 12:53:29 +05:30
Kovid Goyal
8c6ba0e2fa
...
2016-06-25 12:49:02 +05:30
Kovid Goyal
05d9209053
Also check RapydScript files when running python setup.py check
...
Use sha1 hashes for the check cache instead of mtimes. More reliable
and should work with the travis cache as well, if you decide to run
check on travis
2016-06-25 11:26:23 +05:30
Kovid Goyal
95bb9e3c8b
Cleanup up run()
2016-06-25 10:10:37 +05:30
Kovid Goyal
7937c083e4
Output running times for commands during setup
2016-06-25 09:51:22 +05:30
Kovid Goyal
3882bc2578
...
2016-06-25 09:41:44 +05:30
Kovid Goyal
a63378d40e
Use npm to install rapydscript-ng
...
Also cache node_modules for build performance
2016-06-25 09:30:46 +05:30
Kovid Goyal
598205aad9
...
2016-06-25 09:23:07 +05:30
Kovid Goyal
b9ebad51a6
Use a modern node version
2016-06-25 09:21:56 +05:30
Kovid Goyal
2cb9f3bd64
Speed up rapydscript compilation on Travis
2016-06-25 09:14:12 +05:30
Kovid Goyal
594a60d2a1
...
2016-06-25 09:08:20 +05:30
Kovid Goyal
648d011b7f
Use a nodejs based rapydscript compiler, when available
...
Much faster compile times.
2016-06-25 09:03:40 +05:30
Kovid Goyal
389d00009b
...
2016-06-25 08:20:47 +05:30
Kovid Goyal
8365f503da
Fix incorrect User Manual link
2016-06-25 07:54:52 +05:30
Kovid Goyal
36aea747c4
Nope libusb still fails to initialize
...
So only check that the DLL can be loaded
2016-06-24 23:33:45 +05:30
Kovid Goyal
ac1c61addf
See if we can get libusb to load in travis
2016-06-24 23:21:21 +05:30
Kovid Goyal
996b6b80df
Unused code
2016-06-24 23:14:43 +05:30
Kovid Goyal
d11e8ce62c
Aaaah, now I get it :)
2016-06-24 23:13:10 +05:30
Kovid Goyal
9c1498d4ca
As best as I can tell from reading Qt sourcecode, as long as QT_PLUGIN_PATH is set, it should just work. So only call ensure_app() on travis and nowhere else
2016-06-24 23:09:06 +05:30
Kovid Goyal
c4cc4b386d
Unfortunately QCoreApplication cannot be promoted to QApplication. So for the moment we back out the change to have img.py work without QApplication. Instead, run ensure_app() in the test loader. Will need to investigate a proper fix at my leisure
2016-06-24 22:40:37 +05:30
Kovid Goyal
b50c005f50
...
2016-06-24 22:21:29 +05:30
Kovid Goyal
cfbf1d0f06
Just use QCoreApplication
2016-06-24 22:12:35 +05:30
Kovid Goyal
a182438cba
Ensure that the imageformat Qt plugins are loaded even when no QApplication is created
2016-06-24 21:57:15 +05:30
Kovid Goyal
48f4670ed5
Check for image plugins first
2016-06-24 21:11:07 +05:30