summaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Added method setContainerDataSource(Container newDataSource, ↵Henri Sara2012-12-172-0/+265
|\ | | | | | | Collection<?> visibleIds) to Table. (#10419)"
| * Added method setContainerDataSource(Container newDataSource,Anna Koskinen2012-12-172-0/+265
| | | | | | | | | | | | Collection<?> visibleIds) to Table. (#10419) Change-Id: Ib10f430c786b1d0130f86eb5a97e271ac71e806f
* | Merge "Don't remove diffstate data before cleanup (#10532)"Artur Signell2012-12-172-0/+83
|\ \
| * | Don't remove diffstate data before cleanup (#10532)Leif Åstrand2012-12-142-0/+83
| | | | | | | | | | | | | | | | | | | | | | | | * Avoid returning unregistered but not cleaned connectors from e.g. getDirtyConnectors() and getConnector() * Add some sanity checks to ensure unregistered connectors are not used Change-Id: I1103586863d2f299d50af5058233a7b4c967d4c6
* | | Colorpicker IE fixesAnna Koskinen2012-12-141-5/+10
|/ / | | | | | | Change-Id: I9b1e42a75175eff4a01560db0a13865e253b72d5
* | Fixed class name in testArtur Signell2012-12-131-5/+5
| | | | | | | | Change-Id: Ia8d8ad93d70504df229cb8de7a521e3070c7ceb6
* | Merge "ComboBox should have getter and setter methods for pageLength #5381"Artur Signell2012-12-112-0/+216
|\ \
| * | ComboBox should have getter and setter methods for pageLength #5381Pekka Hyvönen2012-12-112-0/+216
| | | | | | | | | | | | Change-Id: I92597e49f2dc12c9fb90c2a35a213386da56bb3f
* | | Fixed identifiers to match reference namesArtur Signell2012-12-111-4/+4
| | | | | | | | | | | | Change-Id: I7b0bcf2f2cb2ce206204d13081153c04a9bbde62
* | | Removed footer to be screenshot compatibleArtur Signell2012-12-111-1/+1
| |/ |/| | | | | Change-Id: I0ca700226d80ac8533a37eb1d50255a9db3e6f73
* | Vaadin 7 compatible ColorPicker (#9201)Anna Koskinen2012-12-102-0/+831
|/ | | | Change-Id: I44962ceedd5ef607e2fbe2af0d96808e0aef9cc5
* Additional fixes for accordion/IE (#9552)Artur Signell2012-12-102-1/+61
| | | | | | Fixes Accordion for other themes than Reindeer aswell Change-Id: If849e77adfb07e6a14784139c19e45b3b35a43b9
* Reverted invalid null footerArtur Signell2012-12-081-1/+0
| | | | Change-Id: Id1586f040b7bf09680f45f59d31c7d90a754ee65
* Hide footer to be screenshot compatible (#10478, #10080)Artur Signell2012-12-077-0/+7
| | | | Change-Id: I5c18ec975c99bda4b44492252eefe34c307b34da
* Hide using display:none to be screenshot compatible (#10080)Artur Signell2012-12-071-4/+2
| | | | Change-Id: I67b3e21640760ee6581b656450e0a5517788580d
* Merge "Default id should get overridden only if id has been specifically set ↵Artur Signell2012-12-075-0/+186
|\ | | | | | | (#10179)."
| * Default id should get overridden only if id has been specifically setAnna Koskinen2012-12-075-0/+186
| | | | | | | | | | | | (#10179). Change-Id: I102ca64648a88e70e88d9c546e8ea49de47451fb
* | Merge "Moved StreamVariable handling from AbstractCommunicationManager to ↵Artur Signell2012-12-071-0/+118
|\ \ | |/ |/| | | ConnectorTracker to prevent untimely unregistrations through other UIs within the same session (#10112)"
| * Moved StreamVariable handling from AbstractCommunicationManager toAnna Koskinen2012-12-071-0/+118
| | | | | | | | | | | | | | ConnectorTracker to prevent untimely unregistrations through other UIs within the same session (#10112) Change-Id: Id04c97970325be65b0b3c63756a2f2e731dd60d2
* | Reset state before sending hierarchy event to removed connector (#10151)Leif Åstrand2012-12-075-0/+216
| | | | | | | | Change-Id: If4f3e23a1d58c9f1cec7fc7d5e4e3f470932162f
* | Fixed tests which broke due to dom changes (#9182)Artur Signell2012-12-061-1/+1
| | | | | | | | Change-Id: Ie3b1da63d251d5aaf9fd9f55bdb4f170ef7cd1f7
* | Fixed test to work without VaadinClassesArtur Signell2012-12-062-23/+58
| | | | | | | | Change-Id: I6b1cb5cf65acb98ce16df59464022f792b2af166
* | Renamed screenshots to have sensible namesArtur Signell2012-12-061-68/+34
| | | | | | | | Change-Id: I203c9ebe18dd835313d69e3544fb5990d5ea52bc
* | Fixed assertions in testArtur Signell2012-12-061-4/+8
| | | | | | | | Change-Id: Icabb8b8a0709b20d524a3214e0adb004c4b05e08
* | Fixed test to work with update test classArtur Signell2012-12-061-7/+21
| | | | | | | | Change-Id: If01dac50a1b07d2dba087711cc364309efd6315a
* | Fixed tests which broke due to dom changes (#9182)Artur Signell2012-12-065-11/+10
|/ | | | Change-Id: I870c898deb8cef405df7f4b910bab08481bf6814
* Added prefix "v-" to internal parameters (#10156)Anna Koskinen2012-11-302-13/+13
| | | | Change-Id: I79ac824bc19fa42b976954148e69d54fb91b77ab
* Merge "Added selector to ensure styles apply (test fix only)"Marc Englund2012-11-301-4/+4
|\
| * Added selector to ensure styles apply (test fix only)Artur Signell2012-11-291-4/+4
| | | | | | | | Change-Id: Ibb7c87ffff2e85bdc06af5397f31159c7a1588f1
* | Merge "Made session reinitializing work again (#10411)"Leif Åstrand2012-11-301-3/+12
|\ \
| * | Made session reinitializing work again (#10411)Artur Signell2012-11-291-3/+12
| |/ | | | | | | Change-Id: I012a5154fa3cf0bba6f3289213744b740cf12059
* / UI scroll position can be given programmatically (#9952)Leif Åstrand2012-11-302-0/+101
|/ | | | Change-Id: Icef0858ee495abcacab7823f7f8fc6044abd64dc
* Update GridLayout DOM in onConnectorHierarchyChange (#10324, #10097)Leif Åstrand2012-11-292-0/+85
| | | | | | | | | | | * Add ChildComponentData that is sent in the state instead of previous UIDL data * Store child data in a map instead of as a linked list * Move Cell instead of moving component form one Cell to the other if moved * Clean up internal state in remove(Widget) Change-Id: I3dabe0165b6dcdf70c0df06a0151b73d080187a5
* Merge "Add fragment and parameter support to BrowserWindowOpener (#10093)"Henri Sara2012-11-291-3/+23
|\
| * Add fragment and parameter support to BrowserWindowOpener (#10093)Leif Åstrand2012-11-291-3/+23
| | | | | | | | Change-Id: I32577503ae4d85c80579f9544cdb61ab9788ef23
* | Fixed tooltip handling for TreeTable (#9088)Artur Signell2012-11-292-0/+385
| | | | | | | | Change-Id: I9e4ae2ae4a040de795121db359d930ccda115f62
* | Fixed tooltip handling for Table (#9088)Artur Signell2012-11-292-14/+428
|/ | | | Change-Id: I0de74785fbc9eb68f958875031df59f1c61c8ec2
* Merge "Make AbstractExtensionConnector.extend abstract (#10378)"Leif Åstrand2012-11-293-2/+15
|\
| * Make AbstractExtensionConnector.extend abstract (#10378)Artur Signell2012-11-263-2/+15
| | | | | | | | Change-Id: I96682d62c632588e05508a50765ac3d029500a74
* | Merge "Fixed Table to actually use converter from factory (#10408)"Leif Åstrand2012-11-292-0/+133
|\ \
| * | Fixed Table to actually use converter from factory (#10408)Artur Signell2012-11-282-0/+133
| | | | | | | | | | | | Change-Id: I02dce8628def6ed926e79fff5762169a129f2426
* | | Merge "Moved setVisible dirty logic to AbstractComponent where it belongs ↵Leif Åstrand2012-11-282-0/+107
|\ \ \ | | | | | | | | | | | | (#10414)"
| * | | Moved setVisible dirty logic to AbstractComponent where it belongs (#10414)Artur Signell2012-11-282-0/+107
| |/ / | | | | | | | | | Change-Id: I05f8b739e862c3dd4a52492f2df41862bacd3ce4
* / / Fixed problems with invalidating the HttpSession during a request (#10411)Artur Signell2012-11-282-4/+124
|/ / | | | | | | Change-Id: I121d6999eababb7eaa53ba16fb8ed029cc154a12
* | Properly support setWidgetEnabled for OptionGroupBased Selects #8985, #8986, ↵Pekka Hyvönen2012-11-286-0/+574
| | | | | | | | | | | | | | | | #8987 and #8989. Also fixes #7617 for OptionGroup, #9010 for TwinColSelect. Change-Id: Ia4c2a5e6ee93847970092fcb1cd685a0173897d7
* | Always mark child hierarchy dirty when switching tabs (#10404)Artur Signell2012-11-282-0/+190
| | | | | | | | Change-Id: Id6a0b23efb500d2c94bd696cc6eebfe5b5ffd60b
* | Merge "Updated some tutorials"Leif Åstrand2012-11-2714-20/+523
|\ \
| * | Updated some tutorialsjohan2012-11-2714-20/+523
| | | | | | | | | | | | Change-Id: I5c59b2d08b2b811020c1fca7420eefd740dbe01a
* | | Fixed Window to support empty content (#10325)Artur Signell2012-11-272-0/+53
| | | | | | | | | | | | Change-Id: I90a5f4e4011452f07e4bea2cef2207ad8635cd31
* | | Merge "Fixed typo in test causing test failures"Henri Sara2012-11-271-1/+1
|\ \ \