summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Rename DefaultDeploymentConfiguration.idleRootCleanupEnabled to ↵Johannes Dahlström2012-11-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | idleUICleanupEnabled Change-Id: I618b23259b24436b985e226512a0fae3b380433b
* | | | Merge "Rename Application.getRootConnector to getUIConnector (#10158)"Marc Englund2012-11-099-20/+20
|\ \ \ \
| * | | | Rename Application.getRootConnector to getUIConnector (#10158)Johannes Dahlström2012-11-089-20/+20
| | | | | | | | | | | | | | | | | | | | Change-Id: I9f7714cc8a723550e521b1cd0fb70499f3f12138
* | | | | Fixed ordering in ordered layout when inserting components #10154John Ahlroos2012-11-094-4/+289
| | | | | | | | | | | | | | | | | | | | Change-Id: I025745a4f575ecaece0e897e9b8f90adba7c2d63
* | | | | Verify child info in state before attaching widgets (#10150)Leif Åstrand2012-11-091-4/+12
| | | | | | | | | | | | | | | | | | | | Change-Id: If6677bd1fcfc6dadd09d5816b93a0206417facb3
* | | | | Merge "Fixes #9546, #9974, #10100, #10105"Marc Englund2012-11-0950-1180/+910
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixes #9546, #9974, #10100, #10105Sebastian Nyholm2012-11-0850-1180/+910
| |/ / / | | | | | | | | | | | | Change-Id: I1baccb5604899707960b1cf06887ada0fe217d08
* | | | Merge "Handle the situation where browser reports an unknown button on click ↵Artur Signell2012-11-081-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | event (#9956)"
| * | | | Handle the situation where browser reports an unknown button on click event ↵Johannes Dahlström2012-11-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#9956) Change-Id: Ia6b1ebf42734d546cbba4e5e845d4c9998cdf9f7
* | | | | Removed dead codeArtur Signell2012-11-081-120/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: Ieb83a098d1032ba79ff2e589e5b86b32ceab94b3
* | | | | Modified FieldGroup so that fields configured with read only propertiestapio2012-11-084-7/+103
| |/ / / |/| | | | | | | | | | | | | | | will also be made read only (#9076). Change-Id: I183ae263f4952a51513623d38dc9e04ce1482f45
* | | | Merge "Exclude files in vaadin-shared-deps from vaadin-client (#9612)"Henri Sara2012-11-071-0/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Exclude files in vaadin-shared-deps from vaadin-client (#9612)Artur Signell2012-11-071-0/+3
| | | | | | | | | | | | | | | | Change-Id: I2edbb8d30f68879b5e8152c3fbf4d7f514fdab6b
* | | | Added missing cast (#9342)Artur Signell2012-11-071-1/+1
| | | | | | | | | | | | | | | | Change-Id: If8078ffea6fd2bcaf62591ed8930905cdc1d3a1d
* | | | Changed public method to protected (#10143)Artur Signell2012-11-071-1/+1
| | | | | | | | | | | | | | | | Change-Id: I3d86ecda5fb6cd57f95ce8e3aa3512994c89bf3f
* | | | Moved EventRouter from AbstractComponent to AbstractClientConnector (#9342)Artur Signell2012-11-078-332/+354
|/ / / | | | | | | | | | Change-Id: I33981f0c80ab367d74bbbeebb48abbc81d4f182c
* | | Test for #10155Artur Signell2012-11-071-0/+161
| | | | | | | | | | | | Change-Id: I63428b4ae8492aba253dc3ac1c024bd61b692818
* | | Added AbstractConnector.getRpcProxy helper (#10143)Artur Signell2012-11-0719-95/+58
| | | | | | | | | | | | Change-Id: I52ca9908763cc7416a2c50971252429cd8c294e8
* | | Merge "Test for #10098"John Ahlroos2012-11-071-0/+214
|\ \ \
| * | | Test for #10098Artur Signell2012-11-071-0/+214
| | | | | | | | | | | | | | | | Change-Id: I50fd7fc998ca394bfd1139b26a19bd5bb48cc354
* | | | Test script for #10128Artur Signell2012-11-071-0/+57
| | | | | | | | | | | | | | | | Change-Id: I81c477b548cd49f1c3e9e04de99fede61a0bd254
* | | | Test script for #10154Artur Signell2012-11-071-0/+32
| | | | | | | | | | | | | | | | Change-Id: I0fcae73633ea2f7d98323d2e2a0e00df6ef0b5fc
* | | | Test for #10154Artur Signell2012-11-071-0/+71
| | | | | | | | | | | | | | | | Change-Id: Ie49c010564e7ce45f823f0f61a81135ae9a7132b
* | | | Added Component.getDescription (#8154)Artur Signell2012-11-072-55/+63
| | | | | | | | | | | | | | | | Change-Id: Iaa2f35415e68ecd4d53fd8743eb2c5cfb0afd36a
* | | | Merge "AbstractComponentContainer should implement getComponentIterator and ↵Johannes Dahlström2012-11-0614-22/+14
|\ \ \ \ | | | | | | | | | | | | | | | not iterator (#10144)"
| * | | | AbstractComponentContainer should implement getComponentIterator and not ↵Artur Signell2012-11-0614-22/+14
| |/ / / | | | | | | | | | | | | | | | | | | | | iterator (#10144) Change-Id: I092cc71dfa9ded74f6624e6808a9ec1de7cf1cb5
* | | | Merge "Merged com.vaadin.service into com.vaadin.util (#10146)"Johannes Dahlström2012-11-0610-29/+9
|\ \ \ \
| * | | | Merged com.vaadin.service into com.vaadin.util (#10146)Artur Signell2012-11-0610-29/+9
| | | | | | | | | | | | | | | | | | | | Change-Id: I313ba80073b89a90da8ebe8c26f35c4fcc51f431
* | | | | Merge "Moved classes from com.vaadin to com.vaadin.server (#10145)"Johannes Dahlström2012-11-06227-233/+220
|\| | | |
| * | | | Moved classes from com.vaadin to com.vaadin.server (#10145)Artur Signell2012-11-06227-233/+220
| |/ / / | | | | | | | | | | | | Change-Id: Ica48f1d5edbefde0ef8afca0c2774fe122a6c8ad
* / / / Make getRpcProxy protected (#9312)Artur Signell2012-11-062-1/+7
|/ / / | | | | | | | | | Change-Id: Ia315978b72e5fa3d2f7268b9bb4b4095c2d93402
* | | Merge "Add v-disabled when disabling on client side (#10137)"John Ahlroos2012-11-061-0/+3
|\ \ \
| * | | Add v-disabled when disabling on client side (#10137)Artur Signell2012-11-061-0/+3
| | |/ | |/| | | | | | | Change-Id: I6ec86d98f68b11ee4149415cb9ee9aa36cb8570c
* / | Define line-height for tooltips in Runo (#10136)Artur Signell2012-11-061-0/+1
|/ / | | | | | | Change-Id: Id73389fa7fa629ce312c2566b8b2dc36b0b6dcc5
* | Merge "Fix for #10126 - npe when using 'plain GWT' popup panel. Applied ↵7.0.0.beta8John Ahlroos2012-11-062-4/+10
|\ \ | | | | | | | | | patch by mgrankvi, and also did the same change to the mozilla variant."
| * | Fix for #10126 - npe when using 'plain GWT' popup panel. Applied patch by ↵Marc Englund2012-11-062-4/+10
| | | | | | | | | | | | | | | | | | mgrankvi, and also did the same change to the mozilla variant. Change-Id: If6da959be0440b522bdb6b6ed6e78eec63a96620
* | | Fixed typo in VOrderedLayout.detachListenersJohn Ahlroos2012-11-061-1/+1
|/ / | | | | | | Change-Id: I7a749e320df4c7e8cfcfaf4571d13b253b17ee9e
* | 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
| | | | | | | | | | | | Change-Id: Ief4a20cc085ab4b36c9c741a76a3ba76ff439334
* | | Merge "Fixed compilation error"Artur Signell2012-11-061-3/+1
|\ \ \
| * | | Fixed compilation errorJohn Ahlroos2012-11-061-3/+1
| |/ / | | | | | | | | | Change-Id: I94b832dc8d31d858d2e587581bc013b7140cb937
* | | Merge "ProgressIndicator now stops polling when removed (#10130)"John Ahlroos2012-11-052-9/+56
|\ \ \
| * | | ProgressIndicator now stops polling when removed (#10130)Artur Signell2012-11-052-9/+56
| | | | | | | | | | | | | | | | Change-Id: I9f422d387a95f3f711c575d15973c101792769e7
* | | | 10030 Button.DisableOnClick not working properlyPekka Hyvönen2012-11-054-4/+163
| |/ / |/| | | | | | | | Change-Id: I0514bc4da186360a84d9cdb48140245108847115
* | | Fix for small theme bug induced by overlay-container #9220 Note: this will ↵Marc Englund2012-11-051-0/+1
| | | | | | | | | | | | | | | | | | break FF screenshots, but the new version is actually more according to spec, afaik. Change-Id: Ib7048522b06e62e5fc964e538a865524a08eaaab
* | | 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
| | | | | | | | | | | | | | | | Change-Id: Ic2db8aa6adc331d5020dbadc285c869e9c54083b
* | | | Do not include LegacyWindow or LabelDataSource.MockUI in testJohn Ahlroos2012-11-051-1/+4
| | | | | | | | | | | | | | | | Change-Id: I3325d472b98d3311bce222d7d1ffd17898b3194b
* | | | Merge "Properly detach removed connectors (#9815)"John Ahlroos2012-11-053-6/+171
|\ \ \ \
| * | | | Properly detach removed connectors (#9815)Leif Åstrand2012-11-013-6/+171
| | | | | | | | | | | | | | | | | | | | Change-Id: I1b9a1a1bfbf384a8e5530ca8fddd1e0758d431f2