Developers: jbridon

Login name:
jbridon
Total Commits:
701 (68.0%)
Lines of Code:
41,080 (57.3%)
Most Recent Commit:
2010-12-13 22:25
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for jbridon

Activity by Day of Week for jbridon

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 701 (100.0%) 41080 (100.0%) 58.6
PragmaClient/src/UserInterface/ 166 (23.7%) 25598 (62.3%) 154.2
PragmaServer/src/Server/ 211 (30.1%) 7306 (17.8%) 34.6
PragmaClient/src/Client/ 121 (17.3%) 3558 (8.7%) 29.4
PragmaClient/nbproject/ 19 (2.7%) 2091 (5.1%) 110.0
PragmaServer/nbproject/ 24 (3.4%) 2001 (4.9%) 83.3
PragmaServer/src/ 5 (0.7%) 292 (0.7%) 58.4
PragmaClient/ 28 (4.0%) 162 (0.4%) 5.7
/ 5 (0.7%) 53 (0.1%) 10.6
PragmaServer/ 17 (2.4%) 9 (0.0%) 0.5
PragmaClient/src/ 10 (1.4%) 8 (0.0%) 0.8
src/client/ 5 (0.7%) 2 (0.0%) 0.4
resources/ 2 (0.3%) 0 (0.0%) 0.0
PragmaServer/lib/ 3 (0.4%) 0 (0.0%) 0.0
PragmaClient/src/UserInterface/rsc/ 45 (6.4%) 0 (0.0%) 0.0
PragmaClient/rsc/ 22 (3.1%) 0 (0.0%) 0.0
PragmaClient/nsproject/ 4 (0.6%) 0 (0.0%) 0.0
PragmaClient/lib/ 10 (1.4%) 0 (0.0%) 0.0
PragmaClient/bin/ 4 (0.6%) 0 (0.0%) 0.0

Activity of jbridon

Most Recent Commits

jbridon 2010-12-13 22:25 Rev.: 290

Attempted to fix overcimmitment bug in the scheduler

22 lines of code changed in 3 files:

  • PragmaClient/src/UserInterface: MainScreen.form (+1 -1), MainScreen.java (+1 -1)
  • PragmaServer/src/Server: ScheduleSolver.java (+20)
jbridon 2010-12-13 21:55 Rev.: 289

Fixed the scheduler; system is close to post-beta quality

129 lines of code changed in 7 files:

  • PragmaClient/src/Client: Users.java (+10 -1)
  • PragmaClient/src/UserInterface: CalendarTable.java (+44 -19), MainScreen.form (+22 -8), MainScreen.java (+31 -13)
  • PragmaServer/src/Server: ClientInstance.java (+1 -1), Schedule.java (+16 -5), ScheduleSolver.java (+5 -5)
jbridon 2010-12-13 20:05 Rev.: 288

Finished work on getting the schedule to render out

87 lines of code changed in 5 files:

  • PragmaClient/src/UserInterface: CalendarTable.java (+5 -6), MainScreen.form (+4 -1), MainScreen.java (+26 -1)
  • PragmaServer/src/Server: Schedule.java (+20), ScheduleSolver.java (+32 -27)
jbridon 2010-12-13 18:14 Rev.: 287

Finished work on preferencess

466 lines of code changed in 8 files:

  • PragmaClient/src/Client: Shifts.java (+15 -13)
  • PragmaClient/src/UserInterface: CalendarTable.java (+127 -70), MainScreen.form (+61 -10), MainScreen.java (+197 -26)
  • PragmaServer/src/Server: ClientInstance.java (+15 -24), Schedule.java (+31 -28), ScheduleSolver.java (+14 -7), Users.java (+6 -1)
jbridon 2010-12-13 13:48 Rev.: 286

Fixed issues with GUI access for non-admin users

561 lines of code changed in 3 files:

  • PragmaClient/src/Client: Shifts.java (+1)
  • PragmaClient/src/UserInterface: MainScreen.form (+288 -363), MainScreen.java (+272 -331)
jbridon 2010-12-07 14:29 Rev.: 278

Fixed and finished the preferences code as well as resolved some bugs and cleaned up the default forms

258 lines of code changed in 7 files:

  • PragmaClient/src/Client: Groups.java (+2 -2), Preferences.java (+9 -32), Users.java (+2 -2)
  • PragmaClient/src/UserInterface: MainScreen.form (+88 -99), MainScreen.java (+138 -154)
  • PragmaServer/src/Server: ClientInstance.java (+5 -1), Preferences.java (+14 -12)
jbridon 2010-12-06 12:22 Rev.: 276

Fixed small glitch with preference ID

