/ByteUs/trunk/SLogo Developers: estradahammd

Login name:
estradahammd
Total Commits:
367 (29.4%)
Lines of Code:
3,331 (15.8%)
Most Recent Commit:
2016-12-15 18:24
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for estradahammd

Activity by Day of Week for estradahammd

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 367 (100.0%) 3331 (100.0%) 9.0
src/slogo/GUIElements/ 173 (47.1%) 1700 (51.0%) 9.8
src/slogo/turtle/ 68 (18.5%) 688 (20.7%) 10.1
src/slogo/GUIElements/commands/ 47 (12.8%) 643 (19.3%) 13.6
src/slogo/GUIElements/streams/ 24 (6.5%) 215 (6.5%) 8.9
src/slogo/ 6 (1.6%) 58 (1.7%) 9.6
src/slogo/parser/ 4 (1.1%) 17 (0.5%) 4.2
src/slogo/instruction/ 3 (0.8%) 9 (0.3%) 3.0
/ 11 (3.0%) 1 (0.0%) 0.0
src/slogo/buttons/ 2 (0.5%) 0 (0.0%) 0.0
slogo_programs/ 25 (6.8%) 0 (0.0%) 0.0
images/ 1 (0.3%) 0 (0.0%) 0.0
dataFiles/slogo_programs/ 3 (0.8%) 0 (0.0%) 0.0

Activity of estradahammd

Most Recent Commits

estradahammd 2016-12-15 18:24 Rev.: 1820

0 lines of code changed in 1 file:

  • dataFiles/slogo_programs: harambe.ser (new)
estradahammd 2016-12-15 18:16

Filtered out some stuff

2 lines of code changed in 2 files:

  • src/slogo/GUIElements/streams: ImageFilter.java (+1 -1), SerAndLogoFilter.java (+1 -1)
estradahammd 2016-12-15 18:08 Rev.: 1814

Fixed a warning

1 lines of code changed in 1 file:

  • src/slogo/GUIElements: AssignmentFrameButton.java (+1 -1)
estradahammd 2016-12-15 18:07 Rev.: 1813

1 lines of code changed in 1 file:

  • src/slogo/GUIElements/streams: SerAndLogoFilter.java (+1 -1)
estradahammd 2016-12-15 18:06 Rev.: 1812

Refactored

0 lines of code changed in 1 file:

  • dataFiles/slogo_programs: pepito.ser (changed)
estradahammd 2016-12-15 18:04 Rev.: 1811

Fixed the filter

1 lines of code changed in 1 file:

  • src/slogo/GUIElements/streams: SerAndLogoFilter.java (+1 -1)
estradahammd 2016-12-15 18:01 Rev.: 1810

Hidden Program

0 lines of code changed in 1 file:

  • dataFiles/slogo_programs: pepito.ser (new)
estradahammd 2016-12-15 18:01 Rev.: 1809

Hidden Image

0 lines of code changed in 1 file:

  • images: doge.png (new)
estradahammd 2016-12-15 18:01 Rev.: 1808

Fixed a warning

1 lines of code changed in 1 file:

  • src/slogo/GUIElements: AssignmentFrameButton.java (+1)
estradahammd 2016-12-15 18:00 Rev.: 1807

Simplified some code

16 lines of code changed in 1 file:

  • src/slogo/GUIElements/commands: OpenSubroutineCommand.java (+16 -16)
estradahammd 2016-12-10 12:26 Rev.: 1456

Added all my java docs

23 lines of code changed in 3 files:

  • src/slogo/turtle: Refresh.java (+11 -2), TurtleField.java (+7 -2), TurtleThread.java (+5 -1)
estradahammd 2016-12-10 12:26 Rev.: 1455

Added all my java docs

