Kovid Goyal
|
1ccd546c29
|
Update Foreign Affairs
|
2015-07-02 07:50:51 +05:30 |
|
Kovid Goyal
|
eb03273848
|
Update Spectator Magazine
|
2015-07-01 11:03:48 +05:30 |
|
Kovid Goyal
|
10a6ab4e6e
|
Fix #1470206 [Little typo](https://bugs.launchpad.net/calibre/+bug/1470206)
|
2015-07-01 09:28:39 +05:30 |
|
Kovid Goyal
|
c6dbbf488f
|
...
|
2015-06-29 11:02:36 +05:30 |
|
Kovid Goyal
|
9f1ec2d86c
|
Device driver: Handle devices with undecodeable filenames in their filesystem. Simply ignore those files. Fixes #1467433 [Technical error caused by PocketBook default files (invalid continuation byte on device connect)](https://bugs.launchpad.net/calibre/+bug/1467433)
|
2015-06-29 10:16:06 +05:30 |
|
Kovid Goyal
|
dcf48d9945
|
Fix Cmd+Left/Right keyboard shortcut not working when editing items in the book list on OS X. Fixes #1469554 [Keyboard navigation when editing fields in main window](https://bugs.launchpad.net/calibre/+bug/1469554)
Workaround for yet another Qt OSX bug.
https://bugreports.qt.io/browse/QTBUG-46911
|
2015-06-29 09:51:05 +05:30 |
|
Kovid Goyal
|
7875a3de4f
|
Fix #1469582 [typo on string](https://bugs.launchpad.net/calibre/+bug/1469582)
|
2015-06-29 09:03:36 +05:30 |
|
Kovid Goyal
|
5eda98a866
|
Fix #1469549 [Strange symbols in task list](https://bugs.launchpad.net/calibre/+bug/1469549)
|
2015-06-29 09:02:30 +05:30 |
|
Kovid Goyal
|
e27bff1942
|
Update Daily Express
|
2015-06-27 23:45:50 +05:30 |
|
Kovid Goyal
|
c61c330e6d
|
...
|
2015-06-27 08:38:28 +05:30 |
|
Kovid Goyal
|
8b777eb1d4
|
Workaround for psutil API change
|
2015-06-27 00:18:32 +05:30 |
|
Kovid Goyal
|
8169af0cdc
|
Merge branch 'master' of https://github.com/heirecka/calibre
|
2015-06-26 23:30:04 +05:30 |
|
Kovid Goyal
|
8aaa1d0cdd
|
Improve error handling in the RS REPL
|
2015-06-26 23:25:01 +05:30 |
|
Heiko Becker
|
aa19aa903e
|
Fix build with Qt 5.5.x
This just imports changes from Qt 5.5 and puts them behind appropriate
QT_VERSION #ifdefs.
|
2015-06-26 18:13:04 +02:00 |
|
Kovid Goyal
|
cea314f0d9
|
Migrate the REPL to use repl.js that I created for RapydScript. That way I only have to maintain one set of REPL code :)
|
2015-06-26 21:10:30 +05:30 |
|
Kovid Goyal
|
0d30acf9ee
|
duktape: Fix error in js function called via proxy causing abort
|
2015-06-26 20:57:25 +05:30 |
|
Kovid Goyal
|
4cd3bc037f
|
Diff tool: Fix a rare and difficult to trigger error (needs very long lines)
|
2015-06-26 14:15:45 +05:30 |
|
Kovid Goyal
|
6482a66bb7
|
Output detected encoding as well in the warning
|
2015-06-26 14:14:42 +05:30 |
|
Kovid Goyal
|
e9c6dbc24b
|
Import all the RapydSCript work I have been doing
|
2015-06-26 14:02:04 +05:30 |
|
Kovid Goyal
|
c73d53f50a
|
Add String.startsWith and String.endsWith
|
2015-06-24 03:48:39 +05:30 |
|
Kovid Goyal
|
22987bea12
|
More complete definitions for the trim functions
|
2015-06-24 03:44:13 +05:30 |
|
Kovid Goyal
|
9fb0c01724
|
...
|
2015-06-23 21:03:32 +05:30 |
|
Kovid Goyal
|
b449c4a401
|
Update RapydScript to use the new import system I developed
|
2015-06-23 18:44:12 +05:30 |
|
Kovid Goyal
|
a0917c8c5e
|
Merge branch 'master' of https://github.com/cbhaley/calibre
|
2015-06-22 17:41:46 +05:30 |
|
Charles Haley
|
81afab0669
|
Add the possibility for the client to change the lpath
|
2015-06-22 14:03:02 +02:00 |
|
Kovid Goyal
|
8436505608
|
Add copying info for rapydscript compiler
|
2015-06-22 09:50:06 +05:30 |
|
Kovid Goyal
|
609550adc2
|
Slate Star Codex by Ned Letcher
|
2015-06-22 07:27:14 +05:30 |
|
Ned Letcher
|
ab65bd18c0
|
Changes based on pull request feedback
* removed inappropriate archive recipe
* added __author__ and encoding attributes to remaining recipe
|
2015-06-21 17:48:25 +10:00 |
|
Kovid Goyal
|
ed81958a44
|
...
|
2015-06-21 12:21:35 +05:30 |
|
Kovid Goyal
|
c58aaff84e
|
...
|
2015-06-21 11:38:51 +05:30 |
|
Kovid Goyal
|
0476cbc5ef
|
...
|
2015-06-21 11:12:59 +05:30 |
|
Kovid Goyal
|
22db9dea76
|
E-book viewer: Fix a regression in the previous release that caused the maximum text width setting in full screen mode to be ignored when switching from normal to full screen. Fixes #1467164 [Reader Formatting lost on switch to full screen](https://bugs.launchpad.net/calibre/+bug/1467164)
|
2015-06-21 10:21:24 +05:30 |
|
Kovid Goyal
|
1d34f92c12
|
Do not output baselib code in the REPL
|
2015-06-21 09:50:08 +05:30 |
|
Kovid Goyal
|
fd5c130731
|
Ensure max number of open file handles is 1024 on windows as well
It is 512 by default.
|
2015-06-21 08:49:19 +05:30 |
|
Kovid Goyal
|
5c359f09c0
|
Also preserve state of custom column comments widgets
|
2015-06-21 08:06:46 +05:30 |
|
Kovid Goyal
|
0c88e6c5e2
|
Edit metadata dialog: When clicking Next and Previous preserve the current tab of the edit comments widget. Fixes #1467129 [[Enhancement] HTML View in Metadata](https://bugs.launchpad.net/calibre/+bug/1467129)
|
2015-06-21 07:59:50 +05:30 |
|
Kovid Goyal
|
7ac8bf12b7
|
Update The Onion AV Club
|
2015-06-21 07:25:08 +05:30 |
|
Kovid Goyal
|
3136d3b903
|
...
|
2015-06-20 15:42:15 +05:30 |
|
Kovid Goyal
|
3a5663f9df
|
Edit Book: Check Book: Add a check for text that is placed directly inside the body tag, without any surrounding tags
|
2015-06-20 15:27:24 +05:30 |
|
Kovid Goyal
|
88a9ce16df
|
Edit Book: Allow drag and drop of files onto dock icon on OS X
|
2015-06-20 14:41:44 +05:30 |
|
Kovid Goyal
|
e69c4b357d
|
Edit Book: Workaround for a Qt regression that caused "See what changed" after a search and replace on OS X causing the application to become unresponsive. Fixes #1466732 [[calibre 2.31 on Mac OS X 10.10.3] Closing changes preview window after replace all in ebook editor blocks entire calibre interface](https://bugs.launchpad.net/calibre/+bug/1466732)
|
2015-06-20 14:26:55 +05:30 |
|
Kovid Goyal
|
35d0b6f173
|
...
|
2015-06-20 14:21:23 +05:30 |
|
Kovid Goyal
|
72fd1567df
|
Edit Book: Fix smarten punctuation not working for books with non-ascii characters in internal file names on OS X
|
2015-06-20 14:06:57 +05:30 |
|
Kovid Goyal
|
c9004c1e98
|
Update Metro UK
|
2015-06-20 13:42:48 +05:30 |
|
Kovid Goyal
|
6ed7a71a4d
|
...
|
2015-06-20 13:33:52 +05:30 |
|
Kovid Goyal
|
9f7c0f3911
|
...
|
2015-06-20 13:21:49 +05:30 |
|
Kovid Goyal
|
d5a02c0ec7
|
Fix baselib not working in rapydscript compilation
|
2015-06-20 12:45:38 +05:30 |
|
Kovid Goyal
|
71b7a434fa
|
Add some String methods that the RapydScript compiler uses
|
2015-06-20 11:25:06 +05:30 |
|
Kovid Goyal
|
cb34ffd380
|
...
|
2015-06-20 11:10:36 +05:30 |
|
Kovid Goyal
|
b01d47d6a8
|
...
|
2015-06-20 10:55:33 +05:30 |
|