projects
/
addressbook-swing.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
addressbook-swing.git
2015-08-15
Roland Haeder
Cleaned up logger XML + renamed interface fixed
|
commitdiff
2015-08-14
Roland Haeder
Added and implemented missing methods
|
commitdiff
2015-08-14
Roland Haeder
Added more thrown exception (yes, again)
|
commitdiff
2015-08-14
Roland Haeder
Also added here missing thrown exceptions
|
commitdiff
2015-08-14
Roland Haeder
Fixes for new changes in jcore
|
commitdiff
2015-08-14
Roland Haeder
Experimental entry?
|
commitdiff
2015-08-14
Roland Haeder
Stub for emptyStringToNull() added
|
commitdiff
2015-08-13
Roland Haeder
Added catching of some newly thrown exceptions
|
commitdiff
2015-08-13
Roland Haeder
More rewrites for thrown exceptions
|
commitdiff
2015-08-12
Roland Haeder
Added more thrown exceptions or catch them.
|
commitdiff
2015-08-12
Roland Haeder
Added more thrown exceptions
|
commitdiff
2015-08-12
Roland Haeder
Organized members
|
commitdiff
2015-08-12
Roland Haeder
Fixes for missing throws statements (because jcore...
|
commitdiff
2015-08-12
Roland Haeder
Added NetBeans files + ignored only 'private'.
|
commitdiff
2015-08-12
Roland Haeder
Rewrite to data-gateway pattern
|
commitdiff
2015-08-11
Roland Haeder
replaced with multi-catch
|
commitdiff
2015-08-11
Roland Haeder
Method doShutdown() has been moved to DatabaseFrontend...
|
commitdiff
2015-08-11
Roland Haeder
Moved to jcore
|
commitdiff
2015-08-10
Roland Haeder
Saved direct enum name + used it again makes the code...
|
commitdiff
2015-08-10
Roland Haeder
Comment updated
|
commitdiff
2015-08-10
Roland Haeder
More fixes ...
|
commitdiff
2015-08-07
Roland Haeder
It has to be Long to get rid of "0" in forms
|
commitdiff
2015-08-07
Roland Haeder
Minor removal
|
commitdiff
2015-08-07
Roland Haeder
Renamed some classes/interfaces to make it clear they...
|
commitdiff
2015-08-06
Roland Haeder
These update methods were somewhere lame, so better...
|
commitdiff
2015-08-06
Roland Haeder
Moved more stuff to jcore project as they can be genera...
|
commitdiff
2015-08-06
Roland Haeder
Better init it here
|
commitdiff
2015-08-06
Roland Haeder
Not all applications want resource bundles, remove...
|
commitdiff
2015-08-06
Roland Haeder
Moved a lot classes and interfaces (generalized) to...
|
commitdiff
2015-08-04
Roland Haeder
Added text file
|
commitdiff
2015-08-04
Roland Haeder
Nicer formatted comment
|
commitdiff
2015-08-04
Roland Haeder
Trailing spaces are no good ideas.
|
commitdiff
2015-07-31
Roland Haeder
Added README file + ignored some strings (no logic...
|
commitdiff
2015-07-31
Roland Haeder
Added a lot more generic methods for columnName lookup...
|
commitdiff
2015-07-31
Roland Haeder
Continued with refacturing:
|
commitdiff
2015-07-31
Roland Haeder
Fixes for broken commit, as type-hints must be fixed...
|
commitdiff
2015-07-31
Roland Haeder
Broken commit towards generics
|
commitdiff
2015-07-31
Roland Haeder
Handled / throw some exceptions
|
commitdiff
2015-07-31
Roland Haeder
Some more cleanups + added initial SQL dump
|
commitdiff
2015-07-30
Roland Haeder
First atttempt of prepared statement
|
commitdiff
2015-07-30
Roland Haeder
A lot refacturings ...
|
commitdiff
2015-07-30
Roland Haeder
Added method logException() + properties instance shoul...
|
commitdiff
2015-07-29
Roland Haeder
Method getProperty() now prefixes all keys with org...
|
commitdiff
2015-07-29
Roland Haeder
Having one database connection for all tables is more...
|
commitdiff
2015-07-29
Roland Haeder
Implemented doShutdown() for MySQL backend
|
commitdiff
2015-07-29
Roland Haeder
Fixed and added more MySQL-related stuff
|
commitdiff
2015-07-29
Roland Haeder
Added more MySQL-related stuff
|
commitdiff
2015-07-29
Roland Haeder
And ignored any properties files as they are generated...
|
commitdiff
2015-07-29
Roland Haeder
Basic support for properties file
|
commitdiff
2015-07-29
Roland Haeder
A lot more improvements:
|
commitdiff
2015-07-28
Roland Haeder
Added a lot trace messages + sanity checks for null...
|
commitdiff
2015-07-28
Roland Haeder
Introduced more methods + added first dialog call ...
|
commitdiff
2015-07-28
Roland Haeder
Auto-formation and yes, it is better this way
|
commitdiff
2015-07-28
Roland Haeder
Added more input fields and overwritten toString()...
|
commitdiff
2015-07-28
Roland Haeder
set visibility for debugging purposes here
|
commitdiff
2015-07-28
Roland Haeder
Introduced initNamePanel() + added entering surname...
|
commitdiff
2015-07-27
Roland Haeder
Renamed class to reflect actual purpose
|
commitdiff
2015-07-27
Roland Haeder
Special characters cannot be securely written with...
|
commitdiff
2015-07-27
Roland Haeder
Use own methods
|
commitdiff
2015-07-27
Roland Haeder
Sorted members
|
commitdiff
2015-07-27
Roland Haeder
Some performance tuning...
|
commitdiff
2015-07-27
Roland Haeder
Added null reference checks (NPE and asserts) + debug...
|
commitdiff
2015-07-27
Roland Haeder
Now much easier to handle
|
commitdiff
2015-07-27
Roland Haeder
Introduced Gender enum which replaces the old char
|
commitdiff
2015-07-24
Roland Haeder
Introduced new model as we need gender value verficatio...
|
commitdiff
2015-07-24
Roland Haeder
Global commit: Changed spaces to tabs, because all...
|
commitdiff
2015-07-24
Roland Haeder
Added trace messages
|
commitdiff
2015-07-24
Roland Haeder
Added some documentation + added assertions for importa...
|
commitdiff
2015-07-24
Roland Haeder
Implemented getColumnName() + added it to ContactManage...
|
commitdiff
2015-07-24
Roland Haeder
Sorted members
|
commitdiff
2015-07-24
Roland Haeder
Implemented getRowCount() + centered table and added...
|
commitdiff
2015-07-24
Roland Haeder
Introduced initTable()
|
commitdiff
2015-07-24
Roland Haeder
Introduced updateStatus() + shutdownApplication()
|
commitdiff
2015-07-24
Roland Haeder
Moved exceptions in own package
|
commitdiff
2015-07-24
Roland Haeder
Fixed copyright + added documentation a bit
|
commitdiff
2015-07-24
Roland Haeder
Introduced initStatusPanel() which initializes status...
|
commitdiff
2015-07-24
Roland Haeder
Introduced initMenuSystem() which initializes whole...
|
commitdiff
2015-07-23
Roland Haeder
Moved default close operation into init method to keep...
|
commitdiff
2015-07-23
Roland Haeder
Moved declaration of menu and item instances up as...
|
commitdiff
2015-07-23
Roland Haeder
Continued with re-implementation of Swing frame
|
commitdiff
2015-07-23
Roland Haeder
Added 'final' keyword to getters/setters as it makes...
|
commitdiff
2015-07-23
Roland Haeder
The NetBeans-created GUI was buggy, maybe because of...
|
commitdiff
2015-07-23
Roland Haeder
Bah, bad bad NetBeans. Why the f**k does it need to...
|
commitdiff
2015-07-23
Roland Haeder
Fixed call + introduced getColumnCount()
|
commitdiff
2015-07-23
Roland Haeder
Added missing class
|
commitdiff
2015-07-22
Roland Haeder
Project relocated (a bit better now?) + continued with...
|
commitdiff
2015-07-22
Roland Haeder
the contact manager instance only exists when initFrame...
|
commitdiff
2015-07-21
Roland Haeder
Added stuff for Swing client
|
commitdiff
2015-07-21
Roland Haeder
Added a lot stuff:
|
commitdiff
2015-07-21
Roland Haeder
Added initial Swing frame class (Netbeans) and moved...
|
commitdiff
2015-07-21
Roland Haeder
This call is no more needed
|
commitdiff
2015-07-21
Roland Haeder
Added generic interface to generic class + added some...
|
commitdiff
2015-07-21
Roland Haeder
Introduced a lot Swing stuff + moved some attributes
|
commitdiff
2015-07-20
Roland Haeder
Sorted some members + added 2 menu entries: list and...
|
commitdiff
2015-07-20
Roland Haeder
Introduced addContactToList() + used writeBytes() inste...
|
commitdiff
2015-07-20
Roland Haeder
sorted members
|
commitdiff
2015-07-20
Roland Haeder
Added calculation for average lines in database file...
|
commitdiff
2015-07-20
KLC
Opps, forgot to add fully read Contact object to list ...
|
commitdiff
2015-07-20
Roland Haeder
Added support for all current columns for reading from...
|
commitdiff
2015-07-17
Roland Haeder
Continued:
|
commitdiff
next