240 lines of code changed in 28 files:

  • src/slogo/GUIElements: ActionItem.java (+5 -1), ActionRecallMenu.java (+6 -1), AssignmentFrame.java (+12 -2), AssignmentFrameButton.java (+10 -6), ChangeBackgroundButton.java (+5 -1), ChangePenButton.java (new 53), ChangePenColorButton.java (del), ColorChooserWindow.java (+7 -2), ExecuteSubroutineButton.java (+7 -2), ImageButton.java (+12 -7), NewFileButton.java (+6 -3), OpenFileButton.java (+7), RedoButton.java (+5 -1), ResetButton.java (+5 -1), SaveAsButton.java (+10), SaveAssignmentsButton.java (+7 -5), SaveFileButton.java (+1 -1), SetColorButton.java (+5 -1), UndoButton.java (+5 -1)
  • src/slogo/GUIElements/commands: ExecuteCommand.java (+5 -1), OpenImageFileCommand.java (+14 -1), OpenInstructionHistoryFileCommand.java (+18 -4), OpenSubroutineCommand.java (+8 -3), SaveCommand.java (+7 -3)
  • src/slogo/GUIElements/streams: CustomOutputStream.java (+5 -1), ImageFilter.java (+5 -1), LogoFilter.java (+5 -1), SerAndLogoFilter.java (+5 -1)
estradahammd 2016-12-10 12:22 Rev.: 1454

Commented out Harambe for now

3 lines of code changed in 1 file:

  • src/slogo/instruction: Harambe.java (+3 -2)
estradahammd 2016-12-10 11:05 Rev.: 1452

Added a check within the slogo reader that allows it to check for [] and recognize when a statement is complete

28 lines of code changed in 1 file:

  • src/slogo/GUIElements/commands: OpenSubroutineCommand.java (+28 -2)
estradahammd 2016-12-09 22:59 Rev.: 1440

Just added two new extensions

227 lines of code changed in 8 files:

  • src/slogo/GUIElements: AssignmentFrame.java (new 58), AssignmentFrameButton.java (new 30), ChangeTurtleButton.java (del), ChangeTurtleFromFileButton.java (new 70), ImageButton.java (new 39)
  • src/slogo/GUIElements/commands: OpenImageFileCommand.java (+10 -6)
  • src/slogo/parser: HarambeParser.java (+9 -9)
  • src/slogo/turtle: TurtleField.java (+11 -7)
estradahammd 2016-12-09 17:12 Rev.: 1346

Added code to support easter eggs

19 lines of code changed in 5 files:

  • src/slogo/GUIElements: ChangeTurtleButton.java (+2 -1)
  • src/slogo/GUIElements/commands: OpenImageFileCommand.java (+5 -1)
  • src/slogo/GUIElements/streams: ImageFilter.java (+4 -1), SerAndLogoFilter.java (+5 -1)
  • src/slogo/turtle: TurtleField.java (+3)
estradahammd 2016-12-09 13:29 Rev.: 1309

Cleaned up the GUI and modified the buttons

51 lines of code changed in 1 file:

  • src/slogo/GUIElements: ColorChooserWindow.java (+51 -46)
estradahammd 2016-12-09 12:05 Rev.: 1305

Updated code to improve runtime performance and to modify the GUI to take advantage of new innovations

31 lines of code changed in 3 files:

  • src/slogo/GUIElements: SaveFileButton.java (+1 -1)
  • src/slogo/turtle: Refresh.java (+12 -1), TurtleField.java (+18 -16)
estradahammd 2016-12-09 11:35 Rev.: 1297

Fixed the refresh method to improve the runtime efficiency

12 lines of code changed in 6 files:

  • src/slogo/GUIElements: ChangeTurtleButton.java (+7 -2)
  • src/slogo/GUIElements/commands: ExecuteCommand.java (-2)
  • src/slogo/instruction: To.java (-1)
  • src/slogo/parser: ToParser.java (+2 -3)
  • src/slogo/turtle: Refresh.java (+3 -6), TurtleField.java (-7)
estradahammd 2016-12-09 09:40 Rev.: 1288

Added code to avoid a concurrent modification exception

65 lines of code changed in 3 files:

  • src/slogo/turtle: Refresh.java (+20 -3), TurtleField.java (+22 -6), TurtlePen.java (+23 -16)

(92 more)

Generated by StatSVN 0.7.0