summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN
Commit message (Collapse)AuthorAgeFilesLines
* Remove FontAwesome files from Valo (use directly from Base)Jouni Koivuviita2014-06-166-425/+16
| | | | | | | Deprecate ‘font’ mixin in favor of ‘v-font’. The deprecated mixin will print a warning message to the console. Change-Id: I28ae1d39606c2c6ff7bee2e8cc811acf7e2479a2
* Notification position should be controllable with CSS (#13990)Jouni Koivuviita2014-06-163-21/+48
| | | | Change-Id: Ic04f97d00745c2b7d1b4c143b2a458ab47188fd2
* Merge branch 'master' into valoJouni Koivuviita2014-06-161-0/+9
|\ | | | | | | | | | | | | Conflicts: build.properties Change-Id: I2477f2b420506d1b41d29d9bb1e361d66bedb68d
| * Fix for handling selectors with both width and height ranges (#13587)Teemu Pöntelin2014-06-121-0/+9
| | | | | | | | | | | | | | | | | | 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
* | Implement Notification animation with CSS (#13660)Jouni Koivuviita2014-06-053-2/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Added new test app/ui for ValoJouni Koivuviita2014-06-059-0/+7597
| | | | | | | | | | | | New “tests-valo” theme also included multiple variations to test with. Change-Id: I3dd3b91526b32ae8d080d2fa431d2a64f6f7fef4
* | Valo Sass API refactoring (#13668)Jouni Koivuviita2014-06-0446-1384/+2574
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Rename $v-app-background-color to $v-background-color (#13670)Jouni Koivuviita2014-06-0425-77/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge branch 'master' into valoJouni Koivuviita2014-06-036-33/+49
|\| | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html build.properties client/src/com/vaadin/client/ApplicationConfiguration.java Change-Id: I36f075a03350e45c8666832142d7368891af3e59
| * Use method available in all browsers (#13804)Artur Signell2014-05-221-1/+1
| | | | | | | | | | | | String.contains work in Firefox, not in Chrome or Opera Change-Id: I074d3c79629fd699841d3b39a36620511233ce6c
| * Avoid Vaadin entry-point being run twice (#13730)Manolo Carrasco2014-05-161-6/+9
| | | | | | | | | | | | | | - Prevent bootstrap script fail if registerWidgetset is called twice with the same widgetset. Change-Id: I8b8069b442ea91c1aa0f0b7dd73c41902e75094b
| * Make touch actions disabled on some CSS classes (#13368)Teemu Suo-Anttila2014-05-093-1/+8
| | | | | | | | | | | | | | This makes Slider, SplitPanels and DragAndDrop anywhere except Table work on IE and touch screen. Change-Id: I1c710a14fc3957c81ade07fd2a3de1e4b6feec1a
| * Set explicit left alignment instead of removing text-align style (#13399).Denis Anisimov2014-04-301-0/+5
| | | | | | | | Change-Id: I3407555739ff443055e2e61aa14327d44a65cd8e
| * Modified vaadinBootstrap to send v-loc as POST instead of GET (#13685).Tapio Aali2014-04-291-24/+26
| | | | | | | | | | | | | | Since there seems to be no difference, moved also almost all other parameters from GET to POST for consistency. Change-Id: I528963c4c832339a9853fbee97cebcb8fabb35e1
| * Fix missing TreeTable column lines in IE8 (#12989)Juuso Valli2014-04-251-1/+0
| | | | | | | | Change-Id: Iddc6ecd5f455d28a43a67cdbf22cf81dbf3a6a5b
* | Move debug window styles from theme to widgetsetJouni Koivuviita2014-05-098-655/+0
| | | | | | | | | | | | | | | | | | | | 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
* | Added default link styles to a tagsJouni Koivuviita2014-05-071-27/+31
| | | | | | | | | | Fixes #13680 Change-Id: If73e596bf65bb589ee7037dbccbdd3fbd884dbff
* | DragAndDropWrapper styles implementedJouni Koivuviita2014-05-071-3/+116
| | | | | | | | | | | | Fixes #13674 Change-Id: Id21a8e31ec09617b902ef6deca04889c926b3367
* | Fixed menubar active style border-radiusJouni Koivuviita2014-05-021-1/+2
| | | | | | | | Change-Id: Iad8ed087d66793555561dd8250524ea291ee7707
* | Fixed date field height for different unit sizesJouni Koivuviita2014-05-021-20/+21
| | | | | | | | Change-Id: I61397e03f1bec400908c6eb496f3f2815683d38e
* | Fix native button heightJouni Koivuviita2014-04-301-1/+1
| | | | | | | | | | | | | | line-height: inherit ends up as 0 since component containers have line-height: 0; applied. Change-Id: Ifc86934dc68d938a4c8ba6732106f3562dda06a4
* | Removed 'v-' prefix from the main Valo mixinJouni Koivuviita2014-04-292-2/+2
| | | | | | | | | | | | Related to #13686 Change-Id: Ib8105b4b314ff0a82408de39d4d9206dff00c242
* | Replaced 'v-valo' prefix with just 'valo'Jouni Koivuviita2014-04-2957-661/+661
| | | | | | | | | | | | | | | | Mass find-and-replace, tested that the theme works as before. Fixes #13686 Change-Id: I99dfed995f288d1b37a1ac425932bba95dfae994
* | Prefixed all Valo-specific 'property values' with 'v-'Jouni Koivuviita2014-04-1610-17/+21
| | | | | | | | | | | | | | | | | | | | | | 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
* | Initial commit of Valo (from original repo at ↵Jouni Koivuviita2014-04-11296-0/+11711
|/ | | | 60e2fa9ea119d24bb2421d3671a8cb87d6754e8b
* Merge changes from origin/7.1Build Agent2014-04-071-1/+4
|\ | | | | | | | | | | 86a5f5a Selectors based on Reindeer.LAYOUT* are added for absolute layout (#11042). Change-Id: I2d607475c63e97c312a97ddd6b41d38c66a35ec6
| * Selectors based on Reindeer.LAYOUT* are added for absolute layoutDenis Anisimov2014-04-021-1/+4
| | | | | | | | | | | | (#11042). Change-Id: I34b5d95cfa82bf5cfc94cb1f7387b343fa23a302
* | Merge changes from origin/7.1Build Agent2014-03-311-1/+2
|\| | | | | | | | | | | d0bc54b Prevent popup open when datafield is disabled (#13508). Change-Id: I3f15fa2d0774dfa0c91312d79822be94afcb0d34
| * Prevent popup open when datafield is disabled (#13508).Denis Anisimov2014-03-311-1/+2
| | | | | | | | Change-Id: I5bb3ec24ad15d832a43998a4cee49a61ae81562e
* | Integrate the Responsive add-on #12394Jonatan Kronqvist2014-03-251-0/+92
| | | | | | | | | | | | Also fixes https://github.com/vaadin/responsive/issues/10 Change-Id: Id22d071529c91d6462f1dceaf169c9d4be69d86f
* | Revert "Merge branch 'master' into grid"John Ahlroos2014-03-184-128/+0
| | | | | | | | | | | | This reverts commit 4420f52578e245045677f88852f1ba3f405e88a3. Change-Id: I06effe06f245baaeb499071917c359eb34cc55ea
* | Merge branch 'master' into gridLeif Åstrand2014-03-184-0/+128
|\ \ | | | | | | | | | Change-Id: Ia9d156009a3f1b4e61f12eb415040670a52d7876
| * | Makes Escalator autodetect the initial row height (#13239)Henrik Paul2014-03-112-1/+12
| | | | | | | | | | | | Change-Id: I0511bcf6814fa33d558712da2bc112b545468153
| * | Merge branch 'master' into gridHenrik Paul2014-03-0312-73/+473
| |\ \ | | | | | | | | | | | | Change-Id: I2f1134ce1bd5e8dbb183881fc69120e964271245
| * \ \ Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-02-124-2/+22
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: I8f1f412eeb450688bba58b715eba6db9e4ae43ae
| * | | | Cells should not overflow #12645John Ahlroos2014-01-151-0/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I5683fe14bc695488f398af2f8e7faf39bbbb2f9f
| * | | | Support primary style names in Escalator and Grid #13058John Ahlroos2013-12-102-0/+5
| | | | | | | | | | | | | | | | | | | | Change-Id: I8fa99a96c2120583bb1ecd152f8f337aef702614
| * | | | Merge branch 'master' into grid-mergeHenrik Paul2013-12-041-0/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Change-Id: I2502ed31f81326b2e32a03ad34c289a5bf7bd2b5
| * | | | | Support OSX's hiding scrollbars (#12645)Henrik Paul2013-11-211-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If5df6a7651482a33558088398330fd73a4d43645
| * | | | | Merge branch 'master' into gridJohn Ahlroos2013-11-206-12156/+14
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Change-Id: I9f669ec38c39a42d1ef2a25121b77aab31551863
| * | | | | | Add column freezing to Escalator (#3087)Leif Åstrand2013-11-141-6/+9
| | | | | | | | | | | | | | | | | | | | | Change-Id: I9943b20ca2568c353c90dec598534fbb5ab58203
| * | | | | | Implement escalator pattern for widget (#12645)Henrik Paul2013-11-081-14/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibdc5a5162ae88e886e74d93f3f75f4ea3c6dab89
| * | | | | | Initial escalator commit (#12645)Henrik Paul2013-10-092-0/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibd0ac2896e12b99ddebdc26674a2dfced486c49a
* | | | | | | Merge changes from origin/7.1Build Agent2014-03-101-2/+7
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | Fix TabSheet caption icon alignment on Chrome and Safari (#13077)Teemu Suo-Anttila2014-03-061-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8cc0eb2796a328c1996417014833020319428b61
| * | | | | | Revert "Fix displaced TabSheet caption icon in Chrome"Henri Sara2014-03-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 46675661cd95f61e3173f33e7dcfeb32bc377f41. Change-Id: I8813e162aad46bff6f1424d0dec54342b53a45b5
* | | | | | | Merge changes from origin/7.1Build Agent2014-03-051-0/+1
|\| | | | | | | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | Fix displaced TabSheet caption icon in ChromeTeemu Suo-Anttila2014-03-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id3183b735ae911374d1a8821cd67b5abd1c094d5
* | | | | | Font icon support (#13152)Marc Englund2014-02-207-0/+442
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | Add a custom icon for the TestBench debug tab (#12479)Jonatan Kronqvist2014-02-135-73/+31
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Updates the font icon files to add the official TestBench icon Change-Id: I6f417aea761c5b2320c69d36f0616e1d746224a0