Commit Graph

38037 Commits

Author SHA1 Message Date
Charles Haley 5f701dbdcd Enhancement #2091189: add a count column to the enumerated values dialog 2024-12-07 13:44:57 +00:00
Charles Haley f2c1274824 Enhancement #2091139: Reordering Columns in Custom Column Editor 2024-12-07 12:11:54 +00:00
Kovid Goyal 6e13089def Fix #2091152 [Enhancement Request: Resolve doi.org links when pasting identifiers](https://bugs.launchpad.net/calibre/+bug/2091152) 2024-12-06 16:20:12 +05:30
Kovid Goyal 8c02414d84 Fix #2091151 [MDE: UnboundLocalError in Invalid ISBN dialog](https://bugs.launchpad.net/calibre/+bug/2091151) 2024-12-06 15:55:12 +05:30
Kovid Goyal a8ac58dd0e Bump version for preview release 2024-12-06 08:43:45 +05:30
Charles Haley f40f44cc29 Re commit 6b98fac: for some reason the \1 must be \\1 to get the "real" text. 2024-12-05 17:02:58 +00:00
Kovid Goyal 6b98fac7c3 Remove problematic string from translations 2024-12-05 20:49:32 +05:30
Kovid Goyal dc25152c5b pep8 2024-12-05 19:32:51 +05:30
Charles Haley f90efd57ee Bug #2089926: Error with french translation template function doc 2024-12-05 10:07:47 +00:00
Kovid Goyal b36c8d32c6 Better error message when Bing returns no results 2024-12-05 09:10:59 +05:30
Kovid Goyal a00d5d0ca2 string changes 2024-12-04 21:18:10 +05:30
cm-fy fb7932459f Add Mid-small toolbar icon size 2024-12-04 21:17:17 +05:30
Kovid Goyal daef0914cd Fix #2090888 [id_to_index failure during metadata edit](https://bugs.launchpad.net/calibre/+bug/2090888) 2024-12-04 21:17:16 +05:30
un-pogaz 54ae263559 add <br> to raw doc output
try to preserve a minimum the line return of the original format
2024-11-29 13:59:59 +01:00
un-pogaz 1684647366 get safely template function doc 2024-11-29 13:39:46 +01:00
un-pogaz 67c0e9a9af fix text not switched to english/translated when checkbox change 2024-11-29 10:40:20 +01:00
un-pogaz 1e8b9a18fb fix text not in english when checkbox is True 2024-11-29 10:38:04 +01:00
Kovid Goyal 3e1a9ec3e7 Replace use of deprecated ffmpeg API 2024-11-29 10:31:31 +05:30
Kovid Goyal d9de854a72 version 7.22.0 2024-11-29 08:11:03 +05:30
Kovid Goyal e105f248d5 ... 2024-11-26 20:14:07 +05:30
Kovid Goyal 34a5b05df4 E-book viewer: Fix spurious chapter transition after configuring Read aloud 2024-11-26 14:59:23 +05:30
Kovid Goyal 0438ad7c94 CS viewer: Fix read aloud broken after a configure with no changes 2024-11-26 14:37:53 +05:30
Kovid Goyal f82ea2036a Add config for read aloud bar position to CS viewer 2024-11-26 13:31:18 +05:30
Kovid Goyal 9725e92d17 E-book viewer: Read Aloud: Add an option to control the position of the popup control bar. It can now be placed along the top or bottom edges so as to overlap less with text. 2024-11-26 12:42:13 +05:30
Kovid Goyal 6cac9d3624 Fix details missing on regex builder failure 2024-11-26 07:45:09 +05:30
Kovid Goyal bb39475132 Remove unused code 2024-11-24 14:10:16 +05:30
Kovid Goyal c96a330013 System tray menu: Add action to restart calibre. Fixes #2087754 [[Enhancement] Add 'Restart' to tray menu](https://bugs.launchpad.net/calibre/+bug/2087754) 2024-11-24 13:46:38 +05:30
Kovid Goyal 2dacaf7da2 DOCX Input: When some text has multiple footnotes insert a space between the consecutive foot note numbers so that they are distinct. Fixes #2089433 [Separate several footnote/endnote references](https://bugs.launchpad.net/calibre/+bug/2089433) 2024-11-24 13:24:46 +05:30
Kovid Goyal 90b33c9648 Fix #2089461 [Calibre Editor mouse busy for replace all on marked text](https://bugs.launchpad.net/calibre/+bug/2089461) 2024-11-24 12:10:34 +05:30
Kovid Goyal 149ccef977 Add a tooltip to Replace All 2024-11-24 11:06:24 +05:30
Kovid Goyal 3c0bbde1b9 Merge branch 'master' of https://github.com/chocolatechipcats/calibre 2024-11-24 08:31:51 +05:30
chocolatechipcats 951c424115 string changes in look_feel.ui
no longer needs system tray icon on Windows
2024-11-23 17:59:25 -04:00
MisterAP 2996ec2a8e Bug 2089436. Error in reflowing lines from PDFs 2024-11-23 18:17:57 +00:00
Kovid Goyal 621bf9196d string changes 2024-11-23 08:28:58 +05:30
Charles Haley 141d24cef0 Make the back stack work across show_all_functions. 2024-11-22 20:11:47 +00:00
Charles Haley 37732b2bd6 Forgot some :ref:s 2024-11-22 20:09:50 +00:00
Charles Haley 16c7bc184d Remove a debugging comment 2024-11-22 10:07:23 +00:00
Charles Haley ef6862da8b Minor improvements to the template documentation dialog
* One string wasn't translated.
* The "Show in English" box wasn't being respected for the "No documentation provided" message.
* Documentation for stored templates wasn't formatted correctly
2024-11-22 10:04:51 +00:00
Kovid Goyal 38e1645485 Bump version for preview 2024-11-22 08:42:39 +05:30
Kovid Goyal 6614f12bd7 Merge branch 'master' of https://github.com/richmidwinter/calibre 2024-11-21 21:13:54 +05:30
Richard Midwinter 66e2520330 Set focus on jobs_view table.
On clicking "Show jobs detail". This prevents the job details dialog not being opened as the currentIndex is set to -1.
2024-11-21 14:12:55 +00:00
Charles Haley 2c585722d7 Changes related to FFML documentation:
* Update the documentation for the new tags
* Add a "Documentation" button to the FFML editor dialog
* Fix problems with escaping text in code blocks.
2024-11-21 12:15:25 +00:00
Kovid Goyal 4fe4823dc7 Only translate function category names once 2024-11-21 08:02:37 +05:30
Charles Haley 107dfac46f Make the "back" button in the HTML document viewer position the viewport to where it was when a URL was clicked. 2024-11-20 16:50:03 +00:00
Charles Haley fb256ee606 Add the summary tag. Make the category into a translatable string. 2024-11-20 14:41:09 +00:00
Charles Haley bb2950da4c Add the summary methods. Also fix bug in escaping. 2024-11-20 14:21:51 +00:00
Charles Haley 02b8644c17 Add summary and escaped tags to documentation 2024-11-20 14:21:09 +00:00
Charles Haley 593e0f45c7 Add internal link handling to the HTML shown in the template tester and the documentation viewer. 2024-11-20 14:20:29 +00:00
MisterAP 0071e85e2c Additional header/footer checks
Some fixes to page merge
2024-11-19 10:52:57 +00:00
Kovid Goyal 6541318e5a string changes 2024-11-18 21:39:54 +05:30