summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
...
* Make methods return what they promiseArtur Signell2015-08-041-3/+3
| | | | Change-Id: I4e1bbb5106bdeec966439e6a9cf926fd263afa56
* Fix empty @since7.5.2Markus Koivisto2015-07-221-3/+1
| | | | Change-Id: Ie0117047ee7b3923bf56b90c4ba5a1ab8edb91ab
* Fix IE8 centered window initial placement (#18498)Teemu Suo-Anttila2015-07-222-14/+10
| | | | Change-Id: I0bb5160adfab11bdba695c4e7187d8a3b3f955cd
* 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: If94e8df76254816aeb2fd681624fc82e7718cbb8
* Convert ComboBoxLargeIconsTest from TB2 to TB4Teemu Suo-Anttila2015-07-211-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: I59afe353853026a88b16bcabb5f7a3923d5db7cd
* Fix IE8 icons in tree expand regression (#18488)Teemu Suo-Anttila2015-07-212-3/+18
| | | | Change-Id: I8200cf16ad3ff8fd15e963d3b7b3646c47639d5f
* Fix IE8 window shadows with undefined height (#18487)Teemu Suo-Anttila2015-07-211-1/+13
| | | | Change-Id: I48717be814a6f150bf39dd2d725b753277927865
* Workaround for IE10 invalid min-height calculations (#15169)Artur Signell2015-07-211-0/+6
| | | | Change-Id: I322b11248db0449e9cddc471a719c83105802896
* Select last item only if filtered items exist. (#18441)Sauli Tähkäpää2015-07-211-1/+3
| | | | Change-Id: I8fcf93e807f90c297b0bc4a8820a88ff5a58aeca
* Grid sidebar menu design changed. See design document and comments at trac ↵elmot2015-07-211-1/+0
| | | | | | ticket. (#18325) Change-Id: I65be0245c9bfcd7986cc188b96a6bade9e8c4a54
* Support frozen columns in Grid editor (#16727)Johannes Dahlström2015-07-211-7/+36
| | | | Change-Id: I0ce69b37c87a345e5757636292cf52fbdd4eb0c2
* Increase Tooltip z-index to be larger than the default overlay z-index. (#14854)Sauli Tähkäpää2015-07-211-0/+3
| | | | Change-Id: I2122c7a1475a6ec3f53be92f04e770e4a8104167
* Allow using only hostname with ?superdevmodeArtur Signell2015-07-211-1/+5
| | | | Change-Id: Iffa9da89e869448ce0ef84af4b8d228832ea46b1
* Fixes scrollToLine while resizing Grid via split position (#18424)Teppo Kurki2015-07-211-44/+55
| | | | Change-Id: I589622de8f0078c4fcbdcc50bc074dcc6e11e6bc
* Read debug window settings when all entry points have run (#17882)Leif Åstrand2015-07-211-13/+25
| | | | Change-Id: I033635b0c314e67330f894e79d69fc8d2e129562
* Log exception from responsive with cross site css in FF (#16249)Leif Åstrand2015-07-211-4/+15
| | | | Change-Id: I073659e782d1451f1d5ca4782d6bb5b8cb988d1d
* Eliminate unguarded Profiler string concatenationLeif Åstrand2015-07-211-4/+8
| | | | | | | | Even though the call to Profiler.enter would be eliminated by the compiler, it would still include the string concatenation since it can't prove it wouldn't have any side effects. Change-Id: I26391549fac48bbca71f30b216dd175c964b8b34
* Add missing @since 7.5.1 to JavaDocTeemu Suo-Anttila2015-07-104-12/+12
| | | | Change-Id: I8dc89fe5ec8cda3998e7cb08b71b0ed10a4a1ce4
* Fix displaying Details when Grid is attached to DOM (#18390)Teemu Suo-Anttila2015-07-102-8/+23
| | | | Change-Id: Ib892eb4d40bbb655113d21b622cc117d54b2cebc
* Attach GridLayout children in logical order to preserve focus order (#18353)Yuriy Artamonov2015-07-102-3/+17
| | | | Change-Id: Ib5477cfe2e2ad6eaeabdb6c829f6ad16e31d1eaf
* Fix Grid detaching with open details rows (#18415)Teemu Suo-Anttila2015-07-091-0/+9
| | | | Change-Id: I68f5edcfc48063419109b1f3b3f61853db5cfd1a
* Fix NPE caused by fix for Grid resizing with split panel (#18370)7.5.1Teemu Suo-Anttila2015-07-082-4/+4
| | | | Change-Id: I0dfe71115db9f510e71e22ecfeffcd34fe5bd304
* Ensure correct render of selection when changing selection model (#17087)Artur Signell2015-07-081-0/+3
| | | | Change-Id: I0f7e0d6027d193acaa13e9f71b3d55b6ea2087f1
* Fix Grid jerky resize in vertical split panel (#18370)Teemu Suo-Anttila2015-07-083-1/+84
| | | | | | | This patch makes SplitPanels overflow hidden when there is a full height/width widget in the container. Change-Id: I0e4e49f373bf9a4735ccfb828e2813932f31d0c1
* Fix Grid header adding and removing with select all checkbox (#17592)Teemu Suo-Anttila2015-07-072-100/+90
| | | | Change-Id: I4306635ca334429ef006216c5b35165cf89a938f
* Keep a reference to the file we are uploading to keep IE10 happy (#18372)Artur Signell2015-07-071-0/+3
| | | | Change-Id: I480c37b051f0efb2b0d7b1c6922eb7479117b62c
* Fix Grid details on sort to display them on correct rows (#18224)Teemu Suo-Anttila2015-07-041-0/+6
| | | | | | | Due to the nature of Container this is only achieved by removing any existing details and reopening those after the sort is done. Change-Id: Ie8f89b4b01ad53df6eb4cac9e9c360565c7e50c9
* Do not let Escalator set width to spacer row's TD element (#18223)Teppo Kurki2015-07-041-14/+17
| | | | Change-Id: I560bb4663d72cc4f939f2d463ef678fd335e7e8e
* Fix Grid scrolling on Firefox (#16865. #17352)patrik2015-07-041-1/+22
| | | | Change-Id: I71ceb0be978c797f5016afaa4557af043acdd5bd
* Don't recalculate columns if only height has changed (#18274)Leif Åstrand2015-07-041-1/+5
| | | | | | | | | This patch increases the reported fps in GridResizeTerror from 12 to 35 in my Chrome if only changing the height. No automatic test since performance testing on our shared testing infrastructure would be quite error-prone. Change-Id: I17aeb2eac9fe4ef72993eb0f9307c1d5a75653a2
* Change focused Grid cell when scrolling with the keyboard (#18356).Mika Murtojarvi2015-07-041-54/+35
| | | | | | | | | - The focused cell is now updated when scrolling with pageup/down, home or end key. - The scroll amount is slightly reduced to ensure that no cells are skipped over with pgup/down scroll. Change-Id: I8a7dccf46350761f86714715183b24ec29d79f4e
* Fix incorrect system notifications with details styling (#18340)Artur Signell2015-07-042-74/+91
| | | | Change-Id: If0b5e185a049daadfa96dcdd2aa366e38d18fb7f
* Reformat with Luna SR2Artur Signell2015-07-047-37/+42
| | | | Change-Id: Id1f16b16cdf5712bf26e0f2dfc9c9ad651fe1144
* Real fix for subpixels in Grid (#18213)Artur Signell2015-07-043-154/+194
| | | | Change-Id: I26cea74541629988c2ea8be8db54bd62442ecf59
* Update theme resource references for legacy components (#17027)Artur Signell2015-07-043-10/+61
| | | | Change-Id: I88d9f0dc288c56db3f93887f6e7cdfc20ba01cfa
* Pass critical notification details to the client (#18342)Artur Signell2015-07-041-1/+3
| | | | Change-Id: I50fbbd0f3e6589d144b733c5f08f5a625acfc1e6
* Use computed style in more IE9 edge cases (#13359)Artur Signell2015-07-041-2/+7
| | | | Change-Id: Ifa84ad55462fcff90159ea08a61a11f613951adc
* Fix spellingSteven Spungin2015-07-041-2/+2
| | | | Change-Id: If7c96cb4bb3fc104ec7eb858f7d55b5ae3f42571
* Calculate row width correctly when subpixel workaround/fix is activeArtur Signell2015-07-041-5/+15
| | | | | | (#17934) Change-Id: I327b5bebb7f9325edf2be62de1a24321c8fd6a24
* Ensure GridLayout rounds available space down instead of up (#15451)Artur Signell2015-07-044-49/+221
| | | | | | Store measured widths and heights as doubles to be able to round later Change-Id: I15cf7edf829d629a2b012dd2f33e4315ccf6d164
* Revert "Prevent field from updating when removing text change listener.7.5.0.rc2Mika Murtojärvi2015-06-171-2/+3
| | | | | | | | | | | (#16270)" This reverts commit 4af793d06a0f4a6577aad13403ca7982c6fce224. Test ConverterThatEnforcesAFormatTest.checkElaborating is broken by this change. Change-Id: I08dba8e47386dfb001caafae562304858ad02348
* Measure size correctly when element has border and/or padding (#18181)7.5.0.rc1Artur Signell2015-06-111-20/+10
| | | | Change-Id: I821ad3985c78cd0c2a66b37078885ea0612d5ad1
* Fix Grid column dnd reorder scrollarea calculation in Chrome 43 (#18234)Teemu Suo-Anttila2015-06-112-63/+10
| | | | | | | | This patch also fixes issues with vertical scrollbar on page and autoscrolling along with calculating drag element and marker positions wrong. Change-Id: I3d39c7bc6ddea630e04a9967ff8e1055c0736b79
* Add a workaround to not display a spacer just scrolled to view (#17826)Teemu Suo-Anttila2015-06-101-4/+11
| | | | Change-Id: I22805530cca26a23a6cc15c94b396aaba1f1245b
* Fix Escalator spacer visibility calucation (#17826)Teemu Suo-Anttila2015-06-101-4/+4
| | | | | | | Now calls directly to correct spacer container to update visibility instead of doing extra work with recalculating everything. Change-Id: I8625033012773a10983cd5d4f6ef3ce1be50ee26
* Properly display Slider values greater than Integer.MAX_VALUE (#18192)Johannes Dahlström2015-06-092-8/+2
| | | | Change-Id: Ic83d067b69eff8b34acf7945e84fb645160d8ae2
* Fix for "Grid detail row outline overflows" (#17826)elmot2015-06-091-1/+4
| | | | | | | Clipping of an existing spacer decoration was not updated after adding/removing another spacer. Change-Id: I0e0da484fe135cf109dd081a0d30a818813f8283
* Rename grid sidebar 'opened' style to 'open' (#18120)Teppo Kurki2015-06-091-2/+2
| | | | Change-Id: Ifbd791c45bf0a4b62e6e73195c73c4f0f3bddad0
* Fix Grid drag selection with scrolled page (#17895)Teemu Suo-Anttila2015-06-081-23/+3
| | | | Change-Id: I1303781c5a996448e12e86835935702686af3ab7
* Prevent field from updating when removing text change listener. (#16270)Sauli Tähkäpää2015-06-081-3/+2
| | | | Change-Id: I65c598ae71414550eb648fabf6e94fb1dabbef97