36704 Commits

Author SHA1 Message Date
Kovid Goyal
1fb6bd16ca
Update Go Comics 2017-08-12 11:08:33 +05:30
Kovid Goyal
e9f82abf39
DOCX Input: Fix framed lists being rendered with the frame inside the bullets instead of outside it. Fixes #1709569 [Converting from DOCX - problem with framed paragraphs and lists](https://bugs.launchpad.net/calibre/+bug/1709569) 2017-08-10 10:54:09 +05:30
Kovid Goyal
6f0c724dad
Conversion: Fix remove first image option not working for comic input with the disable comic processing option. Fixes #1709150 [CBZ > EPUB "remove first image" issue](https://bugs.launchpad.net/calibre/+bug/1709150) 2017-08-09 10:07:42 +05:30
Kovid Goyal
20a01d93df
... 2017-08-08 09:03:01 +05:30
Kovid Goyal
e5ed6fca10
Workaround for Qt bug that prevented using the shift and ctrl keys with the touchscreen 2017-08-06 23:05:46 +05:30
Kovid Goyal
c3cdafb59f
Linux: Fix kdialog based file dialogs not supporting multiple file name filter groups 2017-08-05 23:30:20 +05:30
Kovid Goyal
b57708dd67
Increase test shutdown timeout
Hopefully makes it more robust on flaky test rigs like Travis
2017-08-05 23:24:51 +05:30
Kovid Goyal
847fe898d0
Tighten up ConnectedWorker main loop 2017-08-05 23:21:14 +05:30
Kovid Goyal
8e0425134f
IDPixel by bugmen00t 2017-08-05 22:28:17 +05:30
Kovid Goyal
a054ad6541
Server: Show file sizes in the tooltips for the download buttons. Fixes #1708762 [Feature request: display file sizes in content server details screen](https://bugs.launchpad.net/calibre/+bug/1708762) 2017-08-05 16:43:31 +05:30
Kovid Goyal
3482f15c15
Server: Fix tooltip not working in the cover grid view.
Fixes #1708760 [Feature request:  add book title as hover to web grid ui](https://bugs.launchpad.net/calibre/+bug/1708760)
2017-08-05 08:08:09 +05:30
Kovid Goyal
6b01b4a24a
Dont assume utf-8 encoding for kdialog --help output 2017-08-05 07:39:50 +05:30
Kovid Goyal
6a01e85159
Merge branch 'master' of https://github.com/djh101/calibre 2017-08-05 07:37:14 +05:30
Kovid Goyal
657fecde37
Linux: fix native file dialog via kdialog not working on older KDE systems 2017-08-05 07:35:45 +05:30
Drew
7301a29c39 E-book Editor name change.
Changed name of the editor to the same format as the viewer.
2017-08-04 19:03:33 -07:00
Kovid Goyal
bf96e0f555
The Insider by bugmen00t 2017-08-04 22:20:24 +05:30
Kovid Goyal
0f95dc49a1
Rename module to avoid conflisct with stdlib module 2017-08-04 14:46:41 +05:30
Kovid Goyal
56d32f6f9c
Fix custom columns copied to a library via the Copy to library action not showing up until a calibre restart if the destination library was accessed via the Content Server recently 2017-08-04 14:41:12 +05:30
Kovid Goyal
50b9eb613f
Use the fixed getpass for calibredb as well 2017-08-04 13:27:09 +05:30
Kovid Goyal
9a9703242e
Refactor the fixed getpass into its own module 2017-08-04 13:26:03 +05:30
Kovid Goyal
0866a75579
calibredb: Fix misleading error message when connecting to a server with incorrect username/password 2017-08-04 13:18:51 +05:30
Kovid Goyal
92c5529fab
Server: Reduce the minimum thumbnail size a little from 150px to 105px 2017-08-04 11:29:49 +05:30
Kovid Goyal
032a4bdd78
Dont build PDF version of manual in Turkish as sphinx produces broken Tex output for that language 2017-08-04 09:34:59 +05:30
Kovid Goyal
f6b8381018
Ensure build is run before publish proceeds v3.6.0 2017-08-04 08:57:08 +05:30
Kovid Goyal
b95efa171f
version 3.6.0 2017-08-04 08:02:15 +05:30
Kovid Goyal
1b424bb778
env var to turn off touch just in case my fixes dont work 2017-08-03 20:01:37 +05:30
Kovid Goyal
f4d003761a
A slightly better warning when column layout is broken 2017-08-03 18:31:04 +05:30
Kovid Goyal
40361b77c9
DOCX Output: Convert images placed by themselves inside block tags as block images rather than inline images. Fixes #1707430 [Image Alignment EPUB to DOCX Conversion](https://bugs.launchpad.net/calibre/+bug/1707430) 2017-08-03 18:01:12 +05:30
Kovid Goyal
56ef1cbd63
Restore choose library position at bottom of menu if there are few libraries 2017-08-03 11:46:06 +05:30
Kovid Goyal
a74d0546eb
Copy to library: Add a action to show a dialog that allows for easy selection of libraries for copy/move. Useful when there are a large number of libraries to choose from. Fixes #1706198 [[Enhancement] Provide users the ability to remove/hide popup menu option copy to library, leaving only Delete After Copy option visible](https://bugs.launchpad.net/calibre/+bug/1706198) 2017-08-03 11:25:45 +05:30
Kovid Goyal
0f6d873070
ebook-viewer.exe: Fix --continue-reading not working
Fix #737 (Bugfix for EbookViewer.continue_reading)
2017-08-03 09:03:38 +05:30
Kovid Goyal
7102fcdf7c
Dont sleep unnecessarily in the common case 2017-08-02 20:44:50 +05:30
Kovid Goyal
674c3e98f8
Automatically fallback to Qt dialog if native dialog fails 2017-08-02 20:40:58 +05:30
Kovid Goyal
3aeaf65f3b
CNN Money login form URL changed 2017-08-02 20:25:23 +05:30
Kovid Goyal
da9ebad88e
Fix a couple of incorrect imports of html5-parser 2017-08-02 20:18:23 +05:30
Kovid Goyal
22be51f7e8
Move the Qt file dialog implementation into its own module 2017-08-02 19:42:05 +05:30
Kovid Goyal
dace872e8e
Also report stderr when file dialog helper fails 2017-08-02 19:19:56 +05:30
Kovid Goyal
88da204be8
Linux: Use native file dialogs via zenity or kdialog, if available 2017-08-02 18:00:10 +05:30
Kovid Goyal
7ea2782343
Fix detection of Unity desktop env 2017-08-02 17:47:47 +05:30
Kovid Goyal
c3767540e2
Wrapper for zenity 2017-08-02 17:36:15 +05:30
Kovid Goyal
e9ebd4d43f
Wrapper for kdialog 2017-08-02 16:29:13 +05:30
Kovid Goyal
258d4842d2
... 2017-08-01 20:23:24 +05:30
Kovid Goyal
c64dd31931
Various Sardinian news sources by tzium 2017-08-01 20:12:20 +05:30
Kovid Goyal
9e4c21f892
Fix home icon on browse all downloaded not going home 2017-08-01 10:44:59 +05:30
Kovid Goyal
d1f3d040f9
Server: Allow deleting a downloaded book from the "Browse all downloaded books" screen 2017-08-01 10:43:27 +05:30
Kovid Goyal
7da20e6868
Remove the separate Army Times recipe as all feeds are now common to Navy and Army Times websites 2017-07-31 20:05:47 +05:30
Kovid Goyal
2a1c5c48c2
Update Navy Times
Fixes #1707462 [Still can't download Navy Times (also Army Times?)](https://bugs.launchpad.net/calibre/+bug/1707462)
2017-07-31 20:03:24 +05:30
Kovid Goyal
bf5867e380
Fix non XML safe characters in feed descriptions causing news download to fail. Fixes #1707545 [News Resource download not working..National Review Online](https://bugs.launchpad.net/calibre/+bug/1707545) 2017-07-31 19:57:00 +05:30
Kovid Goyal
790b8273a7
Update Associated Press 2017-07-31 19:48:16 +05:30
Kovid Goyal
8cc5499d91
Add support for flick to scroll 2017-07-31 19:21:01 +05:30