7 lines of code changed in 3 files:

  • PragmaClient/src/UserInterface: MainScreen.java (+1)
  • PragmaServer/src/Server: ClientInstance.java (+1 -1), Preferences.java (+5 -5)
jbridon 2010-12-04 20:41 Rev.: 261

Small bugfix in client

187 lines of code changed in 4 files:

  • PragmaClient/src/UserInterface: MainScreen.form (+79 -97), MainScreen.java (+90 -102)
  • PragmaServer/nbproject: genfiles.properties (+8 -8)
  • PragmaServer/src/Server: ClientInstance.java (+10 -8)
jbridon 2010-12-04 20:17 Rev.: 260

SVN is making me tear up like a little girl WHY SVN WHY MUST YOU HURT ME SO MUCH

16848 lines of code changed in 62 files:

  • Readme.txt (new 18)
  • PragmaClient: build.xml (new 74), manifest.mf (new 3), mySrvKeystore (new)
  • PragmaClient/lib: jcalendar-1.3.3.jar (new), looks-2.0.1.jar (new), mysql-connector-java-5.1.13-bin.jar (new)
  • PragmaClient/nbproject: build-impl.xml (new 894), genfiles.properties (new 8), project.properties (new 88), project.xml (new 15)
  • PragmaClient/src: serverlist.cfg (new 3)
  • PragmaClient/src/Client: Groups.java (new 176), Main.java (new 129), Preferences.java (new 88), Rules.java (new 99), ServerInterface.java (new 387), Users.java (new 481), Utilities.java (new 243)
  • PragmaClient/src/UserInterface: CalendarTable.java (new 155), EULAScreen.form (new 181), EULAScreen.java (new 218), LogInScreen.form (new 187), LogInScreen.java (new 293), MainScreen.form (new 4790), MainScreen.java (new 4460)
  • PragmaClient/src/UserInterface/rsc: AcceptIcon.png (new), AppIcon.png (new), CalIcon.png (new), CancelIcon.png (new), GroupIcon.png (new), HomeIcon.png (new), LoadingIcon.gif (new), Logo.png (new), Logo_small.png (new), NextIcon.png (new), PrefIcon.png (new), PrevIcon.png (new), RefreshIcon.png (new), ScheduleIcon.png (new), UserIcon.png (new)
  • PragmaServer: build.xml (new), manifest.mf (new 3), mySrvKeystore (new)
  • PragmaServer/lib: mysql-connector-java-5.1.13-bin.jar (new)
  • PragmaServer/nbproject: build-impl.xml (new 894), genfiles.properties (new 8), project.properties (new 76), project.xml (new 15)
  • PragmaServer/src: CreateDB.sql (new 140)
  • PragmaServer/src/Server: ClientInstance.java (new 589), Groups.java (new 162), Main.java (new 30), Preferences.java (new 48), SQLInterface.java (new 220), Schedule.java (new 145), ScheduleSolver.java (new 669), ServerConfiguration.java (new 198), Session.java (new 107), SocketServer.java (new 104), Users.java (new 245), Utilities.java (new 205)
jbridon 2010-12-04 20:13 Rev.: 259

Attempting to clean up repo

0 lines of code changed in 1 file:

  • Readme.txt (del)
jbridon 2010-12-04 20:00 Rev.: 258

Fixed versioning issue

