summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove guava URL encode dependencyMarkus Koivisto2016-05-116-12/+15
| | | | Change-Id: I7b76c7736f470dd5016370b61d3872300c3331a9
* Eliminate most server-side Guava useHenri Sara2016-05-114-30/+105
| | | | Change-Id: Iac0f5c96d827e2078ace0be76bc14aa34f379d57
* Always close expanded top level menu item on click (#14568).Denis Anisimov2016-05-113-0/+154
| | | | Change-Id: I04b0b64fd9054b7284efa59a8c56d8a64616ca7b
* Update to Atmosphere 2.2.9.vaadin2 (#19742)Artur Signell2016-05-112-4/+4
| | | | Change-Id: I634e44971c6e4f653ecdcbf694be78ae67ef728f
* Always return cursor position 0 when displaying input prompt (#19766)Teemu Pöntelin2016-05-113-1/+73
| | | | Change-Id: Ibca58259a0bbcda7141b996020bae8614f0c2114
* Fix UIProvider backwards compatibility with AppWidgetsetTeemu Suo-Anttila2016-05-113-8/+30
| | | | Change-Id: Ia3171f4398caa9824f9b511da6576baa7b40be07
* Take widget set style into account when compiling widget setArtur Signell2016-05-111-0/+1
| | | | Change-Id: Ie373c668ca59f575dd146c01009464b568919388
* Fix comment for AttachListener interface (#19792)7.7.0.alpha2Anton Yegorov2016-05-101-1/+1
| | | | Change-Id: I45fe48134b05c961e09043f0626763a9fc9e0093
* Fix null selection to work again (#19787)Artur Signell2016-05-094-7/+69
| | | | | | Reverts the fix for #15181 Change-Id: I9ec45b1c9aad9788559d0de2b086bf5cf4af6b12
* Handle touch events in Window (#18042)Anna Koskinen2016-05-091-3/+3
| | | | | | - fixes dragging not working from Window header Change-Id: I9a35926abf43208c4bab0ae4b6dbc29bac17ba7b
* Clarify expand javadoc for GridLayoutArtur Signell2016-05-091-6/+16
| | | | Change-Id: If68e81c7116c9294754167981ea3fb53360501bb
* Test using PayaraArtur Signell2016-05-071-0/+7
| | | | Change-Id: Ife341d184386db4fd51f1c7209ddb0cb46f6d73d
* Update @since for 7.6.6Henri Sara2016-05-061-2/+2
| | | | Change-Id: I633537c643c27fea64c4e55204ed54c64c39aa04
* Add @since for DesignContextHenri Sara2016-05-061-2/+2
| | | | Change-Id: I92fbe5ed5bc8e770b6289b4cfae725f837b8eaef
* Compare against references also if no version specifiedHenri Sara2016-05-041-7/+11
| | | | Change-Id: I4396f456770aab470a98b19c5474f1a74e72f141
* Add javadocs for onConnectorHierarchyChangeLeif Åstrand2016-05-041-0/+30
| | | | Change-Id: Ibd177fc41d83c5d9fa6adc2c117a9cab4bf670df
* 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