| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Resort to using $v-focus-color instead of valo-focus-color()
Clean valo-focus-color() function implementation.
Remove unnecessary documentation from _variables.scss
Increase bevel depth slightly (better contrast)
Change-Id: I1272c27fd76cd9a1f1f4c36b76756bc73802eb83
|
|
|
|
|
|
|
|
|
|
|
| |
Tables example refactored to allow testing all possible combinations of
different styles and configurations.
Lots of other small updates to cover different use cases.
RandomTests renamed to an indipendent ValoMiscTests UI
Change-Id: I7f8cf55372031e3012e7a5d3b32a70f85e93aefd
|
|
|
|
|
|
|
|
|
|
|
|
| |
Valo-menu now support multiple levels of menus side-by-side, and the
new ‘large-icons’ style creates a different style which emphasizes the
icons more than the captions of the menu items.
Menu items can now have “notification badges” as well.
Update ValoThemeTest to use the new menu layout.
Change-Id: I5e7e9aabc47dab7444206141d994d7b5cd8ecaca
|
|
|
|
| |
Change-Id: I3dd08e39b519d1bdac8e2e4a1c4c5ae05c517ae0
|
|
|
|
|
|
|
|
|
| |
Renamed the tab sheet mixins also to follow the convensions.
TabSheet now also has a “loading” state when the tab content takes a
little longer to render on the server.
Change-Id: I77a3508e2009c780347ca61a82b8a1d3458d92b4
|
|
|
|
|
|
| |
Fixes indeterminate ProgressBar style as well (using the spinner mixin).
Change-Id: I35729e465e2249515fc4668167b1d18aa3783a97
|
|
|
|
|
|
|
| |
The default hiding delay should be 0ms instead of 1000ms, according to
the server side class at least.
Change-Id: I064c01b2fdc9df4cbcbd74def8e494add22ee749
|
|
|
|
| |
Change-Id: Icfc9a960d7d022ec5394be2853f80775be41549d
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Added a new “quiet” style button, and an “icon-align-top” style, and
added an additional parameter for the borderless button style
- PopupView now has a proper animation-in and animation-out, with a
spinner showing the loading state
- Small fix to slider minimum size
- Fixed TextField text centering for IE8 and IE9
- Fixed Tree expand/collapse arrow clicking in IE10
- Tweaked Window shadow and modality curtain style
Change-Id: I48dab61c648363b8eb0c03dc3b3cbbc1289b94ed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Added initial Sass API for Accordion and TabSheet (previously only
one mixin)
- Renamed ‘darker-of’ function to ‘darkest-color’, which now supports
more than two colors
- Refactored notifications to use the new position classes as well as
the new animation-in/out functionality
- Refactored overlay styles to use animation-in/out functionality
- Fixed all unwanted white-space and scrollbar issues in all browsers
(font-size:0 or line-height:0 no longer necessary), and fixes vertical
centering in horizontal layout (#13671)
- Fixed borderless menubar clicking bug (Firefox and Opera)
- Fixed table column selector, which no longer produces scrollbars if
placed directly inside a scrollable area in full size
- Fixed table outline overflow in Opera (now using box-shadow instead
in all other browsers except IE8)
- Added toolbar support for windows (header and footer)
- Moved optional notification styles to common-stylenames.scss
-Various other small tweaks
Change-Id: I42343199be12f6d909b9584b7dce3e258846da81
|
|
|
|
|
|
|
| |
Deprecate ‘font’ mixin in favor of ‘v-font’. The deprecated mixin will
print a warning message to the console.
Change-Id: I28ae1d39606c2c6ff7bee2e8cc811acf7e2479a2
|
|
|
|
| |
Change-Id: Ic04f97d00745c2b7d1b4c143b2a458ab47188fd2
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
build.properties
Change-Id: I2477f2b420506d1b41d29d9bb1e361d66bedb68d
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This fix splits the used regular expressions into a more manageable
parts while fixing the handling of a case where both width-range and
height-range are defined. Also refactored some duplicate code into
a helper function.
Change-Id: I98295b8b0772b33a9985c0630e065eea2281d11d
|
| |
| |
| |
| | |
Change-Id: I0cb42d918ed1af31577e5a67ddf4dbac3c9ab02f
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Default opacity (90%), fade duration (400ms) and fade delay (1000ms) are
defined in the base theme.
“In” animations can be defined by using a dependent stylename
‘animate-in’ (prefixed with the widgets own primary stylename), e.g.
'v-Notification-animate-in'. That CSS class should then have a CSS
animation specified, and the CSS animation name should contain
'animate-in', e.g.
.v-Notification-animate-in {
animation: notification-animate-in 400ms;
}
@keyframes notification-animate-in {
...
}
“Out” animations are defined similarly, but with 'animate-out' as the
keyword.
The base theme contains mixins for declaring keyframes rules as well as
animation values, which include needed vendor prefixes.
Refactored deprecated GWT API’s to use newer API’s.
Change-Id: Iba929e8de8b6ce100852d472d65c9c9d0630c48f
|
| |
| |
| |
| |
| |
| | |
New “tests-valo” theme also included multiple variations to test with.
Change-Id: I3dd3b91526b32ae8d080d2fa431d2a64f6f7fef4
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Also fixes #13672 (added ‘notification’ v-included-components list)
Fixes #13746 as well (DragAndDropWrapper won’t hide the drag source any
more)
Loads of smaller tweaks and fixes, went through almost all components
again and fixed any issues I could find in testing.
Testing done with the following:
Desktop (OS X Mavericks)
-Safari 7
-Chrome 35
-Firefox 24.5
-Opera 21, 12
-Internet Explorer 8,10
Mobile:
-iOS 7
-Android 4
-Android 2.3
-Windows Phone 8
Change-Id: Ide32cacd1958b5b8db85afe23f455ad3140a7d21
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Top level background-color variable, which is then specialized by
different components in the theme.
Mass search-and-replace, tested that the theme works as expected.
Added a new test UI class for the Valo theme.
Updated .gitignore to ignore .sass-cache (command line Sass creates a
cache folder when watching for changes)
Change-Id: I574a393de059aec7b24cb6014d3192d9717688e5
|
|\|
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
WebContent/release-notes.html
build.properties
client/src/com/vaadin/client/ApplicationConfiguration.java
Change-Id: I36f075a03350e45c8666832142d7368891af3e59
|
| |
| |
| |
| |
| |
| | |
String.contains work in Firefox, not in Chrome or Opera
Change-Id: I074d3c79629fd699841d3b39a36620511233ce6c
|
| |
| |
| |
| |
| |
| |
| | |
- Prevent bootstrap script fail if registerWidgetset is called twice
with the same widgetset.
Change-Id: I8b8069b442ea91c1aa0f0b7dd73c41902e75094b
|
| |
| |
| |
| | |
Change-Id: I5426d8a85f7b57193c1bbfe201258a09f93b54cb
|
| |
| |
| |
| | |
Change-Id: I15297c2d0862f3b8c0c5603b06f6e37706872752
|
| |
| |
| |
| | |
Change-Id: I2eac5ab68479420beacef2d746f69e955becc397
|
| |
| |
| |
| | |
Change-Id: I51960e9345ff233e29289b33d3224e03d866d463
|
| |
| |
| |
| | |
Change-Id: I6109cda80251b343999b75f51ffecf6a9bbbd6a2
|
| |
| |
| |
| |
| |
| |
| | |
This makes Slider, SplitPanels and DragAndDrop anywhere except Table
work on IE and touch screen.
Change-Id: I1c710a14fc3957c81ade07fd2a3de1e4b6feec1a
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Removed the "Tools have been updated for Vaadin 7.2 with the following changes:"
* Removed the security fix notice for 7.1.11
* Removed the text about using the experimental Eclipse plug-in
* Specify that 7.2 is a minor release
* Clarified the known issues section
* Listed Windows Phone 8 in supported devices
* Replaced vaadin.com/pro-account with vaadin.com/pro-tools and vaadin.com/support
Change-Id: I8e03b65453419c9cb9f4570067675156f2be76fe
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
build.properties
client/src/com/vaadin/client/ApplicationConnection.java
client/src/com/vaadin/client/extensions/ResponsiveConnector.java
server/src/com/vaadin/server/Responsive.java
Change-Id: I49f90521611d1b86704a60c3d003cdeea9c3b864
|
| | |
| | |
| | |
| | | |
Change-Id: I2ffadb382d1c8ca42f1525c24c51a441a67404f6
|
| | |
| | |
| | |
| | | |
Change-Id: I73cc9c7b5509dff0cb5376af9bf4b0ef572add05
|
| | |
| | |
| | |
| | | |
Change-Id: I1232c72c3dd8eca5d6223aa9858dac22a5f7817e
|
| | |
| | |
| | |
| | | |
Change-Id: I3407555739ff443055e2e61aa14327d44a65cd8e
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Since there seems to be no difference, moved also almost all other
parameters from GET to POST for consistency.
Change-Id: I528963c4c832339a9853fbee97cebcb8fabb35e1
|
| |/
| |
| |
| | |
Change-Id: Iddc6ecd5f455d28a43a67cdbf22cf81dbf3a6a5b
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes #13563 and #10356
Debug window styles are only downloaded and injected to the page if
productionMode==false and ?debug parameter is present and not in
‘quiet’ mode
Change-Id: I3ac588745f4702a1cc0473b95806877cbf7062ad
|
| |
| |
| |
| |
| | |
Fixes #13680
Change-Id: If73e596bf65bb589ee7037dbccbdd3fbd884dbff
|
| |
| |
| |
| |
| |
| | |
Fixes #13674
Change-Id: Id21a8e31ec09617b902ef6deca04889c926b3367
|
| |
| |
| |
| | |
Change-Id: Iad8ed087d66793555561dd8250524ea291ee7707
|
| |
| |
| |
| | |
Change-Id: I61397e03f1bec400908c6eb496f3f2815683d38e
|
| |
| |
| |
| |
| |
| |
| | |
line-height: inherit ends up as 0 since component containers have
line-height: 0; applied.
Change-Id: Ifc86934dc68d938a4c8ba6732106f3562dda06a4
|
| |
| |
| |
| |
| |
| | |
Related to #13686
Change-Id: Ib8105b4b314ff0a82408de39d4d9206dff00c242
|
| |
| |
| |
| |
| |
| |
| |
| | |
Mass find-and-replace, tested that the theme works as before.
Fixes #13686
Change-Id: I99dfed995f288d1b37a1ac425932bba95dfae994
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Added a license notice to license.html of each font that is bundled in
Valo.
Modified release notes to mention Valo (removed enhancement notes that
relate to previous release) and wrote a short how-to for using Valo in
the alpha releases.
Change-Id: I68b32856a3c5317635a40d9a0460be18d82be555
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bevel and shadow substitute values 'hilite' and 'shade' are now
'v-hilite' and 'v-shade'.
'focus-color' is also now 'v-focus-color'.
Gradient style are now 'v-linear' and 'v-linear-reverse'
Change-Id: I003997d3fea076d7fec45cb95e70c27a81de625e
|
|/
|
|
| |
60e2fa9ea119d24bb2421d3671a8cb87d6754e8b
|
|
|
|
| |
Change-Id: Ib168ea79f80abefb140f1e64e239b5520d0fd3bd
|
|\
| |
| |
| |
| |
| | |
86a5f5a Selectors based on Reindeer.LAYOUT* are added for absolute layout (#11042).
Change-Id: I2d607475c63e97c312a97ddd6b41d38c66a35ec6
|
| |
| |
| |
| |
| |
| | |
(#11042).
Change-Id: I34b5d95cfa82bf5cfc94cb1f7387b343fa23a302
|