36704 Commits

Author SHA1 Message Date
Kovid Goyal
cad405d413
Make the Support calibre button in the User manual translateable 2017-06-21 00:08:23 +05:30
Kovid Goyal
ccaf31e3ec
Change the icon for the advanced search button in the Get books dialog to match that used int he main window 2017-06-20 20:47:32 +05:30
Kovid Goyal
18273cb24a
Merge branch 'master' of https://github.com/daisuky-jp/calibre 2017-06-20 19:46:08 +05:30
Daisuky
f1dfdc5c6a Adding id of submitBtn for br.submit() to avoid redirected to login page after passing correct email and password. 2017-06-20 22:56:25 +09:00
Kovid Goyal
5cf39416dd
Update The Times
Merge branch 'patch-13' of https://github.com/bobbysteel/calibre
2017-06-20 18:31:34 +05:30
Kovid Goyal
65130a8cd2
Fix #1698943 [get books search will not find mature content in smashwords](https://bugs.launchpad.net/calibre/+bug/1698943) 2017-06-20 18:30:28 +05:30
bobbysteel
297a2abea2 Fix classes for Comments section not loading 2017-06-20 13:49:37 +01:00
Kovid Goyal
f427882d67
pep8 2017-06-20 18:00:14 +05:30
Kovid Goyal
65f7c7e794
Merge branch 'patch-15' of https://github.com/bobbysteel/calibre 2017-06-20 18:00:07 +05:30
bobbysteel
04777523bc Add cover 2017-06-20 13:22:23 +01:00
Kovid Goyal
66cae57550
Fix #1698925 [Search box could have more space and button has border](https://bugs.launchpad.net/calibre/+bug/1698925) 2017-06-20 17:34:17 +05:30
Kovid Goyal
737b5d6054
Fix library names with & in them not display correctly in the user account edit dialog 2017-06-20 17:20:31 +05:30
Kovid Goyal
acc76f923a
Fix regression in previous release that caused the Tag browser view to jump around when renaming items 2017-06-20 09:58:39 +05:30
Kovid Goyal
bcb3f1c555
Tag browser: Add an option to control the spacing between items
Also tighten the default spacing a little bit
2017-06-19 21:30:35 +05:30
Kovid Goyal
1e12b6d64e
Calculate the height of the splash screen based on font rather than logo size
Should make it impossible for text overlap to happen
2017-06-19 20:50:40 +05:30
Kovid Goyal
e16b3820e9
... 2017-06-19 20:35:25 +05:30
Kovid Goyal
63b8056af1
Update Wall Street Journal
Merge branch 'patch-13' of https://github.com/bobbysteel/calibre
2017-06-19 20:30:08 +05:30
bobbysteel
8270528729 fixing classes per comments 2017-06-19 15:55:38 +01:00
Kovid Goyal
4a5a7306c9
Sever: --daemonize option should not be present on Windows and macOS as it does not work on those platforms 2017-06-19 20:22:20 +05:30
Kovid Goyal
c43407b0f3
... 2017-06-19 19:39:29 +05:30
Kovid Goyal
469ec4d2fe
Also output interface language in debug messages 2017-06-19 19:38:08 +05:30
Kovid Goyal
0e173abfbf
String changes 2017-06-19 18:23:02 +05:30
Kovid Goyal
1d3c4f31a0
Merge branch 'master' of https://github.com/cbhaley/calibre 2017-06-19 17:51:22 +05:30
Kovid Goyal
9515cbf589
Make the help text for --userdb a little more useful 2017-06-19 17:50:32 +05:30
Charles Haley
eeea8ca48f Display multiple shortcuts instead of only the first 2017-06-19 14:12:16 +02:00
Kovid Goyal
20442f39a9
Add a section on managing user accounts from the command line to the manual 2017-06-19 17:38:45 +05:30
Kovid Goyal
9d454badb5
Forgot to update text in update_shortcut 2017-06-19 17:24:35 +05:30
Kovid Goyal
2e21cb18ce
Use consistent formatting for the layout tooltips 2017-06-19 17:22:29 +05:30
Kovid Goyal
379ff283c3
DRYer 2017-06-19 17:20:11 +05:30
Kovid Goyal
0dc431952d
Update shortcut in tooltips of layout buttons 2017-06-19 17:13:52 +05:30
Kovid Goyal
8ccdd923b9
Merge branch 'master' of https://github.com/Serized/calibre 2017-06-19 16:56:56 +05:30
Serized
1c78910174 Check for DRM status on Kobo.com 2017-06-19 11:28:09 +02:00
Kovid Goyal
263e3fee5f
Allow adding the sort button to the main toolbars as well
Also change its icon to match that of the cover grid sort button
2017-06-19 11:46:59 +05:30
Kovid Goyal
a5414ff115
Fix #1698723 [Some screens have a lot of padding while others have none](https://bugs.launchpad.net/calibre/+bug/1698723) 2017-06-19 10:37:25 +05:30
bobbysteel
c62631292d Update wsj.recipe 2017-06-19 01:46:29 +01:00
bobbysteel
f2f1f7c6b5 Remove junk from redesigned wall street journal 2017-06-19 01:18:17 +01:00
Kovid Goyal
30f3edb45a
String changes 2017-06-18 22:45:30 +05:30
Kovid Goyal
c7a98a0efc
macOS: Fix some keyboard shortcuts not working. Fixes #1698545 [Keyboard shortucts not working in Calibre 3.0](https://bugs.launchpad.net/calibre/+bug/1698545)
Apparently in Qt 5.6 global menubar actions also conflict with Qt
shortcuts. So only display them and dont actually clone them.
2017-06-18 22:36:08 +05:30
Kovid Goyal
90b16ef410
Fix top level nodes in main index incorrectly marked as expandable
Also dont add the "Sections" header to the ToC
2017-06-18 19:57:49 +05:30
Kovid Goyal
889fc123e1
Fix error in a handful of recipes caused by upgrade to mechanize 0.3 which returns lists instead of iterators for forms() and links()
Fixes #1698646 [Failed: Fetch news from New York Times](https://bugs.launchpad.net/calibre/+bug/1698646)
2017-06-18 19:48:44 +05:30
Kovid Goyal
e3b55941c6
Merge branch 'patch-14' of https://github.com/bobbysteel/calibre 2017-06-18 19:37:54 +05:30
Kovid Goyal
7daa07e242
Manual: Make the sidebar ToC collapsible 2017-06-18 18:28:09 +05:30
bobbysteel
eba4b7a10c Fix keep-only tags to include article title 2017-06-18 13:12:26 +01:00
Kovid Goyal
257e8dba26
Restore visual order for layout buttons in the popup 2017-06-18 15:30:09 +05:30
Kovid Goyal
6a7b721dd3
Add an option in Preferences->Look & feel to show individual layout buttons in the status bar, as was the case in calibre 2.x
Merge branch 'master' of https://github.com/cbhaley/calibre
2017-06-18 15:26:47 +05:30
Charles Haley
f8ca82dc76 Remove print statement. Use original button order instead of the sorted order used in the layout button. 2017-06-18 11:38:32 +02:00
Charles Haley
a763d7336c Add option in preferences / Look & Feel to display the layout buttons directly on the status bar. Default is False. 2017-06-18 10:06:43 +02:00
Kovid Goyal
420157c79c
Fix #1698614 [Shortcut shown as & in some places](https://bugs.launchpad.net/calibre/+bug/1698614) 2017-06-18 12:16:42 +05:30
Kovid Goyal
af6d043375
Switch to using msgfmt to check for format errors in translated strings
It catches more than pofilter with fewer false positives.
2017-06-18 10:26:24 +05:30
Kovid Goyal
1829e698f5
... 2017-06-18 09:14:43 +05:30