Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Revert "Don't require browserDetailsUrl when embedding (#10122)" | Leif Åstrand | 2012-11-05 | 3 | -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öm | 2012-11-02 | 3 | -1/+90 | |
|\ \ \ \ | ||||||
| * | | | | Don't require browserDetailsUrl when embedding (#10122) | Leif Åstrand | 2012-11-02 | 3 | -1/+90 | |
| | | | | | | | | | | | | | | | | | | | | Change-Id: I2c6d5518d1e6adc4a502a8ad646e784f93ece4a3 | |||||
* | | | | | Display CustomLayout template even if there are no children (#9725) | Johannes Dahlström | 2012-11-02 | 7 | -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.ui | Johannes Dahlström | 2012-11-02 | 23 | -20/+19 | |
|/ / / / | | | | | | | | | | | | | Change-Id: I482517e6f83dfed2654476f928bb7bb01c9de202 | |||||
* | | | | Move LegacyWindow to its own file (#9917) | Johannes Dahlström | 2012-11-02 | 262 | -606/+616 | |
| | | | | | | | | | | | | | | | | Change-Id: Iac2f000dfcc9dc8c52d45b83842dfa0d8382c1d5 | |||||
* | | | | Update location when initialized UI is opened again (#10044) | Leif Åstrand | 2012-11-01 | 4 | -4/+74 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Also fix Page.updateLocation to avoid NPE if fragment changes from null to null Change-Id: I03f3883c2653eaf438ccdfc313078fbe8fe898bc | |||||
* | | | | Mini tutorial code (#10050) | Leif Åstrand | 2012-11-01 | 3 | -0/+137 | |
| | | | | ||||||
* | | | | Fix client-side NPE in Image without a source (#10101) | Johannes Dahlström | 2012-11-01 | 3 | -3/+81 | |
|/ / / | | | | | | | | | | Change-Id: I7911dffd8700dc166f7b8669d291a0e34cb43daf | |||||
* | | | Remove unnecessary "if not equal" check from AbstractEmbedded.setAlternateText | Johannes Dahlström | 2012-11-01 | 1 | -6/+1 | |
| | | | | | | | | | | | | Change-Id: I7afd1796a44117c0bc834017b30c36283f29d81d | |||||
* | | | Merge "Fixed Combobox popup positioning problem when located inside a ↵ | Marc Englund | 2012-11-01 | 3 | -40/+147 | |
|\ \ \ | | | | | | | | | | | | | PopupView #9768" | |||||
| * | | | Fixed Combobox popup positioning problem when located inside a PopupView #9768 | John Ahlroos | 2012-11-01 | 3 | -40/+147 | |
| | | | | | | | | | | | | | | | | Change-Id: I5c256483fcb5050b08eb7c481676385789e96f09 | |||||
* | | | | Use proper selector when closing notifications (#9220) | Leif Åstrand | 2012-10-31 | 7 | -29/+27 | |
|/ / / | | | | | | | | | | Change-Id: Ic207d5423e9f3d18c33be9ce04196446ee11a7ea | |||||
* | | | Fix for modality problem introduced by overlay container #92207.0.0.beta7 | Marc Englund | 2012-10-31 | 1 | -1/+8 | |
| | | | | | | | | | | | | Change-Id: If7056c992dc9096870419d8db18751b2ea80eabf | |||||
* | | | Overlay container #9220 | Marc Englund | 2012-10-30 | 25 | -36/+196 | |
| | | | | | | | | | | | | Change-Id: Iea5b44fc0c48ec1161890d9e084847266ce0d3d2 | |||||
* | | | Import shared-deps packages instead of requiring the bundle (#10066) | Johannes Dahlström | 2012-10-30 | 1 | -2/+1 | |
| | | | | | | | | | | | | Change-Id: I6111f7b403dd6c8bbce6eab64a35b10d9d3d7b05 | |||||
* | | | Merge "Removed padding which has magically appeared (#10075)" | John Ahlroos | 2012-10-30 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | Removed padding which has magically appeared (#10075) | Artur Signell | 2012-10-26 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Change-Id: Iefefe10fcc15d503ccd6cd40ce8d080c335594f4 | |||||
* | | | | Merge "Stop attempting to build dom path if reaching the root (#9534)" | John Ahlroos | 2012-10-30 | 1 | -2/+6 | |
|\ \ \ \ | ||||||
| * | | | | Stop attempting to build dom path if reaching the root (#9534) | Leif Åstrand | 2012-10-30 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | Change-Id: I5755bc292b9e752765086fcce8ce5edaa5300f34 | |||||
* | | | | | Avoid NPE if CustomComponent has no child (#9895) | Leif Åstrand | 2012-10-30 | 3 | -5/+100 | |
|/ / / / | | | | | | | | | | | | | Change-Id: I020951fb4490b09f5026b9d75de95d1661399e93 | |||||
* | | | | Move deprecated getComponentIterator() from HasComponents to implementing ↵ | Johannes Dahlström | 2012-10-30 | 5 | -16/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | classes (#10085) Change-Id: Iedcb7b51f6d2a095b402a7141dc906b112ee6fe7 | |||||
* | | | | Revert accidentally pushed "Fix most IE scrollbar issues" | Artur Signell | 2012-10-29 | 2 | -18/+1 | |
| | | | | | | | | | | | | | | | | This reverts commit ddad359eab5c72ad2afc5778cc84d1f09ee5b530. | |||||
* | | | | Fix most IE scrollbar issues | Artur Signell | 2012-10-29 | 2 | -1/+18 | |
| |/ / |/| | | ||||||
* | | | Merge "Fix potential NPE in Page.setFragment (#10089)" | Henri Sara | 2012-10-29 | 1 | -14/+15 | |
|\ \ \ | ||||||
| * | | | Fix potential NPE in Page.setFragment (#10089) | Johannes Dahlström | 2012-10-29 | 1 | -14/+15 | |
| | | | | | | | | | | | | | | | | Change-Id: I0a0f2981bfd0e3dd26f935e4961b24454103bb30 | |||||
* | | | | Fixed missing stylenames on menu item #10077 | John Ahlroos | 2012-10-29 | 3 | -3/+41 | |
| | | | | | | | | | | | | | | | | Change-Id: Iadbfee6d86efef06d549d587e2ac6e2e6b519fb1 | |||||
* | | | | Fixed Chameleon theme for InlineDatefield #10070 | John Ahlroos | 2012-10-29 | 4 | -57/+77 | |
| | | | | | | | | | | | | | | | | Change-Id: I7891d727ab75a48e6607d6c49eba664a32a4d255 | |||||
* | | | | Merge "Fixed captions not visible in AbsoluteLayout #10083" | Artur Signell | 2012-10-26 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Fixed captions not visible in AbsoluteLayout #10083 | John Ahlroos | 2012-10-26 | 1 | -1/+1 | |
| |/ / / | | | | | | | | | | | | | Change-Id: I4130711ce509fe3e29d9795ff20432189d77bcf7 | |||||
* | | | | Merge "Revert "Call UI.detach in UI cleanup (#9755)" because it breaks ↵ | Artur Signell | 2012-10-26 | 3 | -53/+3 | |
|\ \ \ \ | | | | | | | | | | | | | | | | logout functionality / redirect while closing the session. See CloseSession test" | |||||
| * | | | | Revert "Call UI.detach in UI cleanup (#9755)" because it breaks logout ↵ | Artur Signell | 2012-10-26 | 3 | -53/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | functionality / redirect while closing the session. See CloseSession test This reverts commit 41fb6006d916c8cb512c9aa6fbf8e5d1f4e377db | |||||
* | | | | | Merge "Disable automatic test for #6771 because of #10084" | Artur Signell | 2012-10-26 | 1 | -0/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | Disable automatic test for #6771 because of #10084 | Leif Åstrand | 2012-10-26 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I63aca345b47f07cd075ded7ea3e591098d62fd06 | |||||
* | | | | | | Added missing restartApplication | Artur Signell | 2012-10-26 | 1 | -2/+2 | |
| |/ / / / |/| | | | | | | | | | | | | | | Change-Id: Id745f220761b23b4edf5c43af62e8ebc30f0c021 | |||||
* | | | | | Call UI.detach in UI cleanup (#9755) | Johannes Dahlström | 2012-10-26 | 3 | -3/+53 | |
| | | | | | | | | | | | | | | | | | | | | Change-Id: I0050994247018270f8b39b103bcfdce2b5053c6f | |||||
* | | | | | Updated caption to be more accurate | Artur Signell | 2012-10-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Change-Id: Ib75368746c1843b1551d50c064548f713556d3ea | |||||
* | | | | | Fixed locators | Artur Signell | 2012-10-26 | 1 | -86/+11 | |
| | | | | | | | | | | | | | | | | | | | | Change-Id: I6900a1ac24cf4fc15b3bb1c5f7472a627936f11a | |||||
* | | | | | Enum is HTML, not XHTML nowadays | Artur Signell | 2012-10-26 | 1 | -1/+1 | |
| |/ / / |/| | | | | | | | | | | | Change-Id: I4c6ae2896f53813074bb8179bde30897797d453c | |||||
* | | | | Generic tests for GridLayout and Link | Artur Signell | 2012-10-26 | 2 | -0/+72 | |
| | | | | | | | | | | | | | | | | Change-Id: If14e379a035521fe915f2ad57a58fa58dcc2379d | |||||
* | | | | Test for #10081 | Artur Signell | 2012-10-26 | 1 | -0/+73 | |
| | | | | | | | | | | | | | | | | Change-Id: I98f2237528451520f36e2d37e179d160418bb8ea | |||||
* | | | | Merge "Implement HasComponents, not ComponentContainer in CustomField (#10078)" | Artur Signell | 2012-10-26 | 1 | -131/+4 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Implement HasComponents, not ComponentContainer in CustomField (#10078) | Henri Sara | 2012-10-26 | 1 | -131/+4 | |
| |/ / | | | | | | | | | | Change-Id: Iff2ac36b088df825e0c1f328a72bbf329365aefb | |||||
* | | | Fixed problem with Table calling markAsDirty in paint (#10071) | Artur Signell | 2012-10-26 | 4 | -14/+163 | |
| | | | | | | | | | | | | | | | | | | AbstractCommunicationManager now sets the writingResponse flag after calling beforeClientResponse to adhere to beforeClientResponse javadoc which says markAsDirty is ignored if called from beforeClientResponse. Change-Id: I58f4d009c85bef6756e2f2938d6f42ed88e11143 | |||||
* | | | Fixed problem with style names in test | Artur Signell | 2012-10-26 | 1 | -10/+9 | |
| | | | | | | | | | | | | Change-Id: I14f602b0a90c4770ce12d5831298ee05aaf8179d | |||||
* | | | Merge "Correctly update v-disabled for child captions (#10079)" | John Ahlroos | 2012-10-26 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Correctly update v-disabled for child captions (#10079) | Artur Signell | 2012-10-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Change-Id: If6bf014328e9eb49bc48980eba256154e0f89b95 | |||||
* | | | | Merge "Update test to avoid doing cross domain loading" | Artur Signell | 2012-10-26 | 3 | -3/+11 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Update test to avoid doing cross domain loading | Leif Åstrand | 2012-10-26 | 3 | -3/+11 | |
| |/ / | | | | | | | | | | Change-Id: I168b278d8320b3e7f0346167b7b2dc99bbb136fa | |||||
* / / | Formatted project | Artur Signell | 2012-10-26 | 16 | -28/+21 | |
|/ / | | | | | | | Change-Id: I771ca4edea66ad29a80628ee1a98d1c5ff1679ab |