summaryrefslogtreecommitdiffstats
path: root/server/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fix Declarative support for primitive float and double properties ↵Leif Åstrand2015-03-242-19/+11
| | | | | | (#17204)" This reverts commit 7d4de11c54060286bbc7adfeefa2891f3a461b1d.
* Revert "Fix Declarative support for BigDecimal properties (#17205)"Leif Åstrand2015-03-241-13/+2
| | | | This reverts commit 4a40924cd8715f664cf08ea6bfff7c83d96d14d4.
* Revert "Moved accessibility shortcut handling to server-side. [#14843]"Leif Åstrand2015-03-242-126/+11
| | | | | | | | | | This reverts commit e88f71dd6d1d7634e3a90a7e53859ff6dc028e21. Conflicts: WebContent/release-notes.html uitest/src/com/vaadin/tests/components/window/CloseShortcutTest.java Change-Id: I1d4ed60ec4a194f6ed18fa5506134ef3a185a6cf
* Merge remote-tracking branch 'origin/master' into grid-7.5Leif Åstrand2015-03-234-16/+49
|\ | | | | | | Change-Id: I53218c269f0701cddd8279bf25c493950144f4cb
| * Fix Declarative support for BigDecimal properties (#17205)Johannes Dahlström2015-03-201-2/+13
| | | | | | | | Change-Id: I766172c125b7e771b4bc8e2db1f39d1ae828fea6
| * Fix Declarative support for primitive float and double properties (#17204)Johannes Dahlström2015-03-202-11/+19
| | | | | | | | | | | | Also improve tests. Change-Id: I99e064c931770fb8af511ea5c8e2c7fc2da2464e
| * Do not log severe messages which serve no purpose (#17222)Artur Signell2015-03-191-2/+2
| | | | | | | | Change-Id: Ifaa0cddc1523f547d8d7f935e739889aa9ddd45a
| * Correct logging when a push connection can't find a session (#15220)Artur Signell2015-03-181-2/+6
| | | | | | | | Change-Id: I8b3cabc942600b3366f59697441d0613c9908a24
| * Make Slider.clear() consistent with the no-args contstructor (#17073)Leif Åstrand2015-03-171-0/+10
| | | | | | | | Change-Id: I3d5a5b9396bb9449a579b54ed21821415bfdae16
* | 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
* | | | | Optimise RpcDataProvider calls to container (#16642)Teemu Suo-Anttila2015-03-161-82/+37
| |/ / / |/| | | | | | | | | | | Change-Id: I8abaa4c1bd8eface98e42e0882cf09c92fbbf386
* | | | Use Math.floor instead of casting to int when trimming decimals. (#16926)Sauli Tähkäpää2015-03-111-1/+1
| | | | | | | | | | | | | | | | Change-Id: I02802b910d0dc90221483fedbf05be48958d8dcc
* | | | Update Atmosphere to 2.2.4.vaadin5 (#17074)Artur Signell2015-03-101-1/+1
| | | | | | | | | | | | | | | | Change-Id: I85618f66effbf647856d9c152b3e66a6454001d9
* | | | Using ComponentFactory in DesignContext.getDefaultInstance() (#16990)Alexey Fansky2015-03-101-10/+11
| | | | | | | | | | | | | | | | Change-Id: I0bb3e7975f2b48cdc589de740cb07ac893b13461
* | | | Ensure refresh message is sent on invalid CSRF (#17042)Artur Signell2015-03-061-17/+3
| |_|/ |/| | | | | | | | | | | | | | | | | If we create an AtmospherePushConnection and a broadcaster like before we would need to suspend the connection to ensure the AtmosphereResource is actually added to the broadcaster Change-Id: I7265ac0594b7a4da2c7a49fa34ebfbb27e1abdff
* | | Revert "Encode filenames to UTF-8 in Content-Disposition header. (#16556)"Leif Åstrand2015-03-062-20/+16
| | | | | | | | | | | | | | | | | | | | | | | | Breaks AppResource404, BrowserFrameIsVisible and FlashIsVisible This reverts commit af6dd56e89db8ea8c88f607c4214abcde50dfc94. Change-Id: I82fc9ef4c9d08dc8aa48e0fa137fae5782701389
* | | Update @since for 7.4.1Leif Åstrand2015-03-053-7/+7
|/ / | | | | | | Change-Id: I61233d704eae50447d3ccb5a5c485fe3ef98c436
* | Method for requesting column width recalculation (#16748)Artur Signell2015-03-021-0/+13
| | | | | | | | Change-Id: I089f08a056a358d9857ce6608293878e2b8bbd9e
* | Don't actively disconnect when the client already has disconnected (#15330)Artur Signell2015-03-022-17/+26
| | | | | | | | Change-Id: I26e53f6b07eaccc785bda547e454fa185ad952df
* | Update Atmosphere to 2.2.4.vaadin4 (#16825, #16826, #16862)Artur Signell2015-03-021-1/+1
| | | | | | | | Change-Id: Idd43e37ac7ba37710ffea7e01efc931e73defd90
* | Call error handler even if critical notification write fails (#16951)Artur Signell2015-02-281-12/+11
| | | | | | Change-Id: I4d18aa54c48487081a626749916e3342888eb71e
* | Ensure that slider min is always smaller or equal to max. (#16776)Sauli Tähkäpää2015-02-271-3/+15
| | | | | | | | | | | | | | | | - Set slider min to max if max is being set to a smaller value than min, and vice-versa. - Set also an informative message to Slider.ValueOutOfBoundsException. Change-Id: I06b6b05dd0ef2c1fb862cf4acc7df3e235db59ba
* | Add pluggable mechanism for loading classes for a design (#16583)Leif Åstrand2015-02-262-40/+124
| | | | | | | | Change-Id: I2ac17e3c5a7c36492567238af8f4cf6723b0ec69
* | Breaks PushLargeDataLongPollingTest and also long polling in many ways. See ↵Artur Signell2015-02-252-63/+30
| | | | | | | | | | | | | | | | | | | | http://dev.vaadin.com/ticket/16919 Revert "Fix handling of disconnection with push (#15330)" This reverts commit 3c07368cbbc4d35534e90c769ea8ec975400c452. Change-Id: I46631b1921fa1c5628952362a93a000df92c5a4a
* | Fix adding and modifying multiple rows in Grid (#16905)Teemu Suo-Anttila2015-02-241-1/+2
| | | | | | | | Change-Id: Ib3ae8d305f44a78c9bd6f4539ca9cee2a487d269
* | Fix handling of disconnection with push (#15330)Artur Signell2015-02-242-30/+63
| | | | | | | | | | | | | | | | * The resource should not be closed when the client disconnects * Removed "automatic" disconnection which was needed when onresume was not handled * Don't call disconnect twice for cancelled connections Change-Id: Id5ad9924b56c8810f759d6f9dc1da6e83e53d75b
* | Cleanup UI even if detach fails (#16651)Artur Signell2015-02-231-1/+6
| | | | | | | | Change-Id: Iefc27b7047836243268970605ba2e946fac55e95
* | Make Column.setLastFrozenColumn work (#16726)Artur Signell2015-02-231-1/+1
| | | | | | | | Change-Id: I58fee1549459b24cb47e0d3321d16fb8b215959a
* | Ensure resource is valid before writing to it (#16862)Artur Signell2015-02-201-0/+19
| | | | | | | | Change-Id: I61e0003a2301100a5f0bfc18581a279207c4e812
* | Javadoc fixArtur Signell2015-02-181-3/+4
| | | | | | | | Change-Id: Ie6393f60961852825817378fadb068a16a307bcc
* | Make push path configurable (#14432).Tapio Aali2015-02-186-7/+82
| | | | | | | | | | | | | | In order to use websockets with Weblogic 12.1.2 or later, push path 'ws' needs to be used instead of 'PUSH'. Change-Id: Ia90d11c20a375cef9cf4a53986a70d616a83db06
* | Refactor critical notifications handling. (#16592)Sauli Tähkäpää2015-02-171-23/+22
| | | | | | | | Change-Id: I235804a80b1d70a564a54953b9255416a7386fe6
* | Properly handle null in critical notifications (#16592)Artur Signell2015-02-171-2/+12
| | | | | | | | Change-Id: I85994e47f99e2ac5431e67c56f432380e84af23d
* | Fix RpcDataProviderExtension value change listener setup (#16550)Teemu Suo-Anttila2015-02-131-31/+55
| | | | | | | | | | | | | | This patch changes value change listener mapping from itemid based to index based mapping. This makes removing rows much less error prone Change-Id: I77e9078de4ae61ce5d752cc394aa47bccd505e70