aboutsummaryrefslogtreecommitdiffstats
path: root/client/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge branch 'master-18493' into grid-unbuffered-editorHenri Sara2015-08-197-314/+158
| |\| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/connectors/GridConnector.java server/src/com/vaadin/data/RpcDataProviderExtension.java server/src/com/vaadin/ui/Grid.java Change-Id: Ie8931fbae322c93aeb409e8a6d393623ba9d9dc6
| | * Fix DetailsRow communication use connector IDs (#18493)Teemu Suo-Anttila2015-07-212-305/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | Details are now initialized when they are made visible. The old way of requesting when seen caused a lot of problems when moving stuff around. Now uses less communication, but reserves a bit extra resources due to all details components being in the hierarchy. Change-Id: I1c1163bdc306f5b86e5e0f6e2bbf2801e65c2243
| | * Convert ComboBoxLargeIconsTest from TB2 to TB4Teemu Suo-Anttila2015-07-171-5/+16
| | | | | | | | | | | | | | | | | | | | | This patch also adds some subpart awareness as well as deferred worker interface to VFilterSelect to support running TB4 tests reliably. Change-Id: I41f2af38f7eba2194aa49c8d7a0d13073166cddf
| | * Fix IE8 icons in tree expand regression (#18488)Teemu Suo-Anttila2015-07-172-3/+18
| | | | | | | | | | | | Change-Id: I6b7ee8776818e59a1607f55a93344209a2dfecc2
| | * Fix IE8 window shadows with undefined height (#18487)Teemu Suo-Anttila2015-07-161-1/+13
| | | | | | | | | | | | Change-Id: Ia6b937749c318e9048c2dd34f3f892b44f384d25
| | * Workaround for IE10 invalid min-height calculations (#15169)Artur Signell2015-07-161-0/+6
| | | | | | | | | | | | Change-Id: I22b0e56549c19432626dea8c2dd43509c07c0de4
| | * Select last item only if filtered items exist. (#18441)Sauli Tähkäpää2015-07-161-1/+3
| | | | | | | | | | | | Change-Id: I1b601f7bcddd3a62edcd97651a3270b79dacc7fd
| * | Keep non-editable & selection columns visible in editorTeppo Kurki2015-08-111-0/+51
| | | | | | | | | | | | Change-Id: Ib3090d43e97667707590a2bca5f4641b72d7cd7f
| * | Merge branch 'master' into grid-unbuffered-editor7.6.0.alpha3Johannes Dahlström2015-07-155-66/+124
| |\| | | | | | | | | | | | | | | | | | | Conflicts: uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridEditorTest.java Change-Id: I5ed68bc73d38be4e1f6816108a5246d0c98a258f
| | * Grid sidebar menu design changed. See design document and comments at trac ↵elmot2015-07-151-1/+0
| | | | | | | | | | | | | | | | | | ticket. (#18325) Change-Id: I6686d131f015cf0b7b9a6b43ce43284218d5dd63
| | * Support frozen columns in Grid editor (#16727)Johannes Dahlström2015-07-151-7/+36
| | | | | | | | | | | | Change-Id: Iff797c3bf90a6021099a3ed4082cfca3a6fb3540
| | * Increase Tooltip z-index to be larger than the default overlay z-index. (#14854)Sauli Tähkäpää2015-07-151-0/+3
| | | | | | | | | | | | Change-Id: Ib6a2f77aadc9cb1afe8a8e43be9916de3d2eaf44
| | * Allow using only hostname with ?superdevmodeArtur Signell2015-07-151-1/+5
| | | | | | | | | | | | Change-Id: Ib88062d13fc3a22970b526a7fc56a22ba860637f
| | * Fixes scrollToLine while resizing Grid via split position (#18424)Teppo Kurki2015-07-141-44/+55
| | | | | | | | | Change-Id: I5ecd8a91bd1ebea809d04a54307fcd752fbe3f39
| | * Read debug window settings when all entry points have run (#17882)Leif Åstrand2015-07-141-13/+25
| | | | | | | | | Change-Id: I09d612d784f978ba483d243b6938697893e1eac4
| * | Add row and cell description generators to Grid (#18481)Teppo Kurki2015-07-152-0/+62
| | | | | | | | | Change-Id: I940399d986eb6970df687880645fafc157dab432
| * | Prevent Grid editor move in unbuffered mode if validation errors inJohannes Dahlström2015-07-151-28/+40
| | | | | | | | | | | | | | | | | | fields Change-Id: I37f3c21f4464c8f83308a741ed51485f7bd0375a
| * | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-07-1312-126/+264
| |\| | | | | | | | | | Change-Id: Id630861d5089b0deabbccffe66d971252c44f46b
| * | Refactor RpcDataProviderExtension to use DataGenerators Teemu Suo-Anttila2015-07-101-26/+7
| | | | | | | | | | | | Change-Id: I8c809b6fac827df730c6622fb6790410c6c5bd81
| * | Close Grid editor on container item set changeJohannes Dahlström2015-07-091-2/+3
| | | | | | | | | | | | | | | | | | Also allow user sorting when in unbuffered mode. Change-Id: Ibe1c1770647529b63c6e3c7fc9509562449b54a4
| * | Revert "Fixes non-editable column and selection visibility in editor"Teppo Kurki2015-07-031-6/+1
| | | | | | | | | | | | | | | | | | This reverts commit 5460f5ec736f479795d3301acb73d62040c99311. Change-Id: I043e3db57b55694c6ef87751e487472a778c1b8a
| * | Fix Grid regression in editor opening with no focused elementTeemu Suo-Anttila2015-07-021-3/+3
| | | | | | | | | | | | Change-Id: I94d9765cb8177b6cc83158486b609efb255e4beb
| * | Update @since tags for 7.6Henri Sara2015-07-022-3/+3
| | | | | | | | | | | | Change-Id: I764ebdbf656aecede222d5a5362ac6abcdbcb949
| * | Fixes non-editable column and selection visibility in editorTeppo Kurki2015-07-011-1/+6
| | | | | | | | | | | | Change-Id: Ic336ac744ce66b1fd182aaae3cff6d1006b8238f
| * | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-07-014-144/+171
| |\ \ | | | | | | | | | | | | Change-Id: Ib98a30c3018697f37eb868c4cc1d4f2fe810dfd1
| * | | Use the type and key vars since they are there alreadyTeppo Kurki2015-06-301-6/+5
| | | | | | | | | | | | | | | | Change-Id: I76fca3f2260dadbaf65496ce02b25e8d0f6c9a2f
| * | | Merge branch 'master' into grid-unbuffered-editorTeppo Kurki2015-06-2614-199/+305
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: I82cdb7a08a62679b4717d480b50ab951ade8855c
| * \ \ \ Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-06-1517-233/+552
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Change-Id: Iabd10ff91e7aef1f5df5435c56d3decfd4d39610
| * | | | | Allow programmatically opening editor in unbuffered modeTeppo Kurki2015-06-041-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ..when the editor is already open on another row Change-Id: Ibec04dc7b1559149cf33e36fada8d676d943fc72
| * | | | | On progr. editor open, focus target cell if Grid had focus prior7.6.0.alpha1Teppo Kurki2015-06-031-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8ad9100356a309309e1f8964d6bc293981b2a827
| * | | | | Update editor overlay position on Grid resizeTeppo Kurki2015-06-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I980d6fa95939273c493e8ed726aa436d9d961003
| * | | | | Don't open Grid editor from header or footerJohannes Dahlström2015-06-021-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ide40c6331a41bbdd4b5eb7baddbec07fcccb2a5d
| * | | | | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-06-0126-137/+676
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also refactors some event handling logic. Change-Id: I9cf96381650076da01686c5d964eb3e7e92c24c0
| * | | | | | Unbuffered editor hides notification area if no error msg present.Teppo Kurki2015-05-291-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2441d684baeb9dc48ffad845a097c6cce51a9436
| * | | | | | Allow vertical scroll in unbuffered edit mode.Teppo Kurki2015-05-281-2/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia1e3dde57fdfcbc4fef6b91d3686dc9121e8ad56
| * | | | | | Let mouse click move editor in unbuffered modeTeppo Kurki2015-05-271-8/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I90a01ee7877aec35835145fb8b9c2dd49899dc5a
| * | | | | | Add unbuffered editing mode to GridTeppo Kurki2015-05-261-2/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Save and cancel buttons are hidden and the backing field group is set to unbuffered mode. Change-Id: I7da46ae3f1b84cc5ac8c918be38919962aff88ed
| * | | | | | Add grid editor events (#17451)patrik2015-05-217-1/+323
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iebc4aece2a5be6b51289f5c2abf2d54d146621ae
| * | | | | | Refactor handling of focus and blur RPC in Connectors (#17917)Johannes Dahlström2015-05-208-181/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2e4fb3fb941fda2aa4cbc7154fa9a3f7e8e9ce02
| * | | | | | Add focus API to GridJohannes Dahlström2015-05-202-4/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Server-side Grid extends AbstractFocusable - Programmatic focus, tab index, focus/blur listeners - Client-side Grid implements GWT and Vaadin Focusable - Programmatic focus, tab index, access keys Change-Id: Ic8b35ba91f82d5fba8f819897774dc89f94ecf7b
| * | | | | | Refactor focus related server API to class AbstractFocusableJohannes Dahlström2015-05-202-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I58159d6f47d38230d583bd0cd61673bfbce02955
* | | | | | | Pass AtmosphereResponse to event handler to be able to report real error ↵Artur Signell2015-09-043-12/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | causes (#11733) Change-Id: I1117872a4d4b5cbc9a533d0644a40f457be477ca
* | | | | | | Preload reconnect dialog resources (#11733)Artur Signell2015-09-024-7/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id89e5ecdad64d6000c6d3d518411cc1553cc7dd1
* | | | | | | API refactor based on review (#11733)Artur Signell2015-09-0217-169/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ServerMessageHandler -> MessageHandler ServerCommunicationHandler -> MessageSender State -> ApplicationState CommunicationProblemHandler -> ConnectionStateHandler CommunicationProblemEvent -> XhrConnectionError Change-Id: I2eccfea9cf6a275eba02ac605b6a172e496bd004
* | | | | | | Use Transport.WEBSOCKET_XHR instead of setter for mixing websockets and XHR ↵Artur Signell2015-08-311-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#11733) Change-Id: I2fad7d367d8a4ba476ae0705672ebc2ee7cfeb1c
* | | | | | | Make non public API private again and update javadoc (#11733)Artur Signell2015-08-319-72/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie7a28488e4642a294f0341f00fc98b2ef38922b6
* | | | | | | Handle unparsable JSON as invalid content (#11733)Artur Signell2015-08-316-66/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I67ed5e78b93ff0fe20d861105a0aa01ae6ccb2e6
* | | | | | | Reset reconnect counter when connection is re-established (#11733)Artur Signell2015-08-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifb9895ebdfb6c193ed26c529237423275f0ffd11
* | | | | | | Add modality configuration option for reconnect dialog (#11733)Artur Signell2015-08-314-7/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Leave the request state as open until reconnect is done and the message has been delivered. This avoids flushing the rpc queue during reconnect, which would cause two concurrent requests. Change-Id: I320ffccd49c26acd16bd70b34ba28b465d17842c
* | | | | | | Reconnect dialog basic css for all themes (#11733)Artur Signell2015-07-132-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I070cca17377dc49095481012717bab8931fb375b