Commit Graph

35496 Commits

Author SHA1 Message Date
Kovid Goyal 87f107c9c0 Workaround for bug in sphinx with named anchors that differ only in case
When translated to a case-less language, they are duplicated, but sphinx
does not handle this.
2017-07-05 09:11:57 +05:30
Kovid Goyal 25c3260549 ... 2017-07-05 08:57:23 +05:30
Kovid Goyal aeb44b23ec ... 2017-07-05 08:41:14 +05:30
Kovid Goyal 75c2bd4605 Ignore SSL errors on harpers since the harpers certificate chain is incomplete making it impossible to verify 2017-07-04 23:02:37 +05:30
Kovid Goyal b65f2ccbc0 Rename the quickview icon and make it match the other icons colors 2017-07-04 22:48:05 +05:30
Kovid Goyal 070056f643 Merge branch 'master' of https://github.com/cbhaley/calibre 2017-07-04 22:40:25 +05:30
Charles Haley 8162aa04a4 Ooops again: fix it right. Although I am no longer convinced that the qv plugin can be not installed/enabled. 2017-07-04 18:43:31 +02:00
Kovid Goyal 8a24c0b7a5 ... 2017-07-04 22:11:30 +05:30
Kovid Goyal 2648a27402 ... 2017-07-04 21:57:27 +05:30
Kovid Goyal dfe2f5e04f Dont use installed calibre when running sphinx-build 2017-07-04 21:51:42 +05:30
Charles Haley 312304d51c Small oops -- it is possible for qv to be None. 2017-07-04 17:04:37 +02:00
Charles Haley 1836dc5d6f Update the QV manual. I don't know if it will display properly. 2017-07-04 16:36:15 +02:00
Charles Haley b1dc2398c9 Change the button order as requested. Question: why is the order 'cb, gv' in wide but 'gv, cb' in narrow? Using the logic that the buttons affect the center booklist pane, shouldn't the order be the same? 2017-07-04 16:09:12 +02:00
Charles Haley beadc00667 Add svg of icon file 2017-07-04 16:07:07 +02:00
Charles Haley 6fed620850 Several QV improvements and bug fixes
- Add quickview to the layout buttons, with all that entails
- Allow changing quickview contents using the arrow keys on the booklist
- Make Shift+Q (change focus to Quickview) actually work. I can't test this on non-Windows systems.
- A fair amount of refactoring to make behavior more predictable.

