summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | | Revert "Don't require browserDetailsUrl when embedding (#10122)"Leif Åstrand2012-11-053-90/+1
| |_|/ |/| | | | | | | | | | | The change caused the wrong URL to be included in some browser details requests. This reverts commit 38c2ad6ff4895643371dfd00fb1d8667f6fc3909
* | | Merge "Don't require browserDetailsUrl when embedding (#10122)"Johannes Dahlström2012-11-023-1/+90
|\ \ \
| * | | Don't require browserDetailsUrl when embedding (#10122)Leif Åstrand2012-11-023-1/+90
| | | | | | | | | | | | | | | | Change-Id: I2c6d5518d1e6adc4a502a8ad646e784f93ece4a3
* | | | Display CustomLayout template even if there are no children (#9725)Johannes Dahlström2012-11-027-35/+64
| | | | | | | | | | | | | | | | | | | | | | | | * Also move a couple of tests from components.customcomponent to .customlayout Change-Id: I72c3507a4f1d40a7027050829e2b54c050563301
* | | | Move LegacyComponent from com.vaadin.server to com.vaadin.uiJohannes Dahlström2012-11-0223-20/+19
|/ / / | | | | | | | | | Change-Id: I482517e6f83dfed2654476f928bb7bb01c9de202
* | | Move LegacyWindow to its own file (#9917)Johannes Dahlström2012-11-02262-606/+616
| | | | | | | | | | | | Change-Id: Iac2f000dfcc9dc8c52d45b83842dfa0d8382c1d5
* | | Update location when initialized UI is opened again (#10044)Leif Åstrand2012-11-014-4/+74
| | | | | | | | | | | | | | | | | | | | | * Also fix Page.updateLocation to avoid NPE if fragment changes from null to null Change-Id: I03f3883c2653eaf438ccdfc313078fbe8fe898bc
* | | Mini tutorial code (#10050)Leif Åstrand2012-11-013-0/+137
| | |
* | | Fix client-side NPE in Image without a source (#10101)Johannes Dahlström2012-11-013-3/+81
|/ / | | | | | | Change-Id: I7911dffd8700dc166f7b8669d291a0e34cb43daf
* | Remove unnecessary "if not equal" check from AbstractEmbedded.setAlternateTextJohannes Dahlström2012-11-011-6/+1
| | | | | | | | Change-Id: I7afd1796a44117c0bc834017b30c36283f29d81d
* | Merge "Fixed Combobox popup positioning problem when located inside a ↵Marc Englund2012-11-013-40/+147
|\ \ | | | | | | | | | PopupView #9768"
| * | Fixed Combobox popup positioning problem when located inside a PopupView #9768John Ahlroos2012-11-013-40/+147
| | | | | | | | | | | | Change-Id: I5c256483fcb5050b08eb7c481676385789e96f09
* | | Use proper selector when closing notifications (#9220)Leif Åstrand2012-10-317-29/+27
|/ / | | | | | | Change-Id: Ic207d5423e9f3d18c33be9ce04196446ee11a7ea
* | Fix for modality problem introduced by overlay container #92207.0.0.beta7Marc Englund2012-10-311-1/+8
| | | | | | | | Change-Id: If7056c992dc9096870419d8db18751b2ea80eabf
* | Overlay container #9220Marc Englund2012-10-3025-36/+196
| | | | | | | | Change-Id: Iea5b44fc0c48ec1161890d9e084847266ce0d3d2
* | Import shared-deps packages instead of requiring the bundle (#10066)Johannes Dahlström2012-10-301-2/+1
| | | | | | | | Change-Id: I6111f7b403dd6c8bbce6eab64a35b10d9d3d7b05
* | Merge "Removed padding which has magically appeared (#10075)"John Ahlroos2012-10-301-0/+1
|\ \
| * | Removed padding which has magically appeared (#10075)Artur Signell2012-10-261-0/+1
| | | | | | | | | | | | Change-Id: Iefefe10fcc15d503ccd6cd40ce8d080c335594f4
* | | Merge "Stop attempting to build dom path if reaching the root (#9534)"John Ahlroos2012-10-301-2/+6
|\ \ \
| * | | Stop attempting to build dom path if reaching the root (#9534)Leif Åstrand2012-10-301-2/+6
| | | | | | | | | | | | | | | | Change-Id: I5755bc292b9e752765086fcce8ce5edaa5300f34
* | | | Avoid NPE if CustomComponent has no child (#9895)Leif Åstrand2012-10-303-5/+100
|/ / / | | | | | | | | | Change-Id: I020951fb4490b09f5026b9d75de95d1661399e93
* | | Move deprecated getComponentIterator() from HasComponents to implementing ↵Johannes Dahlström2012-10-305-16/+35
| | | | | | | | | | | | | | | | | | classes (#10085) Change-Id: Iedcb7b51f6d2a095b402a7141dc906b112ee6fe7
* | | Revert accidentally pushed "Fix most IE scrollbar issues"Artur Signell2012-10-292-18/+1
| | | | | | | | | | | | This reverts commit ddad359eab5c72ad2afc5778cc84d1f09ee5b530.
* | | Fix most IE scrollbar issuesArtur Signell2012-10-292-1/+18
| |/ |/|
* | Merge "Fix potential NPE in Page.setFragment (#10089)"Henri Sara2012-10-291-14/+15
|\ \
| * | Fix potential NPE in Page.setFragment (#10089)Johannes Dahlström2012-10-291-14/+15
| | | | | | | | | | | | Change-Id: I0a0f2981bfd0e3dd26f935e4961b24454103bb30
* | | Fixed missing stylenames on menu item #10077John Ahlroos2012-10-293-3/+41
| | | | | | | | | | | | Change-Id: Iadbfee6d86efef06d549d587e2ac6e2e6b519fb1
* | | Fixed Chameleon theme for InlineDatefield #10070John Ahlroos2012-10-294-57/+77
| | | | | | | | | | | | Change-Id: I7891d727ab75a48e6607d6c49eba664a32a4d255