summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reformat with Luna SR2Artur Signell2015-06-2650-201/+269
| | | | 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-265-10/+325
| | | | Change-Id: Id4f119b22d44f6abf63e730442e22a34e7c1953f
* Pass critical notification details to the client (#18342)Artur Signell2015-06-254-41/+51
| | | | Change-Id: I3c4eace624453eb854a32fef5fe44d253b164f62
* Fix Gatein test to be compatible with ChromeArtur Signell2015-06-251-3/+3
| | | | Change-Id: I34055b60f8b4ea0ae37a3497348577e4029f4d39
* Mention incompatible change #17860 in release notesHenri Sara2015-06-251-0/+1
| | | | | | | Mention that unused out of sync related methods have been removed from the class SystemMessages. Change-Id: I7691019ec36bdf1453fdb7c1d50e7217d637901a
* Use computed style in more IE9 edge cases (#13359)Artur Signell2015-06-243-2/+147
| | | | Change-Id: I847c9077199f46964ba8d1931e951529db6c5475
* Handle nested GridLayouts in declarative format correctly (#18312)Artur Signell2015-06-242-4/+41
| | | | Change-Id: Id7f204c170981f4395e789333b89cd8207fe4002
* Include compressed themes (#18332)Artur Signell2015-06-241-0/+3
| | | | Change-Id: Icf10cbcf402f3427d63521b616428c041455ea32
* Provide compressed vaadinBootstrap.js (#18329)Artur Signell2015-06-231-1/+9
| | | | Change-Id: Ibc8efdf8d9d5ace8f6db7b19e54978b35458a79f
* Fixed regression by #15381 on IE8Teppo Kurki2015-06-222-10/+17
| | | | | | | | 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: If48716cdccef05ebdba43b5600e41c0690398429
* Port JavaScriptResizeListenerTest from TB2 to TB4patrik2015-06-222-81/+92
| | | | Change-Id: I6282658c47eb0196f6158064c18a21fa4a6627dc
* Extract duplciated logic for checking for error notificationsLeif Åstrand2015-06-225-16/+22
| | | | Change-Id: I1cc630e9c21b3e73d135129ba3d86f7b22019e0f
* Write true as attribute="" (#17519)Leif Åstrand2015-06-2228-104/+105
| | | Change-Id: I49287cc38605abb75059cb553e3baed2a8359067
* Fix spellingSteven Spungin2015-06-192-3/+3
| | | | Change-Id: I7fb13c520c8ff402971214022d44be0db2b9c3ea
* Support and run tests on Wildfly 9 (#18295)Artur Signell2015-06-182-2/+8
| | | | Change-Id: I590b786efa82ea632c77e016dd221c903427e5cf
* Take Window special case into account for invalid layouts (#17598)Artur Signell2015-06-171-0/+12
| | | | Change-Id: If736e0d35376f90dee33d93588351ef726a4635f
* Send beforeClientResponse exceptions to an error handler (#14214)Leif Åstrand2015-06-175-9/+110
| | | Change-Id: Ib0cd9a402bbef0c7adb65bd8298a71b5521edd7c
* Allow beforeClientResponse to change hierarchy or dirtyness (#18268)Leif Åstrand2015-06-174-13/+143
| | | | Change-Id: I6a1ae23c1dd67f8889479a1069f260fa736bbd83
* Convert a ComboBox drop-down arrow location TB2 test to TB4.Mika Murtojarvi2015-06-172-47/+39
| | | | | | The test checks (see #11267) that the arrow is in the correct location after changing the ComboBox border. Change-Id: I9927a6bd5d233275366f9f7318a9068ba976514a
* Add missing Grid test categoriesArtur Signell2015-06-179-0/+18
| | | | Change-Id: If15b2a8a048f280dc697111a1564dfc76abe39c0
* Revert "Prevent field from updating when removing text change listener. ↵Mika Murtojärvi2015-06-174-73/+21
| | | | | | | | | | (#16270)" This reverts commit 4af793d06a0f4a6577aad13403ca7982c6fce224. Test ConverterThatEnforcesAFormatTest.checkElaborating is broken by this change. Change-Id: I8243f6a7bff6d7011d402bce4b614f7d2e4206fd
* Make vanilla SingleBrowserTest work with the runLocally propertyLeif Åstrand2015-06-162-2/+5
| | | | Change-Id: I15c9cf94be71a74229ee32f711f187b1ebc8a993
* Make Jetty use jul even though the slf4j api is on the classpathLeif Åstrand2015-06-161-0/+3
| | | Change-Id: I7a01bb964bd1d73614a5a9fd08405b871f5382ca
* Replace a TB2 test of Table column reordering.Mika Murtojarvi2015-06-152-42/+38
| | | | Change-Id: I31649d5bf5a5463bea5f8f1689100ad8b69b5205
* Use correct path for FocusUtil in vaadin-widgets (#18253)Teemu Suo-Anttila2015-06-151-1/+1
| | | | Change-Id: Ice7aa729975d332e3cc8f88c95777d8ba30badbe
* Add backwards keyword for Valo utility animations (#14873, #14806)Jouni Koivuviita2015-06-151-7/+7
| | | Change-Id: Ib8eac880deb50b9bf32dc80f572c716413d14e69
* Calculate row width correctly when subpixel workaround/fix is active (#17934)Artur Signell2015-06-123-5/+178
| | | | Change-Id: I5fd535bf6622eaf47c5eb5fc509245e558d0a284
* Ensure GridLayout rounds available space down instead of up (#15451)Artur Signell2015-06-128-49/+388
| | | | | | Store measured widths and heights as doubles to be able to round later Change-Id: Id0e91702dd62ba362f53317e8520f85b46f19769
* Add FocusUtil to vaadin-widgets package (#18253)Teemu Suo-Anttila2015-06-121-4/+5
| | | | Change-Id: I3060993c06971b3d1fe077de3dabc2cfeddd8f03
* Render nested invalid layouts correctly (#17598)Artur Signell2015-06-114-5/+182
| | | | Change-Id: I959d62091f79c171a8c9f2c9b4ed2c7a67c65c39
* Adds margin support to GridLayout declarative format (#18238)Teppo Kurki2015-06-114-14/+26
| | | | Change-Id: I5561ccf38f6bac3a304f6e8ab6262cb8bd391021
* Add python script for validating demosTeemu Suo-Anttila2015-06-113-134/+220
| | | | | | | This patch refactors most of building logic from BuildArchetypes.py to BuildHelpers.py Change-Id: I34526db0cc2dba3b0dc6afddefa7559b5e75b87c
* Add a python script for validating all maven archetypesTeemu Suo-Anttila2015-06-111-0/+184
| | | | Change-Id: I7d2c84589007617d04d63ba173bfb651231a3072
* Add python script for validating version files on vaadin.comTeemu Suo-Anttila2015-06-111-0/+66
| | | | Change-Id: Idcdacb7559ed9f05019dbced97b74fd7ae4bd11d
* Fix declarative margin reading in AbstractOrderedLayout (#18229)Johannes Dahlström2015-06-116-186/+191
| | | | Change-Id: Ia212d83568e4f0c891ec1a248b6d8567c0cf0095
* 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
* Fixes search-CB resizing on each layout (Firefox&Chameleon) (#18236)Teppo Kurki2015-06-111-0/+1
| | | Change-Id: I50a6c8094b16984114010c400f3485ac76da5cb7
* Measure size correctly when element has border and/or padding (#18181)Artur Signell2015-06-116-20/+342
| | | | Change-Id: I821ad3985c78cd0c2a66b37078885ea0612d5ad1
* Fixes grid editor datefield/combobox IE8/Valo (#17915)Teppo Kurki2015-06-101-0/+12
| | | | Change-Id: I4413303e0fc23fbeeabb22ebca20332419363f6b
* Add a workaround to not display a spacer just scrolled to view (#17826)Teemu Suo-Anttila2015-06-101-4/+11
| | | | Change-Id: I22805530cca26a23a6cc15c94b396aaba1f1245b
* Add @since 7.5 to new APIJohannes Dahlström2015-06-102-2/+2
| | | | Change-Id: I7ddf9fa8200df4eb6fcd23fc79ef55d1075d41cd
* 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
* Add test for Table visible column order/count change (#9781)Anna Miroshnik2015-06-102-0/+191
| | | | | | | | | | 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: If5bd49956888e14104f974c2840e2cae732a66fa
* Fix readonly checkbox opacity in Valo. (#17548)Sauli Tähkäpää2015-06-093-1/+26
| | | Change-Id: I633e0deeca6c1268937d8c9b918ea414355c85f3
* Properly display Slider values greater than Integer.MAX_VALUE (#18192)Johannes Dahlström2015-06-094-8/+89
| | | | Change-Id: Ic83d067b69eff8b34acf7945e84fb645160d8ae2
* Table.setVisibleColumns() causes table to forget column headers, icons, ↵Ilya Ermakov2015-06-093-20/+173
| | | | | | | | | alignment (#6245) Effect of this patch: when making column invisible and visible again, column headers, icons, alignment are preserved. Change-Id: Ia0718699f1a5fb8f60fec25a835ee64c58ca5404
* Quick fix for non-visible datefield buttons in IE8 (#17915)Teppo Kurki2015-06-091-0/+12
| | | | | | | This concerns Grid Editor with themes other than Valo. Also fixes the same issue for ComboBox. Change-Id: Ia9856333272f2c98683e290699f03f78d4561c5c
* Fix for "Grid detail row outline overflows" (#17826)elmot2015-06-092-1/+94
| | | | | | | Clipping of an existing spacer decoration was not updated after adding/removing another spacer. Change-Id: I0e0da484fe135cf109dd081a0d30a818813f8283
* Better handle exceptions when opening Grid editor (#17935)Johannes Dahlström2015-06-094-12/+129
| | | | Change-Id: I68103db75c422b042988c6662da268ff9d11a306