| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| | |
This makes Slider, SplitPanels and DragAndDrop anywhere except Table
work on IE and touch screen.
Change-Id: I1c710a14fc3957c81ade07fd2a3de1e4b6feec1a
|
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\
| |
| |
| |
| |
| | |
86a5f5a Selectors based on Reindeer.LAYOUT* are added for absolute layout (#11042).
Change-Id: I2d607475c63e97c312a97ddd6b41d38c66a35ec6
|
| |
| |
| |
| |
| |
| | |
(#11042).
Change-Id: I34b5d95cfa82bf5cfc94cb1f7387b343fa23a302
|
|\|
| |
| |
| |
| |
| | |
d0bc54b Prevent popup open when datafield is disabled (#13508).
Change-Id: I3f15fa2d0774dfa0c91312d79822be94afcb0d34
|
| |
| |
| |
| | |
Change-Id: I5bb3ec24ad15d832a43998a4cee49a61ae81562e
|
| |
| |
| |
| |
| |
| | |
Also fixes https://github.com/vaadin/responsive/issues/10
Change-Id: Id22d071529c91d6462f1dceaf169c9d4be69d86f
|
| |
| |
| |
| |
| |
| | |
This reverts commit 4420f52578e245045677f88852f1ba3f405e88a3.
Change-Id: I06effe06f245baaeb499071917c359eb34cc55ea
|
|\ \
| | |
| | |
| | | |
Change-Id: Ia9d156009a3f1b4e61f12eb415040670a52d7876
|
| | |
| | |
| | |
| | | |
Change-Id: I0511bcf6814fa33d558712da2bc112b545468153
|
| |\ \
| | | |
| | | |
| | | | |
Change-Id: I2f1134ce1bd5e8dbb183881fc69120e964271245
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
Change-Id: I8f1f412eeb450688bba58b715eba6db9e4ae43ae
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I5683fe14bc695488f398af2f8e7faf39bbbb2f9f
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I8fa99a96c2120583bb1ecd152f8f337aef702614
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I2502ed31f81326b2e32a03ad34c289a5bf7bd2b5
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: If5df6a7651482a33558088398330fd73a4d43645
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
Change-Id: I9f669ec38c39a42d1ef2a25121b77aab31551863
|
| | | | | | |
| | | | | | |
| | | | | | | |
Change-Id: I9943b20ca2568c353c90dec598534fbb5ab58203
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Change-Id: Ibdc5a5162ae88e886e74d93f3f75f4ea3c6dab89
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Change-Id: Ibd0ac2896e12b99ddebdc26674a2dfced486c49a
|
|\ \ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
dd5698f Revert "Fix displaced TabSheet caption icon in Chrome"
2d8ec53 Fix TabSheet caption icon alignment on Chrome and Safari (#13077)
1e22aaf Added nojavadoc parameter, test-server, test-tb2, test-tb3 targets.
Change-Id: Ibc8421d3e3c037c01f31e168ce79baf20ef61684
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Change-Id: I8cc0eb2796a328c1996417014833020319428b61
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This reverts commit 46675661cd95f61e3173f33e7dcfeb32bc377f41.
Change-Id: I8813e162aad46bff6f1424d0dec54342b53a45b5
|
|\| | | | | |
| |_|_|_|_|/
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
372b64b Add javadoc for @DelegateToWidget (#10980)
db79438 Refactored TB3 test ip address whitelisting.
bc80f83 Refactored VerifyJreVersion test to TB3.
4667566 Fix displaced TabSheet caption icon in Chrome
0246928 Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688)
Change-Id: I697900c560266cdb422ae536fe32c267e29adba8
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: Id3183b735ae911374d1a8821cd67b5abd1c094d5
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Renamed Icon to ImageIcon
Change-Id: I608815f17a3651b205fed81b5294385df0d68802
Extracted the abstract client-side Icon class
Change-Id: Ic32e270595a5796d0bbd1dd31f34282b56672aa9
Created the FontIcon class
Change-Id: Iad13871e7bf1807dee2c538c76306d4620191f5e
Renamed AbstractComponentConnector.getIcon to getIconUri
Change-Id: I6953ab79661993b561655d483c1bd013b66407f3
Added the AbstractComponentConnector.getIcon method
Change-Id: I6fb91dc643fb09da3ba53666b1a8a289901702e3
Refactored getIcon
Change-Id: Ibae39e66d0fb8449e20ac5209eb8c18b6ada4387
Made all existing uses of Icon compatible with FontIcons
Change-Id: I8f28ec5254f2e5282a887519d3f44bc1e27aba72
Initial server-side support for font icons - does not include an actual icon set yet (#13152)
Change-Id: Ie6c09b17dd577c726e0efc13567749f6f4d56d8d
Changed server side FontIcon URI generation to match the correct scheme
Change-Id: I3628b930b310b3f285bc58a3f471e31e641d307e
Initial server-side icon font (FontAwesome) with scss - to be considered placeholder for testing (#13152)
Change-Id: I361e62aba0d943a736471824e149d65c7eea9c76
Changed the FontIcon URI scheme
Change-Id: I15c92f6bb3d0aa0a800f3f0bfa80419979453e17
Added FontIcon support to AbstractOrderedLayoutConnector
Change-Id: I3b2b45b22d29622fd888dbe922aa0cc8a718104d
Added FontIcon support to table items
Change-Id: Id22ce94c96a892420aab1e39663688fc9f3bc282
Added FontIcon support to OptionGroup items
Change-Id: Ie08bef688f6802182ef5f8b2bf82cf8b1f9096bb
Switched to openly use FontAwesome (#13152)
Change-Id: I18c3325ce93915b7fd6e338c8c293a89711277bc
VaadinIcons are now FontAwesome (#13152)
Change-Id: I0ab2a80735cbf08b6e33d358e3e8c6a205626fc4
VCaption does not longer set icon to 0x0px if it's a FontIcon (#13152)
Change-Id: Ibcd96e0f79f0adf2e217a8580d17f1cc93705710
Fixed typo in @font-face, removed .otf (#13152)
Change-Id: I698ca32c560e5f198c32a6c44f7884d3030ee610
Make font icons behave more like img (display:inline-block) (#13152)
Change-Id: Ic79186c90f1fc566deae1f4d8d4ba2c21d89a42e
|
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Updates the font icon files to add the official TestBench icon
Change-Id: I6f417aea761c5b2320c69d36f0616e1d746224a0
|