summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Fix Grid client-side NPE finding uneditable column editor (#18589)Teemu Suo-Anttila2015-08-112-5/+16
| |_|/ |/| | | | | | | | Change-Id: I6f3fc25785bc6036795a791d6582c3d9194b505c
* | | Basic tagging commands in staging reportHenri Sara2015-08-101-0/+34
| | | | | | | | | | | | Change-Id: I4d211975569e082aefafc9eca0bb0a374739d81d
* | | Use latest GAE SDK supporting Java 6Henri Sara2015-08-092-2/+2
| | | | | | | | | | | | | | | | | | | | | An upgrade of GAE SDK is needed to support the new HDR that replaced the old DataStore. Change-Id: I968b01bf4efcf03fae8b3c41d7f0a662f57e7727
* | | Prevent scrolling when expanding a TreeTable item (#18247)Mika Murtojarvi2015-08-063-5/+106
| | | | | | | | | | | | Change-Id: I837ee83a75337eef4338e7206cdd0e366b24f183
* | | Add @since for change 11526 ticket #17590patrik2015-08-052-5/+5
| | | | | | | | | | | | Change-Id: I2154167c39384a122b06bbdaaac6c161e3fffd2f
* | | Update Select all -CheckBox from server and partial selections (#17590)Teppo Kurki2015-08-056-32/+155
| | | | | | | | | | | | Change-Id: I8f4986455029fc3b997ec5fee8916fa118a487ca
* | | Take margin/border/padding into account when measuring TabSheet (#18471)Artur Signell2015-08-044-2/+145
| | | | | | | | | | | | Change-Id: Id6fed9155128ed9134b3d4949b80fc605e5ae62f
* | | Attach Window in hierarchy change as required (#18502)Artur Signell2015-08-045-4/+109
| | | | | | | | | | | | Change-Id: Ia9ca393480b80c19e5391bce034534bde31f3a81
* | | Restrict old IE fix to IE <= 10 (#17002)Artur Signell2015-08-041-1/+2
| | | | | | | | | | | | Change-Id: Iab4ecf3ef0616471743874531264f2fe6868f133
* | | Test for multiple manual push in same access block (#15330, #16919)Artur Signell2015-08-042-0/+148
| | | | | | | | | | | | Change-Id: I48ca1e392b9ec79cbd907a002d228540a355b116
* | | Fix NPE when clicking and move handler is not set (#8718)Artur Signell2015-08-044-6/+39
| | | | | | | | | | | | Change-Id: I13dfe9344d7ca516d41145e4c35fc45c620cac56
* | | Ensure server side focus is applied when opening a window (#17731)Artur Signell2015-08-045-21/+139
| | | | | | | | | | | | | | | | | | | | | | | | This change removes all deferred commands for handling window focus to ensure the focus events are triggered in the expected order Change-Id: I46598243d1022b82cf64f0e60169f52248c3cc72
* | | Take margin/border/padding into account when measuring ComboBox in IE (#17002)Artur Signell2015-08-036-10/+233
| | | | | | | | | | | | Change-Id: I8fcf33b78ff239529b794d41088fd9d8aba5c518
* | | Update a test for Chrome version.Mika Murtojarvi2015-08-031-1/+1
| | | | | | | | | | | | Change-Id: I75c05dd316e9890452d7989d38782b13f607064b
* | | Use correct state classes for Vertical and HorizontalLayoutArtur Signell2015-07-312-0/+14
| | | | | | | | | | | | Change-Id: Ifa52a2ff7225076129de9b0f964b82704221dccd
* | | Reserve enough memory so SDM can be run for more than one browserArtur Signell2015-07-311-1/+1
| | | | | | | | | | | | Change-Id: Ie7424f43248958492de173b2dc8839ecdf8c6df4
* | | Enable IE stuff also needed for Edge (#18523)Artur Signell2015-07-305-15/+13
| | | | | | | | | | | | Change-Id: I8e8a80acde885a5d4e0db67101c2a4d101371845
* | | Detect Edge correctly (#18537)Artur Signell2015-07-304-0/+80
| | | | | | | | | Change-Id: I6aa7e7b7498ff85489843e52bd351e54c4ba70f9
* | | Make methods return what they promiseArtur Signell2015-07-281-3/+3
| | | | | | | | | | | | Change-Id: I0b906047a6f6bf81b6c5fb544164b62916ef5982
* | | Fix empty @sinceMarkus Koivisto2015-07-221-3/+1
| | | | | | | | | | | | Change-Id: Ie060beaa9eca3b098d7e07116d64580c6a198ee8
* | | Fix IE8 centered window initial placement (#18498)Teemu Suo-Anttila2015-07-222-14/+10
| | | | | | | | | | | | Change-Id: I8809f31c27d9ad2860c3f21b21948312272db18f
| * | Merge branch 'master-18493' into grid-unbuffered-editorHenri Sara2015-08-1922-738/+440
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | 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-218-563/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-173-157/+74
| | | | | | | | | | | | | | | | | | | | | This patch also adds some subpart awareness as well as deferred worker interface to VFilterSelect to support running TB4 tests reliably. Change-Id: I41f2af38f7eba2194aa49c8d7a0d13073166cddf
* | | Stabilize Grid tests on IE11Teemu Suo-Anttila2015-07-172-5/+8
| | | | | | | | | | | | Change-Id: I1e16dfe54a369c5ed18dedd8755ff479bc1617a1
* | | 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-163-0/+108
| | | | | | | | | | | | Change-Id: I22b0e56549c19432626dea8c2dd43509c07c0de4
* | | Select last item only if filtered items exist. (#18441)Sauli Tähkäpää2015-07-163-1/+48
| | | | | | | | | | | | Change-Id: I1b601f7bcddd3a62edcd97651a3270b79dacc7fd
* | | Add missing import to staging report generatorTeemu Suo-Anttila2015-07-151-0/+1
| | | | | | | | | | | | Change-Id: I2ceaac45b34b69a7dddaab4d60f2f0f7db1c5602
| * | Keep non-editable & selection columns visible in editorTeppo Kurki2015-08-116-7/+72
| | | | | | | | | | | | Change-Id: Ib3090d43e97667707590a2bca5f4641b72d7cd7f
| * | Merge branch 'master' into grid-unbuffered-editor7.6.0.alpha3Johannes Dahlström2015-07-1544-272/+1068
| |\ \ | |/ / |/| | | | | | | | | | | | | | 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-158-22/+39
| | | | | | | | | | | | | | | | | | ticket. (#18325) Change-Id: I6686d131f015cf0b7b9a6b43ce43284218d5dd63
* | | StringToBooleanConverter API improved (#18466)elmot2015-07-152-18/+99
| | | | | | | | | | | | | | | | | | | | | Added simple customization for text representation Added API for locale-specific conversion Change-Id: I866b37bb085e85ef3d67e9d5e6db82b22e9bc464
* | | Support frozen columns in Grid editor (#16727)Johannes Dahlström2015-07-158-12/+178
| | | | | | | | | | | | Change-Id: Iff797c3bf90a6021099a3ed4082cfca3a6fb3540
* | | Use FixedNotificationElement in BasicPersonFormTestTeemu Suo-Anttila2015-07-151-2/+2
| | | | | | | | | | | | | | | | | | This makes tests more stable with IE browsers Change-Id: I9f02180614e860d41f1b9bc90ec4cc4a5d243f0e
* | | Increase Tooltip z-index to be larger than the default overlay z-index. (#14854)Sauli Tähkäpää2015-07-153-0/+83
| | | | | | | | | | | | Change-Id: Ib6a2f77aadc9cb1afe8a8e43be9916de3d2eaf44
* | | Allow using only hostname with ?superdevmodeArtur Signell2015-07-151-1/+5
| | | | | | | | | | | | Change-Id: Ib88062d13fc3a22970b526a7fc56a22ba860637f
* | | Convert EmbeddedWithNullSource test to TB4Teemu Suo-Anttila2015-07-152-27/+46
| | | | | | | | | | | | Change-Id: I495e3b25282aaf7a3122b8503f08bb339a772560
* | | Replaced HashMaps with TreeMaps to keep the same order (#14736)Taras Hupalo2015-07-144-28/+111
| | | | | | | | | | | | Change-Id: Ia2d8b6a2189e0bb7673f28b3606120d77628afb4
* | | Fixes scrollToLine while resizing Grid via split position (#18424)Teppo Kurki2015-07-143-44/+177
| | | | | | | | | Change-Id: I5ecd8a91bd1ebea809d04a54307fcd752fbe3f39
* | | Move demo links from release report to staging reportTeemu Suo-Anttila2015-07-142-8/+7
| | | | | | | | | | | | Change-Id: I4c38f787a44856a8420e1f9bda3ae6a1d889588f
* | | Do not initialize Atmosphere for websocket servlet in Websphere (#16354)Artur Signell2015-07-141-2/+7
| | | | | | | | | | | | Change-Id: I6f32668d357c2f2af75a2d53de37708f6c449b44
* | | Stabilize TB4 tests with IE 11Teemu Suo-Anttila2015-07-144-8/+28
| | | | | | | | | | | | Change-Id: I2570af5f7767f8275fb2e1c19c862974bf9e2eb2
* | | Read debug window settings when all entry points have run (#17882)Leif Åstrand2015-07-145-14/+190
| | | | | | | | | Change-Id: I09d612d784f978ba483d243b6938697893e1eac4
* | | Convert OutOfSyncTest from TB2 to TB4Teemu Suo-Anttila2015-07-133-86/+96
| | | | | | | | | | | | | | | | | | This behaviour was changed in patch for #12909 Change-Id: If39839456608dff94125456c283ee2eec39f15c3
| * | Add row and cell description generators to Grid (#18481)Teppo Kurki2015-07-156-33/+380
| | | | | | | | | Change-Id: I940399d986eb6970df687880645fafc157dab432
| * | Prevent Grid editor move in unbuffered mode if validation errors inJohannes Dahlström2015-07-156-57/+117
| | | | | | | | | | | | | | | | | | fields Change-Id: I37f3c21f4464c8f83308a741ed51485f7bd0375a
| * | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-07-1359-632/+2033
| |\ \ | |/ / |/| | | | | Change-Id: Id630861d5089b0deabbccffe66d971252c44f46b
| * | Refactor RpcDataProviderExtension to use DataGenerators Teemu Suo-Anttila2015-07-106-199/+281
| | | | | | | | | | | | Change-Id: I8c809b6fac827df730c6622fb6790410c6c5bd81