summaryrefslogtreecommitdiffstats
path: root/server/tests/src/com
Commit message (Expand)AuthorAgeFilesLines
* Use correct state class for split panels (#18942)Artur Signell2015-09-202-0/+60
* Always use charset for String.getBytes() method (#18863).Denis Anisimov2015-09-151-0/+129
* Support custom Enum.toString in converter (#17301)Leif Åstrand2015-09-091-0/+53
* Merge remote-tracking branch 'origin/master' into reconnect-dialogArtur Signell2015-09-0414-200/+495
|\
| * Redesign RpcDataSourceConnector pinning RPC requests (#18692)Teemu Suo-Anttila2015-09-021-88/+0
| * Convert test to JUnit 4Leif Åstrand2015-08-291-20/+29
| * Add better keyboard Close Shortcut API for Window (#17383)patrik2015-08-283-5/+40
| * Fix multiple book keeping problems in ContainerOrderedWrapper (#5934, #18422)Artur Signell2015-08-265-57/+274
| * Helper method for enabling all Atmosphere loggingArtur Signell2015-08-251-1/+1
| * Merge branch 'master-before-18503' into grid-unbuffered-editorHenri Sara2015-08-191-17/+103
| |\
| | * Prevent NPE on missing security key. (#18573)Sauli Tähkäpää2015-08-181-17/+103
| * | Merge branch 'master' into grid-unbuffered-editor7.6.0.alpha3Johannes Dahlström2015-07-151-0/+34
| |\|
| | * StringToBooleanConverter API improved (#18466)elmot2015-07-151-0/+34
| * | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-07-131-0/+10
| |\|
| * | Refactor RpcDataProviderExtension to use DataGenerators Teemu Suo-Anttila2015-07-101-12/+14
* | | Use Transport.WEBSOCKET_XHR instead of setter for mixing websockets and XHR (...Artur Signell2015-08-311-0/+6
| |/ |/|
* | Always add "last" item from the string to the collection (#18433).Denis Anisimov2015-07-071-0/+10
|/
* Reformat with Luna SR2Artur Signell2015-06-2617-34/+52
* Pass critical notification details to the client (#18342)Artur Signell2015-06-251-22/+23
* Handle nested GridLayouts in declarative format correctly (#18312)Artur Signell2015-06-241-0/+33
* Write true as attribute="" (#17519)Leif Åstrand2015-06-2226-97/+94
* Adds margin support to GridLayout declarative format (#18238)Teppo Kurki2015-06-113-14/+21
* Fix declarative margin reading in AbstractOrderedLayout (#18229)Johannes Dahlström2015-06-113-137/+92
* Better handle exceptions when opening Grid editor (#17935)Johannes Dahlström2015-06-091-2/+6
* Don't allow null view providers (#17028)Leif Åstrand2015-06-081-0/+17
* Forget GridLayout row expand ratios for removed rows (#18166)Teppo Kurki2015-06-081-4/+35
* Return 0 instead of throwing exception if count query returns nothing (#18043)Steven Spungin2015-06-081-0/+98
* Extract MockUI classLeif Åstrand2015-06-052-13/+47
* Format UTF-8 filenames correctly for download (#16556)Anna Miroshnik2015-06-051-0/+39
* Convenience Window.setPosition(x,y) (#16335)Artur Signell2015-06-051-0/+7
* Better error messages for addColumn/setColumns (#18019, #17890)Artur Signell2015-06-051-0/+54
* Use headerCaption as default hidingToggleCaption (#18028)Teppo Kurki2015-06-051-0/+16
* Forget GridLayout column expand ratios when removing columns (#18068)Teppo Kurki2015-06-051-0/+82
* Replaced incorrect setter/getter with prope ones and fixed declarative (#17982)Artur Signell2015-06-021-0/+19
* Adds a textual null representation to Grid renderers(#16560)7.5.0.beta2Ilia Motornyi2015-05-281-54/+107
* Less restrictive RPC interface detection in registerRpc (#10945)vandeti2015-05-281-0/+112
* Split AbstractGridExtension from AbstractRenderer (#18003)Teemu Suo-Anttila2015-05-261-0/+41
* Remove value casting to integer in Slider.setValue (#17370)Sauli Tähkäpää2015-05-261-0/+56
* Fix font icon codepoint formatting in DesignResourceConverter (#17970)Maciej Przepióra2015-05-251-4/+4
* Return components in merged header/footer cells only once (#17904)Artur Signell2015-05-201-0/+59
* Make fields with validators immediate (#13709)7.5.0.beta1Artur Signell2015-05-191-4/+57
* Do not leave transaction open if remove fails (#17858)Artur Signell2015-05-181-11/+2
* Make TableQuery only release connections reserved through its pool (#12370)Artur Signell2015-05-188-62/+194
* Fix clear/isEmpty in TextArea/PasswordField/RichTextArea/ProgressBar (#17089)Artur Signell2015-05-181-11/+0
* Don't leak current VaadinSession in testLeif Åstrand2015-05-131-0/+4
* Fix for declarative FontIcon support (#17275)Johannes Dahlström2015-05-061-1/+77
* Merge branch 'grid-7.5'Pekka Hyvönen2015-04-303-2/+16
|\
| * Merge remote-tracking branch 'origin/master' into grid-7.5Teemu Suo-Anttila2015-04-2210-196/+231
| |\
| * \ Merge branch 'master' into grid-7.5Pekka Hyvönen2015-04-1737-2391/+835
| |\ \
| * | | Declarative support and test for Grid.Column.hidingToggleCaption #17481Pekka Hyvönen2015-04-162-3/+12