aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Merge remote-tracking branch 'origin/feature/appwidgetset'Teemu Suo-Anttila2016-04-203-5/+22
| |\ | | | | | | | | | Change-Id: I2136f2790d780e762736334145b0addaf2194d11
| | * Allow system properties to override app properties (#19683)Henri Sara2016-03-162-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables e.g. overriding the productionMode setting on a server with -DproductionMode=true. This change also allows the use of system properties prefixed with "vaadin." or the full package name of the actual servlet class. Change-Id: I196ae71f9d88222f98fe360add3e7038914b79d6
| | * Add a default widgetset to look for in the project (#19675)Teemu Suo-Anttila2016-03-141-1/+11
| | | | | | | | | | | | Change-Id: I39c303885b5712476780cb8fb7814763610eab47
| * | Ensure getItemProperty returns null for unknown property ids (#7103)Artur Signell2016-04-202-0/+8
| | | | | | | | | Change-Id: I77e826f81f2469badf35462ba40f0e8d73e48245
| * | Fix Chrome version stringMarkus Koivisto2016-04-191-2/+3
| | | | | | | | | | | | Change-Id: I488785bfde5edf83564a5e0f426dca9cd99ca373
| * | Only handle shortcuts targeted for UI or body element (#19498)Artur Signell2016-04-183-2/+129
| | | | | | | | | | | | Change-Id: I796d7e4ac94db1b2b9d8698e9753a5be007a1c8c
| * | Fixed typo in tutorialAlejandro Duarte2016-04-181-1/+1
| | | | | | | | | | | | Change-Id: I9f49acded4bc36e0a7ae789729eaa2b50859b614
| * | Change @since from 7.6.5 to 7.7 - new API is not released in maintenance releaseelmot2016-04-153-5/+5
| | | | | | | | | | | | Change-Id: Ia8cec8bb9d4bd89d8f0609df19dedcc10ab46bdd
| * | Add javadoc and @since for new APIelmot2016-04-152-0/+12
| | | | | | | | | | | | | | | Change-Id: I5c6be2ae0fdaff8b6b6169d6a1110ae824472532 (cherry picked from commit 97741f4545e5f246e7b1af01270abc832b9cf3ab)
| * | Add missing @since for 7.6.5elmot2016-04-143-5/+5
| | | | | | | | | | | | Change-Id: I985f85e51ea3522d534ae24517eac534012485ab
| * | Make sure RPC queue is only flushed when there are pending invocations (#19684)Artur Signell2016-04-131-1/+2
| | | | | | | | | | | | Change-Id: I95c47739fb785ed111642a41b0928a5dcde3fea2
* | | 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
* | | Compile default widgetset with maven plugin, fix unit cacheTeemu Suo-Anttila2016-04-194-47/+25
| | | | | | | | | | | | Change-Id: I0b0666e22e93ed1b36796365b1811eca863c9cb1
* | | Add plugin repository parameter to validation scriptsTeemu Suo-Anttila2016-04-194-39/+20
| | | | | | | | | | | | Change-Id: I94888fd19e2bf01f34ef57230bd3e9df7fb3d8eb
* | | Remove obsolete launch filesHenri Sara2016-04-193-80/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the following can be used instead: - run the class DevelopmentServerLauncher with -ea in uitest - mvn install vaadin:run-codeserver in uitest (for TestingWidgetSet) Once client-compiled is updated to use Maven for the widgetset build, a similar command can be used for DefaultWidgetSet. Use workspace artifact resolution when appropriate. Change-Id: Iad1a8484ef3e9df1772f422217a8a08c05421bbc
* | | Move/remove old TB2 testsHenri Sara2016-04-195-180/+0
| | | | | | | | | | | | Change-Id: I6f1c2c3dc55b76c66f3d231f37d6b0709126d801
* | | Make sure parent directories of WAR fetch destination existHenri Sara2016-04-191-0/+1
| | | | | | | | | | | | Change-Id: Ie10504af2a8e06540e6b6e527a7f8d730bae8d4e
* | | Add target to fetch uitest WARHenri Sara2016-04-191-0/+4
| | | | | | | | | | | | Change-Id: I344e7f10caac0cc38947a0de194cead533df32c1
* | | Remove ide.xml and related filesHenri Sara2016-04-193-369/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As a replacement, run Maven targets in sub-modules: - "mvn install" in client-compiled for DefaultWidgetSet - "mvn install" in uitest for TestingWidgetSet and test themes - "mvn install" in themes for main themes - "mvn install" in push for vaadinPush.js More specific targets can also be used when using workspace artifact resolution in an IDE. Change-Id: I6de2d4fbe0d61f08ccd3a63a356635876f588ddd
* | | Change default target in common.xmlHenri Sara2016-04-191-1/+1
| | | | | | | | | | | | Change-Id: I8b0c369df2b9b20048e65489572c0bf3e9f271a3
* | | Fixes for DevelopmentServerLauncherHenri Sara2016-04-184-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Makes it possible to run DSL in the uitest project using the same configuration as before. Note that this change might not fix all issues with DSL. Change-Id: Ie69a97e79247d6c211eb0762c4d4def3499b88ae
* | | Use parameter for uitest Ivy repositoryHenri Sara2016-04-182-12/+21
| | | | | | | | | | | | | | | | | | This allows CI builds to override the repository for Vaadin artifacts. Change-Id: I0a85c16f1630ec8a3d29bd0ff42d7855f360ff88
* | | Further Ivy/Ant cleanupHenri Sara2016-04-173-169/+2
| | | | | | | | | | | | | | | | | | | | | This change removes the top-level build.xml and some other Ivy/Ant configuration entries. Change-Id: I56fb1621a66ef190a72cfe1f9eb277bb878db4b5
* | | Refactoring of Ivy files and ide.xmlHenri Sara2016-04-163-52/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This moves ide.xml dependencies from uitest to build/ivy.xml so that each side can be refactored and cleaned up independently of the other. Note that ide.xml has several problems introduced by earlier changes. This change adds some comments and updates some paths, but does not fix all the related issues. Change-Id: I0794decf785c41657f87e1ff120f5f017344a2b6
* | | Clean up obsolete Ivy/Ant confs/targetsHenri Sara2016-04-169-623/+2
| | | | | | | | | | | | | | | | | | | | | | | | This change removes publishing related Ivy files and Ant targets etc. Further cleanup will be done in later changesets. Change-Id: Ibe430495e85a1b0f3538072a4823c627ddac2924
* | | Fix uitest deployment configurationHenri Sara2016-04-151-14/+5
| | | | | | | | | | | | Change-Id: I4becdfd4a2d8dc2b3677bcfc937d8cc5b0b2bbe7
* | | Build uitest war with mavenTeemu Suo-Anttila2016-04-152829-418/+952
| | | | | | | | | | | | Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
* | | Add profile to enable uitest deployTeemu Suo-Anttila2016-04-141-0/+23
| | | | | | | | | | | | Change-Id: I6393204fc9d2e02c77ff2969fb6502dfb71019e9
* | | Final working configuration for nexus staging pluginTeemu Suo-Anttila2016-04-145-445/+431
| | | | | | | | | | | | Change-Id: I05d546b763651ad6856fb86adc068058a35be429
* | | Skip only staging instead of the whole nexus deploy mojoTeemu Suo-Anttila2016-04-145-7/+4
| | | | | | | | | | | | Change-Id: I4b1015dd27422500aed698bfa3dc87fc7b13a58a
* | | Skip local staging in Nexus staging pluginTeemu Suo-Anttila2016-04-141-0/+3
| | | | | | | | | | | | Change-Id: If0b02ed2830032bbed9fec8473bd429c74d76383
* | | Skip staging of non-deployable modulesHenri Sara2016-04-134-0/+36
| | | | | | | | | | | | Change-Id: I2882a5b4df627f440d17733b57fa173d85ea8c6e
* | | Merge branch 'master' into feature/mavenizeelmot2016-04-13683-44107/+21314
|\| | | | | | | | | | | Change-Id: Id7db526d07a14ac259cbb50415bbafd2a7c2ab94
| * | Prevent closing of uncloseable Window on esc (#19700)Teemu Pöntelin2016-04-113-1/+94
| | | | | | | | | | | | Change-Id: I4d67cd84c6f4179da6d6fea6b881e8ccd65e70d9
| * | Documentation for container switch limitations (#18323)elmot2016-04-111-2/+7
| | | | | | | | | | | | Change-Id: If6fa13c84c8afb5caaf2d46ac283f704baf88695
| * | Focus click element inside a drag'n'drop wrapper (#14826)Artur Signell2016-04-113-35/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Focus inside a drag'n'drop wrapper does not work out of the box as mousedown is cancelled to avoid text selection when starting a dnd operation. This change explicitly calls focus on the element at the location which was clicked. Input elements will now be able to gain focus but e.g. clicking to move the caret inside a text area won't work as mousedown is cancelled. Change-Id: I89e046ddb0b1044bc6a2f11fda4edbe5fda25743
| * | Update gwt-rpc.asciidocEnver Haase2016-04-081-2/+2
| | | | | | | | | | | | Change-Id: Idcb88006e671ca80e2877b44b479d0cfd6084b49
| * | Update gwt-shared-state.asciidocEnver Haase2016-04-081-1/+1
| | | | | | | | | | | | Change-Id: I6d9dac7b3cb167cfa77b08d9d935437229713a83
| * | Documentation for container switch limitations (#18323)elmot2016-04-081-1/+4
| | | | | | | | | | | | Change-Id: Ib8ce5d82fe2c270296bf9196fec103edc1534d46
| * | Fix Grid to not refresh already focused cell (#19653)Teemu Suo-Anttila2016-04-051-1/+0
| | | | | | | | | | | | | | | | | | This removes a row repaint when a cell that already has focus is clicked again. Change-Id: I3e4f4f1aec49e2128cd47f7c0b1b1bb4611fbb04
| * | Refresh grid body after resize (#19664)Markus Koivisto2016-04-053-0/+118
| | | | | | | | | | | | Change-Id: I8531f9d39aaa5854108e1bee9db121b0e54be770
| * | Fix Escalator BodyContainer logical top row tracking (#17262)Markus Koivisto2016-04-053-0/+31
| | | | | | | | | | | | Change-Id: I43041999cba9429e3a08b09f14ac2e8f58774285
| * | Remove TB2 tests and integration tests for legacy servers/portalsArtur Signell2016-04-01470-43049/+3
| | | | | | | | | | | | Change-Id: I1c6d830c8a71674c264738f709ad12da3b91cd5c
| * | Add documentation for Eclipse Notification CenterMarkus Koivisto2016-03-2912-0/+92
| | | | | | | | | | | | Change-Id: Ie00911096ca93d557a812415f27fe8d54bfd6180
| * | Fix ClassPathExplorer widgetset source directory lookup (#19694)Teemu Suo-Anttila2016-03-232-12/+37
| | | | | | | | | | | | Change-Id: I2daf32e0c49501ef3807fd694a641491b26d46bd