Skip to content

Commit

Permalink
remove unused code to simplify and clean up base.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhendricks committed Jun 12, 2019
1 parent 66d20a8 commit 1adfde5
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 3,563 deletions.
16 changes: 3 additions & 13 deletions ChangeLog.txt
@@ -1,15 +1,16 @@
pre-0.9.15
New Features
- ported to use QtWebEngine (based on Chromium) to replace QtWebkit whose development effectively stopped
- ported to use QtWebEngine (based on Chromium) to replace QtWebkit
- QtWebEngine reduces memory growth and plugs many major memory leaks
- QtWebEngine has ongoing security and support patches from Qt/Google/Chromium
- removes the broken/deprecated BookView Editor that relied on QtWebKit
- created PageEdit app (that uses QtWebEngine) that via Open-With replaces BookView functionality
(see https://github.com/Sigil-Ebook/PageEdit)
- allows the user to control use of javascript and remote access by epubs when editing

It also includes all of the fixes and updates from Sigil-0.9.14:
It also includes all of the fixes and updates from Sigil-0.9.14.

Sigil-0.9.14
Bug Fixes
- flush all changes to disk before creating a Report so that files sizes are correct
- stop writing python bytecode to Program Files on Windows
Expand All @@ -34,17 +35,6 @@ It also includes all of the fixes and updates from Sigil-0.9.14:
- characters in HTML files report now uses gumbo for speed
- allow user's custom plugin icons to survive a plugin update


pre-0.9.14
Bug Fixes
- flush all changes to disk before creating a Report so that files sizes are correct
New Features
- reduce PCRE cache size to help lower memory footprint
- improve mapping of hunspell dictionary names to actual language names (thanks BeckyDTP)
- add warning during import if unmanifested files exist in the epub zip archive
- Sigil no longer requires use of non-breaking space entities (or any entities at all!)


Sigil-0.9.13
Bug Fixes
- Revert change of INI encoding to utf-8 as QSettings very broken under utf-8 (commit 5484463)
Expand Down
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Expand Up @@ -285,6 +285,7 @@ set( MISC_FILES
Misc/MarcRelators.cpp
Misc/MarcRelators.h
Misc/UILanguage.cpp
Misc/UILanguage.h
Misc/SettingsStore.cpp
Misc/SettingsStore.h
Misc/SpellCheck.cpp
Expand All @@ -310,6 +311,7 @@ set( MISC_FILES
Misc/ValidationResult.cpp
Misc/WrapIndicator.h
Misc/XMLEntities.cpp
Misc/XMLEntities.h
Misc/PyObjectPtr.h
Misc/PyObjectPtr.cpp
Misc/EmbeddedPython.h
Expand Down
274 changes: 0 additions & 274 deletions src/Misc/HTMLPrettyPrint.cpp

This file was deleted.

0 comments on commit 1adfde5

Please sign in to comment.