Commit Graph

29409 Commits

Author SHA1 Message Date
Kovid Goyal 166eee4d1b ... 2014-11-23 10:02:52 +05:30
Kovid Goyal a75549107b Implement removal of recipes 2014-11-23 09:57:26 +05:30
Kovid Goyal 5449f26cbe Finish implementation of basic recipe editor 2014-11-23 09:37:14 +05:30
Kovid Goyal cdf6b9d93a Implement advanced recipe editor widget and nicer formatting for basic recipes 2014-11-23 09:05:22 +05:30
Kovid Goyal fb60427a3d More work on the new recipe editor 2014-11-22 22:20:36 +05:30
Kovid Goyal d77b91cb39 Update Daily Express 2014-11-22 15:54:57 +05:30
Kovid Goyal 0d8dcd0b7f Start work on redesigning the custom recipes dialog 2014-11-22 13:13:03 +05:30
Kovid Goyal 661fad764d vim: Ignore generated files in the manual folder 2014-11-22 12:52:35 +05:30
Kovid Goyal 9ccfef289b Make the editor dialog class available for general use 2014-11-22 10:31:09 +05:30
Kovid Goyal 9a11917eac Update BostonGlobe 2014-11-22 10:02:20 +05:30
Kovid Goyal b2d36cfcf0 PDF Output: Add support for font-family aliasing in @font-face rules. Fixes #1395176 [truetype fonts with formatting not translating from EPUB to PDF](https://bugs.launchpad.net/calibre/+bug/1395176) 2014-11-22 08:56:11 +05:30
Kovid Goyal e3d95929ac ... 2014-11-22 08:36:35 +05:30
Kovid Goyal 1b506eefb2 Use win32file.CreateFileW instead of CreateFile since even though the docs for win32file claim that CreateFile supports unicode paths, it actually does not, as it uses the C++ CreateFile underneath via encoding to mbcs 2014-11-22 07:45:42 +05:30
Kovid Goyal 584e427b72 ... 2014-11-21 18:48:03 +05:30
Kovid Goyal 664739f791 ... 2014-11-21 18:47:13 +05:30
Kovid Goyal 6080316bd9 ... 2014-11-21 18:45:20 +05:30
Kovid Goyal 80ed173b44 ... 2014-11-21 18:37:33 +05:30
Kovid Goyal 1ac36a1dc6 Adding books: Delete the cover tempfile immediately after adding, should reduce tmp usage a bit 2014-11-21 18:28:48 +05:30
Kovid Goyal 99d7d8dd6f Make the find expression for auto-numbering a little more general 2014-11-21 17:47:56 +05:30
Kovid Goyal 288c3a285f ... 2014-11-21 17:46:28 +05:30
Kovid Goyal 872827f817 Consistent package name for smarts 2014-11-21 14:50:03 +05:30
Kovid Goyal 8e287bfac2 Allow smarts to override the tab stop width in the editor 2014-11-21 14:45:31 +05:30
Kovid Goyal 719a83584f Move the python editing key handling into the python smarts module so that it is available for all text edit instances 2014-11-21 14:39:13 +05:30
Kovid Goyal d68ecaf264 ... 2014-11-21 14:32:05 +05:30
Kovid Goyal ad2ffc8fe2 ... 2014-11-21 14:23:12 +05:30
Kovid Goyal 2dff34fab4 ... 2014-11-21 14:21:11 +05:30
Kovid Goyal 67a168edae ... 2014-11-21 14:19:43 +05:30
Kovid Goyal c40483eb86 Load all syntax related code on demand 2014-11-21 14:15:20 +05:30
Kovid Goyal 4d7da61387 Move special handling of keypresses into the syntax dependent smarts modules 2014-11-21 14:02:56 +05:30
Kovid Goyal 7aa1f5e54f ... 2014-11-21 13:35:10 +05:30
Kovid Goyal ee06db6ff8 Edit Book: Add syntax highlighting for javascript 2014-11-21 13:29:28 +05:30
Kovid Goyal 388083e92f ... 2014-11-21 13:28:59 +05:30
Kovid Goyal 33af80f8bb Add a javascript syntax highlighter 2014-11-21 13:16:56 +05:30
Kovid Goyal adc6a173a5 oops 2014-11-21 12:27:26 +05:30
Kovid Goyal 01f9a4a330 Dont crash if pygments raises an exception 2014-11-21 12:23:25 +05:30
Kovid Goyal 022c1ed445 Make the Pygments<->Qt glue faster and also fix handling of EOL 2014-11-21 12:03:11 +05:30
Kovid Goyal 3e8bf6d586 ... 2014-11-21 12:00:42 +05:30
Kovid Goyal ca534b9919 Refactor the pygments based highlighter so that the plumbing connecting pygments to Qt can be re-used 2014-11-21 10:31:54 +05:30
Kovid Goyal 6f539330f4 ... 2014-11-21 09:51:53 +05:30
Kovid Goyal ba329fa521 version 2.11 v2.11.0 2014-11-21 08:21:26 +05:30
Kovid Goyal cc4452f072 Prevent misbehaving plugins that delete shortcut actions without unregistering them from causing crashes 2014-11-21 07:59:17 +05:30
Kovid Goyal 95d9151a5c Refactor the pygments util function into their own module
Ensures that cdiff does not fail if pygments is unavailable
2014-11-20 23:04:36 +05:30
Kovid Goyal 66bfe1797b Do not use the pygments based highlighter if the user does not have pygments (will happen on some linux distros and for people running from source who dont update the binary) 2014-11-20 22:58:44 +05:30
Kovid Goyal cabc1280f8 Add smart-indent to the python code editor 2014-11-20 22:51:56 +05:30
Kovid Goyal 36deae13e9 Nicer editor widget for editing S&R functions 2014-11-20 22:00:35 +05:30
Kovid Goyal 64b9a921ab A syntax highlighter for python using pygments 2014-11-20 21:53:43 +05:30
Kovid Goyal d588010b39 Add pygments to the binary builds 2014-11-20 18:17:52 +05:30
Kovid Goyal 247e4ec674 Fix completion worker stdout handling on windows 2014-11-20 17:20:44 +05:30
Kovid Goyal 78a5c3fd0f Refactor for re-use 2014-11-20 17:20:27 +05:30
Kovid Goyal c356e09dcf Fix regression in 2.10 that caused printing to stdout/stderr in FileType plugins to not work when running using calibre-debug -g in a windows console 2014-11-20 17:02:46 +05:30