[root]/Picasso/src/picasso/view
commands
(4 files, 225 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 14 (100.0%) | 263 (100.0%) | 18.7 |
zdanisq | 7 (50.0%) | 152 (57.8%) | 21.7 |
ekentao | 6 (42.9%) | 99 (37.6%) | 16.5 |
mohnacsc | 1 (7.1%) | 12 (4.6%) | 12.0 |
apparently forgot to commit the random expression button last night. oh well, here it is
5 lines of code changed in 1 file:
modified frame to exit on close (this also destroys the history frame)
removed hardcoded x from history
1 lines of code changed in 2 files:
we has working history (with a toggle window, too!)
also added in expression "breeding" by allowing chaining expressions from history
138 lines of code changed in 2 files:
Added in text field for expressions
7 lines of code changed in 1 file:
Update Frame to change title when expression is evaluated
1 lines of code changed in 1 file:
Implemented the random and time variation stuff. The time variation works just like the x and y variables, but with a variable "t". t varies from -1 to 1 just like x and y. There is a set number of frames to the animation and it simply cycles back between -1 and 1 over and over. The evaluate function methods had to be changed so they take an x,y and t. The Canvas was changed into an AnimatedCanvas class which has a list of pixmaps (the animation frames) instead of just one, and has an update function.
1 lines of code changed in 1 file:
Implemented the random and time variation stuff. The time variation works just like the x and y variables, but with a variable
1 lines of code changed in 1 file:
Implemented the random and time variation stuff.
97 lines of code changed in 4 files:
Adjusted frame to open in center of screen. I assume no one has a problem with this.
12 lines of code changed in 1 file:
First Import
140 lines of code changed in 3 files: