Activity for KingJamesPureBibleSearch

  • Bruce Davenport Bruce Davenport posted a comment on discussion General Discussion

    Hi Donna, I really appreciate the info. I'll get everything downloaded and installed and see where that takes me. Regards. Bruce Davenport On Sun, Oct 5, 2025 at 12:47 PM Donna Whisnant dewhisna@users.sourceforge.net wrote: For this topic, it's best to discuss via private email, rather than to have it posted here in the SourceForge discussion forums. In the KJPBS, go to Help->About (or press F1) to bring up the "About" dialog. On that dialog, click the "License" button at the bottom to bring up the...

  • Donna Whisnant Donna Whisnant posted a comment on discussion General Discussion

    For this topic, it's best to discuss via private email, rather than to have it posted here in the SourceForge discussion forums. In the KJPBS, go to Help->About (or press F1) to bring up the "About" dialog. On that dialog, click the "License" button at the bottom to bring up the "License" dialog. On that dialog, locate the URL for my personal website near the bottom where it says "Contact". Use that URL to navigate to my personal website. On my personal website, click on the "Contact" link at the...

  • Bruce Davenport Bruce Davenport posted a comment on discussion General Discussion

    Hi Donna, Thankyou for the response. The work required to make interfaces with other Bible versions is way above my paygrade Do you have any details on the people that have done that work with other versions? I firmly believe the KJV is the most accurate english translation, however, I would like to be able to offer definitive proof to naysayers. I look forward to hearing from you. Bruce Davenport On Fri, Oct 3, 2025 at 1:05 PM Donna Whisnant dewhisna@users.sourceforge.net wrote: The KJPBS code search...

  • Donna Whisnant Donna Whisnant posted a comment on discussion General Discussion

    The KJPBS code search logic isn't tied to a specific Bible translation, but legal copyrights and such prohibit supplying the data for those other translations. This tool's primary purpose is to explore the numerical patterns in the King James text and not so much a generic Bible reading/study app. Most all of these other Bible translations require licensing, and in some cases usage fees, with the copyright holders and as such isn't in the scope of design for this app. Other users have, however, taken...

  • Bruce Davenport Bruce Davenport posted a comment on discussion General Discussion

    Are there versions of this GUI that can interface with other Bible versions ie Catholic, NIV, JW etc

  • Donna Whisnant Donna Whisnant posted a comment on discussion General Discussion

    Thanks for the input. What you outline for the "Fix on end-user machine" I have had posted on the purebiblesearch.com website instructions for quite a while now. And yes, Linux distros have been steadily moving away from LSB, and KJPBS has been moving away from it too. The current "official production release" of KJPBS, as posted on purebiblesearch.com, is about 12-years old now. My newer releases of KJPBS are moving away from a system-package style installer, which used LSB to meet system package...

  • james james posted a comment on discussion General Discussion

    Subject: Pure Bible Search – Linux LSB Loader Issue Caused 404 / “File Not Found” Dear Sir / Madam, I recently installed King James Pure Bible Search on Ubuntu 24.04 using the “.run” package (kjvpurebiblesearch-3.0.0-2.x86_64.run). Everything extracted cleanly, but on attempting to launch the program I received: bash: ./KingJamesPureBibleSearch: cannot execute: required file not found ldd revealed: /lib64/ld-lsb-x86-64.so.3 => /lib64/ld-linux-x86-64.so.2 Modern glibc distributions (Ubuntu 22+ and...

  • Donna Whisnant Donna Whisnant posted a comment on discussion General Discussion

    Correct. The pre-production alpha snapshot versions of KJPBS are posted on GitHub instead of SourceForge. Here's the link where they can be downloaded: https://github.com/dewhisna/KingJamesPureBibleSearch/releases As of this posting, the latest snapshot was two days ago on 2025-06-28. You can also check the exact version of KJPBS you are using from the "About Box" in the app. Alpha snapshots will be labeled with something like "v3.0-1358-g03692d23", which means 1358 code commits past the v3.0 tagged...

  • Neal Ryan Neal Ryan posted a comment on discussion General Discussion

    English ELS new feature added. To access go to 'Window' on the new version. It will show up under 'Open Search Windows'. If there is nothint under 'Open Search Windows' then it is not the 2025 version of KING JAMES Pure BIBLE Search

  • Donna Whisnant committed [03692d] on Code

    Support user-selectable ELS Result Reference Type to display.

  • Donna Whisnant committed [6624a3] on Code

    Compress CSearchPhraseEdit::enterTriggered() signal through m_dlyTextChanged.

  • Donna Whisnant committed [2c9015] on Code

    Combine insertCommonPhraseCompletion() with setFromPhraseEntry().

  • Donna Whisnant committed [95e11f] on Code

    Eliminate TPhraseSettings and smash it into CPhraseEntry logic.

  • Donna Whisnant committed [52fe78] on Code

    Add missing include in BibleLayout.h for stdint.h for uint32_t type.

  • Donna Whisnant committed [073c22] on Code

    Add per search phrase constraint support to the WebChannel.

  • Donna Whisnant committed [8167ca] on Code

    Fix conflicting accelerator shortcut for Highlighting vs Help.

  • Donna Whisnant committed [a2c36c] on Code

    Support CPhraseEntry constraint to limit a phrase to book/chapter/verse.

  • Donna Whisnant committed [b46728] on Code

    Add Git Version to the splash screen for special builds, such as alphas.

  • Donna Whisnant committed [d41b51] on Code

    Inline CSearchCriteria::searchScopeDescription() function.

  • Donna Whisnant committed [ea77ac] on Code

    Change matrix centering after layout change to use currentIndex.

  • Donna Whisnant committed [4ce80b] on Code

    Create git_version_check file for determining when version changes.

  • Donna Whisnant committed [8eed43] on Code

    Switch Git Version generation to use define instead of string literal.

  • Donna Whisnant committed [d1e1a6] on Code

    Add Git Version to about dialog and usage output for all tools.

  • Donna Whisnant committed [b4f4c5] on Code

    Fix dragging/dropping of empty matrix cells.

  • Donna Whisnant committed [d716f5] on Code

    Switch to using the internalId() for CModelIndex on CLetterMatrixTableModel.

  • Donna Whisnant committed [b1370d] on Code

    Switch to use resetModel instead of layoutChanged for width/offset changes.

  • Donna Whisnant committed [393f1f] on Code

    Add missing 'virtual' and 'const' keywords on CLetterMatrixTableModel.

  • Donna Whisnant committed [d55dd5] on Code

    Add space betwen width/offset spin controls and clear button.

  • Donna Whisnant committed [eb59c3] on Code

    Don't connect findReplaceForm signals in FindDialog constructor.

  • Donna Whisnant committed [7f2730] on Code

    Fix multiple connections of m_dlySearchResultsUpdate to en_phraseChanged.

  • Donna Whisnant committed [05ec66] on Code

    Isolate Qt4-isms for QStyleOptionViewItemV4 artifacts,

  • Donna Whisnant committed [281945] on Code

    Fix visible check size comparison in CReflowDelegate::reflowViewport().

  • Donna Whisnant committed [aaf7c7] on Code

    Fix the goofy CReflowDelegate sizeHintChanged() signal shuffle.

  • Donna Whisnant committed [9b1fac] on Code

    Updates to CModelRowForwardIterator code.

  • Donna Whisnant committed [1ec410] on Code

    Remove executable flag from KJVCanOpener_msvc2013.iss and darkstyle.qrc.

  • Donna Whisnant committed [700231] on Code

    Add patch files and update build notes for building Qt on Ubuntu Noble.

  • Dale Franklin Dale Franklin modified a comment on discussion General Discussion

    Hello there, just reporting a discrepancy in the 1611 online database. It has James 1:22 as "receiuing" rather than "decieuing". This would be the 66th mention of "decieu*" by the way lol.

  • Dale Franklin Dale Franklin posted a comment on discussion General Discussion

    Hello there, just reporting a discrepancy in the 1611 online database. It has James 1:22 as "receiuing" rather than "decieuing". The this would be the 66th mention of "decieu*" by the way lol.

  • Dale Franklin Dale Franklin posted a comment on discussion General Discussion

    I humbly second this request and in the order that it is given in the 1611/1769.

  • Donna Whisnant committed [983b78] on Code

    Add new Matrix Options for Book, Chapter, and Verse Prologues:

  • Donna Whisnant committed [c39c25] on Code

    Corrections to the 1611 Book Prologues.

  • Donna Whisnant committed [e62f81] on Code

    Change KJVDataDump to allow full SearchWithin spec options.

  • Donna Whisnant committed [64f23f] on Code

    Only compare bpo/cpo/vpo/fvto option flags when top tmo flag is set,

  • Donna Whisnant committed [e98f1d] on Code

    Switch ELS Search word list to space separated.

  • Donna Whisnant committed [c97921] on Code

    Switch DecomposeLetters options from FullVerseText to TextModifier.

  • Donna Whisnant committed [ee61d5] on Code

    Add FullVerseText Option to DecomposeLetters (i.e. remove accents).

  • Donna Whisnant committed [ecc410] on Code

    Change the Letter Matrix to just deCantillate and decompose.

  • Donna Whisnant committed [3d77e1] on Code

    Add multiple search window support to standalone ELSSearch app.

  • Donna Whisnant committed [b2bd94] on Code

    Allow standalone ELS Search app to launch correct search when loading recording.

  • Donna Whisnant committed [43376f] on Code

    Allow ELSSearch to launch new search dialogs with its current settings.

  • Donna Whisnant committed [ce9dcc] on Code

    DeCantillate, deApostrophe, and decompose full verse text matrix rendering.

  • Donna Whisnant committed [e72578] on Code

    Add option descriptions for Pilcrows and Ps119 Acrostics.

  • Donna Whisnant committed [3b2b9e] on Code

    Add Full Verse (Include Punctuation) Option to Include Pilcrow Markers.

  • Donna Whisnant committed [ff6142] on Code

    Add Verse Prologue Options for Ps119 Hebrew Acrostics.

  • Donna Whisnant committed [9d0ce8] on Code

    Include punctuation in prologues when in LMTMO_IncludePunctuation mode.

  • Donna Whisnant committed [7f5167] on Code

    Fix bug when aborting ELS File Open/Save dialogs

  • Donna Whisnant committed [5146fa] on Code

    Fix enable/disable of PsalmBOOK Number format combo box.

  • Donna Whisnant committed [e6a2d9] on Code

    Add new FullVerseTextOptionFlags throughout, including ELS files.

  • Donna Whisnant committed [cc450e] on Code

    Add support for Full Verse Text with Punctuation and/or Spaces.

  • Donna Whisnant committed [2fcc99] on Code

    Add number options for the Psalm "BOOK" tag option.

  • Donna Whisnant committed [d8d140] on Code

    Revert c686adf3386f0f2355f0cc9d1465095018f3af55.

  • Donna Whisnant committed [319148] on Code

    Fix QStatusBar text color issue.

  • Donna Whisnant committed [73042d] on Code

    Implement BPO/CPO/VPO options in the command-line ELS Search.

  • Donna Whisnant committed [fb9b50] on Code

    Document ELS Search Transcript File format details.

  • Donna Whisnant committed [697147] on Code

    Fix CELSBibleDatabaseSelectDlg to compile and run with Qt 5.

  • Donna Whisnant committed [1efed6] on Code

    Improve the prologue resolution logic in matrixIndexFromRelIndex.

  • Donna Whisnant committed [961211] on Code

    Support Verse Prologue in PassageReferenceText functions.

  • Donna Whisnant committed [2fd303] on Code

    Support Verse Prologue in NormalizeIndexEx().

  • Donna Whisnant committed [b5a8a0] on Code

    Add support for Case-Sensitive searches in ELS Search.

  • Donna Whisnant committed [7492b7] on Code

    Fix the Psalm "BOOK" numbers.

  • Donna Whisnant committed [062b60] on Code

    Improve the test options for the command-line ELSSearch app.

  • Donna Whisnant committed [ee4a42] on Code

    Fix the prologue search logic in CLetterMatrix::matrixIndexFromRelIndex().

  • Donna Whisnant committed [b1b596] on Code

    Limit the minimum MinSkip and MaxSkip values for non-ELS to be 1.

  • Donna Whisnant committed [c686ad] on Code

    Change default for spinMinSkip to 0 instead of 1.

  • Donna Whisnant committed [46820b] on Code

    Fix arabic numbers in the letter matrix.

  • Donna Whisnant committed [f52a1c] on Code

    Rework CELSBibleDatabaseSelectDlg for new prologue options.

  • Donna Whisnant committed [a849d9] on Code

    Consolidate Option Description generation.

  • Donna Whisnant committed [a4dc07] on Code

    Add new Book/Chapter/Verse Prologue Option enumerations.

  • Donna Whisnant committed [577bc4] on Code

    Move the prologues to CLetterMatrix and out of the Bible Database data.

  • Donna Whisnant committed [4c9d80] on Code

    Add LetterMatrixTextModifierOptions for Verse Prologues.

  • Donna Whisnant committed [0b0b26] on Code

    Support rendering in original case in ELS Search.

  • Donna Whisnant committed [eb5f44] on Code

    Remove all Qt-isms in main command-line applications for Qt < 5.15.x

  • Donna Whisnant committed [e3a1a3] on Code

    Create KJPBSCocoaAppDelegate to work around bug on MacOS Sonoma.

  • Donna Whisnant committed [9fdc82] on Code

    Fix Qt 4.8.7 issues caused by 4711b3f8ab27f72b712d0f91a93814daa2fcdb6f.

  • Donna Whisnant committed [217b07] on Code

    Fix quoting issues in calls to target_versioninfo().

  • Donna Whisnant committed [4711b3] on Code

    Rework all subprojects to use project_genver().

  • Donna Whisnant committed [c0a2b8] on Code

    Move the PRERELEASE logic up to the top-level.

  • Donna Whisnant committed [526ec2] on Code

    Remove KJVCanOpener_QApp.h and switch things up to use new version gen.

  • Donna Whisnant committed [7c2e73] on Code

    Add ability to add additional defines to version.h generation.

  • Donna Whisnant committed [ffb4cf] on Code

    Rename KJVCanOpener_org.h to KJVCanOpener_QApp.h.

  • Donna Whisnant committed [a15272] on Code

    Make MACOSX Bundle generation use consistent KJVCanOpener_VERSION variable.

  • Donna Whisnant committed [2d7982] on Code

    Fix project_genver() to propagate version settings back to parent scope.

  • Donna Whisnant committed [8a787e] on Code

    Bump GenerateVersion.cmake CMake version to include 3.31.

  • Donna Whisnant committed [5543fe] on Code

    Reorganize the local cmake modules.

  • Donna Whisnant committed [b3d789] on Code

    Revamp version logic to auto-generate it from single CMake location.

  • Donna Whisnant committed [0ac471] on Code

    Create new Info.plist template for MacOS targets.

  • Donna Whisnant committed [d83a2d] on Code

    Update copyright information.

  • Donna Whisnant committed [05f647] on Code

    Bump ELS Transcript file version for new "delete" functionality.

  • Donna Whisnant committed [cf3522] on Code

    Add support for saving ELSResult deletion to ELSSearch recording file.

  • Kimberly Palmer Kimberly Palmer posted a comment on discussion General Discussion

    Thank you, I'm going to try it first before I bother you further. Thanks so much.

1 >
MongoDB Logo MongoDB