summaryrefslogtreecommitdiffstats
path: root/shared/src/com
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Do not send empty server requests (#11733)Artur Signell2015-07-131-0/+8
| |_|_|_|/ |/| | | | | | | | | | | | | | Change-Id: Icacc102132ac4fbd8e00f97b3a752f2483cf3936
* | | | | Use role=alert for all notifications (#17079)Artur Signell2015-07-131-2/+6
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Jaws for Windows (at least up to Jaws 16) does not announce any role=status messages at all so the user will not hear any tray messages or assistive messages without this change Change-Id: Ia110d96b8254b98ed66f0765330865099e729abc
* | | | Fix declarative margin reading in AbstractOrderedLayout (#18229)Johannes Dahlström2015-06-111-0/+6
| | | | | | | | | | | | | | | | Change-Id: Ia212d83568e4f0c891ec1a248b6d8567c0cf0095
* | | | Deprecate streaming (#14914)Artur Signell2015-06-051-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Long polling should always be used instead of streaming. There are no known cases where streaming would be preferable. Change-Id: I58ad19cb7bed48430decdaef529a7f3daad19e76
* | | | Use headerCaption as default hidingToggleCaption (#18028)Teppo Kurki2015-06-051-0/+3
| | | | | | | | | | | | | | | | Change-Id: Ifaf288da98d6d1d1c02760784b832cb5b5d93c07
* | | | Do not send value change to server for non-immediate CheckBox (#18102)Teppo Kurki2015-06-041-0/+2
| |_|/ |/| | | | | | | | Change-Id: I60a58af72d7166869d8bdc8930e16440e02d2ac5
* | | Update @since tag.Mika Murtojarvi2015-06-021-1/+1
| |/ |/| | | | | Change-Id: I7b403d239168155a1530e82f280189d2f528a3fc
* | Ensure method and property names are capitalized using English locale (#13389)Artur Signell2015-05-291-2/+28
| | | | | | | | Change-Id: Idde4fc54950f2bb83e0bb8d36a84a5bf075eb8de
* | Add @since 7.5Mika Murtojarvi2015-05-291-1/+1
| | | | | | | | Change-Id: I860b5cf00415bc17a28b52b4a8109392a6939dc6
* | Show declarative output for component selected in debug window (#17960)Artur Signell2015-05-281-0/+10
| | | | | | | | Change-Id: I975eef2f06db4395925f76e40c044078028b0e66
* | Backport a resynchronization fix for 7.5 (#15405)Artur Signell2015-05-281-0/+5
| | | | | | | | Change-Id: I62178ada54de6a814704dd7e166e9e9e3403c83b
* | Add missing @since for 7.5Leif Åstrand2015-05-122-1/+5
|/ | | | Change-Id: Id8f78c9ef7670c5413d3b7d28eef732dd1b7512d
* Updated all empty @since tags to be published in 7.5.0Pekka Hyvönen2015-05-112-2/+1
| | | | | | Removed invalid @since from MarginInfo. Change-Id: I7ad0dee47e8686c5cbca05ca1363ae8741642be8
* Fix for declarative FontIcon support (#17275)Johannes Dahlström2015-05-062-1/+9
| | | Change-Id: I5d61ed7003811f95bba4ded71937bb08742936c5
* Merge branch 'grid-7.5'Pekka Hyvönen2015-04-305-1/+275
|\ | | | | | | Change-Id: Ifa976fa4be1258fd35999de17775da70afedb2a8
| * Merge remote-tracking branch 'origin/master' into grid-7.5Teemu Suo-Anttila2015-04-152-0/+16
| |\ | | | | | | | | | Change-Id: I03fdd2014fd0393341db0f650c065f6d27905b73
| * | API for column hiding toggle caption in Grid (#17272)Pekka Hyvönen2015-03-311-0/+3
| | | | | | | | | | | | | | | | | | | | | 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-312-6/+7
| |\ \ | | | | | | | | | | | | Change-Id: Ife8c6d2a5f6c134a6e28e862f524b6e687199cc8
| * | | Server Grid.scrollToRow takes details into account (#17270)Henrik Paul2015-03-311-1/+2
| | | | | | | | | | | | | | | | Change-Id: I7b6d67aeb4d625a53e6fe370b729016a84e33214
| * | | Update all empty since tags published in alpha1Leif Åstrand2015-03-263-5/+5
| | | | | | | | | | | | | | | | Change-Id: I1afce7e69beb9a61354fd82fcda194d4277dfd36
| * | | Fixes edge case in null details generation for Grid (#17274)Henrik Paul2015-03-251-1/+44
| | | | | | | | | | | | | | | | Change-Id: I1bf4c2f0600baea8b925bd31dcd42c1e901a7c8b
| * | | Grid column hiding info from client to server #(17023)Pekka Hyvönen2015-03-221-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+1
| | | | | | | | | | | | | | | | Change-Id: I196e490d5c5ae77ba895e0fca1b0d9160b6a7855
| * | | Merge remote-tracking branch 'origin/grid-detailsrow' into grid-7.5Henrik Paul2015-03-194-0/+190
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: I24df361a4f938b6ffe567aa290cc411ce194baba
| | * | | Adds details generator swap support for Grid (#16644)Henrik Paul2015-03-182-7/+12
| | | | | | | | | | | | | | | | | | | | Change-Id: I741970a7bcebd27d3aa28d608d767b4b4f063ae8
| | * | | Grid's Details can now be Components (#16644)Henrik Paul2015-03-173-0/+175
| | | | | | | | | | | | | | | | | | | | Change-Id: If67dd2e86cf41c57f208a3691e2cb7a5a29c133c
| | * | | Server side Grid can open details on the client side (#16644)Henrik Paul2015-03-171-0/+10
| | | | | | | | | | | | | | | | | | | | Change-Id: Ibff5a83b3a09c7c530926dadae9138ba3823f27a
| * | | | Adds server side column hiding API to Grid (#17023)Henrik Paul2015-03-191-0/+6
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic00e873176f499dfc45976439e09d712932775da
| * | | | Merge branch 'master' into grid-columnreorderPekka Hyvönen2015-03-063-7/+11
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridBasicFeaturesTest.java uitest/src/com/vaadin/tests/widgetset/client/grid/GridBasicClientFeaturesWidget.java Change-Id: Ic77c717b9bbdcc38585382d4944ee4491aba3f7d
| * | | | Update server side state when columns are reordered. (#16643)Pekka Hyvönen2015-02-181-0/+12
| | | | | | | | | | | | | | | | | | | | Change-Id: I96c65dbb96614a5f5782b747fb8588647211cf4b
| * | | | Toggle column reordering from server side. Tests for reordering. #16643Pekka Hyvönen2015-02-171-0/+4
| | | | | | | | | | | | | | | | | | | | Change-Id: Ib52143ce387f6376878bf3d1c401615a15f1a3cc
* | | | | Add JavaDocs to MarginInfo object (#17564)patrik2015-04-231-9/+92
| |_|_|/ |/| | | | | | | | | | | Change-Id: I6e8b4f3dfa374f4c7eb5421867d7943abae6e941
* | | | Displaying tooltip on touch devices underneath the field (#17150)Alexey Fansky2015-04-101-0/+11
| | | | | | | | | | | | | | | | Change-Id: I7381a6212b824f9dafc5fe7359b0e791f15c57b2
* | | | Add granular declarative margin support (#17190)patrik2015-04-091-0/+5
| |_|/ |/| | | | | | | | Change-Id: I36227feeeaf08f41a9d5c179547dfcb575a1fb09
* | | Revert "Make push path configurable (#14432)."Artur Signell2015-03-252-6/+7
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | Breaks long polling fallback when implemented this way This reverts commit 735f0748344d7ee594c4e52a715d867dfdb23cb1. Conflicts: push/build.xml push/ivy.xml server/src/com/vaadin/server/Constants.java uitest/src/com/vaadin/tests/push/PushPathTest.java Change-Id: I07f6fedafc648b0ee403865ccb322017d2a8d571
* | Method for requesting column width recalculation (#16748)Artur Signell2015-03-021-0/+5
| | | | | | | | Change-Id: I089f08a056a358d9857ce6608293878e2b8bbd9e
* | Make push path configurable (#14432).Tapio Aali2015-02-182-7/+6
|/ | | | | | | 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
* Add API for controlling deselection for single select model (#16567)Leif Åstrand2015-02-061-0/+3
| | | | Change-Id: Ieb245205b3a311a4563f39bc48baadc44e218b61
* Show editor save error (#16602)Leif Åstrand2015-02-061-1/+4
| | | Change-Id: I2727a9fabef4291798e97495c2df86b077387cbb
* Highlights erroneous cells in Grid editor (#16575)Henrik Paul2015-02-061-1/+6
| | | Change-Id: Ie1f9d738db7a03ddb01b968782ad5e4877af1d7e
* Grid columns can now be marked as non-editable (#16538)Johannes Dahlström2015-02-051-0/+6
| | | | | | | | | | | Non-editable columns are not assigned editor fields. When the editor is active, any non-editable content is not displayed (this should changein the future). This is separate from setting the property or editor field read-only - in those cases the field is still used to display the data which may not be desired and will fail if there is no converter. Also add Column.setEditorField(Field<?>) and the corresponding getter. Change-Id: Ice17c357895cb63a8e1bfd6abaffc1d803399e98
* Makes it possible to change save/cancel captions in Grid editor (#16551)Henrik Paul2015-02-052-0/+13
| | | | Change-Id: I4e303613f66a13b3ad6a9b2284537e5548391a4a
* Add @since for Transport.Sauli Tähkäpää2015-02-031-4/+10
| | | | Change-Id: I1d4882c820722094128dac3a6f595d30286ee458
* Do not loop infinitely when encountering an invalid tag name (#16522)Artur Signell2015-01-291-1/+3
| | | | | | Also do not write to sysout Change-Id: Idae318a851323cd27b3363d12e8080101e996d9c
* Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-281-0/+8
|\ | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ui/VWindow.java Change-Id: I1a35db88a2b11acf76b58c417575451edfdb275d
| * Fixed UI.getPushConfiguration().getTransport() always returning null (#16499)wodencafe2015-01-281-0/+8
| | | | | | | | Change-Id: I31a923faf5ae369ffc2160cdeb12584ca0babc9d
* | Adds error handling to Grid Editor (#15556)Henrik Paul2015-01-151-2/+8
| | | | | | | | Change-Id: I93551548aad280c4e0193d65a066976d40d65a86
* | Make Grid send Json as Json (#16244)Leif Åstrand2015-01-151-1/+3
| | | | | | | | Change-Id: I2da481dcd3c258e48f2f77a9d3c8c46bb81048ff
* | Add ItemClickEvents to Grid (#15449)Teemu Suo-Anttila2015-01-142-0/+18
| | | | | | | | Change-Id: I743f4de9fd11c5d81b11a3b8f2e0957293c5587c
* | Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-143-5/+203
|\| | | | | | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/communication/AtmospherePushConnection.java server/tests/src/com/vaadin/data/fieldgroup/FieldGroupTests.java shared/src/com/vaadin/shared/util/SharedUtil.java Change-Id: I300b5a92bde562390a56b720adf9a37b795c9513