33405 Commits

Author SHA1 Message Date
Kovid Goyal
1fc681b5d6 Cover Browser: Fix setting an empty template for the title causes an error 2016-09-28 06:14:25 +05:30
Kovid Goyal
431ee00643 More new icons 2016-09-27 23:42:59 +05:30
Kovid Goyal
0009565f8a Linux: Fix calibre not working when used with some old VNC server implementations 2016-09-27 18:20:22 +05:30
Kovid Goyal
eddbcfc921 DRYer 2016-09-27 18:10:50 +05:30
Kovid Goyal
ef3463aa35 Windows: Run library restore ina separate process as on some windows machines, running it in the main process causes something in the system to lock the db file. 2016-09-27 11:41:00 +05:30
Kovid Goyal
dd2ef16429 Allow setting custom font size 2016-09-27 09:42:45 +05:30
Kovid Goyal
7b55bd7333 ... 2016-09-27 08:56:43 +05:30
Kovid Goyal
2e37c39300 ... 2016-09-27 08:39:02 +05:30
Kovid Goyal
e6bea96ff5 Do not reload book when changing color scheme 2016-09-27 08:37:27 +05:30
Kovid Goyal
28f8b0aa7b UI for changing font size 2016-09-27 08:12:08 +05:30
Kovid Goyal
6f016b7b38 A little more shady :) 2016-09-27 08:11:51 +05:30
Kovid Goyal
ec8780bdff Micro-optimization 2016-09-27 06:46:51 +05:30
Kovid Goyal
a496b95840 Update El tribuno de Salta
Fixes #1627882 [Updated recipe for El tribuno de Salta](https://bugs.launchpad.net/calibre/+bug/1627882)
2016-09-27 06:30:44 +05:30
Kovid Goyal
545c8f84cb More new icons 2016-09-26 23:50:09 +05:30
Kovid Goyal
d75e5323a9 Fix some news downloads in east asian languages not working because the truncation of article descriptions could cause invalid UTF-16 bytes in the string 2016-09-26 23:50:03 +05:30
Kovid Goyal
a3eee6a22a More strenuous cleaning for title/summary of feeds 2016-09-26 23:19:06 +05:30
Kovid Goyal
68df59c633 More new icons 2016-09-26 21:01:29 +05:30
Kovid Goyal
7a27fb7ed9 ... 2016-09-26 20:37:08 +05:30
Kovid Goyal
4f9bd5c45e More new icons 2016-09-26 20:34:30 +05:30
Kovid Goyal
c2e11c6ce5 Start work on UI for font size 2016-09-26 18:13:37 +05:30
Kovid Goyal
a09f70ea22 ... 2016-09-26 18:09:35 +05:30
Kovid Goyal
eb43e53372 Get rid of an unneccessary #if 2016-09-26 16:24:03 +05:30
Kovid Goyal
4d8786e4e9 Make base font size a setting 2016-09-26 15:40:48 +05:30
Kovid Goyal
e3300f3123 ... 2016-09-26 13:27:25 +05:30
Kovid Goyal
6aefa3721a ... 2016-09-26 13:25:19 +05:30
Kovid Goyal
a08356207b Edit Book: On windows do not trigger shortcuts when using the right Alt (AltGr) key. This allows it to be used for entering special characters instead. Fixes #1627487 [bug in Polish mode of Calibre (error in keyboard shortcut)](https://bugs.launchpad.net/calibre/+bug/1627487) 2016-09-26 13:04:36 +05:30
Kovid Goyal
237e4a9455 Edit Book: Auto-add file extension when using the Save a Copy dialog if it is missing. Fixes #1627482 [save a copy as EPUB does not add automatically .epub extension to file](https://bugs.launchpad.net/calibre/+bug/1627482) 2016-09-26 11:28:25 +05:30
Kovid Goyal
1d6f518799 UI for max text width/height 2016-09-26 10:17:14 +05:30
Kovid Goyal
892223778a Add author info to logo src file 2016-09-26 09:53:08 +05:30
Kovid Goyal
b62626ddd2 Couple of places where book.png was replaced incorrectly 2016-09-26 09:51:36 +05:30
Kovid Goyal
924caf3d68 UI for cols_per_screen preferences 2016-09-26 09:47:36 +05:30
Kovid Goyal
6eac8fd175 UI for setting the read mode preference 2016-09-26 09:04:01 +05:30
Kovid Goyal
f4b6f52efe Proper valign for radio buttons 2016-09-26 09:03:39 +05:30
Kovid Goyal
491e5698cf ... 2016-09-26 09:03:24 +05:30
Kovid Goyal
9bca871440 Start work on new icon set 2016-09-25 23:47:35 +05:30
Kovid Goyal
314b13bdd8 Use default_cover.png instead of book.png where appropriate 2016-09-25 23:47:08 +05:30
Kovid Goyal
2401335784 Start work on page layout preferences UI 2016-09-25 19:33:38 +05:30
Kovid Goyal
01fb47f880 Show a nice error message when developing a widget with no develop()
method
2016-09-25 18:18:39 +05:30
Kovid Goyal
51b940dad9 Use 0 instead of auto for automatic pagination value of cols per screen 2016-09-25 13:49:32 +05:30
Kovid Goyal
63bac0b459 ... 2016-09-25 13:35:44 +05:30
Kovid Goyal
c3b015e75e Make the number of columns per screen automatic in paged mode 2016-09-25 13:32:51 +05:30
Kovid Goyal
1cc40a335e Apply changes to reader preferences when the preferences panel is closed 2016-09-25 12:01:22 +05:30
Kovid Goyal
fdb50deca9 ... 2016-09-25 11:29:17 +05:30
Kovid Goyal
718bb559b2 Finish up UI for viewer color scheme preferences 2016-09-25 10:47:19 +05:30
Kovid Goyal
b3f119e34e Fix modal popup on iPhone 5 2016-09-24 13:19:49 +05:30
Kovid Goyal
5e7f8ddb2d Use the explicit form of setting sqlite cache size as the sqlite page size was changed earlier this year 2016-09-23 18:52:39 +05:30
Kovid Goyal
bd772acd2b ... 2016-09-23 17:38:48 +05:30
Kovid Goyal
6f894753f3 Some more refinements to the logo
Make the ends caps ont heyellow book more like the ones in the original
logo. Adda  dfrop shadow to the bookmark.
2016-09-23 12:02:33 +05:30
Kovid Goyal
0131758241 ... 2016-09-23 08:26:08 +05:30
Kovid Goyal
d61b618421 ... 2016-09-23 08:13:34 +05:30