]>
source.dussan.org Git - vaadin-framework.git/log
Leif Åstrand [Tue, 7 Jul 2015 18:21:58 +0000 (21:21 +0300)]
Log exception from responsive with cross site css in FF (#16249)
Change-Id: I073659e782d1451f1d5ca4782d6bb5b8cb988d1d
Leif Åstrand [Sat, 20 Jun 2015 10:59:04 +0000 (13:59 +0300)]
Make async remove check work without push (#12909)
Change-Id: I8d641d55de873283de5ba32f12c304622ce24152
Leif Åstrand [Wed, 8 Jul 2015 06:23:18 +0000 (09:23 +0300)]
Eliminate unguarded Profiler string concatenation
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
Teemu Suo-Anttila [Tue, 21 Jul 2015 11:00:43 +0000 (14:00 +0300)]
Revert "Render nested invalid layouts correctly (#17598)"
This reverts commit
ac4e85f4e35a57d1ba6e6f3448744cbb0c2df60f .
Change-Id: I892896e953637d793d0c0a788f28f3b61494d441
Teemu Suo-Anttila [Tue, 21 Jul 2015 11:00:03 +0000 (14:00 +0300)]
Revert "Take Window special case into account for invalid layouts
(#17598)"
This reverts commit
abc1c5dff6438d65e53473b69ae9a3ca2b8e60e1 .
Change-Id: I021d4ac386647073828950ec5536b75cf3175f52
Teemu Suo-Anttila [Fri, 10 Jul 2015 11:50:00 +0000 (14:50 +0300)]
Add staging report file generator
Change-Id: I976ed36e6773cfbf87f041010580c41e308c9f3f
Teemu Suo-Anttila [Fri, 10 Jul 2015 11:24:45 +0000 (14:24 +0300)]
Add @since check to build report generator
Change-Id: Ife5a29634ddfde62eda9d36e0bf7b8ac00fa2426
Teemu Suo-Anttila [Fri, 10 Jul 2015 08:39:33 +0000 (11:39 +0300)]
Fix BasicPersonForm test UI notifications to be more stable
Change-Id: I3b2a338b909c5bf9f3aff0736a8e3067a4d23dd1
Teemu Suo-Anttila [Thu, 9 Jul 2015 15:23:47 +0000 (18:23 +0300)]
Add missing @since 7.5.1 to JavaDoc
Change-Id: I8dc89fe5ec8cda3998e7cb08b71b0ed10a4a1ce4
Teemu Suo-Anttila [Thu, 9 Jul 2015 13:29:14 +0000 (16:29 +0300)]
Fix Archetype validation script to use correct path for pom files
Change-Id: I4024c7ad1aaa8e49d3ad2089d2710d432aab054a
Teemu Suo-Anttila [Thu, 9 Jul 2015 13:09:54 +0000 (16:09 +0300)]
Fix passing repo id to archetype generation function
Change-Id: Iecf8cb8215a8ef36f28670019a88fc96371fc2e1
Teemu Suo-Anttila [Thu, 9 Jul 2015 12:57:37 +0000 (15:57 +0300)]
Fix BuildHelpers to create all necessary directories
Change-Id: I4603ff4b46e742b1fa2cf83c6de84f8a7f77018d
Teemu Suo-Anttila [Thu, 9 Jul 2015 09:31:47 +0000 (12:31 +0300)]
Fix displaying Details when Grid is attached to DOM (#18390)
Change-Id: Ib892eb4d40bbb655113d21b622cc117d54b2cebc
Yuriy Artamonov [Thu, 25 Jun 2015 14:02:38 +0000 (18:02 +0400)]
Attach GridLayout children in logical order to preserve focus order (#18353)
Change-Id: Ib5477cfe2e2ad6eaeabdb6c829f6ad16e31d1eaf
Teemu Suo-Anttila [Wed, 8 Jul 2015 14:17:00 +0000 (17:17 +0300)]
Fix version number resolution for validation scripts
Change-Id: I07bde442ceb444a3732087838fab4de2de0393eb
Teemu Suo-Anttila [Wed, 8 Jul 2015 13:00:14 +0000 (16:00 +0300)]
Fix archetype validation and make report demo listing prettier
Change-Id: Idcc42c54004f07faf902ab4f4ab508dcf061ad34
Teemu Suo-Anttila [Wed, 8 Jul 2015 11:02:23 +0000 (14:02 +0300)]
Add milestone creation link and build pinning to report
Change-Id: I5e153256dec2e520b6dec8cd8c7705df53a81086
Teemu Suo-Anttila [Wed, 8 Jul 2015 16:25:41 +0000 (19:25 +0300)]
Fix Grid detaching with open details rows (#18415)
Change-Id: I68f5edcfc48063419109b1f3b3f61853db5cfd1a
Teemu Suo-Anttila [Wed, 8 Jul 2015 09:42:24 +0000 (12:42 +0300)]
Add build report generator script
Change-Id: I0b2cf67b0ed94bfddd1982faa4966c6d7ed62452
Teemu Suo-Anttila [Tue, 7 Jul 2015 13:41:33 +0000 (16:41 +0300)]
Fix NPE caused by fix for Grid resizing with split panel (#18370)
Change-Id: I0dfe71115db9f510e71e22ecfeffcd34fe5bd304
Teemu Suo-Anttila [Tue, 7 Jul 2015 14:56:42 +0000 (17:56 +0300)]
Strip extra quotation from maven commandline arguments
Change-Id: I00cf0a9f29cf9d62371ed8c2b11296b39b6c1ee6
Leif Åstrand [Tue, 7 Jul 2015 18:24:29 +0000 (21:24 +0300)]
Ignore some precompressed js files
Change-Id: I394ea443661b0160485112cda869f3df3ac59d98
Leif Åstrand [Tue, 7 Jul 2015 18:54:26 +0000 (21:54 +0300)]
Improve Eclipse auto-complete experience for openTestURL
Selecting the varags method for auto completion will annoyingly create
suggest passing parameters to the method, which is rarely what you want
to do.
Change-Id: Icbdc2a9aa3b3fd10765aaf0b6fd8f4837c28a510
Denis Anisimov [Tue, 7 Jul 2015 16:39:05 +0000 (19:39 +0300)]
Always add "last" item from the string to the collection (#18433).
Change-Id: Icf838aec9519aa12ea43773be86e508115c3883f
Artur Signell [Sun, 5 Jul 2015 18:17:25 +0000 (21:17 +0300)]
Ensure correct render of selection when changing selection model (#17087)
Change-Id: I0f7e0d6027d193acaa13e9f71b3d55b6ea2087f1
Teemu Suo-Anttila [Tue, 7 Jul 2015 12:55:50 +0000 (15:55 +0300)]
Fix demo auto validation script to add validated version to context
Change-Id: I50469d450ac26908b7aa966f1d89688357cf2497
Teemu Suo-Anttila [Tue, 7 Jul 2015 12:09:00 +0000 (15:09 +0300)]
Add Demo validation script support for using local artifacts
Change-Id: I952f36e9d71c5e1f0687c9b5996ba075d1d72d5a
Teemu Suo-Anttila [Mon, 15 Jun 2015 09:31:07 +0000 (12:31 +0300)]
Add --maven parameter to add mvn commandline parameters
Also adds a --teamcity flag, planned future functionality to add
supplied jar dependencies to local maven repo, and flags for setting
wildfly autodeployment parameters (url, user, password)
Change-Id: I7886009300564c1a088d63cf8d7cc35342706288
Teemu Suo-Anttila [Fri, 12 Jun 2015 08:23:39 +0000 (11:23 +0300)]
Add DeployHelpers python module for adding wildfly auto deployment
Change-Id: I5b89b0cb1144741bcc023208337cefae7a9ae092
Teemu Suo-Anttila [Mon, 29 Jun 2015 08:08:20 +0000 (11:08 +0300)]
Fix Grid jerky resize in vertical split panel (#18370)
This patch makes SplitPanels overflow hidden when there is a full
height/width widget in the container.
Change-Id: I0e4e49f373bf9a4735ccfb828e2813932f31d0c1
Teppo Kurki [Fri, 3 Jul 2015 10:42:40 +0000 (13:42 +0300)]
Added missing "grid" TestCategory for grid tests
Change-Id: I5e38713ba45cf75259afcc8960188349b15945ec
Henri Sara [Wed, 1 Jul 2015 13:18:42 +0000 (16:18 +0300)]
Migrate ComboBoxNoTextInput test from TB2 to TB4
Change-Id: I3c2e5022639da785ab76eb8cf12b979195b76ff3
Teemu Suo-Anttila [Wed, 10 Jun 2015 10:45:09 +0000 (13:45 +0300)]
Add python script for validating demos
This patch refactors most of building logic from BuildArchetypes.py to
BuildHelpers.py
Change-Id: If0ca3a9591f9337c3a72f7ede76b31b956b627c7
Teemu Suo-Anttila [Wed, 10 Jun 2015 06:32:25 +0000 (09:32 +0300)]
Add a python script for validating all maven archetypes
Change-Id: If4bf658297c821f0365eb92eb7ee4f002dd77da3
Teemu Suo-Anttila [Wed, 10 Jun 2015 16:04:58 +0000 (19:04 +0300)]
Add python script for validating version files on vaadin.com
Change-Id: Ia19e1362026f006bcb19852b72ba548858b33893
Anna Miroshnik [Tue, 2 Dec 2014 15:13:41 +0000 (18:13 +0300)]
Add test for Table visible column order/count change (#9781)
Table should work correctly when changing both column properties (width etc) and
the number/order of visible columns.
This is nearly a duplicate of #17927 and its fix (commit
08dfe45d ) fixes #9781
as well so only committing the test here.
Change-Id: I9fc74dd0f4c8631ff97fae3e85ab97a940640273
Teemu Suo-Anttila [Mon, 6 Jul 2015 14:28:58 +0000 (17:28 +0300)]
Fix Grid header adding and removing with select all checkbox (#17592)
Change-Id: I4306635ca334429ef006216c5b35165cf89a938f
Artur Signell [Mon, 6 Jul 2015 19:26:45 +0000 (22:26 +0300)]
Keep a reference to the file we are uploading to keep IE10 happy (#18372)
Change-Id: I480c37b051f0efb2b0d7b1c6922eb7479117b62c
Artur Signell [Wed, 17 Jun 2015 17:24:02 +0000 (20:24 +0300)]
Take Window special case into account for invalid layouts (#17598)
Change-Id: Ie2482df803b7f7004ad0da33ef1df39557f9560b
Artur Signell [Wed, 20 May 2015 17:59:55 +0000 (20:59 +0300)]
Render nested invalid layouts correctly (#17598)
Change-Id: Iaaf86a6d0d3dbd33beb0d76f64383548be196f4d
Artur Signell [Tue, 30 Jun 2015 17:07:47 +0000 (20:07 +0300)]
Enable test fixed by #18213
Change-Id: Ibbe15d7ea10edec78dd0c687a8e5a20d6ac2ed8b
Teemu Suo-Anttila [Thu, 2 Jul 2015 13:26:45 +0000 (16:26 +0300)]
Add missing ComputedStyle.java to vaadin-widgets (#18414)
Change-Id: I41f2bb5bbd8a79093dffbc7d8fc3af05e8805dc2
Teemu Suo-Anttila [Wed, 1 Jul 2015 11:27:30 +0000 (14:27 +0300)]
Fix Grid details on sort to display them on correct rows (#18224)
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
Henri Sara [Wed, 1 Jul 2015 11:04:54 +0000 (14:04 +0300)]
Make checkboxes immediate in tests.
AudioTest was broken by the fix for #18102 as CheckBox
is no longer immediate by default.
Change-Id: I2022bae6445320d205fd8b419a28bffb64e70bd5
Teppo Kurki [Tue, 30 Jun 2015 06:28:29 +0000 (09:28 +0300)]
Do not let Escalator set width to spacer row's TD element (#18223)
Change-Id: I560bb4663d72cc4f939f2d463ef678fd335e7e8e
patrik [Thu, 25 Jun 2015 08:06:33 +0000 (11:06 +0300)]
Fix Grid scrolling on Firefox (#16865. #17352)
Change-Id: I71ceb0be978c797f5016afaa4557af043acdd5bd
Leif Åstrand [Mon, 15 Jun 2015 12:28:21 +0000 (15:28 +0300)]
Don't recalculate columns if only height has changed (#18274)
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
Leif Åstrand [Fri, 27 Mar 2015 11:57:51 +0000 (13:57 +0200)]
Add generic resize performance testbed and a test UI for Grid
Change-Id: I61a2bb0836cf4f2bbbb9c5de3f9f5dc11cbe7c81
Teppo Kurki [Wed, 24 Jun 2015 13:28:05 +0000 (16:28 +0300)]
Converted split panel min/max test to TB4
Change-Id: I87bb905bf48dfeaec21abaafefbb617f05b0a3f5
Mika Murtojarvi [Thu, 25 Jun 2015 10:07:23 +0000 (13:07 +0300)]
Change focused Grid cell when scrolling with the keyboard (#18356).
- 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
Artur Signell [Wed, 24 Jun 2015 21:06:17 +0000 (00:06 +0300)]
Fix incorrect system notifications with details styling (#18340)
Change-Id: If0b5e185a049daadfa96dcdd2aa366e38d18fb7f
patrik [Mon, 22 Jun 2015 09:16:04 +0000 (12:16 +0300)]
Port ItemClickEvents test from TB2 to TB4
Change-Id: I90c302cc42cdc8bcf79c2a6035caf92fa6d8dae2
Artur Signell [Fri, 26 Jun 2015 08:17:58 +0000 (11:17 +0300)]
Support taking test screenshots of individual elements
Change-Id: I8fc5df882aa1ce0c897777111a2ac49856bd91cc
Artur Signell [Wed, 24 Jun 2015 20:43:31 +0000 (23:43 +0300)]
Provide compressed vaadinPush.js (#18329)
Change-Id: I7dbc866a4f56d4425403f8ffbdaff4d22b2467c4
Artur Signell [Thu, 18 Jun 2015 18:59:51 +0000 (21:59 +0300)]
Properly toggle editor state when calling editId() on the server
(#18287)
Ensure isEditorActive() returns false if editItem(...) has been called
but the
editor has not yet been opened, as it should according to javadoc
isRendered() requires that the editor fields are marked as dirty when
they are
made visible on the client (isEditorActive() changes state)
Change-Id: I7123332c6769f7a7f6b00852bddc8dbbaa311754
Artur Signell [Wed, 24 Jun 2015 08:29:50 +0000 (11:29 +0300)]
Reformat with Luna SR2
Change-Id: Id1f16b16cdf5712bf26e0f2dfc9c9ad651fe1144
Artur Signell [Tue, 9 Jun 2015 18:44:20 +0000 (21:44 +0300)]
Real fix for subpixels in Grid (#18213)
Change-Id: I26cea74541629988c2ea8be8db54bd62442ecf59
Artur Signell [Wed, 24 Jun 2015 18:03:26 +0000 (21:03 +0300)]
Update theme resource references for legacy components (#17027)
Change-Id: I88d9f0dc288c56db3f93887f6e7cdfc20ba01cfa
Artur Signell [Wed, 24 Jun 2015 20:28:22 +0000 (23:28 +0300)]
Pass critical notification details to the client (#18342)
Change-Id: I50fbbd0f3e6589d144b733c5f08f5a625acfc1e6
Artur Signell [Mon, 22 Jun 2015 18:06:33 +0000 (21:06 +0300)]
Fix Gatein test to be compatible with Chrome
Change-Id: Ib915a114fa63138c81bef6a69a9292e53d9d4bf1
Henri Sara [Thu, 25 Jun 2015 07:22:00 +0000 (10:22 +0300)]
Mention incompatible change #17860 in release notes
Mention that unused out of sync related methods have been
removed from the class SystemMessages.
Change-Id: I3f7aa2d6b08effbd57dd8b95eca64bd9cdc04b6c
Artur Signell [Fri, 19 Jun 2015 11:22:56 +0000 (14:22 +0300)]
Use computed style in more IE9 edge cases (#13359)
Change-Id: Ifa84ad55462fcff90159ea08a61a11f613951adc
Artur Signell [Tue, 23 Jun 2015 20:20:59 +0000 (23:20 +0300)]
Handle nested GridLayouts in declarative format correctly (#18312)
Change-Id: Ie26a6d310dbeb4dbaa8a5c91782f94677639ddca
Artur Signell [Tue, 23 Jun 2015 20:57:27 +0000 (23:57 +0300)]
Include compressed themes (#18332)
Change-Id: I9a52034205e86923f70f4a317d3b1505dbfff97c
Artur Signell [Tue, 23 Jun 2015 20:10:07 +0000 (23:10 +0300)]
Provide compressed vaadinBootstrap.js (#18329)
Change-Id: Id7c3d9e0d8095fbc537a2617fd2dd410b99fce50
Teppo Kurki [Mon, 22 Jun 2015 10:52:34 +0000 (13:52 +0300)]
Fixed regression by #15381 on IE8
The opacity for disabled menu items looks very ugly on IE8.
Fixed by using the previous gray color for text and opacity
filter only for the item icon.
Change-Id: Ieea18f9e14d3b947c9836956c00721c30685b912
patrik [Mon, 22 Jun 2015 08:03:54 +0000 (11:03 +0300)]
Port JavaScriptResizeListenerTest from TB2 to TB4
Change-Id: Ifb757eeea16da1f065fd533b63b6e536d9135d6f
Leif Åstrand [Fri, 19 Jun 2015 11:22:19 +0000 (14:22 +0300)]
Extract duplciated logic for checking for error notifications
Change-Id: I49bef3c486e0177e4ee7af541758baf2396f71f7
Steven Spungin [Sat, 20 Jun 2015 03:39:23 +0000 (23:39 -0400)]
Fix spelling
Change-Id: If7c96cb4bb3fc104ec7eb858f7d55b5ae3f42571
Artur Signell [Tue, 16 Jun 2015 19:19:53 +0000 (22:19 +0300)]
Support and run tests on Wildfly 9 (#18295)
Change-Id: I8dee8c96663a5f986b7bce5a995199049afc8934
Leif Åstrand [Sun, 14 Jun 2015 12:46:14 +0000 (15:46 +0300)]
Send beforeClientResponse exceptions to an error handler (#14214)
Change-Id: I5dcfbc45424c2b85ff159b02a8a75c24140630cc
Leif Åstrand [Sun, 14 Jun 2015 12:36:33 +0000 (15:36 +0300)]
Allow beforeClientResponse to change hierarchy or dirtyness (#18268)
Change-Id: I861c1514bab121955d6bfd525779c8204cdf4fa3
Mika Murtojarvi [Mon, 15 Jun 2015 12:35:52 +0000 (15:35 +0300)]
Convert a ComboBox drop-down arrow location TB2 test to TB4.
The test checks (see #11267) that the arrow is in the correct
location after changing the ComboBox border.
Change-Id: I66611a90c95654f0a024181039e5b3b3832e1f70
Artur Signell [Tue, 16 Jun 2015 19:08:31 +0000 (22:08 +0300)]
Add missing Grid test categories
Change-Id: I62da79ceca60821439f20e1449cf4a966f0511d9
Leif Åstrand [Fri, 12 Jun 2015 10:09:46 +0000 (13:09 +0300)]
Make vanilla SingleBrowserTest work with the runLocally property
Change-Id: I4173dbdb7bb83376177fc680562eca1725d48e36
Leif Åstrand [Tue, 16 Jun 2015 06:01:43 +0000 (09:01 +0300)]
Make Jetty use jul even though the slf4j api is on the classpath
Change-Id: I40804d3e832e4bc7f58c800b74cb56e25a86d353
Mika Murtojarvi [Fri, 12 Jun 2015 08:20:49 +0000 (11:20 +0300)]
Replace a TB2 test of Table column reordering.
Change-Id: Iba96e5113a11f08297bca60260e00cc9cf8fed83
Jouni Koivuviita [Thu, 4 Dec 2014 15:00:50 +0000 (17:00 +0200)]
Add backwards keyword for Valo utility animations (#14873, #14806)
Change-Id: I82c4a9819c92450d39e7357d8b8393fd883543bf
Artur Signell [Tue, 2 Jun 2015 19:40:00 +0000 (22:40 +0300)]
Calculate row width correctly when subpixel workaround/fix is active
(#17934)
Change-Id: I327b5bebb7f9325edf2be62de1a24321c8fd6a24
Artur Signell [Sun, 7 Jun 2015 20:06:45 +0000 (23:06 +0300)]
Ensure GridLayout rounds available space down instead of up (#15451)
Store measured widths and heights as doubles to be able to round later
Change-Id: I15cf7edf829d629a2b012dd2f33e4315ccf6d164
Henri Sara [Tue, 23 Jun 2015 13:05:05 +0000 (16:05 +0300)]
Update release notes - 7.5.0 is not a pre-release
Change-Id: Id70eec04eb1f90a6b79c9487b6b479eaede2b0af
Mika Murtojärvi [Wed, 17 Jun 2015 07:56:55 +0000 (07:56 +0000)]
Revert "Prevent field from updating when removing text change listener.
(#16270)"
This reverts commit
4af793d06a0f4a6577aad13403ca7982c6fce224 .
Test ConverterThatEnforcesAFormatTest.checkElaborating is broken by this
change.
Change-Id: I08dba8e47386dfb001caafae562304858ad02348
Teemu Suo-Anttila [Mon, 15 Jun 2015 12:20:54 +0000 (15:20 +0300)]
Use correct path for FocusUtil in vaadin-widgets (#18253)
Change-Id: Ice7aa729975d332e3cc8f88c95777d8ba30badbe
Teemu Suo-Anttila [Fri, 12 Jun 2015 10:26:09 +0000 (13:26 +0300)]
Add FocusUtil to vaadin-widgets package (#18253)
Change-Id: I3060993c06971b3d1fe077de3dabc2cfeddd8f03
Artur Signell [Sun, 7 Jun 2015 17:14:01 +0000 (20:14 +0300)]
Measure size correctly when element has border and/or padding (#18181)
Change-Id: I821ad3985c78cd0c2a66b37078885ea0612d5ad1
Teemu Suo-Anttila [Thu, 11 Jun 2015 08:34:41 +0000 (11:34 +0300)]
Fix Grid column dnd reorder scrollarea calculation in Chrome 43 (#18234)
This patch also fixes issues with vertical scrollbar on page and
autoscrolling along with calculating drag element and marker positions
wrong.
Change-Id: I3d39c7bc6ddea630e04a9967ff8e1055c0736b79
Teppo Kurki [Thu, 11 Jun 2015 08:28:50 +0000 (11:28 +0300)]
Fixes search-CB resizing on each layout (Firefox&Chameleon) (#18236)
Change-Id: I50a6c8094b16984114010c400f3485ac76da5cb7
Teppo Kurki [Thu, 11 Jun 2015 10:40:30 +0000 (13:40 +0300)]
Adds margin support to GridLayout declarative format (#18238)
Change-Id: I5561ccf38f6bac3a304f6e8ab6262cb8bd391021
Johannes Dahlström [Thu, 11 Jun 2015 11:16:47 +0000 (14:16 +0300)]
Fix declarative margin reading in AbstractOrderedLayout (#18229)
Change-Id: Ia212d83568e4f0c891ec1a248b6d8567c0cf0095
Teppo Kurki [Wed, 10 Jun 2015 14:55:03 +0000 (17:55 +0300)]
Fixes grid editor datefield/combobox IE8/Valo (#17915)
Change-Id: I4413303e0fc23fbeeabb22ebca20332419363f6b
Teemu Suo-Anttila [Wed, 10 Jun 2015 13:26:35 +0000 (16:26 +0300)]
Add a workaround to not display a spacer just scrolled to view (#17826)
Change-Id: I22805530cca26a23a6cc15c94b396aaba1f1245b
Teemu Suo-Anttila [Wed, 10 Jun 2015 12:34:45 +0000 (15:34 +0300)]
Fix Escalator spacer visibility calucation (#17826)
Now calls directly to correct spacer container to update visibility
instead of doing extra work with recalculating everything.
Change-Id: I8625033012773a10983cd5d4f6ef3ce1be50ee26
Johannes Dahlström [Wed, 10 Jun 2015 13:31:26 +0000 (16:31 +0300)]
Add @since 7.5 to new API
Change-Id: I7ddf9fa8200df4eb6fcd23fc79ef55d1075d41cd
Sauli Tähkäpää [Mon, 27 Apr 2015 19:05:35 +0000 (22:05 +0300)]
Fix readonly checkbox opacity in Valo. (#17548)
Change-Id: I633e0deeca6c1268937d8c9b918ea414355c85f3
Johannes Dahlström [Tue, 9 Jun 2015 13:46:56 +0000 (16:46 +0300)]
Properly display Slider values greater than Integer.MAX_VALUE (#18192)
Change-Id: Ic83d067b69eff8b34acf7945e84fb645160d8ae2
Ilya Ermakov [Fri, 5 Dec 2014 14:54:52 +0000 (17:54 +0300)]
Table.setVisibleColumns() causes table to forget column headers, icons, alignment (#6245)
Effect of this patch: when making column invisible and visible again,
column headers, icons, alignment are preserved.
Change-Id: Ia0718699f1a5fb8f60fec25a835ee64c58ca5404
Teppo Kurki [Tue, 9 Jun 2015 12:18:10 +0000 (15:18 +0300)]
Quick fix for non-visible datefield buttons in IE8 (#17915)
This concerns Grid Editor with themes other than Valo.
Also fixes the same issue for ComboBox.
Change-Id: Ia9856333272f2c98683e290699f03f78d4561c5c
elmot [Tue, 9 Jun 2015 07:54:46 +0000 (10:54 +0300)]
Fix for "Grid detail row outline overflows" (#17826)
Clipping of an existing spacer decoration was not updated after
adding/removing another spacer.
Change-Id: I0e0da484fe135cf109dd081a0d30a818813f8283
Johannes Dahlström [Mon, 8 Jun 2015 14:21:58 +0000 (17:21 +0300)]
Better handle exceptions when opening Grid editor (#17935)
Change-Id: I68103db75c422b042988c6662da268ff9d11a306
Teemu Suo-Anttila [Tue, 9 Jun 2015 08:47:47 +0000 (11:47 +0300)]
Add missing since, remove unused method
Change-Id: I7a90d75d0fdc54abc819dbacf7f8f572c85b3913