summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Renamed ComponentState to AbstractComponentState (#9032)Artur Signell2012-11-2011-28/+28
* When closeIdleUIs is true, close open UIs only after all UIs have been idle f...Johannes Dahlström2012-11-202-38/+46
* Added possibility to more easily debug layout loops (#10222)Artur Signell2012-11-201-0/+35
* Fix NPE when removing FileDownloader (#10198)Artur Signell2012-11-191-1/+1
* Handle canceled or ignored XHR requests after beforeunload (#8891)Leif Åstrand2012-11-191-4/+84
* @Connect lastonly -> lastOnly (#10244)Leif Åstrand2012-11-164-14/+14
* Made method public as VForm is now in a different package (#9923)Artur Signell2012-11-141-1/+1
* Merge "Made PopupView work with TB again and fixed test (#10187)"Artur Signell2012-11-141-1/+6
|\
| * Made PopupView work with TB again and fixed test (#10187)Artur Signell2012-11-141-1/+6
* | Merge "Updated Form to use hierarchy change event (#9923)"Johannes Dahlström2012-11-142-45/+50
|\ \
| * | Updated Form to use hierarchy change event (#9923)Artur Signell2012-11-142-45/+50
| |/
* / UI stylename handling (#9832)Johannes Dahlström2012-11-142-5/+1
|/
* Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392)Johannes Dahlström2012-11-149-40/+70
* Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) - fixesHenri Sara2012-11-143-5/+6
* Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) - fixHenri Sara2012-11-147-15/+15
* UI based on AbstractBasicComponentContainer (#2924)Henri Sara2012-11-131-7/+19
* Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392)Johannes Dahlström2012-11-13113-718/+1207
* (#10180) Moved positioning from onStateChanged to onConnectorHierarchyChange....Mikael Grankvist2012-11-131-4/+9
* Merge "Fixed widget comparisons to avoid reattaching children (#9807)"John Ahlroos2012-11-131-3/+9
|\
| * Fixed widget comparisons to avoid reattaching children (#9807)Artur Signell2012-11-131-3/+9
* | (#9924) Moved hierarchy code and fixed popup view to not be a LegacyComponent...Mikael Grankvist2012-11-134-87/+121
|/
* Fixed row focus not removed when selecting rows in Table #10036John Ahlroos2012-11-121-1/+1
* Merge "Fixed absolute layout class cast exception #10155"Artur Signell2012-11-121-4/+6
|\
| * Fixed absolute layout class cast exception #10155John Ahlroos2012-11-081-4/+6
* | Merge "Rename Application.getRootConnector to getUIConnector (#10158)"Marc Englund2012-11-098-15/+15
|\ \
| * | Rename Application.getRootConnector to getUIConnector (#10158)Johannes Dahlström2012-11-088-15/+15
* | | Fixed ordering in ordered layout when inserting components #10154John Ahlroos2012-11-092-4/+55
* | | Verify child info in state before attaching widgets (#10150)Leif Åstrand2012-11-091-4/+12
|/ /
* | Merge "Handle the situation where browser reports an unknown button on click ...Artur Signell2012-11-081-0/+3
|\ \ | |/ |/|
| * Handle the situation where browser reports an unknown button on click event (...Johannes Dahlström2012-11-081-0/+3
* | Changed public method to protected (#10143)Artur Signell2012-11-071-1/+1
* | Added AbstractConnector.getRpcProxy helper (#10143)Artur Signell2012-11-0715-82/+54
* | Add v-disabled when disabling on client side (#10137)Artur Signell2012-11-061-0/+3
* | Merge "Fix for #10126 - npe when using 'plain GWT' popup panel. Applied patch...7.0.0.beta8John Ahlroos2012-11-062-4/+10
|\ \
| * | Fix for #10126 - npe when using 'plain GWT' popup panel. Applied patch by mgr...Marc Englund2012-11-062-4/+10
* | | Fixed typo in VOrderedLayout.detachListenersJohn Ahlroos2012-11-061-1/+1
|/ /
* | Merge "Fixes double click events when scrolling Tabsheet #9582"Marc Englund2012-11-061-0/+2
|\ \
| * | Fixes double click events when scrolling Tabsheet #9582John Ahlroos2012-11-051-0/+2
* | | Merge "ProgressIndicator now stops polling when removed (#10130)"John Ahlroos2012-11-051-0/+6
|\ \ \
| * | | ProgressIndicator now stops polling when removed (#10130)Artur Signell2012-11-051-0/+6
* | | | 10030 Button.DisableOnClick not working properlyPekka Hyvönen2012-11-051-1/+7
| |/ / |/| |
* | | Merge "Slots now handle attaching/detaching of element resize handlers #10068"Johannes Dahlström2012-11-052-70/+162
|\ \ \
| * | | Slots now handle attaching/detaching of element resize handlers #10068John Ahlroos2012-11-052-70/+162
* | | | Merge "Properly detach removed connectors (#9815)"John Ahlroos2012-11-051-6/+78
|\ \ \ \ | |_|/ / |/| | |
| * | | Properly detach removed connectors (#9815)Leif Åstrand2012-11-011-6/+78
* | | | Display CustomLayout template even if there are no children (#9725)Johannes Dahlström2012-11-021-4/+6
* | | | Move LegacyComponent from com.vaadin.server to com.vaadin.uiJohannes Dahlström2012-11-021-0/+5
* | | | Fix client-side NPE in Image without a source (#10101)Johannes Dahlström2012-11-011-3/+6
|/ / /
* | | Fixed Combobox popup positioning problem when located inside a PopupView #9768John Ahlroos2012-11-011-40/+60
* | | Fix for modality problem introduced by overlay container #92207.0.0.beta7Marc Englund2012-10-311-1/+8