ingkebil
|
15dd8bec10
|
Added some i18n.
|
2014-04-05 23:24:35 +02:00 |
|
ingkebil
|
5ce55e644c
|
Removed some old plugin code
|
2014-04-05 00:36:12 +02:00 |
|
ingkebil
|
7e2af2e781
|
Renamed the button from OPML to RSS feeds import.
Sounds more descriptive this way.
|
2014-04-04 23:11:17 +02:00 |
|
ingkebil
|
3a3da7c282
|
Resized the OPML icon a bit
|
2014-04-04 22:57:24 +02:00 |
|
ingkebil
|
b069a6b7d4
|
When replacing multiple recipes, get_custom_recipe_collection is now
only called once.
|
2014-04-04 22:41:55 +02:00 |
|
ingkebil
|
05fb53ff42
|
Merge branch 'master' of https://github.com/kovidgoyal/calibre
|
2014-04-04 22:41:12 +02:00 |
|
Kovid Goyal
|
c043171f7c
|
Merge branch 'master' of https://github.com/cbhaley/calibre
|
2014-04-04 18:55:00 +05:30 |
|
Charles Haley
|
cadaab14fe
|
Add Kovid's ColorButton to the advanced coloring rule editor
|
2014-04-04 15:07:12 +02:00 |
|
Kovid Goyal
|
3346f0af4f
|
Dont serialize alpha color component as the QColor constructor cannot handle them
|
2014-04-04 17:28:29 +05:30 |
|
Stephan Hradek
|
f6a6ab51c5
|
Allow specifying arbitrary colors as hex triplets when creating custom columns with a fixed set of values. Fixes #1302078 [Allowing RGB colors for custom columns](https://bugs.launchpad.net/calibre/+bug/1302078)
|
2014-04-04 17:25:17 +05:30 |
|
Kovid Goyal
|
fce3f56826
|
Allow specifying arbitrary colors for column coloring rules
|
2014-04-04 17:21:30 +05:30 |
|
Kovid Goyal
|
a7d4fa16f0
|
Merge branch 'master' of https://github.com/cbhaley/calibre
|
2014-04-04 16:18:38 +05:30 |
|
Charles Haley
|
d0cfd06911
|
Make the list of color names tooltip appear when creating an enum column as well as when editing one.
|
2014-04-04 10:27:57 +02:00 |
|
Kovid Goyal
|
20d653e54c
|
version 1.31
v1.31.0
|
2014-04-04 08:03:40 +05:30 |
|
Kovid Goyal
|
dd01e7448f
|
calibredb check_library: Do not create empty library if user specifies incorrect path
|
2014-04-04 07:43:30 +05:30 |
|
ingkebil
|
43980872f2
|
Adding of multiple recipes now goes lightning fast
|
2014-04-04 00:05:15 +02:00 |
|
ingkebil
|
73b613fac1
|
Merge branch 'master' of https://github.com/kovidgoyal/calibre
|
2014-04-03 23:13:49 +02:00 |
|
Kovid Goyal
|
49ba0a991b
|
DRY
|
2014-04-04 01:04:53 +05:30 |
|
Kovid Goyal
|
3a193a24aa
|
...
|
2014-04-04 01:01:05 +05:30 |
|
Kovid Goyal
|
6197920256
|
A method to add many custom recipes at once
|
2014-04-04 00:33:00 +05:30 |
|
Kovid Goyal
|
9d19b182de
|
Driver for Tolino Vision (OS X/Linux only). Fixes #1301875 [tolino vision doesn´t work with calibre](https://bugs.launchpad.net/calibre/+bug/1301875)
|
2014-04-04 00:26:07 +05:30 |
|
Kovid Goyal
|
45bc2213b7
|
DOCX Input: Fix para styles for numbering blocks applied via pStyle not being applied
|
2014-04-04 00:20:34 +05:30 |
|
Kovid Goyal
|
664fe0aba7
|
DOCX Input: Fix incorrect numbering being generated for numbered lists in some circumstances. Fixes #1301044 [DOCX conversion of numbered list](https://bugs.launchpad.net/calibre/+bug/1301044)
Apparently, list counters are associated with abstract numbering
definitions and not numbering instances. Also add support for
startOverride.
|
2014-04-03 23:41:40 +05:30 |
|
Kovid Goyal
|
05cac89d8d
|
Make check library process cover files even if .jpg is added to the list of extensions to ignore
Merge branch 'master' of https://github.com/cbhaley/calibre
|
2014-04-03 15:53:14 +05:30 |
|
Charles Haley
|
6fa554f2d3
|
Make check_library process cover files even if .jpg is added to ignored extensions. Fix typo in list name.
|
2014-04-03 11:32:08 +02:00 |
|
Kovid Goyal
|
3802dfdaec
|
Merge branch 'master' of https://github.com/cbhaley/calibre
|
2014-04-03 12:31:46 +05:30 |
|
Charles Haley
|
313d67ce81
|
Update the CC version number.
|
2014-04-03 08:25:06 +02:00 |
|
ingkebil
|
61343c5852
|
Merge branch 'master' of https://github.com/ingkebil/calibre
|
2014-04-02 15:49:51 +02:00 |
|
ingkebil
|
989f919a40
|
The 'Replace recipe?' question_dialog preference gets saved.
|
2014-04-02 15:49:11 +02:00 |
|
ingkebil
|
8435f146cb
|
The 'Replace recipe?' question_dialog preference gets saved.
|
2014-04-02 15:46:26 +02:00 |
|
ingkebil
|
b891882126
|
When adding the same OPML file, the "replace recipe?" question_dialog will now pop up
until you say "That's enough, mister!"
|
2014-04-02 13:31:05 +02:00 |
|
Kovid Goyal
|
9eaf93e06c
|
calibre GUI style: Dont show an arrow for tool buttons set to instant popup mode
|
2014-04-02 11:15:54 +05:30 |
|
Kovid Goyal
|
b078ab5b51
|
Edit Book: Add a button to easily insert HTML tags. Useful if you want to quickly surround selected text with an arbitrary tag. You can right click the button to get a list of recently used tags.
|
2014-04-02 10:34:22 +05:30 |
|
Kovid Goyal
|
fc4805f699
|
Edit book: Allow editing SVG files as raw XML
|
2014-04-02 09:39:57 +05:30 |
|
Kenny Billiau
|
32dbf5dc04
|
Removed old code from the OPML plugin
|
2014-04-01 23:35:09 +02:00 |
|
ingkebil
|
05a566c275
|
Added OPML support to the user_profile dialog
|
2014-04-01 23:26:35 +02:00 |
|
Kovid Goyal
|
26fd1f8803
|
Merge branch 'master' of https://github.com/duanemoody/calibre
|
2014-04-01 08:13:29 +05:30 |
|
duanemoody
|
d9149a2ee8
|
Add application category (Utilities)
OS X's View by Category requires LSApplicationCategoryType otherwise it sorts out to "Other" at the bottom.
|
2014-03-31 10:29:55 -07:00 |
|
Kovid Goyal
|
39e03a4732
|
A nicer merge algorithm
|
2014-03-31 21:58:13 +05:30 |
|
Kovid Goyal
|
2133441fe8
|
Handle multiple index entries with the same text as well as sub-entries
|
2014-03-31 21:35:59 +05:30 |
|
Kovid Goyal
|
e395657b78
|
Some styling for the index entries
|
2014-03-31 20:53:12 +05:30 |
|
Kovid Goyal
|
591d2b769b
|
Remove the test guard for index conversion
|
2014-03-31 20:36:42 +05:30 |
|
Kovid Goyal
|
58fee2de0e
|
DOCX: Conversion of index works, preserving the header styles
|
2014-03-31 20:32:20 +05:30 |
|
Kovid Goyal
|
10336f7d2d
|
DOCX Input: Fix bug in handling of hyperlink fields containing only a single run of text
|
2014-03-31 19:38:22 +05:30 |
|
Kovid Goyal
|
3c971aa472
|
A utility function to partition a list of items by their first letter, using ICU collation ordering
|
2014-03-31 19:27:23 +05:30 |
|
Kovid Goyal
|
a761e39317
|
Nicer prefix for index anchors
|
2014-03-31 16:08:15 +05:30 |
|
Kovid Goyal
|
7ea8e2abc5
|
Create synthetic bookmarks for index field entries
|
2014-03-31 16:00:51 +05:30 |
|
Kovid Goyal
|
530112799e
|
...
|
2014-03-31 11:28:14 +05:30 |
|
Kovid Goyal
|
b23cb51d74
|
DOCX Input: Fix handling of hyperlink in documents where the hyperlink text is split up in multiple field components
|
2014-03-31 11:21:33 +05:30 |
|
Kovid Goyal
|
2a9643793a
|
Refactor out use of SIGNAL macro
|
2014-03-31 10:03:50 +05:30 |
|