summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* Add @since 7.5Mika Murtojarvi2015-05-291-1/+1
| | | | Change-Id: I860b5cf00415bc17a28b52b4a8109392a6939dc6
* Adds a textual null representation to Grid renderers(#16560)7.5.0.beta2Ilia Motornyi2015-05-2811-95/+357
| | | | | | Adds an optional textual value for null to Grid.AbstractRenderer Change-Id: I4998476308e4259306f1774f309968520d8672e5
* Show declarative output for component selected in debug window (#17960)Artur Signell2015-05-281-0/+29
| | | | Change-Id: I975eef2f06db4395925f76e40c044078028b0e66
* Less restrictive RPC interface detection in registerRpc (#10945)vandeti2015-05-282-11/+141
| | | | Change-Id: I664740523b35b64b0fd0c4fdc21597a2245537cd
* Backport a resynchronization fix for 7.5 (#15405)Artur Signell2015-05-282-2/+26
| | | | Change-Id: I62178ada54de6a814704dd7e166e9e9e3403c83b
* Split AbstractGridExtension from AbstractRenderer (#18003)Teemu Suo-Anttila2015-05-262-5/+73
| | | | Change-Id: Ibe5766cde606091ce2bd58055472fa7cf3f21374
* Remove value casting to integer in Slider.setValue (#17370)Sauli Tähkäpää2015-05-262-28/+86
| | | | | | | - 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-252-12/+9
| | | | | ResourceReference.getURL() is now used to ensure consistency. Change-Id: Ic204a826c093fc34af2be1e0e4e8a8dd4f820e09
* Do not scan for WebSocketProtocol (#17807)Artur Signell2015-05-221-1/+1
| | | | Change-Id: Ie8e4c827174542a3e7908f20a1cc2d90fab08917
* Return components in merged header/footer cells only once (#17904)Artur Signell2015-05-202-1/+62
| | | | Change-Id: I763ff330f20e50c43d352524058fa8993401bf43
* Ensure the whole hierarchy is refreshed when opening editor row (#17459)Artur Signell2015-05-191-0/+7
| | | | Change-Id: Iff691f27b70ccbad004dbc55411be977c5acff03
* Handle generated empty string style names properly (#17335)Artur Signell2015-05-191-2/+2
| | | | Change-Id: I1adce18f238fd4357b0eb1be68ebf7a3aaa6dd6e
* Make fields with validators immediate (#13709)7.5.0.beta1Artur Signell2015-05-193-4/+95
| | | | Change-Id: I113aa38869cf4dceec24315e70d3b44eae526f65
* Add missing OSGi import to make designs work (#17377)Artur Signell2015-05-191-1/+1
| | | | Change-Id: I28bbbc7a9079fc81e90d1d3f35f675234e560404
* Do not leave transaction open if remove fails (#17858)Artur Signell2015-05-182-13/+10
| | | | Change-Id: Iae9243bd0dc90e130e2866adef472a4d09c4a16f
* Make TableQuery only release connections reserved through its pool (#12370)Artur Signell2015-05-189-66/+198
| | | | | | | 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-185-12/+31
| | | | Change-Id: Ic793cbb7eb36408c765a01cc987ba7fe8800b80c
* Output parameters in alphabetic order to be deterministic (#17857)Artur Signell2015-05-181-0/+9
| | | | Change-Id: I8fdb5404cca6e28080f8c4315bb1daa136313744
* Remove unused out of sync message (#17860)Artur Signell2015-05-161-29/+0
| | | | Change-Id: Ic12cc7928931a66d4738b4976d2ee90d38a49197
* Fix typo in Tree Javadoc (#17834)Steven Spungin2015-05-151-1/+1
| | | | Change-Id: I0d12588169736d045beca1ddc1e2fc5659cbbf61
* Report identifier if field binding fails (#17837)Artur Signell2015-05-131-3/+6
| | | | Change-Id: Ie3787792ab508adbf570d1a913ab49ec86924fbb
* Don't leak current VaadinSession in testLeif Åstrand2015-05-131-0/+4
| | | | Change-Id: I51d70636138ccf21ec4d7488aca2f071f940a51a
* Catch even more exceptions when trying to open a gzipped resource (#13653)Johannes Dahlström2015-05-131-2/+1
| | | | | | URL.openConnection may also throw if the file does not exist. Change-Id: I254a5b6591f34b0f11b20c6c9ab81c0cb51af672
* Catch all Exceptions when trying to open a gzipped resource (#13653)Johannes Dahlström2015-05-121-1/+6
| | | | | | | | URLConnection.getInputStream may throw any IOException, not just FileNotFoundException. Additionally, catch and log unexpected non-IOExceptions just in case to keep the app from failing hard. Change-Id: Id7ce7ddee3de38ccd10d9e02e6c587a86b9cac96
* Revert "Moved accessibility shortcut handling to server-side. [#14843]"Leif Åstrand2015-05-122-128/+12
| | | | | This reverts commit e88f71dd6d1d7634e3a90a7e53859ff6dc028e21. Change-Id: I1d4ed60ec4a194f6ed18fa5506134ef3a185a6cf
* Add missing @since for 7.5Leif Åstrand2015-05-128-6/+46
| | | | Change-Id: Id8f78c9ef7670c5413d3b7d28eef732dd1b7512d
* Make extra API private instead of protected (#16596)Teemu Suo-Anttila2015-05-121-1/+1
| | | | Change-Id: I1ae0923309d4a7bd69f197bdbe308baefbe1512d
* Clarify some @since definitionsLeif Åstrand2015-05-122-2/+1
| | | | Change-Id: I0b46be2af610f6b35a6e1119a0859ddbd1c098f9
* Updated all empty @since tags to be published in 7.5.0Pekka Hyvönen2015-05-1115-49/+49
| | | | | | Removed invalid @since from MarginInfo. Change-Id: I7ad0dee47e8686c5cbca05ca1363ae8741642be8
* Fix a typo in AbstractSelect.setItemIcon Javadoc comment.Teemu Pöntelin2015-05-111-1/+1
| | | | Change-Id: Ifc5780c8d8488363bf40252d959b45cc08d6c68c
* Fix for declarative FontIcon support (#17275)Johannes Dahlström2015-05-066-32/+411
| | | Change-Id: I5d61ed7003811f95bba4ded71937bb08742936c5
* Ensure browser does not re-use push connection after refresh (#14297, #14416)Artur Signell2015-05-051-3/+9
| | | | Change-Id: I99748db0f00a6b2189f557fa05a145906a841efc
* Fix the updating of sort indicators (#17440)Mika Murtojarvi2015-05-051-4/+16
| | | | Change-Id: I0f8aa598b6e133a5cc128777cb6f1950dc6666c7
* Merge "Merge branch 'grid-7.5'"Teemu Suo-Anttila2015-05-025-12/+960
|\
| * Merge branch 'grid-7.5'Pekka Hyvönen2015-04-305-12/+960
| |\ | | | | | | | | | Change-Id: Ifa976fa4be1258fd35999de17775da70afedb2a8
| | * Merge remote-tracking branch 'origin/master' into grid-7.5Teemu Suo-Anttila2015-04-2215-202/+506
| | |\ | | | | | | | | Change-Id: I01c7d52b1e80483ec46f87ac8c5d7a48d4c01c84
| | * \ Merge branch 'master' into grid-7.5Pekka Hyvönen2015-04-1740-2399/+852
| | |\ \ | | | | | | | | | | | | | | | Change-Id: I6175398df4c3a07656a2682843615a0d7bd32a45
| | * | | Declarative support and test for Grid.Column.hidingToggleCaption #17481Pekka Hyvönen2015-04-163-3/+20
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic20686649b28530160498742e78f69074e32e596
| | * | | Declarative support and tests for Grid's 7.5 features (#17481)Pekka Hyvönen2015-04-163-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Grid.Column.hidden and Grid.Column.hidable - Grid.columnReorderingAllowed Change-Id: Iee2e3ff7472bceef314403b750549c99e26a9546
| | * | | Grid.Column setHidable and setHidden return the Column #17478Pekka Hyvönen2015-04-161-4/+10
| | | | | | | | | | | | | | | | | | | | Change-Id: I720b66d14a151964cf071deee380704c73f88744
| | * | | Merge remote-tracking branch 'origin/master' into grid-7.5Teemu Suo-Anttila2015-04-1534-906/+2828
| | |\ \ \ | | | | | | | | | | | | | | | | | | Change-Id: I03fdd2014fd0393341db0f650c065f6d27905b73
| | * \ \ \ Merge branch 'master' into grid-7.5Markus Koivisto2015-04-0829-170/+1828
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: I3906caeb01d1991dc9cb927b3d9ce0fb21c77e04
| | * | | | | API for column hiding toggle caption in Grid (#17272)Pekka Hyvönen2015-03-311-2/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes column toggle not getting a caption when a hidable column is added. Fixes column toggle not getting a caption on columns with widget in header. Change-Id: Ie10ada793a3635302603f684f232cadaef74a982
| | * | | | | Merge remote-tracking branch 'origin/master' into grid-7.5Henrik Paul2015-03-3131-198/+1477
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ife8c6d2a5f6c134a6e28e862f524b6e687199cc8
| | * | | | | | Server Grid.scrollToRow takes details into account (#17270)Henrik Paul2015-03-311-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7b6d67aeb4d625a53e6fe370b729016a84e33214
| | * | | | | | Fixed some faulty asserts in Grid's detail row creation (#17293)Henrik Paul2015-03-271-10/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8e9998524c02ca1e2f9d3391fa27bacc53655c7f
| | * | | | | | Update all empty since tags published in alpha1Leif Åstrand2015-03-262-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1afce7e69beb9a61354fd82fcda194d4277dfd36
| | * | | | | | Fix Grid's frozen column count with hidden columns #17273Pekka Hyvönen2015-03-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4f8a893eec3cf7c32da34cb364a4d56589cbf3e2
| | * | | | | | Fixes edge case in null details generation for Grid (#17274)Henrik Paul2015-03-251-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1bf4c2f0600baea8b925bd31dcd42c1e901a7c8b
| | * | | | | | Merge remote-tracking branch 'origin/master' into grid-7.5Leif Åstrand2015-03-236-21/+249
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I53218c269f0701cddd8279bf25c493950144f4cb