summaryrefslogtreecommitdiff
path: root/misc/bibletime/patches/patch-src_frontend_bibletime.cpp
diff options
context:
space:
mode:
authornros <nros@pkgsrc.org>2020-12-04 12:17:58 +0000
committernros <nros@pkgsrc.org>2020-12-04 12:17:58 +0000
commit9f40c93b6a59ac0d103012d6e6f179a7f23e2989 (patch)
tree8bd99ac6c451df69e92ec0d7cadf940632a7edbe /misc/bibletime/patches/patch-src_frontend_bibletime.cpp
parent88c903e4315a77c33be4dd6153691892476fa962 (diff)
downloadpkgsrc-9f40c93b6a59ac0d103012d6e6f179a7f23e2989.tar.gz
Updated bibletime to version 3.0
Changes from release notes: Enhancements: * Text windows now have continuous scrolling from the beginning to end of a module. At the end of a chapter just keep scrolling to see the next chapter. * You don't have to open the Personal Commentary for writing. Edit it in a normal text window or even when it is a parallel column in a text window. * Automatic text scrolling up or down with variable speed and pause. * Copy to clipboard by choosing the beginning and ending reference. * A search filter was added in the "Install Works" page of the Bookshelf Manager. * You can select text from a single column when using parallel texts in a window. * Added a user interface to delete or create search indices. * The first time the Bookshelf Manager is used in a session, the remote libraries are updated. * Improved popup menus and icons for module chooser buttons and text window headers. * Show module unlock information in about text when available. * Improved unlocking of modules. Bugs fixed: * Locked Bible not unlocking properly. * Place not being saved in Daily Devotional. * Problems with MAG window references using hebrew modules OSHB and OSMHB. * Unable to create a search scope for deuterocanonical books. * Searching with quotes not working. * MAG windows Strongs references not working unless config settings were saved.
Diffstat (limited to 'misc/bibletime/patches/patch-src_frontend_bibletime.cpp')
-rw-r--r--misc/bibletime/patches/patch-src_frontend_bibletime.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/bibletime/patches/patch-src_frontend_bibletime.cpp b/misc/bibletime/patches/patch-src_frontend_bibletime.cpp
new file mode 100644
index 00000000000..09d10ef49ec
--- /dev/null
+++ b/misc/bibletime/patches/patch-src_frontend_bibletime.cpp
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_frontend_bibletime.cpp,v 1.1 2020/12/04 12:17:58 nros Exp $
+
+* remove deprecation warning
+ taken from upstream https://github.com/bibletime/bibletime/commit/6eb2938ed8b0244fda481c5fbfd7c00588c3d848
+
+--- src/frontend/bibletime.cpp.orig 2020-08-02 18:32:25.000000000 +0000
++++ src/frontend/bibletime.cpp
+@@ -92,7 +92,7 @@ BibleTime::BibleTime(QWidget *parent, Qt
+ if (!pm.load(splashImage)) {
+ qWarning("Can't load startuplogo! Check your installation.");
+ }
+- splash = new QSplashScreen(this, pm);
++ splash = new QSplashScreen(pm);
+ splash->setAttribute(Qt::WA_DeleteOnClose);
+ splash->finish(this);
+ splash->showMessage(splashHtml.arg(tr("Initializing the SWORD engine...")),