OpenBMD full changelog
OpenBMD 0.2.6 PreAlp
released Dec 29, 2011 (New Release)
· Compiled the DistrictList file to include over 18,000 official districts,
· alternate spellings and volume numbers.
Added two main helper methods to aid district transcription:
· Districts are suggested as they are typed. Tabbing out of
· a cell with a suggested district will auto-complete the district and
· volume number in the respective columns.
· Pressing the down arrow key on a cell with a suggested district will
· call a pop-up menu showing a list of suggested districts. Selecting one
· will auto-complete the district and volume number in the respective
· columns
· Districts which aren't found in the district list file can be typed
· manually.
· The manifest file now directs the packager to include the district
· file is packaged as part of the distribution.
· Fixed the get_district_picklist method - it now converts the string
· 'year' to a numeral to get at the appropriate volume set.
· Manually set the column widths to optimise the space provided.
· alternate spellings and volume numbers.
Added two main helper methods to aid district transcription:
· Districts are suggested as they are typed. Tabbing out of
· a cell with a suggested district will auto-complete the district and
· volume number in the respective columns.
· Pressing the down arrow key on a cell with a suggested district will
· call a pop-up menu showing a list of suggested districts. Selecting one
· will auto-complete the district and volume number in the respective
· columns
· Districts which aren't found in the district list file can be typed
· manually.
· The manifest file now directs the packager to include the district
· file is packaged as part of the distribution.
· Fixed the get_district_picklist method - it now converts the string
· 'year' to a numeral to get at the appropriate volume set.
· Manually set the column widths to optimise the space provided.
OpenBMD 0.2.5 PreAlp
released Nov 14, 2011 (New Release)
· Version control is now handled using GIT.
· Added a method called 'editor_text' to gather in real time, what district the user is typing into the active cell editor. This information will be used to generate a filtered list of districts for the user to select from.
· The 'check order' method now properly looks at forenames and ignores the forename cell on the last row if it is blank - i.e. the user has typed a new entry.
· Added a method called 'editor_text' to gather in real time, what district the user is typing into the active cell editor. This information will be used to generate a filtered list of districts for the user to select from.
· The 'check order' method now properly looks at forenames and ignores the forename cell on the last row if it is blank - i.e. the user has typed a new entry.
OpenBMD 0.2.4 PreAlp
released Oct 24, 2011 (New Release)
Continued work on the district picklist:
· Gathetered together the 'official' district and volume numbers from the FreeBmd site for all districts beginning with the letter A.
· Looked at the best way to present this district picklist to the user to select from. So far the options I've looked at are using the built-in 'GridCellChoiceEditor' (a type of combobox) or to have a custom pop-up menu triggered on each keystroke.
· Gathetered together the 'official' district and volume numbers from the FreeBmd site for all districts beginning with the letter A.
· Looked at the best way to present this district picklist to the user to select from. So far the options I've looked at are using the built-in 'GridCellChoiceEditor' (a type of combobox) or to have a custom pop-up menu triggered on each keystroke.
OpenBMD 0.2.3 PreAlp
released Oct 14, 2011 (New Release)
Data entry improvements:
· Extended the capitlise method to handle names punctuated with
· full stops and names with apostrophies, e.g. derek c.n.d. is
· automatically capitalised to Derek C.N.D, and o'brien is
· capitalised to O'Brien.
· Modified the capitalise method to ignore the +PAGE, +BREAK,
· COMMENT and #THEORY entries.
· Modified the check_order method to ignore the +PAGE, +BREAK,
· COMMENT and #THEORY entries.
· The check_order method now checks all entries for surname and
· forename alphabetical order every time an entry is added or
· updated. This is useful where a user adds a new row entry
· in the middle of a range which affects the sequence validity
· of entries below the new addition, or where a change to an
· entry has an effect on the sequence elsewhere.
· Pressing shift+tab on the surname column 'wraps' up to the
· previous row - mirroring the 'wrap' down feature implemented
· previously.
· Started work on the district picklist.
· Extended the capitlise method to handle names punctuated with
· full stops and names with apostrophies, e.g. derek c.n.d. is
· automatically capitalised to Derek C.N.D, and o'brien is
· capitalised to O'Brien.
· Modified the capitalise method to ignore the +PAGE, +BREAK,
· COMMENT and #THEORY entries.
· Modified the check_order method to ignore the +PAGE, +BREAK,
· COMMENT and #THEORY entries.
· The check_order method now checks all entries for surname and
· forename alphabetical order every time an entry is added or
· updated. This is useful where a user adds a new row entry
· in the middle of a range which affects the sequence validity
· of entries below the new addition, or where a change to an
· entry has an effect on the sequence elsewhere.
· Pressing shift+tab on the surname column 'wraps' up to the
· previous row - mirroring the 'wrap' down feature implemented
· previously.
· Started work on the district picklist.
OpenBMD 0.2.1 PreAlp
released Sep 30, 2011 (New Release)
Added methods for the handling of grid data:
· The row delete method was expanded so that several rows can now be deleted at the same time using the context menu on the row labels. This method is able to handle sequential and non-sequential grid rows.
· Included a method to handle clearing the of data from rows (without deleting the rows themselves). This method can also handle cell selections (individual and blocks of cells). This method is accessible from a context menu from the row labels and grid cells.
Added / improve methods for easing data entry:
· Surnames and forenames are checked for alphabetic consistency when the user tabs out of the cell. If an entry is found to be out of alphabetic order the cell background is colored red and a tool-tip added to give a description of the error. The cell background and tool-tips are reset when the entry is corrected.
· The row delete method was expanded so that several rows can now be deleted at the same time using the context menu on the row labels. This method is able to handle sequential and non-sequential grid rows.
· Included a method to handle clearing the of data from rows (without deleting the rows themselves). This method can also handle cell selections (individual and blocks of cells). This method is accessible from a context menu from the row labels and grid cells.
Added / improve methods for easing data entry:
· Surnames and forenames are checked for alphabetic consistency when the user tabs out of the cell. If an entry is found to be out of alphabetic order the cell background is colored red and a tool-tip added to give a description of the error. The cell background and tool-tips are reset when the entry is corrected.
OpenBMD 0.1.8 PreAlp
released Sep 18, 2011 (New Release)
Continued work on the transcription page:
· Added a class to handle the wx.grid instance in the lower pane of the transcription page - this will be where the user does most of their transcribing activity.
· Added column labels to the wx.grid.
· Added a class to handle the wx.grid instance in the lower pane of the transcription page - this will be where the user does most of their transcribing activity.
· Added column labels to the wx.grid.
OpenBMD 0.1.7 PreAlp
released Sep 9, 2011 (New Release)
· Started work on the transcription page; where the user will do most of the work of transcribing entries.
· Added a splitter window to allow flexible viewing of the transcription scan and the data entry fields.
· Added a splitter window to allow flexible viewing of the transcription scan and the data entry fields.
OpenBMD for Windows 7 - free download notice
Windows 7 Download periodically updates software information of OpenBMD from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
MacX MediaTrans
63% Off -
MacX DVD Ripper Pro
50% Off -
MacX Video Converter Pro
56% Off -
MacX Media Management Bundle
70% Off -
WinX DVD Copy Pro
42% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Windows 7
- Network Monitor II 31.7
- iTop Easy Desktop 4.1.1.274
- Windows 7 DreamScene Activator 1.1
- Windows XP Mode (Windows Virtual PC) 1.3.7600.16423
- Windows 7 Little Tweaker 1.2
- Windows Elapsed Running Time 1.6.0
- Windows 7 Enterprise
- User Account Manager 6.03
- Secunia Personal Software Inspector 3.0.0.11005
- PDF-XChange Standard 9.5.368
- System Monitor II 31.3
- Realtek High Definition Audio driver 2.82
- Windows 7 x64
- GPU Monitor 12.9
- System Explorer 7.1.0.5359
- Microsoft Security Essentials Definition Updates x64 1.67.7.0
- Lupo PenSuite (x64 bit) 2016
- Microsoft Virtual PC 2007 SP1 6.0.192
- Total PC Care 3.0.648.7830
Popular Tags
search
utility
windows
file
time
keyboard
utilities
manager
print
database
image
data
download
edit
system
password
desktop
text
editor
shareware
convert
security
optimize
free
software
tool
video
files
monitor
web
Popular Windows 7 Software
- Avro Keyboard 5.6.0.0
- Ghostscript (x64 bit) 10.03.1
- Windows 7
- iTop Data Recovery 6.0.0.924
- Windows 7 Service Pack 1 7601.17514.1011
- Network Monitor II 31.7
- iTop Easy Desktop 4.1.1.274
- Advanced SystemCare 19.2.0.188
- Smart Game Booster 5.3.1.692
- Media Creation Tool x64 22H2
- iTop PDF 3.6.0.4
- GoodSync2Go 12.9.25.5
- The Dude 7.21.2 Stable
- IObit Uninstaller 15.3.0.1
- Atlantis Word Processor 5.0.1.4
© 2026 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



