33335 Commits

Author SHA1 Message Date
Kovid Goyal
643977ffa6 Update Hola 2016-07-29 11:00:39 +05:30
Kovid Goyal
25e60aa62a Update El Correo 2016-07-29 10:55:21 +05:30
Kovid Goyal
a585b65f3b Finish up EditWithComplete 2016-07-28 10:43:36 +05:30
Kovid Goyal
7c0d90f7b4 More work on the completion popup 2016-07-27 20:07:05 +05:30
Kovid Goyal
193db4879e Framework for easily developing widgets 2016-07-27 14:09:23 +05:30
Kovid Goyal
c572d2436e Dont import regex on calibre startup, since importing it seems to fail for unknown reasons on some linux installs 2016-07-27 13:05:46 +05:30
Kovid Goyal
554cdeb746 ... 2016-07-27 12:44:33 +05:30
Kovid Goyal
447af0d9ef Move add_extra_css into the dom module 2016-07-27 12:42:10 +05:30
Kovid Goyal
14acd78494 Ignore close events that occur after shutdown has started 2016-07-27 12:06:52 +05:30
Kovid Goyal
34bbb6ab17 ... 2016-07-26 18:02:42 +05:30
Kovid Goyal
086f16714f ... 2016-07-26 12:50:54 +05:30
Kovid Goyal
aef8a2773c Merge branch 'master' of https://github.com/badshah400/calibre 2016-07-26 09:43:35 +05:30
Atri Bhattacharya
5729f9ec6c Strip '.' from end of summary. 2016-07-26 01:33:13 +02:00
Atri Bhattacharya
5c38d151fb Different name fields for each appdata entry. 2016-07-26 01:02:51 +02:00
Atri Bhattacharya
ece5b74dae Add name and summary to appdata file.
Mark summary for translation.
2016-07-26 00:47:42 +02:00
Kovid Goyal
2b20436621 Merge branch 'master' of https://github.com/cbhaley/calibre 2016-07-24 20:22:55 +05:30
Charles Haley
6439b98723 Comments custom columns:
- collapse the two booleans controlling the heading into one string
- allow short-text to appear on the right in book details
- make the new server and book details do (more-or-less) the same thing with headings
- use different CSS for short-text and long-text.

I changed the name of the show_heading property to heading_position to ensure the properties had no odd values, making it easier to test.
2016-07-24 12:42:50 +02:00
Kovid Goyal
0b0f6e6b9d Make heading-on-side for comments columns configurable 2016-07-24 09:42:28 +05:30
Kovid Goyal
b49b1e81a9 Oops, forgot to remove a no longer needed mixin 2016-07-23 22:45:58 +05:30
Kovid Goyal
531f233a24 Dont use a separate global variable for the UA list 2016-07-23 17:01:30 +05:30
Kovid Goyal
560ebceac4 Ignore ECONNRESET when reading from test server 2016-07-23 16:59:41 +05:30
Kovid Goyal
b2a535a319 Use appropriate widgets for the new comments field types in the metadata edit dialog 2016-07-23 14:26:59 +05:30
Kovid Goyal
be9cab493b Strip input text for simple text fields 2016-07-23 14:15:24 +05:30
Kovid Goyal
5d8782daa0 Use appropriate widgets for editing the new custom comments column types int he book list 2016-07-23 13:48:52 +05:30
Kovid Goyal
a3bb5e2cae Allow creating a custom title-like (short text) column (Preferences->Add your own columns->Short text)
Also, allow using Markdown for formatting in custom comments like
columns.
2016-07-23 13:04:18 +05:30
Kovid Goyal
0b3125e4d8 Add an option to show the title for long text (comments type) custom columns in the book details panel. Access the option in Preferences->Add your own columns->Choose the column and click the button to edit the settings for that column. 2016-07-23 11:23:53 +05:30
Kovid Goyal
edb17d89ce Get rid of another .ui file 2016-07-23 10:32:10 +05:30
Kovid Goyal
d331c1fbe2 DRYer 2016-07-23 08:57:32 +05:30
Kovid Goyal
e1c3d4afb1 Book Details: Do not show the "Copy link" context menu item unless there is an actual link at the cursor location. Fixes #1605594 [Comments right click menu](https://bugs.launchpad.net/calibre/+bug/1605594) 2016-07-23 08:00:06 +05:30
Kovid Goyal
5323f39aa5 Merge branch 'FreeBSD-build-fix' of https://github.com/madpilot78/calibre 2016-07-23 07:52:50 +05:30
Kovid Goyal
1001aa74dd Get Books; Update store plugin for nexto
Merge branch 'master' of https://github.com/t3d/calibre
2016-07-23 07:48:18 +05:30
Kovid Goyal
077daa87f1 Do not suppress messages from pdftohtml 2016-07-23 07:47:08 +05:30
Tomasz Długosz
23b4290284 nexto plugin: update for website changes 2016-07-22 22:10:59 +02:00
Guido Falsi
adb5e6f0c4 Make new extensions data code differentiate BSD from Linux. 2016-07-22 21:50:58 +02:00
Kovid Goyal
04e4a1a10e version 2.63.0 v2.63.0 2016-07-22 07:51:05 +05:30
Kovid Goyal
051d9e5d35 Fix #1569388 [tags from s to z can not be saved](https://bugs.launchpad.net/calibre/+bug/1569388) 2016-07-21 20:43:41 +05:30
Kovid Goyal
116f6a75f0 Windows: Fix file selection dialogs blurry on HiDPI monitors 2016-07-21 20:12:28 +05:30
Kovid Goyal
24c7756df1 Edit Book: Update regex engine to support Unicode 9.0 2016-07-21 09:27:48 +05:30
Kovid Goyal
a99da9be69 Edit metadata dialog: Fix pasting ISBN from clipboard not stripping garbage characters after a valid ISBN. Fixes #1604956 [paste ISBN button regular expression](https://bugs.launchpad.net/calibre/+bug/1604956) 2016-07-21 08:44:39 +05:30
Kovid Goyal
377d75a5f4 Update Gosc Niedzielny
Merge branch 'recipes' of https://github.com/t3d/calibre
2016-07-21 08:37:50 +05:30
Tomasz Długosz
b614a3ef86 Update gosc_niedzielny and gosc_full for website changes 2016-07-20 22:49:19 +02:00
Kovid Goyal
f0a3f6e1ce Edit Book: Also refresh the Preview and Live CSS panels after performing any action that changes files other than the currently displayed file. 2016-07-20 19:32:25 +05:30
Kovid Goyal
e9317c7490 ... 2016-07-20 16:47:06 +05:30
Kovid Goyal
d5896390c2 Another oops 2016-07-20 16:30:52 +05:30
Kovid Goyal
8e9bf3ddc9 Another oops 2016-07-20 16:21:55 +05:30
Kovid Goyal
37649fc9ed oops 2016-07-20 16:13:33 +05:30
Kovid Goyal
3466aaff4c Define the extensions as pure data 2016-07-20 15:59:02 +05:30
Kovid Goyal
f910c1201a ... 2016-07-20 12:23:26 +05:30
Kovid Goyal
948e2cf2da Move deifintion of icu_libs to where it belongs 2016-07-20 12:20:36 +05:30
Kovid Goyal
15e3f8a1af Rename extensions.py to build.py to match the command name 2016-07-20 12:15:19 +05:30