aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Better default for nullRepresentation (#13221, #12877)"feature/standard-sassIlia Motornyi2016-05-045-162/+2
| | | | | | This reverts commit 85870ccd9f93cebd839d22d2bd63ec817bb90a3d. Change-Id: Ifb9bbac0ee36e71d2251c31b936a12f1f3ea7315
* Revert "Documentation fix for null representation (#13221)"Ilia Motornyi2016-05-042-6/+3
| | | | | | This reverts commit 41e29dd2e32d8ca70bfcec25a1883f7965e53296. Change-Id: I4065d4db8dcc2dc652b171ab0472186bbe40ee17
* Fix classpath order for integration testsHenri Sara2016-05-041-1/+1
| | | | | | | Test classes need to come first because of how TB3TestLocator is implemented. Change-Id: I912e7a6e4743053ce01567870754e2b9ea30b0f1
* Relax checkstyle rulesHenri Sara2016-05-031-1/+1
| | | | | | Allow whitespace after cast to match default and Eclipse formatting. Change-Id: I9c14d014bebb0b4507885d309ea5adc9d00279e7
* Ignore files generated for checkstylesLeif Åstrand2016-05-031-0/+2
| | | | Change-Id: Ifb4199bf1e7a168c9f5e0770229bbac9cf75ca9d
* Move theme and widgetset compilation to prepare-packageTeemu Suo-Anttila2016-05-031-0/+1
| | | | Change-Id: I5c366be930383a6008a7f40f1f4ad532c5da1772
* Throw IAE in setExpandRatio() if given ratio is less than 0Maciej Przepióra2016-05-031-0/+8
| | | | Change-Id: Ie7f92edea210c54400f6dce38e1376e3c0eae575
* Ensure addItem(null) returns nullArtur Signell2016-05-033-9/+8
| | | | Change-Id: I67823b306e68637b469ed35fad00f6af64e8cc15
* added one missing "you"Fredrik Rönnlund2016-05-021-1/+1
| | | | Change-Id: Ibe297192a67271ad0d5349e12ddeaa95af0ad9c8
* Update gwt-rpc.asciidocEnver Haase2016-05-021-1/+1
| | | | Change-Id: Iae5e5591d7d3a1ee418bdd90ed156f80e86b24f9
* Update clientside-debugging.asciidocEnver Haase2016-05-021-1/+1
| | | | Change-Id: I2c5c962bdd572b697b992046a139d8d8f653133f
* Update advanced-dragndrop.asciidocGuglielmo Moretti2016-05-021-1/+1
| | | | | | Error on formatting at line 299 Change-Id: I8ca16880dd77def9e01b5d51c3186cb0ed4fba41
* Take body scrolling into account when deciding combobox popup position (#19162)Artur Signell2016-05-024-11/+122
| | | | | | | | | | | For standard standalone Vaadin apps, the body scroll is not scrollable. For these this change should have no effect. In embedded cases and when running as portlet, the body is scrollable. For these cases, the popup is now correctly shown below the combo box when there is space. Change-Id: Ia183f4f2988e6593634f6e9735fd58abbd4a1da1
* GWT history frame is not needed in embeddingJonni Nakari2016-05-021-20/+0
| | | | | | Vaadin is not anymore using the type of GWT History support that would need the __gwt_historyFrame iframe. Change-Id: Ibd5414ddd744b3a570bb7b23700a616ca7ee56bf
* Documentation fix for null representation (#13221)elmot2016-05-022-3/+6
| | | | Change-Id: Ib532fbd9efd587080a75155139ae1a7a219c1003
* Better default for nullRepresentation (#13221, #12877)Matti Tahvonen2016-05-025-2/+162
| | | | Change-Id: Ia4662c79b20ee699b3a9741ffa24c4de6645b775
* Fix README.mdfeature/nullrepresentationelmot2016-05-021-33/+10
| | | | Change-Id: I95e8a7d0ad9287ac9f21ac37902301ab28c974eb
* Expect Chrome 50 in VerifyBrowserVersionTestHenri Sara2016-05-021-6/+5
| | | | Change-Id: I65c0231b5f6a1ad14a8439824a95c36a9f6e8138
* Fix CriticalNotificationsTest on ChromeHenri Sara2016-05-021-0/+6
| | | | | | | Without this fix, a mismatch in screenshots causes a non-screenshot test failure. Change-Id: I6fb157a764ef1ec594836cbeceacd898820e7e11
* Add interface for AppWidgetset (#19770)Markus Koivisto2016-04-296-43/+264
| | | | | | | | | This allows selecting the widgetset name and URL simply by placing a class in the default package if nothing is explicitly give by the user. This can be used e.g. by the Maven plug-in and other build automation tools to automatically generate widgetsets or use one from CDN. Change-Id: If3a7b35e3b25371e08e6d9b504fcda6f66de5119
* Fix IE focus fix which has been broken since 7.0.0 (#7965)Artur Signell2016-04-281-3/+5
| | | | Change-Id: Ia0aee645ed3b0ba6de33a6a2ce9f8bde9b84f44f
* Restrict grid sidebar size to visible viewport (#19349)Artur Signell2016-04-286-4/+302
| | | | Change-Id: I75b7c662251de53b46e045d17d3cac650586acd2
* Scroll selected tab into view (#3899)Artur Signell2016-04-283-1/+44
| | | | Change-Id: I4e86caa4ad02dfc5d0eaa33b85f67da3837fcea0
* Use the correct window height when comparing to browser window height (#19590)Artur Signell2016-04-283-8/+93
| | | | Change-Id: I7fdecab93fa6730e63e3ba7f0df3a67f3020c19c
* Double check table focus in IE (#19676)Artur Signell2016-04-282-4/+158
| | | | Change-Id: I46d95e0b198dd4594e5c84dda9b6c462d4a7bf51
* Take transition into account for Window layout (#15192, #19525, #19415)Artur Signell2016-04-285-0/+241
| | | | Change-Id: I33bbbac39bff97330b166e1c608b702fe6e527d7
* Fixed language mistakeselmot2016-04-283-8/+6
| | | | Change-Id: I838fccb573166791bf7fdcd9bc292dd9a4ae810c
* Clarify error message for column mismatches (#18323)Leif Åstrand2016-04-281-5/+9
| | | | Change-Id: I94b0819b68dbdda96fb1036e503bf63390a800d7
* Store unknown attributes in DesignContext #19749John Ahlroos2016-04-284-12/+95
| | | | Change-Id: I1e90d422ec716092e6d407b6965902f48eac1646
* Fix PropertyValueGenerator javadocsLeif Åstrand2016-04-281-4/+6
| | | | Change-Id: I8a6bc3b5807f78f459cc9f9e2f02a55835370d7f
* Do not throw an exception for PhantomJSHenri Sara2016-04-282-7/+19
| | | | Change-Id: Ief7ae278c8c120c40cd73bc93f982db912ef6648
* Make sure that browser.factory is passed to JUnitHenri Sara2016-04-281-0/+2
| | | | Change-Id: I422da01262676ac148c6b705f7618c8b9afb506c
* Merge remote-tracking branch 'origin/feature/mavenize' to masterTeemu Suo-Anttila2016-04-285755-4538/+6485
|\ | | | | | | Change-Id: I7dadf3a94372a560529ed5b31cd062977c5ed802
| * Fix formatting of VaadinBrowserFactoryHenri Sara2016-04-281-6/+8
| | | | | | | | Change-Id: I9b650faf2c35d64230b65791fcc28be2c421f0e6
| * Add browser factory for SauceLabsHenri Sara2016-04-281-0/+112
| | | | | | | | Change-Id: I91fffa8e88ab83e262d09c55282dc51562709b76
| * Add browser factory for BrowserStackHenri Sara2016-04-281-0/+128
| | | | | | | | Change-Id: Id761c99068410c9d00f2b2a124568e3c86d112d7
| * Add a way to override browser factoryHenri Sara2016-04-281-0/+31
| | | | | | | | | | | | | | Use the parameter browser.factory to select a class implementing TestBenchBrowserFactory. Change-Id: Ibc1f11ad83f8ac1ed85766892cfa0463af9bf440
| * Move checkstyles plugin to actual moduleselmot2016-04-2712-33/+105
| | | | | | | | Change-Id: I2d87a1aeba8ffc8cc15909c32a0c9d10b3ada9a7
| * Move compiled themes out from resourcesTeemu Suo-Anttila2016-04-271152-37/+40
| | | | | | | | Change-Id: Id5cc38c717cd43f8e524db330c205958c8db1e31
| * Move test UI to correct source folderTeemu Suo-Anttila2016-04-271-0/+0
| | | | | | | | Change-Id: Iadb594d23632b71ca75eab36939cee422dda61cb
| * Moving WindowAndUIShortcuts to the correct placeelmot2016-04-262-0/+0
| | | | | | | | Change-Id: If2e7c44e1497f600cf050c8430dafa62de1bd0a5
| * Check Java 1.6 compatibilityHenri Sara2016-04-254-1/+51
| | | | | | | | | | | | Ensure that server side classes are compatible with Java 1.6. Change-Id: I464096bbb316769a4c2fede55d7bcb11ce61e4f0
| * Use classes compiled with Maven in uitestHenri Sara2016-04-233-84/+8
| | | | | | | | | | | | Remove recompilation of test classes with Ant and minor cleanup. Change-Id: Ibe57be753d12558229a9d0b83a9eef16f57b46be
| * Run checkstyle with MavenHenri Sara2016-04-227-32/+44
| | | | | | | | Change-Id: I8590d2161d027827a5037f0b371ec620cea61733
| * Some Vaadin 7.7 release notes changes7.7.0.alpha1Henri Sara2016-04-211-45/+13
| | | | | | | | | | | | Removed 7.6 material from release notes and some other updates. Change-Id: Ic1084980a3e188459358eee71554cd0db76bbcca
| * Merge remote-tracking branch 'origin/master' into feature/mavenizeTeemu Suo-Anttila2016-04-2116-16/+182
| |\ | | | | | | | | | Change-Id: I1c55d6158caf32b796a9ad0d9e8df5392812e9a6
| * | Skip javadoc plugin in uitestTeemu Suo-Anttila2016-04-211-0/+6
| | | | | | | | | | | | Change-Id: I697965dbed453c93d09935220eb05cb4e39e3399
| * | Updated READMEselmot2016-04-212-71/+73
| | | | | | | | | | | | Change-Id: I60eb78fcf7eab53771c12687b0b973ea732ebf1c
| * | Remove duplicate link, improve tag script variable orderingTeemu Suo-Anttila2016-04-201-4/+3
| | | | | | | | | | | | Change-Id: I3b8990ea31603a8b8aa278ac5ae1495fdd603dbc
| * | Combine build and staging report scriptsTeemu Suo-Anttila2016-04-192-92/+73
| | | | | | | | | | | | Change-Id: I722a3311326160afed9ff23822d78b31115a9386