aboutsummaryrefslogtreecommitdiff
path: root/PunchingBag/src/PunchingBagGUI.java
Commit message (Collapse)AuthorAge
* Improving the rippleChristopher Baines2011-09-12
|
* Merge branch 'master' of gitorious.org:punchingbag/punchingbagunknown2011-09-12
|\ | | | | | | | | Conflicts: PunchingBag/src/PunchingBagGUI.java
| * Kinda working stuff.Christopher Baines2011-09-12
| |
| * Merge branch 'master' of gitorious.org:punchingbag/punchingbagChristopher Baines2011-09-12
| |\ | | | | | | | | | | | | Conflicts: PunchingBag/src/PunchingBagGUI.java
| * | More led stuff.Christopher Baines2011-09-12
| | |
* | | Started rectFillunknown2011-09-12
| |/ |/|
* | Testing of rectangle classes.unknown2011-09-12
|/
* Commit to move to other laptop due to technical dificulties.Christopher Baines2011-09-12
|
* More changes, some wrong (mostly serial stuff).Christopher Baines2011-09-08
|
* Modified PunchingBagGUI to fix the sim bag on smaller screens (my laptop), ↵Christopher Baines2011-09-08
| | | | this needs to be fix properly so that the bag expands, but keeps its aspect ratio.
* Improved the look of the buttons, added new effect noise, added serial debug ↵Christopher Baines2011-09-08
| | | | | | (not finished or working yet) and made interface more flexible with scroll panels.
* Added clear button to the LEDControlPanel. TODO for Adam, make the ripple ↵Christopher Baines2011-09-08
| | | | | | effect start square around the button, then expand, instead of expanding from a single point to the top left.
* Major changes to the PunchingBag class and the PunchingBagGUI.Christopher Baines2011-09-08
|
* Added LEDMatrix.pde, this should be used to test the first matrix only! (at ↵Christopher Baines2011-09-07
| | | | the moment). Also added font, this can be used only with java 1.70 and an eclipse maintantice build?
* Improved the Effect API, threading and display.Christopher Baines2011-09-05
|
* Finished off the listener implementation for the moment. Allowed the debug ↵Christopher Baines2011-09-04
| | | | | | screen to accept button presses and show leds. The Ripple still needs more work and more effects need implementing.
* Implement an effect class to manage stopping and refreshing for the effects.Christopher Baines2011-09-02
|
* Merge branch 'master' of git://gitorious.org/punchingbag/punchingbagAdam Martindale2011-09-02
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: PunchingBag/.classpath PunchingBag/bin/PunchingBag$Colour.class PunchingBag/bin/PunchingBag.class PunchingBag/bin/PunchingBagGUI$Ripple.class PunchingBag/bin/PunchingBagGUI.class PunchingBag/src/Arduino.java PunchingBag/src/PunchingBag.java PunchingBag/src/PunchingBagGUI.java
| * Inproved punching bag and general api.Christopher Baines2011-09-02
| |
* | Changed stuff. Like things.unknown2011-09-02
|/
* New API for bag.Christopher Baines2011-08-24
|
* Initial commit of the java program.Christopher Baines2011-08-24