aboutsummaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Collapse)AuthorAgeFilesLines
* 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-022-10/+944
|\
| * Merge branch 'grid-7.5'Pekka Hyvönen2015-04-302-10/+944
| |\ | | | | | | | | | Change-Id: Ifa976fa4be1258fd35999de17775da70afedb2a8
| | * Merge remote-tracking branch 'origin/master' into grid-7.5Teemu Suo-Anttila2015-04-225-6/+275
| | |\ | | | | | | | | Change-Id: I01c7d52b1e80483ec46f87ac8c5d7a48d4c01c84
| | * \ Merge branch 'master' into grid-7.5Pekka Hyvönen2015-04-173-8/+17
| | |\ \ | | | | | | | | | | | | | | | Change-Id: I6175398df4c3a07656a2682843615a0d7bd32a45
| | * | | Declarative support and test for Grid.Column.hidingToggleCaption #17481Pekka Hyvönen2015-04-161-0/+8
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic20686649b28530160498742e78f69074e32e596
| | * | | Declarative support and tests for Grid's 7.5 features (#17481)Pekka Hyvönen2015-04-161-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-1512-106/+1179
| | |\ \ \ | | | | | | | | | | | | | | | | | | Change-Id: I03fdd2014fd0393341db0f650c065f6d27905b73
| | * \ \ \ Merge branch 'master' into grid-7.5Markus Koivisto2015-04-0816-148/+992
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-3120-188/+754
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 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-234-16/+49
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I53218c269f0701cddd8279bf25c493950144f4cb
| | * | | | | | | Grid column hiding info from client to server #(17023)Pekka Hyvönen2015-03-221-7/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | | | | Fix various small issues discovered while reviewing APILeif Åstrand2015-03-201-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I196e490d5c5ae77ba895e0fca1b0d9160b6a7855
| | * | | | | | | Move DetailComponentManager from Grid to RDPE (#16644)Henrik Paul2015-03-202-252/+270
| | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2b65a878bb50c2b1f62135a998207a41e82fe62f
| | * | | | | | | Added some extra warnings for DetailsGenerator (#16644)Henrik Paul2015-03-191-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie84d1aa3d8738d5988567331368f217abf104dd6
| | * | | | | | | Merge remote-tracking branch 'origin/grid-detailsrow' into grid-7.5Henrik Paul2015-03-192-3/+462
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I24df361a4f938b6ffe567aa290cc411ce194baba
| | | * | | | | | | Adds details generator swap support for Grid (#16644)Henrik Paul2015-03-182-10/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I741970a7bcebd27d3aa28d608d767b4b4f063ae8
| | | * | | | | | | Fixes a bug in Details being open on freshly retrieved Grid rows (#16644)Henrik Paul2015-03-181-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id337dd84ba0b0f09d55b3cdb0d8bfde67313ed21
| | | * | | | | | | Grid's Details can now be Components (#16644)Henrik Paul2015-03-172-2/+259
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If67dd2e86cf41c57f208a3691e2cb7a5a29c133c
| | | * | | | | | | Server side Grid can open details on the client side (#16644)Henrik Paul2015-03-172-3/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibff5a83b3a09c7c530926dadae9138ba3823f27a
| | * | | | | | | | Adds server side column hiding API to Grid (#17023)Henrik Paul2015-03-191-0/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic00e873176f499dfc45976439e09d712932775da
| | | | | | | | | |
| | | \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ Merge remote-tracking branches 'origin/grid-detailsrow' and ↵Henrik Paul2015-03-171-2/+151
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'origin/grid-columnhiding' into grid-7.5 Change-Id: Ib8913f8e1b1b92198d79f8920c615addf77a15ba
| | | | * | | | | | | Merge branch 'master' into grid-columnreorderPekka Hyvönen2015-03-0617-129/+380
| | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridBasicFeaturesTest.java uitest/src/com/vaadin/tests/widgetset/client/grid/GridBasicClientFeaturesWidget.java Change-Id: Ic77c717b9bbdcc38585382d4944ee4491aba3f7d
| | | | * | | | | | | | Fire server-side event when column order changes. (#16643)Pekka Hyvönen2015-02-191-1/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Event fired for both UI and programmatic changes. Change-Id: I043e7407ee11547cb3b6639dc14c26ff036a9d82
| | | | * | | | | | | | Update server side state when columns are reordered. (#16643)Pekka Hyvönen2015-02-181-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I96c65dbb96614a5f5782b747fb8588647211cf4b
| | | | * | | | | | | | Toggle column reordering from server side. Tests for reordering. #16643Pekka Hyvönen2015-02-171-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib52143ce387f6376878bf3d1c401615a15f1a3cc
| | | * | | | | | | | | Merge branch 'master' into detailsrowHenrik Paul2015-03-129-56/+39
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie0556ae8d56596d5e1894b3a62d39b0afe13b5a3
| | | * | | | | | | | | | Fixes a bug with escalator.scrollToRow and spacers (#16644)Henrik Paul2015-03-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9e148cf81d393cc489c20bf0265f4a3bc6fed069
* | | | | | | | | | | | | Incorrect documentation for CalendarProvider.getEvents (#17714)Steven Spungin2015-05-011-1/+1
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I12ec71f918bcba7a9357f13c249955dbfe1a99f6
* | | | | | | | | | | | Serve pre-compressed static resources by default (#13653)Matti Tahvonen2015-04-301-15/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enabled widgetset compression in GWT compiler * serving compressed static files if available (when serving through VaadinServlet) Change-Id: I34c289c85cda74a1d291bf621211aee446c6c80f
* | | | | | | | | | | | Update to Atmosphere 2.2.4.vaadin8 (#17456)Artur Signell2015-04-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I58a8928e93e13a639c331383731f91ae33a33389
* | | | | | | | | | | | Fix TreeTable declarative support (#16368)Johannes Dahlström2015-04-284-25/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix some small issues in Table declarative: * Write null property values as empty strings instead of NPEing * Read/write item ids from/to <tr item-id="..."> Change-Id: Ieccc3f49c5021f8a4a50d4ea671f9086ad8f997c
* | | | | | | | | | | | Make restoreInstances clear value when previous value was gc:ed (#17603)Leif Åstrand2015-04-241-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I61992c04cac578dc1158efd9c76484eacc8a6b6a
* | | | | | | | | | | | Always include content-type in JSON XHR response (#17608)Artur Signell2015-04-241-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0be5315dd514f99d69b1dc511a45acc5e7c288ca
* | | | | | | | | | | | Remove broken custom String[] serialization (#17146)Leif Åstrand2015-04-231-21/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If40b6c4e979e4258a22a7d2d1af0532d3e8f11bc
* | | | | | | | | | | | Add a method for setting visible Grid columns (#17080)Mika Murtojarvi2015-04-231-0/+23
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7ad63af87ae44021bf161d7eadc92ccf33bbd2bb
* | | | | | | | | | | Update Atmosphere to fix Firefox + JSR356 (#17510)Artur Signell2015-04-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9ea4b713678af4d42742d1fe51ae87ca18b8c362
* | | | | | | | | | | Declarative write support for Table (#16367)Johannes Dahlström2015-04-201-0/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9caa766be3152b35f7fe354b989e8cd6d615a043
* | | | | | | | | | | Declarative read support for Table (#16367)Johannes Dahlström2015-04-172-1/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2327af18b2e1e4d31a057b110eee9495f16d9633
* | | | | | | | | | | Don't clear element content in AbstractComponent.writeDesign (#17488)Johannes Dahlström2015-04-172-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WriteDesign now assumes the element it receives is pristine, so elements cannot be reused without someone else clearing them first. Currently only DesignContext.createElement directly invokes writeDesign, and it always passes a new element to it. Change-Id: Icb777da1d73a28150041914dd9743e7aa0b25e16
* | | | | | | | | | | Update Atmosphere version (#17456, #17454)Artur Signell2015-04-171-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4effa1cdf163c1d1b4afd2d6513d252c3558605d
* | | | | | | | | | Fix Grid frozen column declarative support (#16596)Teemu Suo-Anttila2015-04-161-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I382e52e9eed1e2846036e23d9a6b95859ad3e5dc