4
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Nov 09, 2024 — Nov 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes so that it runs partially on Mac: Use the python version for GetPrevVisible under mac as well as GTK (as not implemented there) More... about 17 years ago
Fixed module selector in AUI captions to only draw for the maximized pane when there is one More... about 17 years ago
Added a smarter template for the bible. This finds any leading whitespace in $text, and puts it at the front of the body item. Any trailing whitespace goes to the back of the body item. More... about 17 years ago
Removed dprint on strongs:H00 More... about 17 years ago
Started making topic operations act on the currently selected topic or passage. This is intended to make it easier to make the actions generic and repeatable. More... about 17 years ago
Added stemming support using snowball (at the moment only english and french are configured). This uses a heuristic, so it may not work exactly in all cases. More... about 17 years ago
Make sure that we end up with unicode strings from our templates More... about 17 years ago
Fixed nasty bug where contents of <lg> and <p> tags were ignored, as they used the headings handler which is currently turned off. This messed up verse offsets in places. More... about 17 years ago
Allowed fixed width font sections to be displayed in error messages by putting ``double backticks`` around them. More... about 17 years ago
Don't put tags in stripped or raw text More... about 17 years ago
Split dictionary indexes into 200-entry pieces. They will now give progress. Added notes on undesirable behaviour with sword searches with entries with ; in. More... about 17 years ago
Remove explicit references to Bible in search panel text More... about 17 years ago
Fixed genbook reference link highlighting and highlighting of h4 elements which aren't headings. More... about 17 years ago
Made empty queries work (e.g. /) More... about 17 years ago
Added commentary search panel, which defaults to within 1 verse. Added extra debug for when there is invalid osis More... about 17 years ago
Don't shrink the keyboard button to the text box size - clipping was occurring. More... about 17 years ago
Added a simple verse per line setting for bibles - this puts a <br> at the end when it is turned on. This will be in addition to any <p>'s at the start or end of verses... More... about 17 years ago
Hopefully this is the final fix for link highlighting... Added an is_bible flag to highlight methods which changes the tokenization. Bibles won't count verse links, but all other books will. More... about 17 years ago
Fixed emptiness checking for non-empty books More... about 17 years ago
Fixed highlighting with references in text - i.e. in dictionary. Made strong's numbers without headwords on completely green highlighted More... about 17 years ago
Maded osisRef's work now parsing is case-sensitive More... about 17 years ago
Handled empty genbooks properly. Added a little more debugging for TKs which have a different module from the intended one More... about 17 years ago
Added a virtual keyboard to the search panel, which is used for typing into the search combo. This pops up a panel with a button for each of the letters used in the module. Indexes will need to be rebuilt. Renamed set_genindex_button_up to set_index_available, and moved some search button enabling into it. More... about 17 years ago
Don't show unindex button if is_debugging is false. Index is still shown. More... about 17 years ago
Things missed by mistake from previous commit: Made going to a dictionary entry by double-clicking from search set the text correctly for daily devotionals. More... about 17 years ago
Added dictionary search panel - doesn't highlight properly with links which are currently excluded. A little work is need to make this work. More... about 17 years ago
Fixed genbook search so that genbook ranges now display properly. Moved sash repositioning into on_show Fixed doubleclicking on results to work in genbooks Removed the range panel in genbooks - it may come back later, modified. Also, changed Verses -> Entries in genbook proximity options More... about 17 years ago
Added the concept of an end ref to book.py and genbook.py for displaying contiguous ranges. More... about 17 years ago
Genbook links should change the genbook frame, not any other. More... about 17 years ago
Added a stack trace when get_data is called with an invalid tree item More... about 17 years ago