28949 Commits

Author SHA1 Message Date
Kovid Goyal
fb2bb90d3a Merge branch 'master' of https://github.com/cbhaley/calibre 2014-08-17 20:47:17 +05:30
Charles Haley
8e580b926a Add the port to the mDNS description string. Permits clients to disambiguate multiple instances. 2014-08-17 15:32:51 +02:00
Kovid Goyal
60cd4ab85a ... 2014-08-17 15:44:49 +05:30
Kovid Goyal
7bca268659 Parallelize gathering of translation stats 2014-08-17 13:45:13 +05:30
Kovid Goyal
e6d68eef01 ... 2014-08-17 13:07:57 +05:30
Kovid Goyal
9489286782 Fix calculation of user manual translation stats 2014-08-17 13:05:51 +05:30
Kovid Goyal
c5ee7f9080 Plugin loading: When multiple plugin classes are present in the __init__.py namespace, use the one with the qualified name that has the least components 2014-08-17 11:29:23 +05:30
Kovid Goyal
63b512054c pep8 2014-08-17 10:43:54 +05:30
Kovid Goyal
4f4b64e33b ICU: Small perf improvements by specializing the method signatures in the python icu module to avoid unnecessary creation/unwrapping of tuples when calling the methods 2014-08-17 10:20:18 +05:30
Kovid Goyal
cf73771c87 Improved logging for news downloads, log performance numbers 2014-08-17 09:43:39 +05:30
Kovid Goyal
1027cf8a1e Some performance improvements for The Atlantic recipe 2014-08-17 09:28:09 +05:30
Kovid Goyal
af642adeb9 pep8 2014-08-17 09:01:31 +05:30
Kovid Goyal
65877258a0 ... 2014-08-17 08:34:08 +05:30
Kovid Goyal
1e90c3b430 Update Radikal (Turkey). Fixes #1357794 [Updated recipe for Turkish radikal](https://bugs.launchpad.net/calibre/+bug/1357794) 2014-08-17 08:23:04 +05:30
Kovid Goyal
240fe4bef2 Update Wired Daily Edition. Fixes #1357792 [Updated recipe for Wired Daily](https://bugs.launchpad.net/calibre/+bug/1357792) 2014-08-17 08:21:21 +05:30
Kovid Goyal
110dfad9d1 Fix a bug in the calibre style that prevented popup arrow from showing on buttons that have a popup delay, such as the authors to author sort button in the edit metadata dialog 2014-08-16 21:03:57 +05:30
Kovid Goyal
4dbc1b5c43 Beta version bump 2014-08-16 15:32:18 +05:30
Kovid Goyal
c190748d1e Various improvements to the splash screen
On windows and linux draw the splash screen in a worker process so that
the splash screen is updated properly despite the UI thread being
blocked while calibre is starting up. Fixes #1357553 [Splash screen is messed up in calibre 2.05 beta](https://bugs.launchpad.net/calibre/+bug/1357553)

Also, draw the messages in the splash screen on an opaque beackground so
that  they can always be read.

Drawing the splash screen in a separate process does not work on OS X so
we continue to use the old technique there.
2014-08-16 15:30:50 +05:30
Kovid Goyal
70a813281a General Knowledge Today by Kanika G 2014-08-16 15:16:42 +05:30
Kovid Goyal
dbf1f184b3 Fix error when changing libraries with a device connected 2014-08-16 15:09:10 +05:30
Kovid Goyal
b829afe225 Refactor 2014-08-16 08:15:55 +05:30
Kovid Goyal
8a758b9c82 Only take the performance hit of banning PyQt4 imports on non frozen calibre installs 2014-08-15 17:19:05 +05:30
Kovid Goyal
b3b7918e5a Update The Atlantic 2014-08-15 16:58:40 +05:30
Kovid Goyal
dd6bbb1bf1 Merge branch 'master' of https://github.com/cbhaley/calibre 2014-08-15 16:56:06 +05:30
Charles Haley
d22c409669 Use the template from the device driver specified by the client, if any. 2014-08-15 13:12:48 +02:00
Kovid Goyal
c12eece047 Add strings from the Qt color dialog for translation 2014-08-15 16:08:14 +05:30
Kovid Goyal
94f0d12b62 ... 2014-08-15 15:05:21 +05:30
Charles Haley
30fa640e24 Remove debugging pring 2014-08-15 11:25:45 +02:00
Charles Haley
9f9fc233be Add a tweak telling the content server to give the client a path computed from a template (the value of the tweak). This can happen only if the client sets the device_compatible flag. 2014-08-15 10:45:55 +02:00
Kovid Goyal
44b77cdb85 Prevent import of PyQt4 with an ImportError 2014-08-15 14:08:46 +05:30
Kovid Goyal
12f30851e0 Version bump for beta 2014-08-15 13:45:41 +05:30
Kovid Goyal
2a744a4cf9 Workaround for Qt 5 bug that causes the incorrect item to be selected when pressing the Enter key in the completion popup for search boxes.
https://bugreports.qt-project.org/browse/QTBUG-40807
2014-08-15 13:32:59 +05:30
Kovid Goyal
a59f657a69 ... 2014-08-15 12:09:07 +05:30
Kovid Goyal
5cd4b3930f Get the ghost ondevice column fix to also work on windows 2014-08-15 11:41:49 +05:30
Kovid Goyal
e6b883e212 Get rid of pointless guard against Qt < 4.7 2014-08-15 10:53:14 +05:30
Kovid Goyal
4937ecf44d Workaround for a bug in Qt 5 that caused a ghost of the ondevice column to become visible sometimes when switching libraries. 2014-08-15 10:43:08 +05:30
Kovid Goyal
f4c0d0933e ... 2014-08-15 10:26:28 +05:30
Kovid Goyal
1303c870f0 ... 2014-08-15 09:08:42 +05:30
Kovid Goyal
50c3dbbc53 Fix some custom keyboard shortcuts that use the shift key not working 2014-08-14 22:46:58 +05:30
Kovid Goyal
2f5b725806 Edit Book: Allow keyboard shortcuts to be assigned to the change case actions 2014-08-14 21:13:51 +05:30
Kovid Goyal
c5b9cae0b7 ... 2014-08-14 17:37:19 +05:30
Kovid Goyal
e93ba3f832 ... 2014-08-14 17:36:05 +05:30
Kovid Goyal
43d7a23a8a Fix a regression that broke syntax highlighting in the compare books tool 2014-08-14 15:58:27 +05:30
Kovid Goyal
e9daa12caf Ensure all .ui files are rebuilt once for Qt 5 when running from source 2014-08-14 14:47:01 +05:30
Kovid Goyal
1fbed30a67 ... 2014-08-14 14:18:43 +05:30
Kovid Goyal
f9841b2012 BBC Arabic by logophile777 2014-08-14 13:58:38 +05:30
Kovid Goyal
e7f6669dd6 ... 2014-08-14 13:56:35 +05:30
Kovid Goyal
48f49d0f0e ... 2014-08-14 13:56:18 +05:30
Kovid Goyal
837211f437 ... 2014-08-13 22:14:11 +05:30
Kovid Goyal
3868c8eef3 ... 2014-08-13 10:51:19 +05:30