Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved client files to a client src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -219/+0 |
| | |||||
* | Tooltips are now handled by the connector and not the widget (#8425) | Sami Viitanen | 2012-06-28 | 1 | -38/+0 |
| | |||||
* | Don't fail if opening tooltip for disappeared component | Leif Åstrand | 2012-06-08 | 1 | -2/+10 |
| | |||||
* | Initial extension support (#6690) | Leif Åstrand | 2012-06-06 | 1 | -11/+10 |
| | |||||
* | Unregister event for ServerConnector | Artur Signell | 2012-04-05 | 1 | -13/+1 |
| | |||||
* | Removed unnecessary deprecated getConnectorId methods. | Artur Signell | 2012-03-27 | 1 | -28/+11 |
| | | | | Renamed Paintable -> Connector. | ||||
* | Paintable -> Connector | Artur Signell | 2012-03-25 | 1 | -2/+1 |
| | |||||
* | Removed unused code related to old offsetSize stored in ComponentDetail | Artur Signell | 2012-03-21 | 1 | -24/+0 |
| | |||||
* | #8500 Avoid unregistering components that have been moved from one | Artur Signell | 2012-03-21 | 1 | -1/+8 |
| | | | | connector to another | ||||
* | #8438 Event handler registration is now a Set in the shared state | Artur Signell | 2012-03-21 | 1 | -30/+0 |
| | |||||
* | Separated Component.isEnabled/isVisible from Connector enabled state. | Artur Signell | 2012-03-14 | 1 | -35/+0 |
| | | | | | | Connector.isConnectorEnabled determines if the Connector can receive messages from its counter part. Component isEnabled/isVisible only returns the state of the component. Made Table implement HasComponents. | ||||
* | 8500 Let the framework handle unregistration of Connectors | Artur Signell | 2012-03-14 | 1 | -64/+33 |
| | |||||
* | Connector interface. Renamed getId() -> getConnectorId() to avoid mixups | Artur Signell | 2012-03-14 | 1 | -4/+4 |
| | |||||
* | Connector -> ServerConnector | Artur Signell | 2012-03-14 | 1 | -13/+13 |
| | |||||
* | Updated Panel to no longer use child painted with the UIDL | Artur Signell | 2012-03-14 | 1 | -10/+6 |
| | |||||
* | Fix typo in comment | Leif Åstrand | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | #8434 Renamed *Paintable classes to *Connector and updated ConnectorMap | Artur Signell | 2012-02-27 | 1 | -0/+397 |
accordingly |