58d28ad73f
- Update to 0.4.0 - New Features: - Added optional fuzzy search. (#100). - Added support for user-defined styles via custom CSS file. (#268) - Added support for a basic dark theme (webview only). (#466) - Added support for high resolution displays. (#111) - Switched to the CMake build system, support for qmake will be dropped shortly. - The minimally required Qt version bumped to 5.5.1. - As the result of above, libappindicator support is relies on the built-in Qt implementation. - Dropped support for Qt WebEngine. - Removed dependency on Qt Sql by using SQLite directly. - Windows binaries now bundle the new Qt WebKit, which fixes a lot of rendering and stability isses. (#359, #723) - Windows binaries are now 64-bit, and built with MSVC 2015. - Improvements: - New tabs now have the search box automatically focused. (#725) - Added a Retry button to the error box appearing on docset list download failure. (#566) - Updated welcome page style (includes a Carbon ad banner, which can be disabled in the settings). - Fixed Issues: - Fixed search for one-character terms. (#698) - Multiple fixes in the search algorithm. (#603, #650, #677) - Fixed navigation in some docsets. (#641) - Fixed portable version not saving docset storage path. (609) - Many rendering and stability issues fixed by switching to the new Qt WebKit. (#359, #723) OBS-URL: https://build.opensuse.org/request/show/557703 OBS-URL: https://build.opensuse.org/package/show/devel:tools/zeal?expand=0&rev=19
16 lines
323 B
Diff
16 lines
323 B
Diff
Index: b/zeal.pro
|
|
===================================================================
|
|
--- a/zeal.pro
|
|
+++ b/zeal.pro
|
|
@@ -4,10 +4,6 @@
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
-lessThan(QT_VERSION, "5.5.1") {
|
|
- error("Qt 5.5.1 or above is required to build Zeal.")
|
|
-}
|
|
-
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += \
|