Scorebot Developers: allikat

Login name:
allikat
Total Commits:
168 (7.0%)
Lines of Code:
9012 (10.8%)
Most Recent Commit:
2007-03-30 11:46

Activity by Clock Time

Activity by Hour of Day for allikat

Activity by Day of Week for allikat

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 168 (100.0%) 9012 (100.0%) 53.6
cdx/scorebot/app/configurer/ 141 (83.9%) 7640 (84.8%) 54.1
cdx/scorebot/app/auditor/ 10 (6.0%) 1196 (13.3%) 119.6
cdx/scorebot/util/swing/ 2 (1.2%) 50 (0.6%) 25.0
cdx/scorebot/util/swing/binding/delegate/ 2 (1.2%) 36 (0.4%) 18.0
cdx/scorebot/app/ 3 (1.8%) 36 (0.4%) 12.0
cdx/scorebot/net/ 1 (0.6%) 15 (0.2%) 15.0
cdx/scorebot/scoring/ 3 (1.8%) 13 (0.1%) 4.3
cdx/scorebot/tests/ 2 (1.2%) 8 (0.1%) 4.0
cdx/scorebot/net/tests/dns/ 2 (1.2%) 8 (0.1%) 4.0
cdx/scorebot/app/util/ 1 (0.6%) 7 (0.1%) 7.0
cdx/scorebot/app/reporter/ 1 (0.6%) 3 (0.0%) 3.0

Activity of allikat

Most Recent Commits

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)
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)
allikat 2007-03-30 02:11

All Checkboxes do cool magic things David wrote.

16 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.java (+16 -6)
allikat 2007-03-30 01:44

Context Menus for all Lists!

118 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.form (+4), ConfigurerGUI.java (+114 -3)
allikat 2007-03-30 01:08

Added Auto-Report Checkbox...

40 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.form (+23 -2), ConfigurerGUI.java (+17 -8)
allikat 2007-03-30 00:47

Mnemonics and Accelerators!! Huzzah!

21 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.form (+4), ConfigurerGUI.java (+4 -2)
  • cdx/scorebot/util/swing: FileMenuFrame.java (+13 -2)
allikat 2007-03-30 00:11

Added KeyListeners so that when 'Enter' is pushed, data in list is updated automagically. (I used Lickety-Split!!)

50 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.form (+6), ConfigurerGUI.java (+44 -2)
allikat 2007-03-29 23:24

Created new min/max fields for NTP, added min/max/initScore to NTP class -- Set up the skeleton of a Listener to be used with these fields (and their new checkboxes)

329 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.form (+184 -71), ConfigurerGUI.java (+130 -62)
  • cdx/scorebot/net: NetworkTestPackage.java (+15 -2)
allikat 2007-03-29 01:56

A couple small fixes --- Test Type now selects correctly, Number of tries in Scoring Rules now sets correctly...

24 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.form (+2 -2), ConfigurerGUI.java (+22 -5)
allikat 2007-03-28 14:52

no message

11 lines of code changed in:

  • cdx/scorebot/app/auditor: AuditorGUI.form (+3), AuditorGUI.java (+8 -8)
allikat 2007-03-27 23:53

Fixed Bug -- List of TestItems in the ScoringRule now updates whenever the TestItem List changes binding.

4 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.java (+4 -2)
allikat 2007-03-27 22:21

Fixed Min/Max Interval Issues + Renewing Basic Code when a new rule is clicked.

18 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.form (+2 -2), ConfigurerGUI.java (+16 -248)
allikat 2007-03-27 17:27

Small Changes...

349 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.form (+5 -5), ConfigurerGUI.java (+344 -41)
allikat 2007-03-27 16:42

Scooted a few things over...

14 lines of code changed in:

  • cdx/scorebot/app/auditor: AuditorGUI.form (+6 -6), AuditorGUI.java (+8 -8)
allikat 2007-03-27 16:35

Rearranged David's mutilation of my beautiful layout *wink*

106 lines of code changed in:

  • cdx/scorebot/app/auditor: AuditorGUI.form (+53 -53), AuditorGUI.java (+53 -53)
allikat 2007-03-27 16:02

Finished all Tooltips. (WHEW!)

88 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.form (+48 -15), ConfigurerGUI.java (+40 -17)
allikat 2007-03-27 15:20

Bug Fix -- Can now set default time without any time ranges in the list previously

51 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.form (+9 -31), ConfigurerGUI.java (+42 -49)
allikat 2007-03-27 09:17

commit to stop the wonkiness!

178 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.form (+97 -8), ConfigurerGUI.java (+81 -18)
allikat 2007-03-27 00:47

Commit for approval...

478 lines of code changed in:

  • cdx/scorebot/app/auditor: AuditorGUI.form (+309 -16), AuditorGUI.java (+169 -18)
allikat 2007-03-27 00:17

A preview of what's to come...A large panel is put in the back to prevent those stupid color issues.

587 lines of code changed in:

  • cdx/scorebot/app/auditor: AuditorGUI.form (+377 -9), AuditorGUI.java (+210 -5)

(71 more)

Generated by StatCVS 0.3