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 Media Management Bundle
70% Off -
MacX DVD Ripper Pro
50% Off -
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
WinX MediaTrans
63% Off -
Media Player Morpher
85% 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
- User Account Manager 6.03
- Windows XP Mode (Windows Virtual PC) 1.3.7600.16423
- iTop Easy Desktop 2.9.2.9
- Windows 7 Enterprise
- Windows 7 Little Tweaker 1.2
- System Monitor II 31.3
- Network Monitor II 31.7
- Internet Cyclone 2.28
- SiSoftware Sandra Lite 2021.12.31.137
- Microsoft Security Essentials Definition Updates x64 1.67.7.0
- ResLoad Notifier 1.4.4
- System Explorer Portable 7.1.0.5359
- Windows 7 x64
- Total PC Care 3.0.648.7830
- Q Light Controller 3.2.2w
- Tray Cleaner 2.0
- VMWare Tweaker 0.13.3.50
- Microsoft Virtual PC 2007 SP1 6.0.192
- GPU-Z 2.59.0
Popular Tags
utility
convert
text
password
monitor
file
download
free
search
image
windows
database
system
time
utilities
optimize
data
video
security
web
files
print
edit
keyboard
editor
manager
desktop
shareware
tool
software
Popular Windows 7 Software
- Avro Keyboard 5.6.0.0
- Ghostscript (x64 bit) 10.03.1
- Windows 7
- System Optimizer and Cleaner Software 7.0
- Windows 7 Service Pack 1 7601.17514.1011
- Memory Card Data Recovery Freeware Tool 2.2.1.4
- OST2PST Converter Free 6.6 6.6
- CubexSoft PDF Merge Tool 1.1
- USB Repair 8.7.3.1
- PST Repair 17.0
- View and Read Outlook PST emails 5.0
- Stellar Data Recovery Professional 12.0.0.0
- Office 365 Email Backup Tool 21.9
- Data Recovery Software 7.8.3.1
- OST Viewer Software 2.5
© 2025 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.