Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update GWT to 2.7.0.beta1vaadin1. | Artur Signell | 2014-10-31 | 1 | -1/+2 |
| | | | | | | | Update client-compiler-deps to 1.2.0. Fix classpaths for devmodes. Change-Id: I8452271594b4563bf476420ff7ab22985913e397 | ||||
* | Enable assertions in widgetsets built with ide.xml (#14431) | Johannes Dahlström | 2014-08-22 | 1 | -3/+7 |
| | | | | | | Also add property to customize log level. Change-Id: I817400aec13fe2b12c382d97b404c08b06dc263a | ||||
* | Add a new variation for Valo | Jouni Koivuviita | 2014-08-19 | 1 | -0/+3 |
| | | | | | | | | A new variation named “Light”, similar to iOS7 style. Fix some valo-menu styles to accommodate the new light style better. Change-Id: Ib7c396263db7838c972d75a6b79fed1caf7ca576 | ||||
* | Made Valo test UI deterministic and added TB test | Artur Signell | 2014-08-14 | 1 | -0/+21 |
| | | | | Change-Id: I342fad836ad0d4014748a06c8ccfed53a99e6ece | ||||
* | Parallelize ide.xml (#14276) | Leif Åstrand | 2014-07-25 | 1 | -56/+72 |
| | | | | | | | | With this patch, the theme-and-default-widgetset target finishes in 50 seconds, whereas it takes about 80 seconds without the patch. This happens at the cost of peak memory usage rising from ~750mb to ~850mb. Change-Id: I969e9b3b01907e24bb8d411884d060ca1b539bde | ||||
* | Compile valo with Vaadin Sass compiler (#14120) | Henri Sara | 2014-06-30 | 1 | -0/+3 |
| | | | | Change-Id: I79ddfee4fd97c545f2bd502655560ff4cbe600a4 | ||||
* | Use GWT as maven dependency (#13616) | Sauli Tähkäpää | 2014-06-13 | 1 | -16/+4 |
| | | | | Change-Id: I283820c7dcca7ecd341949bb15275406fe378902 | ||||
* | Remove theme-compiler and replace with external vaadin-sass-compiler | Jonatan Kronqvist | 2014-03-31 | 1 | -4/+5 |
| | | | | | | | | | | | | | * Moves CompileTheme from the theme-compiler to buildhelpers * Refactors CompileTheme to get the Vaadin version on the command line instead of using the Version class found in vaadin-shared * Refactors build scripts to pass the version number on the command line when running CompileTheme * Removes the theme-compiler module/project/whatchamacallit * Replaces the theme-compiler dependency with vaadin-sass-compiler 0.9.0 from maven Change-Id: I4f98d15b60e18a826bf264eb55d12b3e736e8e54 | ||||
* | Revert "Theme Parser is deleted, build procedure now generates it (#13161)." | Leif Åstrand | 2014-01-16 | 1 | -10/+3 |
| | | | | | | | | Causes a multitude of compile errors on the build server. This reverts commit d2874fde4b8c6afa24f0f6535e0d6fcabc489f51. Change-Id: I49787b347944b614b9e98778b3219b7045cf2bfe | ||||
* | Theme Parser is deleted, build procedure now generates it (#13161). | denisanisimov | 2014-01-15 | 1 | -3/+10 |
| | | | | Change-Id: I6e0f797b9eadf9fe796750e2764faf4434494e29 | ||||
* | Disable unit cache to avoid compilation issues when switching between branches | Artur Signell | 2013-10-15 | 1 | -0/+1 |
| | | | | Change-Id: Iac8a3cdc4b17c031108c08cf3e8cd8769bc14961 | ||||
* | Update to atmosphere javascript 2.0.3-vaadin1 (#12241, #12127) | Artur Signell | 2013-10-14 | 1 | -16/+7 |
| | | | | | | | Build vaadinPush.js from the released version instead of having a separate javascript version in the project Change-Id: I37aac284216c8ec6efd03c242e639e88854f11fd | ||||
* | Use non-obfuscated version of vaadinPush.js when not in production (#12527) | Artur Signell | 2013-09-10 | 1 | -0/+3 |
| | | | | Change-Id: I8e0baec2391b140e6a72eedf6606fd2792c735bc | ||||
* | Reduce Ivy resolver spam to a minimum (#12510) | Artur Signell | 2013-09-04 | 2 | -8/+8 |
| | | | | Change-Id: Ie80f2bad49f38a2391a8a560825aceb19f82de0a | ||||
* | Unified xml files to end with new line | Artur Signell | 2013-09-04 | 1 | -1/+1 |
| | | | | Change-Id: Ifb1393e7e5c5c1002b924223957767b3e584d5ab | ||||
* | Fixed incorrect line breaks (#12040) | Artur Signell | 2013-06-11 | 1 | -5/+2 |
| | | | | Change-Id: Icd97ebd2b54731cf8133b940d024ad8f91c5922f | ||||
* | Reformatted using Ant editor (#12040) | Artur Signell | 2013-06-10 | 2 | -39/+17 |
| | | | | Change-Id: If8afd65d5905302c64f12ef7f76ee7e63073c474 | ||||
* | Correctly report theme version in the debug window (#11442) | Artur Signell | 2013-06-07 | 1 | -3/+0 |
| | | | | | | | * Adds a special v-vaadin-version selector for detecting the theme version * The version in the base theme is replaced during build (for releases) and by the current version also when compiling in the IDE Change-Id: Id6b94ab2edead61602fed021b7152f6e46be809f | ||||
* | Formatted XML files using defined rules (#11956) | Artur Signell | 2013-05-30 | 2 | -186/+205 |
| | | | | Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995 | ||||
* | Build a minified version of vaadinPush.js in vaadin-push.jar (#11630) | Artur Signell | 2013-04-17 | 1 | -6/+21 |
| | | | | | | | | * Replaced jquery and jquery.atmosphere.js with original, unmodified versions * Added vaadinPush.js build target to ide.xml and push/build.xml * Uses yuicompressor to compress the resulting push javascript Change-Id: I59ba9c2bbf74e05d10325d38efdb106b638cd8e7 | ||||
* | Added test for testing push with different transports #11494 | John Ahlroos | 2013-04-17 | 1 | -3/+16 |
| | | | | Change-Id: I0296bdee1925ba93ca7e4e65c68215e025d072f6 | ||||
* | Made build process easier for Eclipse users (#9998) | Artur Signell | 2013-02-25 | 2 | -34/+36 |
| | | | | Change-Id: I486817a75c86292f9637523e9a6808107af49e75 | ||||
* | Imported and updated release notes builder (#10918) | Artur Signell | 2013-02-19 | 1 | -16/+0 |
| | | | | | Change-Id: Ie21d448f89d0fab6b7732a0137c80172e9da8e69 Ticket: 10918 | ||||
* | Correct module name and version in ivy-ide.xml | Henri Sara | 2012-12-09 | 1 | -2/+2 |
| | | | | Change-Id: Ief3b62e3c4c23fdab6ab622c2623988ddd99fc6a | ||||
* | Change classpath order to enable monkey patching the GWT compiler | Leif Åstrand | 2012-12-04 | 1 | -2/+2 |
| | | | | Change-Id: I7fb4fa4d5f9230e8d8c00d9694fd5015892d5ced | ||||
* | Removed scripts no longer relevant for Vaadin 7/Git | Artur Signell | 2012-10-25 | 5 | -1105/+0 |
| | | | | Change-Id: I01bc811775d654fdba38eba8c3d0507c22e0f7f1 | ||||
* | Moved ide.xml dependencies to separate file | Artur Signell | 2012-09-12 | 2 | -5/+25 |
| | |||||
* | Include jexl on classpath | Leif Åstrand | 2012-09-12 | 1 | -0/+2 |
| | |||||
* | Include uitest sources to enable compiling TestingWidgetSet | Leif Åstrand | 2012-09-11 | 1 | -0/+1 |
| | |||||
* | Define a version to avoid compilation problems (#9528) | Artur Signell | 2012-09-10 | 1 | -0/+3 |
| | |||||
* | Removed files which are no longer needed (#9299) | Artur Signell | 2012-09-10 | 19 | -2240/+0 |
| | |||||
* | Use build/classes and bin to be more compatible (#9299) | Artur Signell | 2012-09-10 | 1 | -2/+2 |
| | |||||
* | Find compiled classes from default Eclipse location | Leif Åstrand | 2012-09-10 | 1 | -2/+3 |
| | | | Also set a value default to the work.dir property | ||||
* | Fixed output directory | Artur Signell | 2012-09-09 | 1 | -1/+1 |
| | |||||
* | Fixed refactoring problem and added missing dependency | Artur Signell | 2012-09-09 | 1 | -1/+5 |
| | |||||
* | File for compiling widgetset/theme in Eclipse (#9299) | Artur Signell | 2012-09-09 | 1 | -0/+91 |
| | |||||
* | Support running TestBench tests with the vaadin-uitest war (#9299) | Artur Signell | 2012-09-09 | 1 | -4/+0 |
| | | | | Server is now launched using jetty-runner instead of a custom DemoLauncher | ||||
* | Created separate build.xml files for each module (#9299) | Artur Signell | 2012-09-09 | 4 | -404/+1 |
| | |||||
* | Renamed sass -> theme-compiler for consistency (#9299) | Artur Signell | 2012-09-07 | 1 | -44/+44 |
| | |||||
* | Added Git Revision to GWT version file | John Ahlroos | 2012-09-03 | 1 | -1/+10 |
| | |||||
* | Renamed tests -> uitest and tests/testbench -> uitest/src (#9299) | Artur Signell | 2012-08-30 | 1 | -7/+7 |
| | |||||
* | Moved server tests from tests/server-side to server/tests/src (#9299) | Artur Signell | 2012-08-30 | 1 | -4/+4 |
| | |||||
* | Moved client side tests from tests/client-side to client/tests/src | Artur Signell | 2012-08-30 | 1 | -4/+4 |
| | |||||
* | Moved tests/sass to sass/tests (#9299) | Artur Signell | 2012-08-30 | 1 | -3/+3 |
| | |||||
* | Make theme building work again | Leif Åstrand | 2012-08-30 | 1 | -2/+1 |
| | |||||
* | Applied patch fixing #9347 (mixin w/ args + nested blocks), includes test | Marc Englund | 2012-08-29 | 1 | -0/+6 |
| | |||||
* | Use Vaadin version number as GWT version number | John Ahlroos | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Use Vaadin version number as GWT version number | John Ahlroos | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Renamed com.vaadin.terminal.gwt.widgetsetutils -> ↵ | Artur Signell | 2012-08-29 | 1 | -1/+1 |
| | | | | com.vaadin.server.widgetsetutils (#9431) | ||||
* | Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432) | Artur Signell | 2012-08-29 | 1 | -5/+5 |
| |