summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Hide DragAndDropHandler in Grid to make vaadin-widgets compile (#16643)7.5.0.alpha1Leif Åstrand2015-03-252-251/+224
| | | | Change-Id: I231affa4a4242d3b958583c9b79a4f08be0d5de5
* Avoid using VButton because of vaadin-widgets dependencies (#17023)Leif Åstrand2015-03-251-3/+2
| | | | Change-Id: Id1d42ee9555600eb117feadddcc92151dc2c5e1c
* Revert "Fix Declarative support for primitive float and double properties ↵Leif Åstrand2015-03-243-123/+14
| | | | | | (#17204)" This reverts commit 7d4de11c54060286bbc7adfeefa2891f3a461b1d.
* Revert "Fix Declarative support for BigDecimal properties (#17205)"Leif Åstrand2015-03-242-26/+5
| | | | This reverts commit 4a40924cd8715f664cf08ea6bfff7c83d96d14d4.
* Revert "Redesign ComboBox filtering, highlighting and selection behaviour."Leif Åstrand2015-03-2418-807/+235
| | | | This reverts commit acb889336f80227d609b194e56ac6ae3ead0d338.
* Revert "Moved accessibility shortcut handling to server-side. [#14843]"Leif Åstrand2015-03-245-467/+14
| | | | | | | | | | This reverts commit e88f71dd6d1d7634e3a90a7e53859ff6dc028e21. Conflicts: WebContent/release-notes.html uitest/src/com/vaadin/tests/components/window/CloseShortcutTest.java Change-Id: I1d4ed60ec4a194f6ed18fa5506134ef3a185a6cf
* Update release notes for 7.5.0.alpha1Leif Åstrand2015-03-241-37/+12
| | | | Change-Id: I5c1d6c5e9d93cf6acae415149fedafa7652b8b98
* Fixes Grid column reordering for IE8 (#17023)Pekka Hyvönen2015-03-231-17/+8
| | | | Change-Id: I44373a22fb279d5fd260fec0cfaf52d4a3f4e9a3
* Merge remote-tracking branch 'origin/master' into grid-7.5Leif Åstrand2015-03-2325-481/+894
|\ | | | | | | Change-Id: I53218c269f0701cddd8279bf25c493950144f4cb
| * Make UIConnector.replaceTheme() and UIConnector.activateTheme() protected #17235John Ahlroos2015-03-201-3/+5
| | | | | | | | Change-Id: I4ee650efdc8683dd1d6fedf5e53460c48186ed88
| * Fix Declarative support for BigDecimal properties (#17205)Johannes Dahlström2015-03-202-5/+26
| | | | | | | | Change-Id: I766172c125b7e771b4bc8e2db1f39d1ae828fea6
| * Fix Declarative support for primitive float and double properties (#17204)Johannes Dahlström2015-03-203-14/+123
| | | | | | | | | | | | Also improve tests. Change-Id: I99e064c931770fb8af511ea5c8e2c7fc2da2464e
| * Run SDM in strict mode to easier catch silly mistakes (#13567)Leif Åstrand2015-03-191-1/+1
| | | | | | Change-Id: I6739260499e66245eff2b05bfeb84c430ef5ca19
| * Do not log severe messages which serve no purpose (#17222)Artur Signell2015-03-191-2/+2
| | | | | | | | Change-Id: Ifaa0cddc1523f547d8d7f935e739889aa9ddd45a
| * Re-enable support for the firefox.path propertyLeif Åstrand2015-03-181-0/+5
| | | | | | | | Change-Id: I14d4ca1a2ef51ff77404cd6577cbe7cb35a2f75d
| * Correct logging when a push connection can't find a session (#15220)Artur Signell2015-03-181-2/+6
| | | | | | | | Change-Id: I8b3cabc942600b3366f59697441d0613c9908a24
| * Re-enable running tests locally with propertyTeemu Suo-Anttila2015-03-181-0/+25
| | | | | | | | Change-Id: I6eed0dc802ca101c929a5bc3cb6f3141060524a3
| * Fix bad language in release notesLeif Åstrand2015-03-181-1/+1
| | | | | | | | Change-Id: I9a348ebd6ae41a1a7d03ae9a00bcc5935a4bc4e1
| * Migrate FlashIsVisible embedded test from TB2 to TB4Teemu Suo-Anttila2015-03-182-33/+32
| | | | | | | | Change-Id: Ibb5c4e5ade99cddcc6bd96d19e00685eabca3812
| * Add a client test for row focus moving with reset size (#16607)Teemu Suo-Anttila2015-03-173-0/+205
| | | | | | | | Change-Id: I937ea36cbb21366e559fcb76aae79e42c039ccfc
| * Add test for RpcDataProvider calls to Container (#16642)Teemu Suo-Anttila2015-03-172-22/+57
| | | | | | | | Change-Id: I25eb85ac1241c46dbef6d473b3a2f7cdebb4b4ba
| * Make Slider.clear() consistent with the no-args contstructor (#17073)Leif Åstrand2015-03-172-0/+94
| | | | | | | | Change-Id: I3d5a5b9396bb9449a579b54ed21821415bfdae16
| * Add link to the push issues wiki page to the release notes (#17142)Leif Åstrand2015-03-171-17/+24
| | | | | | | | Change-Id: I52d2a883f76bd673c8ca749246858f1e16e11679
| * Revert "Displaying tooltip in slot for touch devices (#15353)" (#17151)Leif Åstrand2015-03-173-182/+19
| | | | | | | | | | | | | | | | | | | | Should not have been merged since there were still stuff pending ("This patchset doesn't include styling for the error message") that was not addressed before submitting. This reverts commit 05fc5806e7946223e057ad7458a18dadceb0566f. Change-Id: Idd723f22f42e2e8ee71059b9591d44fafadea27e
| * Sanitize connectors for PopupDateField and DateField. (#17090)Sauli Tähkäpää2015-03-175-201/+271
| | | | | | | | Change-Id: I667796430eeaa0ddd8142b0c229fe133cd30cd49
* | Grid column hiding info from client to server #(17023)Pekka Hyvönen2015-03-228-23/+278
| | | | | | | | | | | | | | | | Fixes mismatched client-server API regarding ColumnVisibilityChangeEvent Adds and removes the column hiding toggle as needed when columns added / removed. Known bug when a hidable column added, column toggle won't get the caption of column. Change-Id: I708e19432dc822f713bf11f5b8e6eadb528a3961
* | Fixes Escalator spacer tests (#16644)Henrik Paul2015-03-222-16/+37
| | | | | | | | Change-Id: I0cb3584673525b1a21b01a2e819056df7f94579c
* | Disable Sidebar API access since it will still be reworked (#17023)Leif Åstrand2015-03-203-90/+2
| | | | | | | | Change-Id: I86900955497ba8e713f48457a7b858f50f9eeb73
* | Fixes several issues with hidden columns in Grid (#17023)Pekka Hyvönen2015-03-207-52/+285
| | | | | | | | | | | | | | | | Makes sure that hidden columns are taken into account when calculating indices. This is because escalator doesn't know about hidden columns, thus need to convert cell indices to actual column indices in quite many places. Change-Id: I4c0f3097938ee9340a1922464e12ad7261084ecb
* | Fix various small issues discovered while reviewing APILeif Åstrand2015-03-207-10/+10
| | | | | | | | Change-Id: I196e490d5c5ae77ba895e0fca1b0d9160b6a7855
* | Move DetailComponentManager from Grid to RDPE (#16644)Henrik Paul2015-03-203-253/+271
| | | | | | Change-Id: I2b65a878bb50c2b1f62135a998207a41e82fe62f
* | Restructure sidebar widget handling to work with custom content (#17023)Leif Åstrand2015-03-203-62/+211
| | | | | | | | Change-Id: Ib24d1536af89ce97b2117d813e0f75405df7dab7
* | Added some extra warnings for DetailsGenerator (#16644)Henrik Paul2015-03-191-1/+3
| | | | | | | | Change-Id: Ie84d1aa3d8738d5988567331368f217abf104dd6
* | Removes unnecessary todo logging (#16644)Henrik Paul2015-03-191-17/+0
| | | | | | | | Change-Id: I5992e6f48c472f252bfbcc8d7b4991ded15fd197
* | Merge remote-tracking branch 'origin/grid-detailsrow' into grid-7.5Henrik Paul2015-03-1914-15/+1317
|\ \ | | | | | | | | | Change-Id: I24df361a4f938b6ffe567aa290cc411ce194baba
| * | Adds details generator swap support for Grid (#16644)Henrik Paul2015-03-188-126/+291
| | | | | | | | | | | | Change-Id: I741970a7bcebd27d3aa28d608d767b4b4f063ae8
| * | Fixes a bug when scrolling a Grid with details open (#16644)Henrik Paul2015-03-183-16/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the a row with an open details row was pushed out of the active row range, the component would be removed from the connector hierarchy on the server side but not on the client side. Vaadin gave a warning for this. This patch makes sure that the widget is properly deregistered when it gets outside of the active range pre-emptively. Change-Id: I2145e82a990ded31e4426e85e59edad9d4d4194f
| * | Fixes a bug in Details being open on freshly retrieved Grid rows (#16644)Henrik Paul2015-03-182-4/+30
| | | | | | | | | | | | Change-Id: Id337dd84ba0b0f09d55b3cdb0d8bfde67313ed21
| * | Grid's Details can now be Components (#16644)Henrik Paul2015-03-1710-13/+754
| | | | | | | | | | | | Change-Id: If67dd2e86cf41c57f208a3691e2cb7a5a29c133c
| * | Server side Grid can open details on the client side (#16644)Henrik Paul2015-03-179-9/+341
| | | | | | | | | | | | Change-Id: Ibff5a83b3a09c7c530926dadae9138ba3823f27a
* | | Adds server side column hiding API to Grid (#17023)Henrik Paul2015-03-195-1/+300
| | | | | | | | | | | | Change-Id: Ic00e873176f499dfc45976439e09d712932775da
* | | Merge remote-tracking branch 'origin/grid-columnhiding' into grid-7.5Pekka Hyvönen2015-03-196-32/+718
|\ \ \ | | | | | | | | | | | | Change-Id: Ice80ed9d5a96d9de824cc932873b4e6a736459a8
| * | | Grid's columns hidable with toggles in the sidebar (#17023)Pekka Hyvönen2015-03-184-75/+504
| | | | | | | | | | | | | | | | | | | | | | | | There is know issue with hidden columns and reordering columns. Change-Id: If308c84aed5dd23c2c00cb38ed6bba41c6f1a28e
| * | | Display button for opening sidebar in Grid when hidable columns #17023Pekka Hyvönen2015-03-174-8/+265
| | | | | | | | | | | | | | | | Change-Id: I9dc1d5d8ede4984c2dd6f5fcc932bb987ce95dcb
| | | |
| \ \ \
*-. | | | Merge remote-tracking branches 'origin/grid-detailsrow' and ↵Henrik Paul2015-03-1736-850/+6222
|\ \| | | | | |/ / | |/| / | |_|/ |/| | | | | 'origin/grid-columnhiding' into grid-7.5 Change-Id: Ib8913f8e1b1b92198d79f8920c615addf77a15ba
| | * Client side API for setting a grid column hideable (#17023)Pekka Hyvönen2015-03-131-0/+34
| | | | | | | | | | | | Change-Id: I389d603210744ea02846a00ab893188b7953145f
| | * Client side event for grid's columns visibility change (#17023)Pekka Hyvönen2015-03-136-2/+239
| | | | | | | | | | | | Change-Id: I1965ca6c298366d89b1940a992788d042cf7a4aa
| | * Hide columns with client side API in Grid (#17023)Pekka Hyvönen2015-03-133-33/+192
| | | | | | | | | | | | | | | | | | For now, the width for spanned header/footer cells is broken after hiding their columns. Change-Id: I0833fb570fcad731776a88a183b3df45cbc19557
| | * Merge branch 'master' into grid-columnreorderPekka Hyvönen2015-03-06243-2709/+4984
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridBasicFeaturesTest.java uitest/src/com/vaadin/tests/widgetset/client/grid/GridBasicClientFeaturesWidget.java Change-Id: Ic77c717b9bbdcc38585382d4944ee4491aba3f7d
| | * | Dnd-reorder of spanned cells in grid header. (#16643)Pekka Hyvönen2015-03-062-31/+238
| | | | | | | | | | | | | | | | Change-Id: I6f2decbbfb393922c4852f5b05ac0d10589ee512