I put the quickview button at the end of the set of layout buttons because I couldn't make an argument for some other position.
2017-07-04 15:30:56 +02:00
Kovid Goyal 9ccbf1ef8f ... 2017-07-04 17:54:22 +05:30
Kovid Goyal 81460e6cfc More robust parallel use of sphinx-build2 2017-07-04 17:52:49 +05:30
Charles Haley 95db631c4a Give Quickview its own icon
Icon comes from https://www.iconfinder.com/icons/2191555/eye_look_no_hide_see_show_watch_icon#size=128
2017-07-04 10:56:30 +02:00
Kovid Goyal d1c4eeb92a DOCX Input: Fix alt and title attributes for some images not being preserved 2017-07-04 13:26:55 +05:30
Kovid Goyal a0ac9cfddb Use calibre available languages not manual languages when generating man pages 2017-07-04 13:19:20 +05:30
Kovid Goyal 556c32b6b8 Add man pages to the source tarball 2017-07-04 13:06:33 +05:30
Kovid Goyal 154ceb6340 ... 2017-07-04 12:57:19 +05:30
Kovid Goyal 7c21ef9a6d Do not use zero-width spaces when generating man pages 2017-07-04 12:54:05 +05:30
Kovid Goyal fa191ab55a Create a setup.py command: man_pages to generate man pages in all languages 2017-07-04 12:28:59 +05:30
Kovid Goyal 5d9a4aee9d Add a tooltip for the gear icon in the main search bar 2017-07-04 10:56:22 +05:30
Kovid Goyal 9d6cca4ebd Fix #1700266 [[Request] Move Advenced search button into Search box](https://bugs.launchpad.net/calibre/+bug/1700266) 2017-07-04 10:54:56 +05:30
Kovid Goyal 52c3fce521 Add note about acme v2 2017-07-04 10:24:13 +05:30
Kovid Goyal e752ebe2e3 Code to easily generate man pages via sphinx-build 2017-07-04 08:47:39 +05:30
Kovid Goyal dc4f4a581f Browser viewer: Fix back/forward buttons not working correctly when clicking on links that lead to different internal files in the book. Fixes #1700004 [Content server: No way to return after footnote](https://bugs.launchpad.net/calibre/+bug/1700004) 2017-07-03 20:30:38 +05:30
Kovid Goyal 8f640edc1e pep8 2017-07-03 19:40:01 +05:30
Kovid Goyal 5d967e3ba6 Merge branch 'master' of https://github.com/cbhaley/calibre 2017-07-03 17:19:12 +05:30
Charles Haley 976e298376 Enhancement request #1701833: ability to add columns to quickview pane.
This commit contains many improvements and changes to Quickview.
- Add preference tab in Look & Feel to choose columns displayed in QV table and their order
- Option to permit changing the selected column from the quickview widget with return or double-click
- Option to show QV at startup
- Option to ignore virtual libraries in QV searches
- Remove margins on the docked window (tighter display
- Better handling of changes made on the booklist
- Many bugs fixed, some refactoring
2017-07-03 12:48:24 +02:00
Kovid Goyal 1113565a4c Merge branch 'master' of https://github.com/cbhaley/calibre 2017-07-03 16:15:40 +05:30
Charles Haley 2332d8a641 Rest of fix for small transient window visible during calibre startup when the tag browser find bar is shown 2017-07-03 12:42:17 +02:00
Kovid Goyal f25c51c3cd Fix small transient window visible during calibre startup when the tag browser find bar is shown 2017-07-03 16:03:04 +05:30
Kovid Goyal 4e876b6650 Fix calibre logo not appearing on manual pages in sub-folders 2017-07-03 15:55:07 +05:30
Kovid Goyal af8802222f Dont use quoted slashes when downloading book files via XHR
Quoted slashes are technically illegal in URLs and various reverse
proxies have issues with them.
2017-07-03 10:23:14 +05:30
Kovid Goyal ebe2dca11a Server: Fix using "Show more books" button and then changing list mode setting causing resulting book list to be incomplete 2017-07-03 10:12:40 +05:30
Kovid Goyal f8cc5af61a Add AllowEncodedSlashes to the apache proxy config examples 2017-07-02 20:23:14 +05:30
Kovid Goyal ed554fd319 Edit book: When doing a Replace/Count all with multiple searches add a Show details button on the result dialog that shows the individual counts for each search. 2017-07-02 17:42:53 +05:30
Kovid Goyal 48b3bdf0f3 String changes 2017-07-02 15:46:06 +05:30
Kovid Goyal ebdec9f6ae Comments editor: Add a button to easily insert separators (i.e. <hr> tags) when editing comments 2017-07-02 11:34:16 +05:30
Kovid Goyal 9f4bf26b9d Dont mute curl on the unix ci server 2017-07-02 10:17:46 +05:30
Kovid Goyal b10142db22 Use position based recounting in a couple more places 2017-07-02 09:58:43 +05:30
Kovid Goyal bf91d3905a Update The Times
Merge branch 'patch-17' of https://github.com/bobbysteel/calibre
2017-07-01 22:36:04 +05:30
bobbysteel 3c0ab1cdee More robust cover download source 2017-07-01 13:28:21 +01:00
Kovid Goyal 467d35d1d0 Fix #1701789 [Preferences for Edit book sidebar on Linux](https://bugs.launchpad.net/calibre/+bug/1701789) 2017-07-01 17:47:07 +05:30
Kovid Goyal f88ad60414 Server: Fix changing sort/search in the /mobile view only working with the default library. Fixes #1701704 [Content server simple view - can't sort](https://bugs.launchpad.net/calibre/+bug/1701704) 2017-07-01 12:14:57 +05:30
Kovid Goyal 91fdc1df5c Update The Sunday Times Magazine
Merge branch 'patch-16' of https://github.com/bobbysteel/calibre
2017-07-01 09:58:58 +05:30
bobbysteel aa8d44e1f8 Found a cover source 2017-06-30 16:32:16 +01:00