| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
Depend on the artifacts built with Maven to get transitive
dependencies.
To handle local changes, the local paths are first on the classpath.
However, a single run of "mvn install" is needed before the Ivy
project and ide.xml are usable.
Change-Id: I6c413a02af0304cea0d489f67f15dfd47c767a79
|
|
|
|
|
|
|
|
|
|
| |
Consolidate Ivy dependencies for Eclipse and ide.xml in one location
and remove redundant ivy.xml files.
This also fixes some theme and resource paths in ide.xml but does not
fully fix test theme compilation.
Change-Id: If44c73d7f85d02ebef379aa306e6e284fe7446c1
|
|
|
|
| |
Change-Id: Id7fcb8e84ba0bf0f8863216f961845b9cefeb9f2
|
|
|
|
| |
Change-Id: I4ddc5050874faeb091740ac5ab4f9cafecf5696b
|
|
|
|
| |
Change-Id: I244182abfe3b72c59786b520eafb663b5c1e5918
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Valo uses only a handful of icons from Font Awesome. This change
introduces a separate icon font for valo (9KB instead of 80KB) and
decouples Valo from Font Awesome to enable updating Font Awesome
without taking Valo into account.
This change also makes it easy to not load Font Awesome when using Valo
by setting $v-font-awesome:false
For backwards compatibility, Font Awesome is loaded by default
Change-Id: Ib01e3cf34e2468c885fcb8c7859cd1d1af4491aa
|
|
|
|
| |
Change-Id: I9c580a16acb8b2ceef2872c6d043a8a07a9909fe
|
|
|
|
| |
Change-Id: I507cba331403cb268110dec1d523fb10f37c34c4
|
|
|
|
|
|
|
|
| |
* Make usearchives and persistentunitcache configurable
* Add target for clearing unit cache for those that dare use it
* Enable usearchives by default since they are loaded from external jars
Change-Id: I33aaaa826ef05d25c7aadb7a1af93585f63eb6b9
|
|
|
|
|
|
|
| |
Update client-compiler-deps to 1.2.0.
Fix classpaths for devmodes.
Change-Id: I8452271594b4563bf476420ff7ab22985913e397
|
|
|
|
|
|
| |
Also add property to customize log level.
Change-Id: I817400aec13fe2b12c382d97b404c08b06dc263a
|
|
|
|
|
|
|
|
| |
A new variation named “Light”, similar to iOS7 style.
Fix some valo-menu styles to accommodate the new light style better.
Change-Id: Ib7c396263db7838c972d75a6b79fed1caf7ca576
|
|
|
|
| |
Change-Id: I342fad836ad0d4014748a06c8ccfed53a99e6ece
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I79ddfee4fd97c545f2bd502655560ff4cbe600a4
|
|
|
|
| |
Change-Id: I283820c7dcca7ecd341949bb15275406fe378902
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
| |
Causes a multitude of compile errors on the build server.
This reverts commit d2874fde4b8c6afa24f0f6535e0d6fcabc489f51.
Change-Id: I49787b347944b614b9e98778b3219b7045cf2bfe
|
|
|
|
| |
Change-Id: I6e0f797b9eadf9fe796750e2764faf4434494e29
|
|
|
|
| |
Change-Id: Iac8a3cdc4b17c031108c08cf3e8cd8769bc14961
|
|
|
|
|
|
|
| |
Build vaadinPush.js from the released version instead of having a separate
javascript version in the project
Change-Id: I37aac284216c8ec6efd03c242e639e88854f11fd
|
|
|
|
| |
Change-Id: I8e0baec2391b140e6a72eedf6606fd2792c735bc
|
|
|
|
| |
Change-Id: Ie80f2bad49f38a2391a8a560825aceb19f82de0a
|
|
|
|
| |
Change-Id: Ifb1393e7e5c5c1002b924223957767b3e584d5ab
|
|
|
|
| |
Change-Id: Icd97ebd2b54731cf8133b940d024ad8f91c5922f
|
|
|
|
| |
Change-Id: If8afd65d5905302c64f12ef7f76ee7e63073c474
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
Change-Id: I0296bdee1925ba93ca7e4e65c68215e025d072f6
|
|
|
|
| |
Change-Id: I486817a75c86292f9637523e9a6808107af49e75
|
|
|
|
|
| |
Change-Id: Ie21d448f89d0fab6b7732a0137c80172e9da8e69
Ticket: 10918
|
|
|
|
| |
Change-Id: Ief3b62e3c4c23fdab6ab622c2623988ddd99fc6a
|
|
|
|
| |
Change-Id: I7fb4fa4d5f9230e8d8c00d9694fd5015892d5ced
|
|
|
|
| |
Change-Id: I01bc811775d654fdba38eba8c3d0507c22e0f7f1
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Also set a value default to the work.dir property
|
| |
|
| |
|
| |
|
|
|
|
| |
Server is now launched using jetty-runner instead of a custom DemoLauncher
|
| |
|
| |
|