1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
LP:1205703 Embed driver details in converted books More... over 11 years ago
LP:1204907 - CSS hyphenation Change hyphenation option to use CSS-based hyphenation. Update README with new method and directions. More... over 11 years ago
Improve detection of KePub'd books. Improve detection of books already converted to KePub to avoid processing a converted book again. More... over 11 years ago
Add ability to block award tiles More... over 11 years ago
Prepare for upcoming major structural changes More... over 11 years ago
Fix preferences on short desktops. For short desktop viewport heights, shrink the QScrollArea to let the window fit. More... over 11 years ago
Fix LP:1197219 When silently ignoring failed conversions, actually upload the books as ePub instead of teasing the poor end user with suggestive wording. More... over 11 years ago
Update README with new debug path info. More... over 11 years ago
Fix LP:1202864 When copying KePub files to a specific directory, use the driver save template to generate the path to copy the book to. More... over 11 years ago
Put the config widget inside a QScrollArea Allow scrolling the plugin configuration window so users on smaller screens can see all options. More... over 11 years ago
Bump version to account for relatively big new features More... over 11 years ago
Fix book directions More... over 11 years ago
Update README to reference LP bug tracker More... over 11 years ago
Add the 'sql' folder to the package More... over 11 years ago
Allow blocking some Kobo analytics. Add a database trigger to block updates to the Kobo analytics database table. Empty the table out and delete new entries as they come in. More... over 11 years ago
Fix #69: Add DB trigger Add a database trigger to disable RecentBooks tiles when processing new books on the device. More... over 11 years ago
Set plugin creation script executable More... over 11 years ago
Fix #73 The XPath clause to make sure there was no 'html' component was wrong, and was not necessary with the check for the media-type property. More... over 11 years ago
Do not use _() as it is reserved for calibre More... over 11 years ago
Version bump More... over 11 years ago
Change how to construct the frozenset of special punctuation characters More... over 11 years ago
#66: handle punctuation and raquot More... over 11 years ago
Fix #68: Multiline comment parsing fix After smartening punctuation, multi-line comments were not properly reverted to comment nodes More... over 11 years ago
Fix #65 and other issues Fix bug #65 and other issues discovered while investigating. - Adding Kobo spans to files that already have them no longer happens - When smartening punctuation, comments no longer get mangled - Some markup cleanup is now forced to deal with invalid markup More... over 11 years ago
Do not add Kobo JS if there's already a kobo*.js file present. More... over 11 years ago
Support Kobo FW 2.6.1 More... over 11 years ago
Fix #64 Previous fix broke OPF parsing. More... over 11 years ago
pep8 compliance (except for line length restrictions) More... over 11 years ago
Ignore PyDev .checkstyle More... over 11 years ago
Fix #61: Parse HTML files as well as XML files. ePub files are supposed to be XHTML, which is XML-compliant, even though some publishers set the MIME type as text/html. Accordingly, parse text/html files as XML. More... over 11 years ago