[root]/cdx/scorebot/util/swing
binding
(19 files, 2501 lines)
delegate
(17 files, 3382 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 128 (100.0%) | 5012 (100.0%) | 39.1 |
dound | 126 (98.4%) | 4962 (99.0%) | 39.3 |
allikat | 2 (1.6%) | 50 (1.0%) | 25.0 |
Removed dead stores to local variables.
0 lines of code changed in:
Performance: Integer.valueOf now used in preference to new Integer
5 lines of code changed in:
Made inner classes static where possible.
5 lines of code changed in:
removed unneccessary assignment
2 lines of code changed in:
Fixed menu menmoics and disappearing help menu problem.
Changed reporting template's version to 1.01.
Added web to CVS.
18 lines of code changed in:
The process which checks to see if the file currently being edited now prompts the user to see if they want to save changes or not only if the file has been changed, and always if the file has been changed. Previously, an imperfect method which didn't work as well was being used.
equals( Object o ) has also been overriden for all objects in the framework.
28 lines of code changed in:
IllegalArgValException now thrown instead of IllegalArgumentException in many cases so that the user is forced to check the Exception in case it occurs.
5 lines of code changed in:
Fixed call for the input box.
3 lines of code changed in:
Bug fix: if a team template was opened, the filename was set to its NTP's filename. This caused the shortcut for open recently used files menu to open the NTP instead of the team template. Now the actual filename specified is saved.
4 lines of code changed in:
Mnemonics and Accelerators!! Huzzah!
13 lines of code changed in:
Added a bindingLoaded method to the BindingListener interface. This method is called after the new binding has been used to populate the component which it is bound to.
3 lines of code changed in:
postOpenFile was not being called after loading a team template file.
3 lines of code changed in:
Bug Fix (1690215): name/ip fields now lock at appropriate times
Bug Fix (1690226): fault on open most recent => removed from recently used menus too, as one would expect
11 lines of code changed in:
Bug fix: if the filename was shorter than the extension expected, the save as method would crash.
4 lines of code changed in:
don't disable the "open" button when the popup is shown now ... if the user clicks the button again, it is ok because when the old popup loses focus (which it has to to click the button again) it is disposed of.
1 lines of code changed in:
Bug fix (1688109): if the text box containing the time lost focus to some external component, the calendar hour combo box would close and could not be reopened. This was fixed by watching for the text box to lose focus and then handling it appropriately.
21 lines of code changed in:
no message
27 lines of code changed in:
The open dialog now includes the extension of the file too.
4 lines of code changed in:
Bug fix: In the binding listener which listened for fields to change to know when a file needs to be saved!! It was calling getBinding().getValue() which caused the out of bounds exception.
40 lines of code changed in:
Now scrolls to the top on insert too.
6 lines of code changed in:
(65 more)