aboutsummaryrefslogtreecommitdiffstats
path: root/client/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed Grid crash when rendering first time and no header available (#17412)Pekka Hyvönen2015-05-111-0/+7
| | | | | | Need to catch IndexOutOfBoundsException thrown by Escalator. Change-Id: I7593d6c4eb3f948d494688800dcf42c2ae963b07
* Notification styles should be scoped more eagerly (#14872)Denis Anisimov2015-05-111-6/+19
| | | | Change-Id: Ifb648b8913c9999d3c0c855f05f79c8356577887
* Hiding/Unhiding Grid column when details row is open (#17691)Pekka Hyvönen2015-05-061-21/+30
| | | | | | | Fixes paintRemoveColumns and paintInsertColumns in Escalator.AbstractStaticRowContainer to not include spacers in row count. Fixes couple ColumnHidingTests for IE8. Change-Id: I283ee9fcdf0f3a7d0019948a700225c27a25d701
* Fix caption position calculation in GridLayout (#17619)Teemu Pöntelin2015-05-061-14/+9
| | | | Change-Id: I5af773fbc03bc3d44e1aaa06ae974517583fdf4d
* Fix enabled handling for DateField and PopupDateField (#17620)Artur Signell2015-05-051-8/+11
| | | | Change-Id: I3e38bb5c03453b6c1ad5c9bb717241297a779f73
* Render CustomLayout properly even if a slot is missing (#17681)Artur Signell2015-05-042-0/+13
| | | | Change-Id: I1ca0699776b93987c00a23a61a64ba8f3b4cd95e
* Merge branch 'grid-7.5'Pekka Hyvönen2015-04-3021-557/+5416
|\ | | | | | | Change-Id: Ifa976fa4be1258fd35999de17775da70afedb2a8
| * Details row decorator and border positioning and sizes (#17423)Pekka Hyvönen2015-04-303-31/+159
| | | | | | | | | | | | IE8 still isn't pixel perfect, but you can't have 'em all. Change-Id: I1780441f130032503d783657103066f502dce570
| * Fixed Grid details row height regression and refactored tests (#17423)Pekka Hyvönen2015-04-271-1/+1
| | | | | | | | | | | | | | Fixed regression caused by initial #17423 change Refactored tests for Grid's details row and added @TestCategory("grid"). Change-Id: I0b68eb7d6650d16700104f76b00972483d615855
| * Add support for custom Grid sidebar items (#17569)Leif Åstrand2015-04-241-3/+51
| | | | | | | | | | | | | | | | | | The current implementation does not in all cases enforce that visibility toggles are always before any custom items. The JavaDoc warns about this and the order is also restored whenever a visibility toggle is added or removed. Change-Id: I7160a04d6c96b2d6d821b13e420172e6115bc072
| * Fixed theming issues with Grid's Sidebar (#17412)Pekka Hyvönen2015-04-221-0/+14
| | | | | | | | | | | | | | | | - if columns hidable when grid rendered, sidebar button had invalid height - removed border radius from grid sidebar - inherit font color for grid sidebar button Change-Id: Ib35d917b35e701bd736a28f19b34dbece7fcbe71
| * Merge remote-tracking branch 'origin/master' into grid-7.5Teemu Suo-Anttila2015-04-224-74/+79
| |\ | | | | | | Change-Id: I01c7d52b1e80483ec46f87ac8c5d7a48d4c01c84
| * | Fixed regression and fragile test for Grid.Pekka Hyvönen2015-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Fixed regression caused by #17423 in IE8 - Fixed fragile tests for focusing spacer content in Grid - Changed TestCategory for EscalatorBasicClientFeaturesTest from 'escalator' to 'grid'. Change-Id: I644f85a68fee643e468342093ad537dcd7bf8626
| * | Merge branch 'master' into grid-7.5Pekka Hyvönen2015-04-173-15/+73
| |\ \ | | | | | | | | | | | | Change-Id: I6175398df4c3a07656a2682843615a0d7bd32a45
| * | | Calculate Grid sidebar button height when closed #17412Pekka Hyvönen2015-04-161-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | + contains Valo theming fixes for all browsers. + includes screenshot test for sidebar in Valo Change-Id: Ic6401057efff7e4d4ab65c46885dda2d995bce5d
| * | | Move details row decorators out of spacers td #17423Pekka Hyvönen2015-04-153-134/+145
| | | | | | | | | | | | | | | | Change-Id: Ie6c0166ad307b9172acccaa781d6fea316ee6390
| * | | Merge remote-tracking branch 'origin/master' into grid-7.5Teemu Suo-Anttila2015-04-1528-467/+1109
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: I03fdd2014fd0393341db0f650c065f6d27905b73
| * | | | Use MenuBar in Grid's sidebar for column hiding #17332Pekka Hyvönen2015-04-091-64/+135
| | | | | | | | | | | | | | | | | | | | Change-Id: I3b15430c6f8dab6dadcd84ddf280153e91192c5f
| * | | | Merge branch 'grid-7.5' of ssh://dev.vaadin.com:29418/vaadin into grid-7.5Markus Koivisto2015-04-081-4/+50
| |\ \ \ \
| | * | | | Escalator tries to hide out-of-sight spacers from the user (#17353)Henrik Paul2015-04-081-4/+50
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I807896e3cdd07f4a43a265ba720435f01778f7e1
| * | | | | Merge branch 'master' into grid-7.5Markus Koivisto2015-04-081-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: I3906caeb01d1991dc9cb927b3d9ce0fb21c77e04
| * | | | | Escalator now reorders also spacers in DOM (#17334)Henrik Paul2015-04-081-8/+45
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I23832565bb1633dca4bac986b1a2e37f99163eb2
| * | | | | No unnecessary detail-request RPCs (#17367)Henrik Paul2015-04-021-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia5f00765d623a5fadd254f2146fbd9e5c9e1b86a
| * | | | | Adds theme to details in Grid (#16644)Jouni Koivuviita2015-04-012-39/+167
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I84628ee5840b71f2ff889037a525d43f9e86af46
| * | | | | Take hidden columns into account with spanned cells #17287Pekka Hyvönen2015-03-311-13/+32
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I595c6b7da061ebfa495c7f9f649c935a48190b66
| * | | | | API for column hiding toggle caption in Grid (#17272)Pekka Hyvönen2015-03-312-11/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-3111-136/+227
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Change-Id: Ife8c6d2a5f6c134a6e28e862f524b6e687199cc8
| * | | | | | Server Grid.scrollToRow takes details into account (#17270)Henrik Paul2015-03-312-11/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7b6d67aeb4d625a53e6fe370b729016a84e33214
| * | | | | | Moves DragAndDropHandler from Grid to separate classPekka Hyvönen2015-03-302-223/+242
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes the class in the widgets package build. Change-Id: If72430d3005f7af0029070a72976853baac195a1
| * | | | | | Client Grid.scrollToRow takes details into account (#17270)Henrik Paul2015-03-272-7/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8a63f51f3b444c3c4342c46b7b58ad152f4bd0e1
| * | | | | | Update all empty since tags published in alpha1Leif Åstrand2015-03-2614-33/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1afce7e69beb9a61354fd82fcda194d4277dfd36
| * | | | | | Fix Grid's frozen column count with hidden columns #17273Pekka Hyvönen2015-03-251-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4f8a893eec3cf7c32da34cb364a4d56589cbf3e2
| * | | | | | Hide DragAndDropHandler in Grid to make vaadin-widgets compile (#16643)Leif Åstrand2015-03-252-251/+224
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I231affa4a4242d3b958583c9b79a4f08be0d5de5
| * | | | | | Fixes edge case in null details generation for Grid (#17274)Henrik Paul2015-03-251-6/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1bf4c2f0600baea8b925bd31dcd42c1e901a7c8b
| * | | | | | Avoid using VButton because of vaadin-widgets dependencies (#17023)Leif Åstrand2015-03-251-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id1d42ee9555600eb117feadddcc92151dc2c5e1c
| * | | | | | Adds Escalator.scrollToSpacer (#17270)Henrik Paul2015-03-251-40/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib420e8da6c167fdba9d3023a73cb242643c7af67
| * | | | | | 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-236-329/+250
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I53218c269f0701cddd8279bf25c493950144f4cb
| * | | | | | | Grid column hiding info from client to server #(17023)Pekka Hyvönen2015-03-223-9/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | Disable Sidebar API access since it will still be reworked (#17023)Leif Åstrand2015-03-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I86900955497ba8e713f48457a7b858f50f9eeb73
| * | | | | | | Fixes several issues with hidden columns in Grid (#17023)Pekka Hyvönen2015-03-204-47/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-205-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I196e490d5c5ae77ba895e0fca1b0d9160b6a7855
| * | | | | | | Restructure sidebar widget handling to work with custom content (#17023)Leif Åstrand2015-03-201-62/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib24d1536af89ce97b2117d813e0f75405df7dab7
| * | | | | | | 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-195-11/+280
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I24df361a4f938b6ffe567aa290cc411ce194baba
| | * | | | | | | Adds details generator swap support for Grid (#16644)Henrik Paul2015-03-182-15/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | | | | Grid's Details can now be Components (#16644)Henrik Paul2015-03-172-6/+149
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If67dd2e86cf41c57f208a3691e2cb7a5a29c133c
| | * | | | | | | Server side Grid can open details on the client side (#16644)Henrik Paul2015-03-174-6/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibff5a83b3a09c7c530926dadae9138ba3823f27a
| * | | | | | | | Adds server side column hiding API to Grid (#17023)Henrik Paul2015-03-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic00e873176f499dfc45976439e09d712932775da