summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Add helper methods for checking stateJohn Ahlroos2012-08-3112-15/+25
* Restore logic that was removed from stateLeif Åstrand2012-08-311-1/+2
* More state getter removalJohn Ahlroos2012-08-313-8/+8
* Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-3144-197/+198
* Reformatted projectArtur Signell2012-08-3011-53/+46
* Merged Select with ComboBox (#2869)Artur Signell2012-08-301-2/+2
* Moved client side tests from tests/client-side to client/tests/srcArtur Signell2012-08-303-0/+675
* Move PortalDefaultWidgetSet.gwt.xml to client source folder (#9299)Leif Åstrand2012-08-301-0/+6
* Replace ApplicationResource with ConnectorResource (#9419)Leif Åstrand2012-08-3015-43/+90
* Corrected typos (#9431)Artur Signell2012-08-291-4/+3
* Additional fixes for com.vaadin.terminal removal (#9431, #9432)Artur Signell2012-08-291-1/+1
* Removed unreferenced fileArtur Signell2012-08-291-43/+0
* Renamed com.vaadin.terminal.gwt.widgetsetutils -> com.vaadin.server.widgetset...Artur Signell2012-08-292-2/+2
* Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)Artur Signell2012-08-295-9/+8
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-293-4/+3
* Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432)Artur Signell2012-08-29308-1302/+1310
* Support for suspending rendering for a short time (#9322)Jonatan Kronqvist2012-08-291-0/+101
* Fire change event for default values in newly created state (#9422)Leif Åstrand2012-08-284-19/+100
* Removed unused useDebugIdInDom (#3700)Artur Signell2012-08-281-8/+0
* Renamed Component.debugId to id (#3700)Pekka Hyvönen2012-08-282-4/+4
* Log some errors as errorLeif Åstrand2012-08-281-4/+4
* Removed IE6/IE7 specific code accidentally included in mergeArtur Signell2012-08-271-18/+5
* Merge remote-tracking branch 'origin/6.8'Artur Signell2012-08-271-6/+46
* Merge branch 'master' into root-cleanupJohannes Dahlström2012-08-2753-909/+1899
|\
| * Migrate Slider to Vaadin 7 (#9304)Johannes Dahlström2012-08-242-132/+208
| * Split Embedded into several components, migrate them to Vaadin 7 (#9087)Johannes Dahlström2012-08-246-0/+507
| * Remaining Root -> UI renames (#8908)Artur Signell2012-08-245-28/+31
| * Rename Root related classes and package to UI (#8908)Artur Signell2012-08-246-38/+38
| * Renamed Root to UI, automatic rename (#8908)Artur Signell2012-08-243-5/+5
| * Make it possible to delegate state changes to widget (#9297)Leif Åstrand2012-08-246-20/+71
| * Changed Notification type and position to enum (#9072)Artur Signell2012-08-231-16/+20
| * Removed API deprecated in Vaadin 6 (#9071)Artur Signell2012-08-224-111/+11
| * Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-0/+10
| * Support using public fields in state classes (#9324)Leif Åstrand2012-08-221-4/+4
| * Use ConnectorBundle for JSON encoding and decoding (#9371)Leif Åstrand2012-08-2210-135/+171
| * Use ConnectorBundle for ServerRpc handling (#9371)Leif Åstrand2012-08-2210-82/+145
| * Use ConnectorBundle for ClientRpc handling (#9371)Leif Åstrand2012-08-2213-131/+155
| * Use ConnectorBundle for creating state and widget (#9371)Leif Åstrand2012-08-228-165/+20
| * Initial ConnectorBundle implementation (#9371)Leif Åstrand2012-08-2220-121/+582
* | Add support for heartbeat not extending session (#9266)Johannes Dahlström2012-08-241-1/+0
* | Merge branch 'master' into root-cleanupJohannes Dahlström2012-08-2230-252/+600
|\|
| * Changed border style to enum (#9072)Artur Signell2012-08-222-9/+16
| * Refactored margin handlers (#8292)Artur Signell2012-08-228-36/+12
| * Revert "Added a heartbeat timer to RootConnector (#9265)"Johannes Dahlström2012-08-211-38/+0
| * Merged 6.8 branchJohn Ahlroos2012-08-2010-122/+314
| * Support StateChangeHandler for selected parts of the state (#8598)Leif Åstrand2012-08-205-37/+169
| * Support @Delayable and change window size update to use it (#8421)Leif Åstrand2012-08-206-48/+89
* | Improve documentation, disable cleanup if heartbeat interval nonpositive, cha...Johannes Dahlström2012-08-222-5/+15
* | Sending and receiving heartbeat requests (#9265)Johannes Dahlström2012-08-222-39/+70
* | Add heartbeat interval to DeploymentConfiguration, include in bootstrap confi...Johannes Dahlström2012-08-211-0/+8
|/