Kovid Goyal
1935d31d4e
macOS: Fix changing colors from dark->light not working correctly
...
As of Qt 5.15.0 if you set any colors in the application palette
they are not reset when the system colors are changed. So we cannot use
that to fix colors. Instead set a widget specific override palette.
Also, Qt appears to have fixed link and alternating row colors, so no
need for those override anymore.
2020-09-09 12:23:38 +05:30
Bahri Can GÖÇMEN
539de940f9
Caliber Quick Start Guide English Language Epub
...
Turkish Caliber Quick Start Guide added
2020-09-08 18:08:40 +03:00
Kovid Goyal
730fe50516
Fix #1894742 [[Enhancement] Show warning before closing Edit this recipe dialog]( https://bugs.launchpad.net/calibre/+bug/1894742 )
2020-09-08 09:41:27 +05:30
Kovid Goyal
6c32ac44e6
Add author info to new recipes
2020-09-08 08:33:47 +05:30
Kovid Goyal
e990d2fd9b
Rename recipe files
2020-09-08 08:32:14 +05:30
Kovid Goyal
571a196f07
Various Swedish News Source by Jonatan Nyberg
...
Merge branch 'master' of https://github.com/jony0008/calibre into master
2020-09-08 08:30:08 +05:30
Kovid Goyal
db8a54a90a
Document the shortcut to toggle the search bar
2020-09-08 08:28:54 +05:30
Kovid Goyal
07b7580fff
remove douban and ozon imports
2020-09-08 08:26:54 +05:30
Kovid Goyal
eff4d0b72e
Remove some metadata sources
...
These are in Languages I cannot read, therefore too much effort for me
to maintain. And no one else seems to be willing to maintain them to the
standard I expect for code calibre code, over the long term. If someone
does intend to maintain them, they should become third party plugins.
Fixes #1222 (Correct imports for OZON.ru plugin to be able run it using Python 3.x)
Fixes #1894751 [In Python 3.0, the HTMLParser module has been renamed to html.parser](https://bugs.launchpad.net/calibre/+bug/1894751 )
2020-09-08 08:20:32 +05:30
Kovid Goyal
ce41a1f32c
Fix regression that broke searching in the highlights panel
2020-09-08 08:10:43 +05:30
Jony
570ab815da
Add new recipes
...
Please add these Swedish recipes.
2020-09-07 19:38:41 +02:00
Kovid Goyal
98c80431c7
Update Indian Express
2020-09-07 13:01:45 +05:30
Kovid Goyal
5b33fe6884
Fix double clicking on chapter heading in highlights panel causing an exception
2020-09-07 08:38:02 +05:30
Kovid Goyal
1f7be299fd
Bump beta version
2020-09-06 18:03:22 +05:30
Kovid Goyal
6f7f5586dd
Merge branch 'master' of https://github.com/cbhaley/calibre into master
2020-09-06 17:44:36 +05:30
Charles Haley
7086be4fe2
Update template documentation
2020-09-06 13:07:15 +01:00
Kovid Goyal
96547dfde5
Merge branch 'master' of https://github.com/cbhaley/calibre into master
2020-09-06 16:12:07 +05:30
Charles Haley
0a317f6ecc
Improvements to program mode template language:
...
- added if .. then .. else ... fi expressions. The else part is optional. The 'if' has a value: a = if ... then fi works
- added infix string relational operators ==, !=, <, <=, >, >=
- added infix numeric relational operators ==#, !=#, <#, <=#, >#, >=#
- numerous performance improvements. In particular, the "field' function is now evaluated inline
2020-09-06 11:18:34 +01:00
Kovid Goyal
74a2957693
String changes
2020-09-06 11:23:36 +05:30
Kovid Goyal
6054525b63
Update Boston Globe
2020-09-06 11:23:22 +05:30
Kovid Goyal
f777b3c5c5
Update VICE News
2020-09-05 20:14:00 +05:30
Kovid Goyal
138745a85a
Change button label for less conflict
2020-09-05 14:17:53 +05:30
Kovid Goyal
471deb052e
Show a full hierarchy for toc nodes in the highlights panel
2020-09-05 14:16:20 +05:30
Kovid Goyal
0c174074eb
Viewer highlights panel: Show highlight style next to highlight
2020-09-05 13:06:47 +05:30
Kovid Goyal
316497aeba
Highlight color definitions should be defined in only one place
2020-09-05 13:03:47 +05:30
Kovid Goyal
dc3b4dedf7
Add a note about Microsoft PowerToys interfering with the installer
2020-09-05 06:37:21 +05:30
Kovid Goyal
80de18c2b6
Use lowest level ToC section in highlights panel
...
Matches search panel
2020-09-05 06:33:51 +05:30
Kovid Goyal
7dbefdf117
Also dont print traceback if db is closed
2020-09-05 05:54:33 +05:30
Kovid Goyal
5d92cfadd1
Avoid printing traceback if checking for dirtied annotations fails during shutdown
2020-09-05 05:40:15 +05:30
Kovid Goyal
374edd1ff7
Clicking search in book in selection bar should actually trigger the search not just fill the search box
2020-09-04 22:23:34 +05:30
Kovid Goyal
5059025a18
Update Fortune Magazine
2020-09-04 22:07:25 +05:30
Kovid Goyal
9f12a097cc
Update Economist
2020-09-04 17:39:30 +05:30
Kovid Goyal
eae8638574
Merge branch 'economist-cover' of https://github.com/xxyzz/calibre into master
2020-09-04 17:39:01 +05:30
xxyzz
0f148073fd
fetch the economist cover from archive page
2020-09-04 11:56:51 +00:00
Kovid Goyal
ce0cdf11c0
New server test has become flaky on GitHub Actions
2020-09-04 08:00:13 +05:30
Kovid Goyal
382ac528e8
Viewer: Increase the threshold for detecting pinches
2020-09-04 07:25:38 +05:30
Kovid Goyal
1247a0d512
Server viewer: Fix error when triple clicking in firefox
...
Firefox does not support extending selection to pargraphs so instead
extend to line.
2020-09-03 23:29:50 +05:30
Kovid Goyal
e759eefc28
Viewer: Extend workaround for Chrome resize in column mode after layout complete bug for all scrolling, not just end scrolling since it seems to affect all scrolling. Fixes #1894093 [Viewer not opening to exact spot it was closed at]( https://bugs.launchpad.net/calibre/+bug/1894093 )
2020-09-03 22:50:24 +05:30
Kovid Goyal
df00db28f6
No need to use a larger than zero timeout for QV initialization
2020-09-03 16:38:59 +05:30
Kovid Goyal
44a582bcaf
Merge branch 'master' of https://github.com/cbhaley/calibre into master
...
Fixes #1892611 [Random book appears in the Quickview panel when calibre starts](https://bugs.launchpad.net/calibre/+bug/1892611 )
2020-09-03 16:29:19 +05:30
Charles Haley
4d02b04ecf
Fix for QV Refresh button not working.
...
Possible fix for startup problems on Linux
2020-09-03 11:20:37 +01:00
Kovid Goyal
b0633f3db0
String changes
2020-09-03 14:06:09 +05:30
Kovid Goyal
e0926d1dfe
Fix adding of more than one custom highlight style broken
2020-09-03 08:57:40 +05:30
Kovid Goyal
d862d271f2
Revert "Avoid deprecation message in console about legacy fullscreen APIs"
...
This reverts commit d6f7b55e21471cad94ebd536d9ab2b6d66bcf195.
2020-09-03 07:47:50 +05:30
Kovid Goyal
2e7689e3ba
Merge branch 'master' of https://github.com/cbhaley/calibre into master
2020-09-03 07:29:14 +05:30
Charles Haley
2eae83f34d
Fix (I think) for exception:
...
SMART_DEV ( 0.24: 0.015) _startup_on_demand registration with bonjour failed
Traceback (most recent call last):
File "C:\CBH_Data\calibre.git\calibre_dev\src\calibre\devices\smart_device_app\driver.py", line 1957, in _startup_on_demand
File "C:\CBH_Data\calibre.git\calibre_dev\src\calibre\utils\mdns.py", line 168, in publish
File "C:\CBH_Data\calibre.git\calibre_dev\src\calibre\utils\mdns.py", line 149, in create_service
TypeError: __init__() got an unexpected keyword argument 'address'
2020-09-02 22:52:41 +01:00
Kovid Goyal
61c10cedff
Revert "Switch from Adsense to BSA in the manual"
...
This reverts commit 62ae03ab549c89e1fb202db89f0b8d13ad99227f.
2020-09-02 18:41:41 +05:30
Kovid Goyal
b7608b71f9
py3 compat
2020-09-02 11:17:00 +05:30
Kovid Goyal
59dc40a22b
DRYer
2020-09-02 10:55:10 +05:30
Kovid Goyal
27f483dce4
py3 compat
2020-09-02 10:51:52 +05:30