Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc: Resolved merge conflict in state machine overview | Geir Vattekar | 2009-06-18 | 1 | -125/+16 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Removed trailing whitespace. | Bruno Abinader | 2009-06-16 | 1 | -85/+85 |
| | | | | | | | Signed-off-by: Bruno Abinader <bruno.abinader@openbossa.org> Merge-request: 628 Reviewed-by: David Boddie <dboddie@trolltech.com> | ||||
* | more statemachine docs | Kent Hansen | 2009-05-13 | 1 | -5/+40 |
| | |||||
* | doc: Add documentation for animations, restore policy and polished signal | Eskil Abrahamsen Blomfeldt | 2009-05-12 | 1 | -0/+182 |
| | |||||
* | update license headers | Kent Hansen | 2009-05-12 | 1 | -3/+33 |
| | |||||
* | Merge branch 'kinetic-animations' into kinetic-statemachine | Kent Hansen | 2009-05-12 | 1 | -0/+1 |
|\ | |||||
| * | Doc: Assign state machine overview to architecture group (get it in | Geir Vattekar | 2009-05-11 | 1 | -0/+1 |
| | | | | | | | | the overview list) | ||||
* | | redo statecharts in proper UML notation, expand documentation | Kent Hansen | 2009-05-12 | 1 | -22/+150 |
|/ | |||||
* | replace QState::Type with QState::childMode property | Kent Hansen | 2009-04-29 | 1 | -6/+5 |
| | | | | Result of API review. | ||||
* | move assignProperty() to QState | Kent Hansen | 2009-04-29 | 1 | -5/+4 |
| | | | | Doesn't belong in the abstract base class. | ||||
* | kill the stateactions api | Kent Hansen | 2009-04-22 | 1 | -4/+3 |
| | | | | | | | | | | | | It just didn't give us that much. Typically you just reimplement onEntry/onExit/onTransition when you want to do something. We go back to the signals-and-slots approach: states have entered() and exited() signals that you can connect to. It's still possible to have an action-based API, but then you build it on top of the core API, which is OK. Replacing 4 public classes (and one layer in the hierarchy) with 2 signals feels good. | ||||
* | more doc | Kent Hansen | 2009-04-17 | 1 | -6/+6 |
| | |||||
* | Initial import of statemachine branch from the old kinetic repository | Alexis Menard | 2009-04-17 | 1 | -0/+272 |