]> git.mxchange.org Git - jfinancials-lib.git/shortlog
jfinancials-lib.git
2015-07-29 Roland HaederAnd ignored any properties files as they are generated...
2015-07-29 Roland HaederBasic support for properties file
2015-07-29 Roland HaederA lot more improvements:
2015-07-28 Roland HaederAdded a lot trace messages + sanity checks for null...
2015-07-28 Roland HaederIntroduced more methods + added first dialog call ...
2015-07-28 Roland HaederAuto-formation and yes, it is better this way
2015-07-28 Roland HaederAdded more input fields and overwritten toString()...
2015-07-28 Roland Haederset visibility for debugging purposes here
2015-07-28 Roland HaederIntroduced initNamePanel() + added entering surname...
2015-07-27 Roland HaederRenamed class to reflect actual purpose
2015-07-27 Roland HaederSpecial characters cannot be securely written with...
2015-07-27 Roland HaederUse own methods
2015-07-27 Roland HaederSorted members
2015-07-27 Roland HaederSome performance tuning...
2015-07-27 Roland HaederAdded null reference checks (NPE and asserts) + debug...
2015-07-27 Roland HaederNow much easier to handle
2015-07-27 Roland HaederIntroduced Gender enum which replaces the old char
2015-07-24 Roland HaederIntroduced new model as we need gender value verficatio...
2015-07-24 Roland HaederGlobal commit: Changed spaces to tabs, because all...
2015-07-24 Roland HaederAdded trace messages
2015-07-24 Roland HaederAdded some documentation + added assertions for importa...
2015-07-24 Roland HaederImplemented getColumnName() + added it to ContactManage...
2015-07-24 Roland HaederSorted members
2015-07-24 Roland HaederImplemented getRowCount() + centered table and added...
2015-07-24 Roland HaederIntroduced initTable()
2015-07-24 Roland HaederIntroduced updateStatus() + shutdownApplication()
2015-07-24 Roland HaederMoved exceptions in own package
2015-07-24 Roland HaederFixed copyright + added documentation a bit
2015-07-24 Roland HaederIntroduced initStatusPanel() which initializes status...
2015-07-24 Roland HaederIntroduced initMenuSystem() which initializes whole...
2015-07-23 Roland HaederMoved default close operation into init method to keep...
2015-07-23 Roland HaederMoved declaration of menu and item instances up as...
2015-07-23 Roland HaederContinued with re-implementation of Swing frame
2015-07-23 Roland HaederAdded 'final' keyword to getters/setters as it makes...
2015-07-23 Roland HaederThe NetBeans-created GUI was buggy, maybe because of...
2015-07-23 Roland HaederBah, bad bad NetBeans. Why the f**k does it need to...
2015-07-23 Roland HaederFixed call + introduced getColumnCount()
2015-07-23 Roland HaederAdded missing class
2015-07-22 Roland HaederProject relocated (a bit better now?) + continued with...
2015-07-22 Roland Haederthe contact manager instance only exists when initFrame...
2015-07-21 Roland HaederAdded stuff for Swing client
2015-07-21 Roland HaederAdded a lot stuff:
2015-07-21 Roland HaederAdded initial Swing frame class (Netbeans) and moved...
2015-07-21 Roland HaederThis call is no more needed
2015-07-21 Roland HaederAdded generic interface to generic class + added some...
2015-07-21 Roland HaederIntroduced a lot Swing stuff + moved some attributes
2015-07-20 Roland HaederSorted some members + added 2 menu entries: list and...
2015-07-20 Roland HaederIntroduced addContactToList() + used writeBytes() inste...
2015-07-20 Roland Haedersorted members
2015-07-20 Roland HaederAdded calculation for average lines in database file...
2015-07-20 KLCOpps, forgot to add fully read Contact object to list ...
2015-07-20 Roland HaederAdded support for all current columns for reading from...
2015-07-17 Roland HaederContinued:
2015-07-17 Roland HaederRewrite start of storing contacts in database as the...
2015-07-16 Roland HaederAdded a lot database stuff, which needs heavy rewrite
2015-07-16 Roland HaederConvention applied:
2015-07-16 Roland HaederMade getMenu() abstract as showMenu() is now in BaseCli...
2015-07-15 KLCUpdated comment (minor)
2015-07-15 Roland HaederRenamed some methods and auto-sorted them
2015-07-15 Roland HaederIntroduced updateAddressData() + changing own "address...
2015-07-15 Roland HaederIntroduced updateNameData() + changing own "name data...
2015-07-15 Roland HaederIntroduced own exception + added first sub menu for...
2015-07-15 Roland HaederAdded show() method and in client a simple, textural...
2015-07-15 Roland HaederInitial commit