31014 Commits

Author SHA1 Message Date
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
Kovid Goyal
64590fddf7 RapydScript compiler and REPL 2015-06-20 09:27:36 +05:30
Ned Letcher
e4e3dd04ff Added two recipes for the Slate Star Codex blog, a periodic recipe and one for the complete archives 2015-06-20 02:15:16 +10:00
Kovid Goyal
ced206da0f Allow changing the filename associated with eval() 2015-06-19 15:05:40 +05:30
Kovid Goyal
810f9ac2f9 Small optimization 2015-06-19 13:49:48 +05:30
Kovid Goyal
6f09a10380 Fix compilation of dukpy on OS X and windows v2.31.0 2015-06-19 08:57:51 +05:30
Kovid Goyal
26668dba6e ... 2015-06-19 08:38:57 +05:30
Kovid Goyal
bd2836f3fb ... 2015-06-19 08:38:32 +05:30
Kovid Goyal
e18400dd1d version 2.31.0 2015-06-19 08:37:32 +05:30
Kovid Goyal
bbaa291de4 Make the coffeescript compiler per thread 2015-06-19 07:31:29 +05:30
Kovid Goyal
5d3d892923 Update duktape python bindings 2015-06-18 19:15:26 +05:30
Kovid Goyal
2368db92d6 Update the version of the bundled coffeescript compiler
Now at 1.9.3
2015-06-18 17:33:47 +05:30
Kovid Goyal
1c8eb706af Oops 2015-06-18 17:24:10 +05:30
Kovid Goyal
6186a266e7 Nicer wrapper for duktape 2015-06-18 17:12:43 +05:30
Kovid Goyal
655c9499fd An embedded javascript interpreter 2015-06-18 15:37:18 +05:30
Kovid Goyal
b48d401ac2 E-book viewer: Fix dragging to select text with the mouse causing the page to slide sideways in paged mode, if the mouse leaves the text area. Fixes #1464862 [Page slides sideways when selecting text in reader](https://bugs.launchpad.net/calibre/+bug/1464862) 2015-06-18 05:52:11 +05:30
Kovid Goyal
e87b7f8d3d E-book viewer: Fix transitioning between full screen mode and normal mode sometimes causing current position to not be preserved. Fixes #1466082 [reader Position/formatting lost in full screen switch](https://bugs.launchpad.net/calibre/+bug/1466082) 2015-06-18 05:36:42 +05:30
Kovid Goyal
a80f045e3b Speed up ssl test by avoiding an extra server creation 2015-06-17 13:09:27 +05:30
Kovid Goyal
c6f37718fe ... 2015-06-17 13:01:01 +05:30
Kovid Goyal
3818ad9fa9 Another place where HFS+ strikes 2015-06-17 12:40:48 +05:30
Kovid Goyal
1f3c6678fa ... 2015-06-17 12:38:35 +05:30