Directory Picasso/src/picasso/view/commands/

Directory Created:
2012-11-16 12:28
Total Files:
4
Deleted Files:
0
Lines of Code:
245

[root]/Picasso/src/picasso/view/commands

Lines of Code

Picasso/src/picasso/view/commands/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 11 (100.0%) 164 (100.0%) 14.9
mahameeo 6 (54.5%) 135 (82.3%) 22.5
Patrick 1 (9.1%) 19 (11.6%) 19.0
connorhollenbeck 3 (27.3%) 8 (4.9%) 2.6
wangc 1 (9.1%) 2 (1.2%) 2.0

Most Recent Commits

mahameeo 2012-12-14 21:30 Rev.: 275

I just reworked on some of the extensions. We now have the debugging pop up window, automatic resizing, and the user's history extensions. We are missing Assignment and variable expressions though.

78 lines of code changed in 2 files:

  • Picasso/src/picasso/view/commands: Evaluater.java (+15 -3), Reader.java (+63 -5)
wangc 2012-12-14 00:50 Rev.: 261

Changed accessor of imageToDomainScale to public

2 lines of code changed in 1 file:

  • Picasso/src/picasso/view/commands: Evaluater.java (+2 -5)
mahameeo 2012-12-13 17:10 Rev.: 253

TextArea for expression. Both this textArea and the Canvas are packed in the frame in CardLayout.

19 lines of code changed in 2 files:

  • Picasso/src/picasso/view/commands: Evaluater.java (+7 -5), Reader.java (+12)
mahameeo 2012-12-09 11:46 Rev.: 191

2 lines of code changed in 1 file:

  • Picasso/src/picasso/view/commands: ExpressionInput.java (+2 -2)
mahameeo 2012-12-09 11:44 Rev.: 190

Updating Evaluater: 1)I added "error pop-up window" that reports to the user what went wrong.
2)I used a regex to put space before and after minus sign when needed. So the user does not have to worry about spaces when using minus. (Ex: both x - y and x-y should work!).

36 lines of code changed in 1 file:

  • Picasso/src/picasso/view/commands: Evaluater.java (+36 -18)
connorhollenbeck 2012-12-03 21:33 Rev.: 106

Added the operation tokens, wasnt sure what the precedence should be for the mod operation though. Also put the tokens into the CharToken Factory.

0 lines of code changed in 1 file:

  • Picasso/src/picasso/view/commands: Evaluater.java (-1)
connorhollenbeck 2012-12-02 19:20 Rev.: 46

Connect the Evaluater and the Expression Input to allow for user input

8 lines of code changed in 2 files:

  • Picasso/src/picasso/view/commands: Evaluater.java (+4 -2), ExpressionInput.java (+4 -2)
Patrick 2012-12-02 18:52 Rev.: 44

19 lines of code changed in 1 file:

  • Picasso/src/picasso/view/commands: ExpressionInput.java (new 19)
sprenkle 2012-11-16 12:28 Rev.: 1

First Import

124 lines of code changed in 3 files:

  • Picasso/src/picasso/view/commands: Evaluater.java (new 76), Reader.java (new 24), Writer.java (new 24)
Generated by StatSVN 0.7.0