summaryrefslogtreecommitdiffstats
path: root/client-compiler
Commit message (Expand)AuthorAgeFilesLines
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-202-4/+3
* Show a sensible message for missing extensions (#10799)Artur Signell2016-12-092-1/+7
* Use fully qualified name for bundlesArtur Signell2016-09-121-2/+2
* Format project pom files using correct settings (4 spaces)Artur Signell2016-09-091-119/+119
* Use diamond operator where it can be usedArtur Signell2016-09-056-43/+43
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-311-1/+2
* Duplicate client-side of the Vaadin 7 GridTeemu Suo-Anttila2016-08-302-10/+37
* Organize importsArtur Signell2016-08-202-1/+2
* Move FieldGroup and Vaadin 7 Grid to compatibility packageArtur Signell2016-08-201-5/+6
* Define common test dependencies in the main pom fileArtur Signell2016-08-181-5/+0
* Define dependency version in the main pom fileArtur Signell2016-08-181-4/+1
* Update copyright year to 2016Artur Signell2016-08-1826-26/+26
* Remove trailing whitespace from code and javadocArtur Signell2016-08-1821-78/+78
* Format using Eclipse NeonArtur Signell2016-08-1819-242/+226
* Make OSGi work againArtur Signell2016-08-151-3/+3
* Update to GWT 2.8.0-rc2Artur Signell2016-08-121-1/+1
* Remove unused GWT dependenciesArtur Signell2016-08-121-145/+4
* Update version number, use Java 8Teemu Suo-Anttila2016-08-031-1/+1
* Fix the OSGi version at MANIFEST.MF so it does not contain -SNAPSHOTSampsa Sohlman2016-07-141-1/+2
* Use gwt-user and gwt-dev dependencies in client and compilerTeemu Suo-Anttila2016-06-011-62/+1
* Extract guava from the gwt-dev jar to client-compilerTeemu Suo-Anttila2016-05-161-1/+1
* Move checkstyles plugin to actual moduleselmot2016-04-271-0/+12
* Check Java 1.6 compatibilityHenri Sara2016-04-251-0/+7
* Clean up obsolete Ivy/Ant confs/targetsHenri Sara2016-04-161-1/+0
* Merge branch 'master' into feature/mavenizeelmot2016-04-131-1/+25
|\
| * Support string data in javascript renderers (#18209)Leif Åstrand2016-03-071-1/+25
| * Upgrade commons-collections to 3.2.2 (#19539)elmot2016-03-051-1/+1
* | Move organization, license and SCM to parent POMHenri Sara2016-04-131-3/+0
* | Generate sources with release profileTeemu Suo-Anttila2016-04-111-6/+2
* | Remove obsolete GWT build filesHenri Sara2016-04-031-79/+0
* | Remove most Ivy filesHenri Sara2016-04-021-106/+0
* | Fix client-compiler exclude rulesTeemu Suo-Anttila2016-04-011-4/+4
* | Clean up plugin versions for maven buildTeemu Suo-Anttila2016-03-231-3/+0
* | Build client-compiler with mavenelmot2016-03-2229-7/+398
* | Build vaadin-client with mavenTeemu Suo-Anttila2016-03-181-1/+1
* | Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-1/+1
* | Migrate vaadin-shared build to mavenTeemu Suo-Anttila2016-03-101-1/+1
|/
* Fail during compile if required methods are missing (#18924)Leif Åstrand2015-11-302-1/+17
* Replaced HashMaps with TreeMaps to keep the same order (#14736)Taras Hupalo2015-07-144-28/+111
* Fixed CvalChecker invalid version message (#17879)Teppo Kurki2015-06-052-1/+5
* Allow arbitrary serializable types as Renderer data type (#15410)Johannes Dahlström2015-06-032-1/+4
* Reformat build filesArtur Signell2015-01-151-6/+7
* Rename BackgroundMessage -> NoLoadingIndicator (#15373)Leif Åstrand2015-01-131-3/+3
* Add @BackgroundMessage annotation (#15373)Leif Åstrand2015-01-121-0/+6
* Handle generated method flags in a unified way (#15373)Leif Åstrand2015-01-124-76/+55
* Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2015-01-121-11/+12
|\
| * Reformat project using Eclipse Luna SR1Artur Signell2014-12-291-11/+12
* | Support JsonValue types as declared types in state and RPC (#15560)Leif Åstrand2015-01-121-1/+11
* | Set @since values for Grid classesLeif Åstrand2014-12-181-1/+1
* | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-184-12/+50
|\|