summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Required indicator for Table now works as expected (#17294)Matti Tahvonen2015-06-043-6/+152
| | | | | | | | | | | Table is a field (and one of the most powerful ones), but it cannot be used as required, especially if one wants to use the built in "required indicators" in Vaadin. Those only work if client side connector extends AbstractFieldConnector so Table is now extending it as well and (I expect that it ) needs to do the AbstractHasComponentsConnector stuff internally. Change-Id: I4ceb719366621053c7fe4c9691d624d61ed57567
* Do not send value change to server for non-immediate CheckBox (#18102)Teppo Kurki2015-06-045-0/+130
| | | | Change-Id: I60a58af72d7166869d8bdc8930e16440e02d2ac5
* Allow specifying location of PhantomJS binaryArtur Signell2015-06-042-2/+11
| | | | Change-Id: Idf04ba5c3712a387010bc2a28a119e81499f1f75
* Allow arbitrary serializable types as Renderer data type (#15410)Johannes Dahlström2015-06-038-1/+94
| | | | Change-Id: If535c5603116be204e11936f9186ce3856b74b03
* Fix GridEditorClientTest focus checks on IE8Teemu Suo-Anttila2015-06-031-1/+4
| | | | Change-Id: I68f63cf521fd81c8b5a384c60d88526365d3c9af
* Reset heartbeat timestamp when reopening UI (#18101)Leif Åstrand2015-06-033-0/+92
| | | | Change-Id: I288bae95e364277819727a99854d94fbbc98b162
* Encode numeric values as JSON numbers (#18039)Leif Åstrand2015-06-035-3/+177
| | | | Change-Id: Ibb0422ed00de498957e9baf995bb7835b60aafef
* Fix MenuBar handling with extremely wide first level sub menusTeemu Suo-Anttila2015-06-031-0/+6
| | | | Change-Id: I42831b67bd366002396300b8c793ccac27999849
* Use GWT CheckBoxes in MultiSelectionRenderer (#17554)Teemu Suo-Anttila2015-06-032-23/+82
| | | | | | | Simple input checkboxes are replaced with GWT checkboxes so styling them is easier. Change-Id: I609a79a382ba2e3b7d6ea2895d51cc33b9028a3b
* Convert a ComboBox test to TB4.7.5.0.beta3Mika Murtojarvi2015-06-032-59/+37
| | | | | | | Also fixes a bug in the test introduced in https://dev.vaadin.com/review/#/c/7117/8. Change-Id: I39ce310fd71296a8d8c223dfc09185c983b19299
* Add screenshot comparison for DisabledMenuBarItemTestTeemu Suo-Anttila2015-06-022-3/+6
| | | | Change-Id: Ib4f9531da8b0ebb0b6294b5539bf7ab578a776b8
* Update @since tag.Mika Murtojarvi2015-06-021-1/+1
| | | | Change-Id: I7b403d239168155a1530e82f280189d2f528a3fc
* Replaced incorrect setter/getter with prope ones and fixed declarative (#17982)Artur Signell2015-06-022-2/+47
| | | | Change-Id: If1109d3759d9e6414f7d60ae3b12286aa9e29566
* Refactor MenuBar handling methods to AbstractTB3TestTeemu Suo-Anttila2015-06-026-110/+80
| | | | | | This patch uses the new menubar handling in AccordionClipsContentTest Change-Id: Ib54b8b7c51b04fb98785af214aebdd33126aa61d
* Properly handle readonly fields when clearing FieldGroup (#17166)Artur Signell2015-06-015-8/+146
| | | | Change-Id: I42b9fe5d945d23e202a252a8be12976608da19bf
* Fix for javadocselmot2015-06-011-22/+22
| | | | Change-Id: Id8cec85e279907795947e0b0e98649fde6eecb2d
* Fix for Valo notification mixins (#14872).Denis Anisimov2015-05-295-35/+312
| | | | Change-Id: I6477557c605443419ee3fc9f3398ae5af4956aa7
* Ensure method and property names are capitalized using English locale (#13389)Artur Signell2015-05-296-23/+83
| | | | Change-Id: Idde4fc54950f2bb83e0bb8d36a84a5bf075eb8de
* Fix GridEditorClientTest focus checks on IE browsersTeemu Suo-Anttila2015-05-291-2/+8
| | | | Change-Id: I50551d5dd294165445b98be1076cc91aaa3555a0
* Add @since 7.5Mika Murtojarvi2015-05-295-10/+10
| | | | Change-Id: I860b5cf00415bc17a28b52b4a8109392a6939dc6
* Input prompt shouldn't get set when input has focus (#18027)Anna Koskinen2015-05-283-1/+164
| | | | Change-Id: Ide792fec9bf9050cea0b7616536965e42d74b16a
* 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