Revisions of zeal

buildservice-autocommit accepted request 1202452 from Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) (revision 40)
baserev update by copy to link target
Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) accepted request 1202362 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 39)
- Update to version 0.7.2:
  * docs(readme): fix Telegram link
  * feat(ui): add shortcut (Ctrl+B) to toggle sidebar visibility
  * chore: fix typos in code comments
  * fix(app): do not register protocol handlers on startup
  * fix(ui): fix Unix build when X11 is not available
  * docs(readme): update license to GPLv3 or later (#1646)
  * chore(pkg): remove unused zeal.wxs file
  * fix(browser): use button release for forward/back navigation
  * refactor(browser): replace WebKit specific CSS rules
  * refactor(registry): add missing override specifier
  * fix(core): use archive_entry_pathname_utf8
  * feat(registry,ui): show docset search keywords/prefixes
  * refactor(registry): use class enum for index level
  * fix(browser): use default QWebEngineProfile for Qt 6
  * fix(ui): use correct QWebEngineProfile when applying font settings
  * feat(browser): apply dark mode without restart with Qt 6.7+
buildservice-autocommit accepted request 1191042 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 38)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 1189900 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 37)
Add zeal-cmake-find-qt-components.patch -- Explicitly find necessary Qt6 components to fix build with Qt 6.7.2 (gh#zealdocs/zeal#1643).
buildservice-autocommit accepted request 1179557 from Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) (revision 36)
baserev update by copy to link target
Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) accepted request 1179501 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 35)
- Update to version 0.7.1:
  * refactor: replace deprecated qAsConst with std::as_const() (#1565)
  * fix(registry): save non-zero docset revision in meta.json
  * fix(browser): send key events to web view's focus proxy
  * fix(ui): use async selection in search edit
  * fix(ui): add tool tip when global shortcuts are not supported
- remove patch zeal-deprecate-qAsConst.patch as already merged in upstream
buildservice-autocommit accepted request 1126321 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 34)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1124387 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 33)
* Build against Qt6.
* Add zeal-deprecate-qAsConst.patch --  replace deprecated qAsConst with std::as_const() (gh#zealdocs/zeal#1565); patch taken from upstream commit.
* Use qt6 RPM macros for build.
* Pass -DCMAKE_SKIP_INSTALL_RPATH=ON to cmake to avoid rpath being left to installed binary.
* Drop deprecated scriptlets from %post(un).
buildservice-autocommit accepted request 1123914 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 32)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1121372 from David Anes's avatar David Anes (david.anes) (revision 31)
Update to latest stable and fix typo as 2.7.x never existed, it was 0.7.x
buildservice-autocommit accepted request 863953 from Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) (revision 30)
baserev update by copy to link target
Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) accepted request 863940 from Simon Lees's avatar Simon Lees (simotek) (revision 29)
- %cmake_build is replacing %make_jobs
buildservice-autocommit accepted request 808970 from Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) (revision 28)
baserev update by copy to link target
Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) accepted request 808815 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 27)
Version 0.6.1 is still using WebKit, but failing for a couple of 
docsets (CSS, HTML, Javascript).

This git code base is working much nicer in this regard.

See: https://github.com/zealdocs/zeal/issues/1235

- Update to version 2.7.0~git20200517.404c3aa:
  * chore(app): update FontAwesome to v5.13.0, switch to WOFF2 fonts
  * ci(github): unify configure & build steps
  * fix(registry): fix page TOC
  * fix(browser): add missing namespace declaration
  * feat(browser): log blocked requests
  * fix(browser): fix compilation with Qt version below 5.13
  * refactor(browser): improve code readability
  * feat(browser): introduce centralized web settings management
  * ci(github): fix Qt caching, make version configurable
  * fix(browser): do not call deprecated QWebEngineProfile method
- Switch to git tree
- Use QWebEngine
- Use kf5 build macros
- relocate COPYING to %license
buildservice-autocommit accepted request 663341 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 26)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 663307 from Jaime Marquínez Ferrándiz's avatar Jaime Marquínez Ferrándiz (jaimeMF) (revision 25)
- Update to 0.6.1
  * Improvements:
    + Added Back/Forward to the webview's context menu.
    + Made search prefixes case insensitive.
    + Added Ctrl+L shortcut for focusing search input field.
    + Portable version now uses a relative path to the docset storage if it's a subdirectory.
  * Fixed Issues:
    + Fixed platform defined shortcut for preferences being ignored.
    + Fixed default fixed font size not saved.
    + Fixed broken JavaScript links.
    + Fixed make install not updating icon cache.
    + Set webview background color to white by default.
    + Fixed a problem preventing docset extraction to path containing non-Latin characters.
    + Fixed reproducibility of builds once again.
- desktop file has been renamed
- Add appdata.xml file
buildservice-autocommit accepted request 577865 from Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) (revision 24)
baserev update by copy to link target
Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) accepted request 577864 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 23)
- Trim other OS parts from documentation.
Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) accepted request 577855 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 22)
- Update to 0.6.0
  * New Features:
    + New in-page search toolbar.
    + Added default font preferences.
    + New welcome page had direct links for docset manager and
      application preferences.
    + Added option for choosing external link behavior.
  * Improvements:
    + Added option for enabling smooth scrolling.
    + Added Ctrl+, shortcut to open Preferences.
  * Fixed Issues:
    + Context menu now correctly states Open in new tab instead of
      window.
    + Fixed broken Open in new tab.
    + Fixed problem with ExtJS docset.
    + Added check for read-only docset storage.
- Includes 0.5.0
  * New Features:
    + Implemented update functionality for docsets installed via
      XML feeds.
  * Improvements:
    + Added show/hide options to the tray icon's menu.
    + Tabs are movable.
    + Double click on the tab bar creates a new tab.
    + Web view now has a predefined list of zooming level.
    + Linux: Use dedicated tray icon if theme provides one.
    + Portable version now indicates so in title of the main
      window.
  * Fixed Issues:
    + Fixed search result sorting with fuzzy search disabled.
    + Fixed invisible file operations preventing the Docsets
      dialog from closing.
    + Fixed crashing on some corrupted docset directories.
    + Fixed the app exiting on its own when a new version is
      available.
    + Windows: Fixed app not gaining focus when invoked from IDE
      plugins.
  * Known Issues:
    Open in new tab doesn't work.
- use https version of site
- switch to cmake, as qmake support was removed
- drop zeal-remove-qt-version.patch (no longer relevant)
- cleanup with spec-cleaner
buildservice-autocommit accepted request 557785 from Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) (revision 21)
baserev update by copy to link target
Displaying revisions 1 - 20 of 40
openSUSE Build Service is sponsored by