summaryrefslogtreecommitdiffstats
path: root/server/tests/src
Commit message (Collapse)AuthorAgeFilesLines
* Adds a textual null representation to Grid renderers(#16560)7.5.0.beta2Ilia Motornyi2015-05-281-54/+107
| | | | | | Adds an optional textual value for null to Grid.AbstractRenderer Change-Id: I4998476308e4259306f1774f309968520d8672e5
* Less restrictive RPC interface detection in registerRpc (#10945)vandeti2015-05-281-0/+112
| | | | Change-Id: I664740523b35b64b0fd0c4fdc21597a2245537cd
* Split AbstractGridExtension from AbstractRenderer (#18003)Teemu Suo-Anttila2015-05-261-0/+41
| | | | Change-Id: Ibe5766cde606091ce2bd58055472fa7cf3f21374
* Remove value casting to integer in Slider.setValue (#17370)Sauli Tähkäpää2015-05-261-0/+56
| | | | | | | - Added decimal rounding also to min/max boundaries. - Rearranged also resolution/min/max value setting in constructor. Change-Id: Ia90fd27b95f727673c16a90fed1130d98b915ea9
* Fix font icon codepoint formatting in DesignResourceConverter (#17970)Maciej Przepióra2015-05-251-4/+4
| | | | | ResourceReference.getURL() is now used to ensure consistency. Change-Id: Ic204a826c093fc34af2be1e0e4e8a8dd4f820e09
* Return components in merged header/footer cells only once (#17904)Artur Signell2015-05-201-0/+59
| | | | Change-Id: I763ff330f20e50c43d352524058fa8993401bf43
* Make fields with validators immediate (#13709)7.5.0.beta1Artur Signell2015-05-191-4/+57
| | | | Change-Id: I113aa38869cf4dceec24315e70d3b44eae526f65
* Do not leave transaction open if remove fails (#17858)Artur Signell2015-05-181-11/+2
| | | | Change-Id: Iae9243bd0dc90e130e2866adef472a4d09c4a16f
* Make TableQuery only release connections reserved through its pool (#12370)Artur Signell2015-05-188-62/+194
| | | | | | | Updated all SQLContainer tests to track that connection are correctly reserved and released Change-Id: I3f12527683a19d44a2db265491b6ba9331c0980b
* Fix clear/isEmpty in TextArea/PasswordField/RichTextArea/ProgressBar (#17089)Artur Signell2015-05-181-11/+0
| | | | Change-Id: Ic793cbb7eb36408c765a01cc987ba7fe8800b80c
* Don't leak current VaadinSession in testLeif Åstrand2015-05-131-0/+4
| | | | Change-Id: I51d70636138ccf21ec4d7488aca2f071f940a51a
* Fix for declarative FontIcon support (#17275)Johannes Dahlström2015-05-061-1/+77
| | | Change-Id: I5d61ed7003811f95bba4ded71937bb08742936c5
* Merge branch 'grid-7.5'Pekka Hyvönen2015-04-303-2/+16
|\ | | | | | | Change-Id: Ifa976fa4be1258fd35999de17775da70afedb2a8
| * Merge remote-tracking branch 'origin/master' into grid-7.5Teemu Suo-Anttila2015-04-2210-196/+231
| |\ | | | | | | Change-Id: I01c7d52b1e80483ec46f87ac8c5d7a48d4c01c84
| * \ Merge branch 'master' into grid-7.5Pekka Hyvönen2015-04-1737-2391/+835
| |\ \ | | | | | | | | | | | | Change-Id: I6175398df4c3a07656a2682843615a0d7bd32a45
| * | | Declarative support and test for Grid.Column.hidingToggleCaption #17481Pekka Hyvönen2015-04-162-3/+12
| | | | | | | | | | | | | | | | Change-Id: Ic20686649b28530160498742e78f69074e32e596
| * | | Declarative support and tests for Grid's 7.5 features (#17481)Pekka Hyvönen2015-04-162-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Grid.Column.hidden and Grid.Column.hidable - Grid.columnReorderingAllowed Change-Id: Iee2e3ff7472bceef314403b750549c99e26a9546
* | | | Fix TreeTable declarative support (#16368)Johannes Dahlström2015-04-283-27/+196
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix some small issues in Table declarative: * Write null property values as empty strings instead of NPEing * Read/write item ids from/to <tr item-id="..."> Change-Id: Ieccc3f49c5021f8a4a50d4ea671f9086ad8f997c
* | | | Make restoreInstances clear value when previous value was gc:ed (#17603)Leif Åstrand2015-04-241-0/+45
| | | | | | | | | | | | | | | | Change-Id: I61992c04cac578dc1158efd9c76484eacc8a6b6a
* | | | Add a method for setting visible Grid columns (#17080)Mika Murtojarvi2015-04-231-0/+27
| |_|/ |/| | | | | | | | Change-Id: I7ad63af87ae44021bf161d7eadc92ccf33bbd2bb
* | | Declarative write support for Table (#16367)Johannes Dahlström2015-04-203-22/+35
| | | | | | | | | | | | Change-Id: I9caa766be3152b35f7fe354b989e8cd6d615a043
* | | Declarative read support for Table (#16367)Johannes Dahlström2015-04-172-0/+217
| | | | | | | | | | | | Change-Id: I2327af18b2e1e4d31a057b110eee9495f16d9633
* | | Don't clear element content in AbstractComponent.writeDesign (#17488)Johannes Dahlström2015-04-177-195/+0
| |/ |/| | | | | | | | | | | | | | | WriteDesign now assumes the element it receives is pristine, so elements cannot be reused without someone else clearing them first. Currently only DesignContext.createElement directly invokes writeDesign, and it always passes a new element to it. Change-Id: Icb777da1d73a28150041914dd9743e7aa0b25e16
* | Fix Grid frozen column declarative support (#16596)Teemu Suo-Anttila2015-04-161-0/+14
| | | | | | | | Change-Id: I382e52e9eed1e2846036e23d9a6b95859ad3e5dc
* | Refactor declarative tests.Mika Murtojarvi2015-04-1636-2391/+821
|/ | | | | | In addition, duplicate tests are removed. Change-Id: I01c681e82416ad408f616d61f9f5b4df81db2c08
* Fix Grid inline data declarative support (#16596)Teemu Suo-Anttila2015-04-142-1/+112
| | | | Change-Id: Ief0238c04ff16674a4102d359381531ae30e9a9f
* Fix Grid Header/Footer declarative support (#16596)Teemu Suo-Anttila2015-04-143-4/+352
| | | | Change-Id: Iedd02738840b4d1a82681cf090c744f07166fdd4
* Fix Grid Columns declarative support (#16596)Teemu Suo-Anttila2015-04-143-0/+212
| | | Change-Id: I62e06ca7be62d81f8cca619775e150250a478b39
* Add declarative OptionGroup support (#15549)patrik2015-04-141-0/+160
| | | Change-Id: I5edb32ffb8282fa76fc21cf6e134eeb48fec04d1
* Fix Grid column adding to set column sortable correctly (#17446)Teemu Suo-Anttila2015-04-131-0/+9
| | | | Change-Id: I2cfc41f9fab39c387306e89fb18de75c413a7817
* Add getter for local id #17444John Ahlroos2015-04-131-0/+10
| | | | Change-Id: I0007bdf111bf516cb9e2f244b63fde42213f5c98
* Declarative support for Tree inline data (#16321)Johannes Dahlström2015-04-131-21/+38
| | | | | | <v-tree> elements may now contain a hierarchy of <node> elements. Change-Id: I6b1703aa4ec598cf0b3a6221f615727efbcbf0ad
* Fix writing of child local ids in AbsoluteLayout (#17421)Johannes Dahlström2015-04-131-0/+56
| | | | Change-Id: I49eb3246061e1b011a0f87e94d2a43eb20c31a34
* Fix declarative support for Grid basic properties (#16596)Johannes Dahlström2015-04-101-0/+69
| | | | Change-Id: I8b15ecb2eaff2dc5c8986473a7badbbd29432dda
* Fix GridLayout declarative support (#16594)Teemu Suo-Anttila2015-04-102-8/+209
| | | Change-Id: I25e52a9246c9ccbc406d1f162b4e9ff69bb411ff
* Refactor declarative tests for two components.Mika Murtojarvi2015-04-106-768/+254
| | | | Change-Id: I7e1992fe8fc88bd0d34a4b7d3b945bc4ef68fd7e
* Fix DeclarativeTestBase handling of nonpublic accessors (#17425)Johannes Dahlström2015-04-091-0/+4
| | | | | | | Bean introspector finds public properties inherited from nonpublic superclasses but their accessor methods are not accessible by default. Change-Id: I3d79f8361c7f9eb9e37d2c7eb7c19965c986cd20
* Add granular declarative margin support (#17190)patrik2015-04-091-0/+104
| | | | Change-Id: I36227feeeaf08f41a9d5c179547dfcb575a1fb09
* Fix DeclarativeTestBaseBase to return read component with testReadTeemu Suo-Anttila2015-04-081-2/+4
| | | | Change-Id: Icb916e190c4286c053e9456f65fd7180fb58e2a7
* Fix MenuBar MenuItem caption reading from design (#17361)Teemu Suo-Anttila2015-04-081-1/+61
| | | | Change-Id: I438039ab8ad83bf0b2153939502903571f231bbb
* Allow setting local id via DesignContext (#16584).Mika Murtojarvi2015-04-082-0/+64
| | | | Change-Id: Ie599e8517823ca431d2d9e9232217db53444d7aa
* Fix declarative support for Window (#17314)Johannes Dahlström2015-04-074-10/+201
| | | | Change-Id: If89a46a4c08ec1491eb00a2f2b8580fb3ef785fc
* Enable setResponsive/isReponsive API for AbstractComponent (#17369)patrik2015-04-071-0/+37
| | | | Change-Id: I2fb48bff5e55d3d494d9fa927305447dc0c4d816
* Add selective data write support to AbstractSelect (#17148)Leif Åstrand2015-04-072-4/+27
| | | | Change-Id: I06f82fe05f3b370af85538c0a85f2e60ee28d72d
* Add test for #17267Johannes Dahlström2015-04-071-0/+19
| | | | Change-Id: I0b9e5c1376176e591cb1e13bfbd9594f54409e56
* Add declarative support for PopupView (#16334)Teemu Suo-Anttila2015-04-071-0/+74
| | | | Change-Id: Ic5fb0238f538fd05bb6d6e37ddff3ec06175f782
* Support JSR-356 websockets (#16738, #14432)Artur Signell2015-04-022-5/+324
| | | | | | | | | | * Initialize Atmosphere in a context listener as JSR-356 requires * Do not run JSR-356 or websocket tests on servers without support * Adds /run-jsr356/ for testing JSR-356 websockets with uitest.war * Change push path to /PUSH (from /PUSH/) to be compatible with JSR 356 endpoint mappings in Atmosphere (#14381) Change-Id: Iec43f26df8c7b2bd347a713623a5298cc9e7b2cd
* Fix declarative support for AbstractColorPicker (#16336)Teemu Suo-Anttila2015-04-011-0/+87
| | | | Change-Id: Icd85e028aa3ae9592fc795cadf00f1f8b7eae552
* Allow customizing declarative tag names (#16933)Leif Åstrand2015-03-311-0/+129
| | | Change-Id: Icadaaab9166763e8e2086c6c114efd799ab580d6
* Fix declarative support for AbstractMedia (#16330 #16331 #16332)Miki2015-03-262-0/+122
| | | | | | | Also fixes HTTPS resource handling (#17267) Contains tests for both Audio and Video. Change-Id: Id4a7325f0d29f6857ff2236757b28b9eb911e39a