Directory cdx/scorebot/app/configurer/

Directory Created:
2007-01-22 12:58
Total Files:
10
Deleted Files:
2
Lines of Code:
7990

[root]/cdx/scorebot/app/configurer

Lines of Code

cdx/scorebot/app/configurer/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 301 (100.0%) 12242 (100.0%) 40.6
allikat 141 (46.8%) 7640 (62.4%) 54.1
dound 156 (51.8%) 4497 (36.7%) 28.8
genned 3 (1.0%) 101 (0.8%) 33.6
rreagan3 1 (0.3%) 4 (0.0%) 4.0

Most Recent Commits

dound 2007-04-08 00:43

Removed dead stores to local variables.

5 lines of code changed in:

  • cdx/scorebot/app/configurer: AddTestItemDialog.java (+3 -16), ConfigurerGUI.java (+2 -6)
dound 2007-04-08 00:03

Performance: Removed unused field.

2 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.java (+2 -4)
dound 2007-04-07 23:24

prevention of derefrencing of a null object

19 lines of code changed in:

  • cdx/scorebot/app/configurer: CompetitionConfigurerGUI.java (+9 -1), TeamConfigurerGUI.java (+10 -2)
dound 2007-04-07 23:17

Fixed/removed checks for null pointers after having previously dereferenced the object.

3 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.java (+3 -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.

9 lines of code changed in:

  • cdx/scorebot/app/configurer: CompetitionConfigurerGUI.java (+2 -4), ConfigurerGUI.java (+4 -5), TeamConfigurerGUI.java (+3 -5)
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.

55 lines of code changed in:

  • cdx/scorebot/app/configurer: CompetitionConfigurerGUI.java (+11 -8), ConfigurerGUI.form (+3), ConfigurerGUI.java (+28 -6), TeamConfigurerGUI.java (+13 -8)
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.

8 lines of code changed in:

  • cdx/scorebot/app/configurer: AddTestItemDialog.java (+3 -3), ConfigurerGUI.java (+5 -4)
dound 2007-04-02 02:41

The combo box of test item names and results are now updated as appropriate. If the test item being examined is changed., the results combo box is now updated to reflect the results which may be returned by the test in the newly selected Test Item.

226 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.form (+40 -49), ConfigurerGUI.java (+186 -235)
dound 2007-04-02 00:01

Improved add rule functionality (so it shows an error if the rule name is invalid).

16 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.java (+16 -5)
dound 2007-04-01 23:41

If a Test Item's name was changed, any Basic Rule's which used that name continued to use the old name. Any rule's which use a Test Item whose name is changed are now automatically updated to use the new name.

59 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.form (+17 -3), ConfigurerGUI.java (+42 -8)
dound 2007-04-01 15:46

The basic rule has been improved. The number of results to check and the minimum number of results to accept now have minimum values of 1. Also, the minimum number of results to accept cannot be greater the number of results being checked; if the user enters a value which is too large, it is reduced to the maximum allowed value. Also, if the number of results to check is 1, then the mimium number of results to accept field is hidden since its only valid value is one (which it will be automatically set to).

53 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.form (+4), ConfigurerGUI.java (+49 -2)
dound 2007-03-31 21:29

Added shortcuts in the Help menu on all GUIs to launch the changelog.htm file and the user's manual. A more informative about dialog was also created.

35 lines of code changed in:

  • cdx/scorebot/app/configurer: AddTestItemDialog.java (+3 -3), CompetitionConfigurerGUI.java (+10 -4), ConfigurerGUI.java (+11 -5), TeamConfigurerGUI.java (+11 -5)
dound 2007-03-31 17:35

The TranslatorTimeString translator is now used for time-based fields (min/max interval, time between reps, and time period length for rule thresholding based on time).

10 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.form (+4 -4), ConfigurerGUI.java (+6 -6)
dound 2007-03-31 13:07

The competition name is now stored in the NTP. The results, scoring, and reporting information for a team is now stored in the folder compName/teamName/ vice teamName/.

55 lines of code changed in:

  • cdx/scorebot/app/configurer: CompetitionConfigurerGUI.form (+6 -2), CompetitionConfigurerGUI.java (+4 -2), ConfigurerGUI.form (+23 -2), ConfigurerGUI.java (+22 -8)
allikat 2007-03-30 11:46

1 -- New Basic Rule field added (# to Trigger)
2 -- Secs Between Reps now bound

48 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.form (+27 -7), ConfigurerGUI.java (+21 -10)
dound 2007-03-30 11:17

Bug fix: checkbox min/max listener was assuming min value of int vice the user specified value

3 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.java (+3 -3)
dound 2007-03-30 10:48

Username/password label now set visible as appropriate.

9 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.java (+9 -8)
allikat 2007-03-30 10:00

1) setName exceptions are now caught and displayed to the user.
2) When a new NTP is opened or created, the focus switches to the first tab.
3) The context menus still appear even if there are no values in the list or in a parent list, but any exceptions caused as a result are now quietely handled vice crashing the program.

130 lines of code changed in:

  • cdx/scorebot/app/configurer: AddTestItemDialog.java (+8 -3), ConfigurerGUI.form (+1 -1), ConfigurerGUI.java (+121 -80)
dound 2007-03-30 07:49

no message

4 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.java (+4 -4)
dound 2007-03-30 07:47

Bug fix: min/max can now be set properly

5 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.java (+5 -5)

(146 more)

Generated by StatCVS 0.3