summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | 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-203-253/+271
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-193-4/+463
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-173-3/+260
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0626-140/+727
| | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1212-97/+73
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-287-52/+323
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-242-3/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-232-0/+50
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-204-22/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9caa766be3152b35f7fe354b989e8cd6d615a043
* | | | | | | | | | | Declarative read support for Table (#16367)Johannes Dahlström2015-04-174-1/+383
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2327af18b2e1e4d31a057b110eee9495f16d9633
* | | | | | | | | | | Don't clear element content in AbstractComponent.writeDesign (#17488)Johannes Dahlström2015-04-179-199/+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-162-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I382e52e9eed1e2846036e23d9a6b95859ad3e5dc
* | | | | | | | | | Iterate over copies of listener lists (#17477)Henri Sara2015-04-161-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows adding/removing view change listeners from listeners. Change-Id: Idb2227e1423c0297887f01f6df03b74e633ad917
* | | | | | | | | | Refactor declarative tests.Mika Murtojarvi2015-04-1636-2391/+821
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In addition, duplicate tests are removed. Change-Id: I01c681e82416ad408f616d61f9f5b4df81db2c08
* | | | | | | | | | Use VaadinRequest/Response for static resources (#17462)Henri Sara2015-04-151-2/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I324bb6b6eb9a72eda02c5308cc6c2284094ce4b8
* | | | | | | | | Fix Grid inline data declarative support (#16596)Teemu Suo-Anttila2015-04-143-3/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ief0238c04ff16674a4102d359381531ae30e9a9f
* | | | | | | | | Fix Grid Header/Footer declarative support (#16596)Teemu Suo-Anttila2015-04-144-5/+602
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iedd02738840b4d1a82681cf090c744f07166fdd4
* | | | | | | | | Fix Grid Columns declarative support (#16596)Teemu Suo-Anttila2015-04-144-0/+329
| | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I62e06ca7be62d81f8cca619775e150250a478b39
* | | | | | | | | Add declarative OptionGroup support (#15549)patrik2015-04-143-3/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5edb32ffb8282fa76fc21cf6e134eeb48fec04d1
* | | | | | | | | Fix Grid column adding to set column sortable correctly (#17446)Teemu Suo-Anttila2015-04-132-8/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2cfc41f9fab39c387306e89fb18de75c413a7817
* | | | | | | | | Add getter for local id #17444John Ahlroos2015-04-132-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0007bdf111bf516cb9e2f244b63fde42213f5c98
* | | | | | | | | Declarative support for Tree inline data (#16321)Johannes Dahlström2015-04-133-55/+235
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <v-tree> elements may now contain a hierarchy of <node> elements. Change-Id: I6b1703aa4ec598cf0b3a6221f615727efbcbf0ad
* | | | | | | | | Fix writing of child local ids in AbsoluteLayout (#17421)Johannes Dahlström2015-04-132-1/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I49eb3246061e1b011a0f87e94d2a43eb20c31a34
* | | | | | | | | Fix declarative support for Grid basic properties (#16596)Johannes Dahlström2015-04-102-2/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8b15ecb2eaff2dc5c8986473a7badbbd29432dda
* | | | | | | | | Fix GridLayout declarative support (#16594)Teemu Suo-Anttila2015-04-103-9/+533
| | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I25e52a9246c9ccbc406d1f162b4e9ff69bb411ff
* | | | | | | | | Don't use !important for ColorPicker width in Valo (#17140).Denis Anisimov2015-04-101-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I47feff9c78a39e30233f388b938c7e4e53b52051
* | | | | | | | | Refactor declarative tests for two components.Mika Murtojarvi2015-04-106-768/+254
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7e1992fe8fc88bd0d34a4b7d3b945bc4ef68fd7e
* | | | | | | | | Fix DeclarativeTestBase handling of nonpublic accessors (#17425)Johannes Dahlström2015-04-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bean introspector finds public properties inherited from nonpublic superclasses but their accessor methods are not accessible by default. Change-Id: I3d79f8361c7f9eb9e37d2c7eb7c19965c986cd20
* | | | | | | | | Remove unusable codeArtur Signell2015-04-091-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5bfa459695da3fe4d2cb271952b8c112b7052e97
* | | | | | | | | Add granular declarative margin support (#17190)patrik2015-04-092-4/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I36227feeeaf08f41a9d5c179547dfcb575a1fb09
* | | | | | | | | Javadoc fixLeif Åstrand2015-04-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib60e2f7ffa70030b93715adc453855c4bad7a372