0 lines of code changed in 93 files:

  • PragmaClient: build.xml (del), crashreport_2010_12_04_14_35_18.log (del), crashreport_2010_12_04_14_54_30.log (del), crashreport_2010_12_04_18_28_13.log (del), crashreport_2010_12_04_18_31_12.log (del), crashreport_2010_12_04_18_38_38.log (del), crashreport_2010_12_04_19_03_01.log (del), crashreport_2010_12_04_19_03_51.log (del), crashreport_2010_12_04_19_05_27.log (del), manifest.mf (del), mySrvKeystore (changed)
  • PragmaClient/lib: jcalendar-1.3.3.jar (changed), looks-2.0.1.jar (changed), mysql-connector-java-5.1.13-bin.jar (changed)
  • PragmaClient/nbproject: build-impl.xml (del), genfiles.properties (del), project.properties (del), project.xml (del)
  • PragmaClient/rsc: AcceptIcon.png (del), AppIcon.png (del), CalIcon.png (del), CancelIcon.png (del), GroupIcon.png (del), HomeIcon.png (del), Logo.png (del), Logo_small.png (del), PrefIcon.png (del), ScheduleIcon.png (del), UserIcon.png (del)
  • PragmaClient/src: serverlist.cfg (del)
  • PragmaClient/src/Client: Groups.java (del), Main.java (del), Nurse.java (del), Preferences.java (del), Rules.java (del), Security.java (del), ServerInterface.java (del), Session.java (del), Shift.java (del), Staff.java (del), Users.java (del), Utilities.java (del), UtilitiesSecurity.java (del)
  • PragmaClient/src/UserInterface: AddRemoveModifyUserPanel.java (del), CalendarTable.java (del), EULAScreen.form (del), EULAScreen.java (del), GuiFrontEnd.java (del), LogInScreen.form (del), LogInScreen.java (del), MainScreen.form (del), MainScreen.java (del)
  • PragmaClient/src/UserInterface/rsc: AcceptIcon.png (changed), AppIcon.png (changed), CalIcon.png (changed), CancelIcon.png (changed), GroupIcon.png (changed), HomeIcon.png (changed), LoadingIcon.gif (changed), Logo.png (changed), Logo_small.png (changed), NextIcon.png (changed), PrefIcon.png (changed), PrevIcon.png (changed), RefreshIcon.png (changed), ScheduleIcon.png (changed), UserIcon.png (changed)
  • PragmaServer: build.xml (del), manifest.mf (del), mySrvKeystore (changed)
  • PragmaServer/lib: mysql-connector-java-5.1.13-bin.jar (changed)
  • PragmaServer/nbproject: build-impl.xml (del), genfiles.properties (del), project.properties (del), project.xml (del)
  • PragmaServer/src: CreateDB.sql (del)
  • PragmaServer/src/Server: ClientInstance.java (del), Groups.java (del), Main.java (del), Nurse.java (del), Preferences.java (del), SQLInterface.java (del), Schedule.java (del), ScheduleSolver.java (del), ServerConfiguration.java (del), Session.java (del), Shift.java (del), Shifts.java (del), SocketServer.java (del), Staff.java (del), Users.java (del), Utilities.java (del), UtilitiesSecurity.java (del)
jbridon 2010-12-04 19:53 Rev.: 257

Fixed gui glitch

58 lines of code changed in 4 files:

  • PragmaClient/src/Client: Utilities.java (+6)
  • PragmaClient/src/UserInterface: MainScreen.form (+20 -13), MainScreen.java (+27 -42)
  • PragmaServer/src/Server: ClientInstance.java (+5 -5)
jbridon 2010-12-04 19:27

Fixed clear buttons

179 lines of code changed in 4 files:

  • PragmaClient/src/UserInterface: MainScreen.form (+71 -88), MainScreen.java (+71 -91)
jbridon 2010-12-04 19:17 Rev.: 253

Added preferences code

85 lines of code changed in 4 files:

  • PragmaClient/src/Client: Preferences.java (+66 -9), ServerInterface.java (+6)
  • PragmaServer/src/Server: ClientInstance.java (+12 -4), Preferences.java (+1 -2)
jbridon 2010-12-04 18:58 Rev.: 251

Working on preferences

29 lines of code changed in 2 files:

  • PragmaServer/src/Server: ClientInstance.java (+28 -16), SocketServer.java (+1)
jbridon 2010-12-04 18:49 Rev.: 250

Added basic preferences

49 lines of code changed in 2 files:

  • PragmaServer/src/Server: Preferences.java (new 49), Users.java (-21)
jbridon 2010-12-04 18:40 Rev.: 249

Fixed GUI forms

174 lines of code changed in 4 files:

  • PragmaClient/src/Client: Groups.java (+2 -2)
  • PragmaClient/src/UserInterface: MainScreen.form (+93 -66), MainScreen.java (+74 -69)
  • PragmaServer/src/Server: Groups.java (+5 -2)
jbridon 2010-12-04 18:28 Rev.: 248

Fixed GUI form

0 lines of code changed in 1 file:

  • PragmaClient/src/UserInterface: MainScreen.form (-16)
jbridon 2010-12-04 18:27 Rev.: 247

Working on groups bugs

136 lines of code changed in 7 files:

  • PragmaClient/src/Client: Groups.java (+49 -13), ServerInterface.java (+1 -1), Users.java (+4 -5)
  • PragmaClient/src/UserInterface: MainScreen.form (+16), MainScreen.java (+44 -43)
  • PragmaServer/src/Server: ClientInstance.java (+5 -3), Groups.java (+17 -6)
jbridon 2010-12-04 16:38 Rev.: 243

Fixed commit bug

28 lines of code changed in 3 files:

  • PragmaClient/src/Client: Users.java (+8 -1)
  • PragmaServer/src/Server: ClientInstance.java (+6 -1), Users.java (+14 -3)

(112 more)

Generated by StatSVN 0.7.0