Directory cdx/scorebot/util/swing/

Directory Created:
2007-02-13 01:06
Total Files:
22
Deleted Files:
2
Lines of Code:
4429

[root]/cdx/scorebot/util/swing
                     binding (19 files, 2501 lines)
                         delegate (17 files, 3382 lines)

Lines of Code

cdx/scorebot/util/swing/ Lines of Code

Developers

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

Most Recent Commits

dound 2007-04-08 00:43

Removed dead stores to local variables.

0 lines of code changed in:

  • cdx/scorebot/util/swing: CalendarHourComboBox.java (-1)
dound 2007-04-07 23:47

Performance: Integer.valueOf now used in preference to new Integer

5 lines of code changed in:

  • cdx/scorebot/util/swing: CalendarComboBox.java (+1 -1), CalendarHourComboBox.java (+1 -1), GUIHelper.java (+3 -3)
dound 2007-04-07 23:42

Made inner classes static where possible.

5 lines of code changed in:

  • cdx/scorebot/util/swing: CalendarComboBox.java (+1 -1), CalendarHourComboBox.java (+1 -1), TextScrollupListener.java (+3 -3)
dound 2007-04-07 23:04

removed unneccessary assignment

2 lines of code changed in:

  • cdx/scorebot/util/swing: FileMenuFrame.java (+2 -3)
dound 2007-04-02 18:47

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:

  • cdx/scorebot/util/swing: FileMenuFrame.java (+18 -2)
dound 2007-04-02 10:48

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:

  • cdx/scorebot/util/swing: FileMenuFrame.java (+3 -8), FileMenuXMLBasedFrame.java (+25 -5)
dound 2007-04-02 02:59

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:

  • cdx/scorebot/util/swing: FileNameEndingFilter.java (+5 -7)
dound 2007-04-02 00:08

Fixed call for the input box.

3 lines of code changed in:

  • cdx/scorebot/util/swing: GUIHelper.java (+3 -4)
dound 2007-03-31 15:22

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:

  • cdx/scorebot/util/swing: FileMenuNTPTemplate.java (+4 -4)
allikat 2007-03-30 00:47

Mnemonics and Accelerators!! Huzzah!

13 lines of code changed in:

  • cdx/scorebot/util/swing: FileMenuFrame.java (+13 -2)
dound 2007-03-29 04:15

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:

  • cdx/scorebot/util/swing: GUIHelper.java (+3 -3)
dound 2007-03-29 00:07

postOpenFile was not being called after loading a team template file.

3 lines of code changed in:

  • cdx/scorebot/util/swing: FileMenuNTPTemplate.java (+3 -3)
dound 2007-03-28 18:31

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:

  • cdx/scorebot/util/swing: FileMenuXMLBasedFrame.java (+11 -5)
dound 2007-03-27 15:02

Bug fix: if the filename was shorter than the extension expected, the save as method would crash.

4 lines of code changed in:

  • cdx/scorebot/util/swing: FileMenuFrame.java (+4 -3)
dound 2007-03-27 09:36

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:

  • cdx/scorebot/util/swing: CalendarHourComboBox.java (+1 -1)
dound 2007-03-27 07:50

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:

  • cdx/scorebot/util/swing: CalendarHourComboBox.java (+21 -14)
dound 2007-03-27 03:06

no message

27 lines of code changed in:

  • cdx/scorebot/util/swing: GUIHelper.java (+27 -2)
dound 2007-03-26 21:56

The open dialog now includes the extension of the file too.

4 lines of code changed in:

  • cdx/scorebot/util/swing: FileMenuNTPTemplate.java (+4 -3)
dound 2007-03-26 01:06

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:

  • cdx/scorebot/util/swing: GUIHelper.java (+40 -22)
dound 2007-03-25 21:59

Now scrolls to the top on insert too.

6 lines of code changed in:

  • cdx/scorebot/util/swing: GUIHelper.java (+3 -3), TextScrollupListener.java (+3 -3)

(65 more)

Generated by StatCVS 0.3