summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Make async remove check work without push (#12909)Leif Åstrand2015-07-214-29/+166
| | | | Change-Id: I8d641d55de873283de5ba32f12c304622ce24152
* 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
* Revert "Render nested invalid layouts correctly (#17598)"Teemu Suo-Anttila2015-07-214-182/+5
| | | | | | This reverts commit ac4e85f4e35a57d1ba6e6f3448744cbb0c2df60f. Change-Id: I892896e953637d793d0c0a788f28f3b61494d441
* Revert "Take Window special case into account for invalid layoutsTeemu Suo-Anttila2015-07-211-12/+0
| | | | | | | | (#17598)" This reverts commit abc1c5dff6438d65e53473b69ae9a3ca2b8e60e1. Change-Id: I021d4ac386647073828950ec5536b75cf3175f52
* Add staging report file generatorTeemu Suo-Anttila2015-07-102-3/+47
| | | | Change-Id: I976ed36e6773cfbf87f041010580c41e308c9f3f
* Add @since check to build report generatorTeemu Suo-Anttila2015-07-101-2/+14
| | | | Change-Id: Ife5a29634ddfde62eda9d36e0bf7b8ac00fa2426
* Fix BasicPersonForm test UI notifications to be more stableTeemu Suo-Anttila2015-07-101-1/+3
| | | | Change-Id: I3b2a338b909c5bf9f3aff0736a8e3067a4d23dd1
* Add missing @since 7.5.1 to JavaDocTeemu Suo-Anttila2015-07-104-12/+12
| | | | Change-Id: I8dc89fe5ec8cda3998e7cb08b71b0ed10a4a1ce4
* Fix Archetype validation script to use correct path for pom filesTeemu Suo-Anttila2015-07-102-4/+4
| | | | Change-Id: I4024c7ad1aaa8e49d3ad2089d2710d432aab054a
* Fix passing repo id to archetype generation functionTeemu Suo-Anttila2015-07-101-2/+2
| | | | Change-Id: Iecf8cb8215a8ef36f28670019a88fc96371fc2e1
* Fix BuildHelpers to create all necessary directoriesTeemu Suo-Anttila2015-07-101-2/+2
| | | | Change-Id: I4603ff4b46e742b1fa2cf83c6de84f8a7f77018d
* Fix displaying Details when Grid is attached to DOM (#18390)Teemu Suo-Anttila2015-07-105-14/+81
| | | | Change-Id: Ib892eb4d40bbb655113d21b622cc117d54b2cebc
* Attach GridLayout children in logical order to preserve focus order (#18353)Yuriy Artamonov2015-07-104-3/+213
| | | | Change-Id: Ib5477cfe2e2ad6eaeabdb6c829f6ad16e31d1eaf
* Fix version number resolution for validation scriptsTeemu Suo-Anttila2015-07-093-24/+36
| | | | Change-Id: I07bde442ceb444a3732087838fab4de2de0393eb
* Fix archetype validation and make report demo listing prettierTeemu Suo-Anttila2015-07-092-4/+6
| | | | Change-Id: Idcc42c54004f07faf902ab4f4ab508dcf061ad34
* Add milestone creation link and build pinning to reportTeemu Suo-Anttila2015-07-091-2/+5
| | | | Change-Id: I5e153256dec2e520b6dec8cd8c7705df53a81086
* Fix Grid detaching with open details rows (#18415)Teemu Suo-Anttila2015-07-093-0/+188
| | | | Change-Id: I68f5edcfc48063419109b1f3b3f61853db5cfd1a
* Add build report generator scriptTeemu Suo-Anttila2015-07-082-7/+41
| | | | Change-Id: I0b2cf67b0ed94bfddd1982faa4966c6d7ed62452
* Fix NPE caused by fix for Grid resizing with split panel (#18370)7.5.1Teemu Suo-Anttila2015-07-082-4/+4
| | | | Change-Id: I0dfe71115db9f510e71e22ecfeffcd34fe5bd304
* Strip extra quotation from maven commandline argumentsTeemu Suo-Anttila2015-07-081-1/+1
| | | | Change-Id: I00cf0a9f29cf9d62371ed8c2b11296b39b6c1ee6
* Ignore some precompressed js filesLeif Åstrand2015-07-081-0/+2
| | | | Change-Id: I394ea443661b0160485112cda869f3df3ac59d98
* Improve Eclipse auto-complete experience for openTestURLLeif Åstrand2015-07-081-0/+9
| | | | | | | | 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
* Always add "last" item from the string to the collection (#18433).Denis Anisimov2015-07-082-3/+11
| | | | Change-Id: Icf838aec9519aa12ea43773be86e508115c3883f
* Ensure correct render of selection when changing selection model (#17087)Artur Signell2015-07-083-0/+32
| | | | Change-Id: I0f7e0d6027d193acaa13e9f71b3d55b6ea2087f1
* Fix demo auto validation script to add validated version to contextTeemu Suo-Anttila2015-07-083-12/+9
| | | | Change-Id: I50469d450ac26908b7aa966f1d89688357cf2497
* Add Demo validation script support for using local artifactsTeemu Suo-Anttila2015-07-082-5/+25
| | | | Change-Id: I952f36e9d71c5e1f0687c9b5996ba075d1d72d5a
* Add --maven parameter to add mvn commandline parametersTeemu Suo-Anttila2015-07-084-24/+49
| | | | | | | | 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
* Add DeployHelpers python module for adding wildfly auto deploymentTeemu Suo-Anttila2015-07-084-26/+133
| | | | Change-Id: I5b89b0cb1144741bcc023208337cefae7a9ae092
* 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
* Added missing "grid" TestCategory for grid testsTeppo Kurki2015-07-0813-5/+32
| | | | Change-Id: I5e38713ba45cf75259afcc8960188349b15945ec
* Migrate ComboBoxNoTextInput test from TB2 to TB4Henri Sara2015-07-083-75/+107
| | | | Change-Id: I3c2e5022639da785ab76eb8cf12b979195b76ff3
* Add python script for validating demosTeemu Suo-Anttila2015-07-083-134/+220
| | | | | | | This patch refactors most of building logic from BuildArchetypes.py to BuildHelpers.py Change-Id: If0ca3a9591f9337c3a72f7ede76b31b956b627c7
* Add a python script for validating all maven archetypesTeemu Suo-Anttila2015-07-081-0/+184
| | | | Change-Id: If4bf658297c821f0365eb92eb7ee4f002dd77da3
* Add python script for validating version files on vaadin.comTeemu Suo-Anttila2015-07-081-0/+66
| | | | Change-Id: Ia19e1362026f006bcb19852b72ba548858b33893
* Add test for Table visible column order/count change (#9781)Anna Miroshnik2015-07-082-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: I9fc74dd0f4c8631ff97fae3e85ab97a940640273
* Fix Grid header adding and removing with select all checkbox (#17592)Teemu Suo-Anttila2015-07-073-100/+104
| | | | Change-Id: I4306635ca334429ef006216c5b35165cf89a938f
* Keep a reference to the file we are uploading to keep IE10 happy (#18372)Artur Signell2015-07-072-0/+156
| | | | Change-Id: I480c37b051f0efb2b0d7b1c6922eb7479117b62c
* Take Window special case into account for invalid layouts (#17598)Artur Signell2015-07-071-0/+12
| | | | Change-Id: Ie2482df803b7f7004ad0da33ef1df39557f9560b
* Render nested invalid layouts correctly (#17598)Artur Signell2015-07-074-5/+182
| | | | Change-Id: Iaaf86a6d0d3dbd33beb0d76f64383548be196f4d
* Enable test fixed by #18213Artur Signell2015-07-041-12/+0
| | | | Change-Id: Ibbe15d7ea10edec78dd0c687a8e5a20d6ac2ed8b
* Add missing ComputedStyle.java to vaadin-widgets (#18414)Teemu Suo-Anttila2015-07-041-0/+1
| | | | Change-Id: I41f2bb5bbd8a79093dffbc7d8fc3af05e8805dc2
* Fix Grid details on sort to display them on correct rows (#18224)Teemu Suo-Anttila2015-07-043-0/+39
| | | | | | | 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
* Make checkboxes immediate in tests.Henri Sara2015-07-042-4/+12
| | | | | | | AudioTest was broken by the fix for #18102 as CheckBox is no longer immediate by default. Change-Id: I2022bae6445320d205fd8b419a28bffb64e70bd5
* Do not let Escalator set width to spacer row's TD element (#18223)Teppo Kurki2015-07-043-14/+175
| | | | 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
* Add generic resize performance testbed and a test UI for GridLeif Åstrand2015-07-044-0/+384
| | | | Change-Id: I61a2bb0836cf4f2bbbb9c5de3f9f5dc11cbe7c81
* Converted split panel min/max test to TB4Teppo Kurki2015-07-043-267/+255
| | | | Change-Id: I87bb905bf48dfeaec21abaafefbb617f05b0a3f5
* Change focused Grid cell when scrolling with the keyboard (#18356).Mika Murtojarvi2015-07-042-72/+64
| | | | | | | | | - 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-0410-108/+152
| | | | Change-Id: If0b5e185a049daadfa96dcdd2aa366e38d18fb7f