Package Release Info

uChmViewer-8.3-bp160.1.8

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

uChmViewer

Change Logs

* Mon Dec 09 2024 Bruno Pitrus <brunopitrus@hotmail.com>
- Switch to uChmViewer fork
- Update to 8.3:
  * fixes empty title tag bug (gh#eBookProjects/uChmViewer#4)
  * fixes mojibake bug
  * add translations
- Build against Qt6
- Drop upstreamed patches
  * qtwebengine-1-linkClicked.patch
  * qtwebengine-2-createWindow.patch
  * qtwebengine-3-synchronize-url.patch
  * url-scheme.patch
- Drop no longer relevant patches (qmake is not used anymore)
  * kchmviewer-adding-support-for-old-single-pass-gcc-linker.patch
  * no-webkit.patch
- Drop rename-desktop-file.patch (no longer relevant due to app changing name)
* Mon Mar 20 2023 Carsten Ziepke <kieltux@gmail.com>
- Add kchmviewer-adding-support-for-old-single-pass-gcc-linker.patch,
  fixes building for openSUSE Leap
* Thu Feb 17 2022 Bruno Pitrus <brunopitrus@hotmail.com>
- Add InitialPreference-greater-than-okular.patch
* Thu Jan 06 2022 brunopitrus@hotmail.com
- Update to 8.0
  * This release uses QtWebEngine for rendering instead of the dropped QtWebKit.
- Remove fix-build.patch as it related to QtWebKit.
- Add backported patches from Arch:
  * no-webkit.patch
  * qtwebengine-1-linkClicked.patch
  * qtwebengine-2-createWindow.patch
  * qtwebengine-3-synchronize-url.patch
  * url-scheme.patch
- Add a patch from Fedora:
  * rename-desktop-file.patch
* Fri May 25 2018 christophe@krop.fr
- Update to 7.7:
  * Added a Ctrl-I shortcut which copies the URL of currently opened page.
  * Minor bugfixes
- Add fix-build.patch
* Fri Dec 22 2017 wbauer@tmo.at
- Update to 7.5:
  * Added more useful information into About window
  * Fixed EPUB default encoding to be UTF-8
  * Changed the TOC/Index/Search default click to be single-click, not system-specific.
  * On Windows we do not store the window size if it is minimized or maximized; using default size instead.
- Update to 7.4:
  * Zoom level is now inherited in newly opened windows
  * Fixed the empty or stale tab names while using the back/forward navigation buttons and new tab options
  * Added -v and --version command-line options
  * Added an option (Settings/Browser/Always use single click) to use a single-click to open tree items in the contents/index tabs despite the selected OS activator such as KDE double-click. Off by default.
  * Fixed TOC parsing on some CHM files which had TOC names without associated URLs.
  * Disabled encoding selection menu for epubs
- Update to 7.3:
  * Fixed Windows-specific issues, Windows build works again
  * Added X11-specific way to bring the window to front when requested
  * Added search highlighting suggested by Jomart
  * Various KDE build fixes
  * Added an option to disable automatic auto-expansion of Table of Contents entries
  * Fixed the new version check which was triggered on older versions
  * Fixed Qt5 build, it works fine now
  * Fixed settings storage on Qt4/Qt5
* Thu Dec 14 2017 wbauer@tmo.at
- Build with Qt5, Qt4's QtWebKit is about to be dropped
* Thu Dec 08 2016 fabian@ritter-vogt.de
- Revert kde4_runtime_requires change
* Tue Nov 29 2016 olaf@aepfle.de
- Expand macro kde4_runtime_requires only when its available
  to fix quilt setup
* Sun Jan 11 2015 mailaender@opensuse.org
- Update to 7.2.1
  * Fixed a crash when indexing (in search) certain malformed HTML files.
  * Fixed parsing CHM files whose filenames contained URL-encoded characters.
- Remove upstreamed ftbfs.patch