summaryrefslogtreecommitdiffstats
path: root/server/tests/src
Commit message (Collapse)AuthorAgeFilesLines
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-14437-50546/+0
| | | | Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e
* Lock session during deserialization (#19310)Leif Åstrand2016-02-141-10/+34
| | | | Change-Id: I0f0c029d6de88b74bae1c7253b7665d5570e3767
* Fix Grid DetailsGenerator being removed on Container change (#19593)Teemu Suo-Anttila2016-02-131-0/+22
| | | | Change-Id: Ied328804260b1a7bb35093fca1d972735559cf41
* Fix removing extension from a connector that is not its parent (#19569)Teemu Suo-Anttila2016-02-081-0/+40
| | | | Change-Id: I0201c2dc94cd50d09931d54bb9e18893e6737d9c
* Make project Java 8 compatibleArtur Signell2016-02-031-2/+5
| | | | Change-Id: I875e152b8851d7b962be47f369c1f6b483193260
* Propertly handle null in StringToCollectionConverter (#19481)Artur Signell2016-01-211-0/+15
| | | | Change-Id: I9a01528910c5f9ec830e236fd8acd78dda763f24
* Fix NPE in Label.writeDesign with NULL values #19434John Ahlroos2016-01-051-0/+33
| | | | Change-Id: If3628bc655d6cd58ab51b7400af808bdbca3dc91
* Make GeneratedPropertyItem addItem return null when appropriate (#18685)Artur Signell2016-01-041-0/+98
| | | | Change-Id: I08f05bee9bf0c82f5767c63654046285c85f233a
* Ensure no unknown attribute warnings are logged in design tests (#19429)Artur Signell2016-01-041-0/+45
| | | | | | * Adds missing custom attributes to Slider/AbstractEmbedded Change-Id: I574caf3499ab0681a7c829f89164062eb725013f
* Include correct type and parameter info in exception (#19064)Artur Signell2016-01-041-3/+13
| | | | Change-Id: Ic08bfa69bc0c4cb42ecbb1d53ab712e75075ee10
* Make GeneratedPropertyItem equals self (#19426)Artur Signell2016-01-041-2/+1
| | | | Change-Id: Ieccb53a402dd6669fb684b0ef8e18e4c8778c58e
* Make GeneratedPropertyContainer.getItem(nonExistant) return null (#19425)Artur Signell2016-01-041-0/+562
| | | | Change-Id: I41e40b87b64aec046428c1294aa1d488b6daf693
* Make test succeed in EclipseArtur Signell2016-01-041-0/+1
| | | | Change-Id: I1f8afb25e40c4c963092730b479303e345a732a2
* Set session as current while deserializing (#9953)Leif Åstrand2015-11-251-16/+83
| | | | Change-Id: Ib420f99c621b7d508659907615a7e8a1ae47b4d9
* Do not modify state while serializing (#19090)Artur Signell2015-11-121-0/+30
| | | | | | | | Serializing an object should never modify its internal state. It should be possible to serialize an object multiple times and get the same result Change-Id: I983e2eec1b3fb374bf40f150bdb9918ac5791d62
* Specify custom first day of week for Calendar #19227Leonid Rozenblyum2015-11-111-0/+54
| | | | | | | | Added possibility to provide first day of week independent of Locale. (the Calendar code has been reformatted according to Eclipse 'Save action'). Unit-tests added. UI test extended. Change-Id: I3e3531228c139ce2014a1227e47c12e7896a6f87
* Add destroy method for Navigator (#10213).Denis Anisimov2015-11-072-5/+159
| | | | Change-Id: Icb2676bd603bbe36a8d7d005128036234a5a0c62
* Support caption fetching for HTML and Widget headers. (#18528)Sauli Tähkäpää2015-10-281-0/+20
| | | | Change-Id: Idad2cbbb6b138258ff6428e7ecc3d922ef99c675
* Fix replacing of currently selected Tab (#14252)Dmitrij Abolichin2015-10-201-0/+62
| | | | Change-Id: I49a86d2fceac233fdfd9e31d8ade519b9f8460b6
* Provide own states for a number of components (#18987).Denis Anisimov2015-10-1614-0/+646
| | | | Change-Id: I9fe4a332bb8170a6482610d1b83bad73e049a3a1
* Removed unnecessary comments (#19116)elmot2015-10-142-56/+0
| | | | Change-Id: Ia99bcc828bee1a82581bbe552a83ca50ce129b05
* Move RpcDataProviderExtension and DataGenerator to correct packageTeemu Suo-Anttila2015-10-131-1/+1
| | | | | | | | New location is com.vaadin.server.communication.data as the extension only manages the communication of container data to a client-side data source. Change-Id: I7aeefe23c9d771d70bc1dd389bc7f0c3357f0a17
* Add Grid column resize event API (#16838)Johannes Dahlström2015-10-091-0/+37
| | | | Change-Id: I1cdecb54b3df45b16ddf2c7b06261198be086274
* Write true boolean attibutes without ='' (#17583)Leif Åstrand2015-10-0932-155/+194
| | | | | | Also add missing test for GridLayout alignments Change-Id: If553c9e254fb754cb020a63013bfcc9ecae3a056
* Add Grid.deselectAll() (#18339)Artur Signell2015-10-091-0/+73
| | | | Change-Id: I5d5237fcc06ae184a884cb17fa9b6eee5c37179a
* Correct the place where attach events are fired (#16348)Matti Tahvonen2015-10-091-14/+27
| | | | Change-Id: Ib0679cf893edda3206b858938c0684a242500cfb
* Add API for setting Grid columns resizable (#16838)Johannes Dahlström2015-10-081-3/+3
| | | | | | | By default columns can be drag-resized by the user. This can be changed on a column-by-column basis. Change-Id: I8354e270db9affe865d1444d6cccbe8c839a3b5b
* Move session store/load/remove logic to service from session (#9782, #18998)Artur Signell2015-10-072-2/+2
| | | | | | | | | | | | | | The session storage logic when implemented in VaadinSession was and must be partly static. This makes it impossible to override the storage logic. To be able to support storage customizations for portals (storing using APPLICATION_SCOPE), the logic was moved to VaadinService. For portals, all storage operations now use APPLICATION_SCOPE. Previously only the store operation was done using APPLICATION_SCOPE, leading to some portals not being able to load the session at all (the default scope for reading attributes in portals is PORTLET_SCOPE). Change-Id: I3d112608d98c883a457e650c0a25bf10c81acc78
* Fix adding to same parent, component shouldn't be removed (#16568)Dmitrij Abolichin2015-10-071-0/+43
| | | | Change-Id: I406058abbc4a28651b9103e7f0d7fbcbf0fa8984
* Add server-side unit tests for ContextClickEvent handling (#19015)Teemu Suo-Anttila2015-10-051-0/+163
| | | | Change-Id: I682aff7495c1bfe8ea75a7fad00eb87374cd40fa
* Implement ContextClickEvent for Table (#19042)Teemu Suo-Anttila2015-10-021-0/+57
| | | | | | | This patch also introduces a testing infrastructure for context click event and listener testing. Change-Id: I3aa88758278c91086df3d0971edb34914a93fd29
* Do not use getters/setters when mapping designer fields (#17388)Artur Signell2015-10-012-0/+86
| | | | Change-Id: I5c03beca2b5f00c6efb32980e5e5ddf36cc4f16a
* Use "vaadin-" as default prefix for Design (#18957)Henri Sara2015-09-2873-460/+804
| | | | Change-Id: Ic9e0650e5c8e305258cbce033c4ef3f33307bf0f
* Parse readonly values for AbstractFields correctly #18850John Ahlroos2015-09-2510-0/+153
| | | | Change-Id: I6f7d8731d185fe1c88e861435a401d887b2defbe
* Make getLogger privateArtur Signell2015-09-241-1/+1
| | | | Change-Id: Ieec6ca2dd9b45ee1572dfed84247cb05e7d1f453
* Support HTML entities when reading/writing declarative format #18882Maciej Przepióra2015-09-249-60/+317
| | | | Change-Id: I08099673c5dd0d688d3243e5fd169edb05f046f3
* Write all empty cells for empty GridLayout in declarative #18805Maciej Przepióra2015-09-241-0/+23
| | | | Change-Id: I589ba0dbb4aea7578f85894046e99903d9202e37
* Use correct state class for split panels (#18942)Artur Signell2015-09-202-0/+60
| | | | Change-Id: I91980343c0e8f3f35abb26411f57d2303b286cce
* Always use charset for String.getBytes() method (#18863).Denis Anisimov2015-09-151-0/+129
| | | | Change-Id: I15ce5a7922aebffc1a05ac55663033f7e5134d0c
* Support custom Enum.toString in converter (#17301)Leif Åstrand2015-09-091-0/+53
| | | Change-Id: Icd3c164fb252bd048ffcd953f967a9c7acdc4514
* Merge remote-tracking branch 'origin/master' into reconnect-dialogArtur Signell2015-09-0414-200/+495
|\ | | | | | | Change-Id: Ie622160a83116c83b255a26bec297f73f3223ac7
| * Redesign RpcDataSourceConnector pinning RPC requests (#18692)Teemu Suo-Anttila2015-09-021-88/+0
| | | | | | | | | | | | This patch removes DataProviderKeyMapper which was mostly dead code already. Uses a regular KeyMapper instead. Change-Id: Ic97d1dc827d45fde65bcddc0414bfe711032620c
| * Convert test to JUnit 4Leif Åstrand2015-08-291-20/+29
| | | | | | | | Change-Id: Ie01895d96e83f16d767f8cfcabde77ac78f50796
| * Add better keyboard Close Shortcut API for Window (#17383)patrik2015-08-283-5/+40
| | | | | | Change-Id: I29c7d288fe35f6801cf3576ba06751adce821340
| * Fix multiple book keeping problems in ContainerOrderedWrapper (#5934, #18422)Artur Signell2015-08-265-57/+274
| | | | | | | | Change-Id: Ia749252ebf7034da5f3273ef117ab4ba35ad39b6
| * Helper method for enabling all Atmosphere loggingArtur Signell2015-08-251-1/+1
| | | | | | | | Change-Id: Ibd26d84bd67a244e3a1837491652a84b85f40f65
| * Merge branch 'master-before-18503' into grid-unbuffered-editorHenri Sara2015-08-191-17/+103
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: server/src/com/vaadin/data/RpcDataProviderExtension.java uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridEditorTest.java Change-Id: I9e7907c9caf839fd043444db0505f9853f020a6a
| | * Prevent NPE on missing security key. (#18573)Sauli Tähkäpää2015-08-181-17/+103
| | | | | | | | | | | | Change-Id: I6d9eeb257a4a4889ce679a31a45133c3d0c90368
| * | Merge branch 'master' into grid-unbuffered-editor7.6.0.alpha3Johannes Dahlström2015-07-151-0/+34
| |\| | | | | | | | | | | | | | | | | | | Conflicts: uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridEditorTest.java Change-Id: I5ed68bc73d38be4e1f6816108a5246d0c98a258f
| | * StringToBooleanConverter API improved (#18466)elmot2015-07-151-0/+34
| | | | | | | | | | | | | | | | | | | | | Added simple customization for text representation Added API for locale-specific conversion Change-Id: I866b37bb085e85ef3d67e9d5e6db82b22e9bc464