summaryrefslogtreecommitdiffstats
path: root/client/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-07-1312-126/+264
|\ | | | | | | Change-Id: Id630861d5089b0deabbccffe66d971252c44f46b
| * Log exception from responsive with cross site css in FF (#16249)Leif Åstrand2015-07-111-4/+15
| | | | | | | | Change-Id: I6072429d3a87afd25a6dd6604749ace728ab6d7d
| * Eliminate unguarded Profiler string concatenationLeif Åstrand2015-07-111-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: Iae3f6d18c409f019d2207d212d00ecb78078bc3e
| * Add missing @since 7.5.1 to JavaDocTeemu Suo-Anttila2015-07-094-12/+12
| | | | | | | | Change-Id: I1af9da11330d00554cb19212d694816b83b29aa4
| * Fix displaying Details when Grid is attached to DOM (#18390)Teemu Suo-Anttila2015-07-092-8/+23
| | | | | | | | Change-Id: I74360c7a3f0c5798dbaa44ea06ea1585c4289449
| * Attach GridLayout children in logical order to preserve focus order (#18353)Yuriy Artamonov2015-07-092-3/+17
| | | | | | Change-Id: I4ed588ba07bd581cfa4b5b4805136962de076cec
| * Fix Grid detaching with open details rows (#18415)Teemu Suo-Anttila2015-07-091-0/+9
| | | | | | | | Change-Id: I035808b02edb5ba8181a5a0baec3432c2283699d
| * Fix NPE caused by fix for Grid resizing with split panel (#18370)Teemu Suo-Anttila2015-07-082-4/+4
| | | | | | | | Change-Id: Ic8b5898facf559f253357e6cde6ee2b10be63a79
| * Ensure correct render of selection when changing selection model (#17087)Artur Signell2015-07-071-0/+3
| | | | | | | | Change-Id: I79547b32a7b7bec0ea2b327ceb0b69c756e2e812
| * Keep a reference to the file we are uploading to keep IE10 happy (#18372)Artur Signell2015-07-071-0/+3
| | | | | | | | Change-Id: I2dc9b846e1c3ae123b26eac017082bea4ba6f7c3
| * Fix Grid header adding and removing with select all checkbox (#17592)Teemu Suo-Anttila2015-07-062-100/+90
| | | | | | | | Change-Id: Ib842e171b50366e8830cd50ca0b04a346e298a1d
| * Fix Grid jerky resize in vertical split panel (#18370)Teemu Suo-Anttila2015-07-063-1/+84
| | | | | | | | | | | | | | This patch makes SplitPanels overflow hidden when there is a full height/width widget in the container. Change-Id: I9cb80019806cd5237b7e07fdda05d44e50d3b929
| * Fix Grid details on sort to display them on correct rows (#18224)Teemu Suo-Anttila2015-07-021-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: Ic42186ed85981d5dad4ff0948aa22f7a0404480d
* | 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
| * Do not let Escalator set width to spacer row's TD element (#18223)Teppo Kurki2015-06-301-14/+17
| | | | | | | | Change-Id: I8dec7bbbfc93436eb2fbc1c15cb53e6bfca99e78
| * Fix Grid scrolling on Firefox (#16865. #17352)patrik2015-06-291-1/+22
| | | | | | | | Change-Id: I58ac7c03be2a4d950ecfba609fddf862f2fd966f
| * Don't recalculate columns if only height has changed (#18274)Leif Åstrand2015-06-291-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: I327391dc04dde72a6e770df3b564ae8d4e3c15bb
| * Change focused Grid cell when scrolling with the keyboard (#18356).Mika Murtojarvi2015-06-291-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: Id1ddd4f0f3f3b1315df3f8d9813080fbd5009bcd
| * Fix incorrect system notifications with details styling (#18340)Artur Signell2015-06-262-74/+91
| | | | | | | | Change-Id: Ia0d36147eb4ed9f170123771ac2674df584e6a4b
* | 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
| * Reformat with Luna SR2Artur Signell2015-06-266-28/+36
| | | | | | | | Change-Id: I8a666061496022ef16ed44812b5728e1360b9c4d
| * Real fix for subpixels in Grid (#18213)Artur Signell2015-06-263-154/+194
| | | | | | | | Change-Id: I4246b8e5db528436fe355bdf57d2b3f88173474c
| * Update theme resource references for legacy components (#17027)Artur Signell2015-06-263-10/+61
| | | | | | | | Change-Id: Id4f119b22d44f6abf63e730442e22a34e7c1953f
| * Pass critical notification details to the client (#18342)Artur Signell2015-06-251-1/+3
| | | | | | | | Change-Id: I3c4eace624453eb854a32fef5fe44d253b164f62
| * Use computed style in more IE9 edge cases (#13359)Artur Signell2015-06-241-2/+7
| | | | | | | | Change-Id: I847c9077199f46964ba8d1931e951529db6c5475
| * Fix spellingSteven Spungin2015-06-191-2/+2
| | | | | | | | Change-Id: I7fb13c520c8ff402971214022d44be0db2b9c3ea
| * Revert "Prevent field from updating when removing text change listener. ↵Mika Murtojärvi2015-06-171-2/+3
| | | | | | | | | | | | | | | | | | | | (#16270)" This reverts commit 4af793d06a0f4a6577aad13403ca7982c6fce224. Test ConverterThatEnforcesAFormatTest.checkElaborating is broken by this change. Change-Id: I8243f6a7bff6d7011d402bce4b614f7d2e4206fd
* | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-06-1517-233/+552
|\| | | | | | | Change-Id: Iabd10ff91e7aef1f5df5435c56d3decfd4d39610
| * Calculate row width correctly when subpixel workaround/fix is active (#17934)Artur Signell2015-06-121-5/+15
| | | | | | | | Change-Id: I5fd535bf6622eaf47c5eb5fc509245e558d0a284
| * Ensure GridLayout rounds available space down instead of up (#15451)Artur Signell2015-06-124-49/+221
| | | | | | | | | | | | Store measured widths and heights as doubles to be able to round later Change-Id: Id0e91702dd62ba362f53317e8520f85b46f19769
| * 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
| * Measure size correctly when element has border and/or padding (#18181)Artur Signell2015-06-111-20/+10
| | | | | | | | Change-Id: I821ad3985c78cd0c2a66b37078885ea0612d5ad1
| * 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
| * Fixes double-tap-to-open-editor issuesTeppo Kurki2015-06-081-2/+20
| | | | | | | | | | | | | | * Ignore double-taps on different rows * Ignore swipe events Change-Id: I37cccd6bda09a384b0698433adf3fa99985f1809
| * Open editor on double touch (#17338)Manolo Carrasco2015-06-081-1/+11
| | | | | | | | Change-Id: I3ec5faf0086be70eda872ec81ea40f69d9c3e627
| * Selection is now shown although scrollToSelectedItem is false (#16673)Matti Tahvonen2015-06-081-0/+6
| | | | | | | | | | | | | | | | | | | | If scrollToSelectedItem is set to false (which is needed to work properly with large datasets) the selected item caption is sent to client with a special attribute to avoid the field looking like unselected. Change-Id: Ib80355c3b52faaaeaa9ab7195644701cc3bf0d15
| * Hide sidebar when clicking outside it (#18111)Artur Signell2015-06-071-0/+26
| | | | | | | | Change-Id: I0dc8d218f8b9584874e34bf7c38eeae4b89f5df9