4
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 26, 2024 — Oct 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added possibility to pass in book to TK.breadcrumb, to pass it through the render filter. This should be changed in the unicode rewrite. Made genbookframe pass book to breadcrumb Made readonly treecombo fire events properly More... over 17 years ago
Made it so that Book.SetModule can be called with a module. Made GetFootnoteData return data rendered by the correct module. More... over 17 years ago
Added module tree, a filterable tree. This uses large chunks of code from the mainframe one, however it has been redone to make it fit with the filterable tree model and to make it nicer. More... over 17 years ago
Restored a line that was accidentally deleted in the last commit. More... over 17 years ago
Fixed issue #2, by altering searching in the following ways: 1. Made searching only be performed after the index check has been performed (since previously it would be performed before the popup asking about creating an index came up). 2. Made search drop back to using Sword searches when an index is not available. Note that this does not change the configuration for the last search type used, since we do not want this to cause them to drop back to Sword search by default in indexed modules. More... over 17 years ago
Removed the GDI Plus DLL from the repository. Large binary files do not belong in the repository, which is primarily for source code. Copyrighted files with questionable permission to include that are only relevant to a limited subset of OSes belong even less. More... over 17 years ago
Added installer for Win32 (built with InnoSetup). Installer graphics included, including SVG work. The redistributable GDI+ library (gdiplus.dll) is included but only installed for Win2K and less.
Chris Morgan
as chris.morganiser
More... over 17 years ago
Added minimize button to permanent tooltip as per Issue 5. More... over 17 years ago
Fixed bugs reported in Issue 1: ConfigManager was not evaluating lazy-evaluated defaults before saving, thus trying to save an instance method. This was fixed. Also added bare except block to mainframe on saving to pop up an alert if error happened, and then close. More... over 17 years ago
Fixed a few spelling errors in the Robertson harmony. More... over 17 years ago
Made it so that a py2exe'd version will run from the command line now (too much fiddling with paths...) NOTE: this change didn't make it into the released source, but I don't think that matters. More... over 17 years ago
Added README.txt, which is mostly taken from the wiki. More... over 17 years ago
Final (hopefully) fixes before release: Changed Verse Comparison to Version Comparison in user interface Added is_py2exe to osutils.py, and used it in places. Changed arrows used in html panels from xpm to the tango PNGs Made CopyVerses dialog convert <br> tags to line breaks properly before copying Added go-up.png tango up icon Added pushpin.gif, which I had forgotten all this time :( Added LICENSE.txt, which contains GPL Changed version in about to 0.2 Added import of reference_display_frame in search panel so py2exe would pick it up Allowed user to pass in -d flag to turn on debugging in release versions. Fixed version comparison frame so that popup menu would display. Aligned labels centre vertically in copy verses dialog. Added svn ignore for *.pyc Moved data writing from data.conf to data/data.conf Added manifest and copy commands into setup.py More... over 17 years ago
Changed the shortcut for opening the copy verses dialog from Ctrl-H to Ctrl-Alt-C so it doesn't conflict with Harmony More... over 17 years ago
Added \d and [] wildcards as described in help, and did a little cleanup on the WildCard function. More... over 17 years ago
Unbound combo event Moved search button clicking into separate function. More... over 17 years ago
When searching for a quote via a popup menu, put double quotes around it so that it actually is a phrase search. More... over 17 years ago
Changed constants in_menu, in_popup and in_both to upper case. More... over 17 years ago
Redid the way menus were populated from frames to give better control of where an item appears (menu or popup or both) Changed sticky tooltip shortcut to Shift-t, so that t can be used for tagging when implemented Moved sticky tooltip shortcut into bibleframe More... over 17 years ago
In search: Added a dummy radio box for range selection so that it will work under wxGTK as expected Made the search combo box remember previous searches. More... over 17 years ago
Pass style correctly to constructor. This means EVT_TEXT_ENTER events will be processed under msw More... over 17 years ago
Made sure search button was disabled indexing was cancelled Fixed under GTK where create index progress monitor was disabled, so you couldn't cancel it More... over 17 years ago
Made the dictionarylist work under wxGTK (wx.ListCtrlEvent.GetValue not working) More... over 17 years ago
Made tooltip's toolbar's images transparent where supported. Updated web site in about box Made copy html work Fixed misnamed variable in reference_display_frame.py More... over 17 years ago
Added support to VK's for equality comparisons against NULL VK's. More... over 17 years ago
Added support for pickling VK's. More... over 17 years ago
Moved the passage preview in the search panel into a separate widget, ReferenceDisplayFrame. This will allow it to be used in other parts of the application. More... over 17 years ago
Added support for adding observers with bound arguments to the observer list. More... over 17 years ago
General fixes Code cleanup Sunken borders in Copy verses panel and template panel Simple htmlbase for use in modal dialogs etc. More... over 17 years ago
Made tooltip not disappear unless mouse was completely off it. Under wxGTK, moving mouse onto toolbar panel would fire a mouse out event for the frame, which then disappeared. This has now been fixed. More... over 17 years ago