summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adds a textual null representation to Grid renderers(#16560)7.5.0.beta2Ilia Motornyi2015-05-2818-101/+568
| | | | | | Adds an optional textual value for null to Grid.AbstractRenderer Change-Id: I4998476308e4259306f1774f309968520d8672e5
* Focus the field in the the active cell when manually opening Grid editorJohannes Dahlström2015-05-284-23/+186
| | | | | | Also move focus back to Grid when manually closing the editor. Change-Id: I3ec54c00500ddd3872e7d20109191ac7db8bb950
* Show declarative output for component selected in debug window (#17960)Artur Signell2015-05-289-19/+177
| | | | 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-284-7/+57
| | | | Change-Id: I62178ada54de6a814704dd7e166e9e9e3403c83b
* Update to GWT version 2.7.0.vaadin3.Mika Murtojarvi2015-05-271-1/+1
| | | | | | | The fix in the new GWT version is https://dev.vaadin.com/review/gitweb?p=gwt.git;a=commit;h=d6116973b0b211e50243efe5f88aa893ffdbd037 (GWT RPC fix addressing a memory leak on IE9) Change-Id: I39f3a17167cfd69c2b90d0f225a967a281fd9ef5
* Update browser version test to Chrome 43Mika Murtojarvi2015-05-271-1/+1
| | | | Change-Id: Ifbc59644f02a2a5384fa6fa22d397863459a93b1
* Select all checkbox when pressing space on the cell (#16685)Artur Signell2015-05-274-25/+74
| | | | Change-Id: I71ca4d7d390bdaf42cf3d9317564e6ad8f96cc25
* Add class name for not editable editor cells (#18021)Teemu Suo-Anttila2015-05-272-1/+12
| | | | Change-Id: Ib9bfb1fd3fe2f3caef745aa0d8fad5913759cb9e
* Update loading indicators (#18015).Mika Murtojarvi2015-05-273-0/+0
| | | | Change-Id: I8669e604ac75ce25b43c1be6a323a007f8e00c67
* Fix Grid client-side event support (#17986)Teemu Suo-Anttila2015-05-275-6/+201
| | | | | | | | Added a public API to get an EventCellReference for the most recent fired event. Also EventCellReference now contains information on Grid section and some related helpers. Change-Id: Ia8a166da6f322084d65f9b1cb242e22b0e66e53b
* Use GWT.create instead of new in Grid client-side (#18011)Teemu Suo-Anttila2015-05-261-3/+3
| | | | Change-Id: I34db328092965e0dd8c63c9e65504b637a3fa9e5
* Split AbstractGridExtension from AbstractRenderer (#18003)Teemu Suo-Anttila2015-05-265-5/+254
| | | | Change-Id: Ibe5766cde606091ce2bd58055472fa7cf3f21374
* Update active tab index when overriding selection (#15274)Leif Åstrand2015-05-263-0/+98
| | | | Change-Id: I0480b640cec251bb430cdb9224e2a23ea26b7259
* 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
* Only sort when enter is pressed on default header (#16732)Artur Signell2015-05-252-3/+33
| | | | Change-Id: I3bae7c341064f26c6be3c9b66b33239716043fec
* Do not scan for WebSocketProtocol (#17807)Artur Signell2015-05-221-1/+1
| | | | Change-Id: Ie8e4c827174542a3e7908f20a1cc2d90fab08917
* Add pointer to new location for methods moved to WidgetUtil (#17952)Leif Åstrand2015-05-221-0/+201
| | | | Change-Id: I0614f598337eacc647d82068776e934074e3ac29
* Fix adding a column to Table and immediately changing its size (#17927)Teemu Suo-Anttila2015-05-213-9/+119
| | | | Change-Id: I970c771f647b7587aac3985ebeea0f0b20805fec
* Rename GridSidebarThemeTest screenshot identifiersTeemu Suo-Anttila2015-05-211-6/+6
| | | | Change-Id: Ie732c559a93260888e5144bc1da486df11b6fef6
* Fix GridStructureTest to workaround Chrome + Selenium issueTeemu Suo-Anttila2015-05-201-3/+4
| | | | | | Test now check for cell content rather than header. Change-Id: I1a46a0411189352bf7e5117bcc45306803364d9f
* Selectable row should have pointer-type cursor [#17911]Anna Koskinen2015-05-201-0/+7
| | | | Change-Id: I74ee0c13c08bbd3e10ab43df0344d2b23c5b7161
* Fix GridDetailsLocationTest SubPixel issues with IE8 and IE9Teemu Suo-Anttila2015-05-201-11/+9
| | | | | | | This patch also changes the way this test handles CheckBoxes making the test more stable. Change-Id: I1b6c2b987dbe69bd1fc7b8cdc14adbbe206ed484
* Return components in merged header/footer cells only once (#17904)Artur Signell2015-05-202-1/+62
| | | | Change-Id: I763ff330f20e50c43d352524058fa8993401bf43
* Fix a Grid test failure on FirefoxMika Murtojarvi2015-05-202-7/+11
| | | | Change-Id: I3d6ab2abd146a53ee0d93b1d738ae7a3379c4ff5
* Fix Grid test failures on various browsersTeemu Suo-Anttila2015-05-204-37/+37
| | | | Change-Id: I4f28fce512ddb547477f9752ad5f4a602ee13489
* Ensure the whole hierarchy is refreshed when opening editor row (#17459)Artur Signell2015-05-194-0/+183
| | | | Change-Id: Iff691f27b70ccbad004dbc55411be977c5acff03
* Handle generated empty string style names properly (#17335)Artur Signell2015-05-194-3/+59
| | | | Change-Id: I1adce18f238fd4357b0eb1be68ebf7a3aaa6dd6e
* Ensure VDebugWindow.get() always returns the real instance (#17871)Leif Åstrand2015-05-192-3/+3
| | | | Change-Id: Ia0af0cc3e6c3129a117dd31e6bce54e1226eb9c7
* 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-193-2/+12
| | | | Change-Id: I28bbbc7a9079fc81e90d1d3f35f675234e560404
* Do not leave transaction open if remove fails (#17858)Artur Signell2015-05-182-13/+10
| | | | Change-Id: Iae9243bd0dc90e130e2866adef472a4d09c4a16f
* Convert theme tests from TB2 to TB4Teemu Suo-Anttila2015-05-1812-2111/+356
| | | | | | | This change makes FixedNotificationElement work with notifications and rounded edges. Change-Id: I8e682fab471aa89bef5fc67d5aafdc3e37333a17
* 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
* Update VerifyBrowserVersionTest for Chrome 42Teemu Suo-Anttila2015-05-181-1/+1
| | | | Change-Id: I66559919989c5545aa8266fee947c0bfc80d2b58
* Fix MenuItemStyleRemoved test UI to work with IE8Teemu Suo-Anttila2015-05-181-3/+14
| | | | Change-Id: I0987168f4531b8b548dbde03afd99da363ae31d4
* Update release notes for beta1Leif Åstrand2015-05-181-6/+6
| | | | Change-Id: I4ab9082fbe7e488375377432b4289d6d25db9686
* 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
* Wrong floating element pos. on DND column reorder Grid #17693Pekka Hyvönen2015-05-152-8/+38
| | | | | | | | | When Grid was wider, the floating element did follow mouse to the right after some point. Also makes sure floating element is not shown on top of frozen columns when auto scrolling left. Change-Id: Ied779222c484f1f22119f89c0e720f868bbc898e
* Make FormLayout work with HTML captions (#17143)Leif Åstrand2015-05-153-8/+114
| | | | Change-Id: I334441fd2f8d5f6d9e0629f5d7b564e9008f3fe5
* Potential fix for test ssh problems with Debian 8Artur Signell2015-05-151-1/+1
| | | | Change-Id: I037df97677d514acc11264ac13efcbbc2f15d09c
* 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 show loading spinner if there are no tabs (#15241)Leif Åstrand2015-05-132-1/+13
| | | | Change-Id: Ib2f08fc036d0f9940a865353c43d2433767df1fc
* Don't leak current VaadinSession in testLeif Åstrand2015-05-131-0/+4
| | | | Change-Id: I51d70636138ccf21ec4d7488aca2f071f940a51a
* Fixes regression in Notifications and tests (#14872)Pekka Hyvönen2015-05-134-14/+47
| | | | Change-Id: Ifa52508f5555c47b778cb7f80aa09f665b03b8d4
* 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