summaryrefslogtreecommitdiffstats
path: root/WebContent
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Bourbon is now included (#14106)Artur Signell2014-06-271-1/+6
| | | | | | | | | | | | Change-Id: I8d9f492a733448ac993124d9effd79acae4ddbd2
| | * Use simple interpolation in selectorHenri Sara2014-06-271-1/+1
| | | | | | | | | | | | | | | | | | This makes the file compile with Vaadin Sass compiler 0.9.7 Change-Id: I04dde084cf2f00ac33fedf63fd1930cb1426ff7a
| | * Valo font path fixes for Vaadin Sass compilerHenri Sara2014-06-274-8/+14
| | | | | | | | | | | | Change-Id: I2c72d57ffdc006e583b5bac23155eae67f33aa1f
| | * box-shadow should have -webkit prefix (#14093)Jouni Koivuviita2014-06-2621-48/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mass find-and-replace, tested to work as before in Chrome, and that the output now includes box -webkit-box-shadow as well as box-shadow. Bourbon needed to be imported before the css3 utils, so that the box-shadow mixin can be overridden (Bourbon prints a warning as it has already deprecated box-shadow prefixes). Change-Id: I6b4f2047a6d8bfb74f2dbf999d10f7e00005e794
| | * Merge branch 'master' into valoJouni Koivuviita2014-06-261-8/+29
| | |\ | | | | | | | | | | | | Change-Id: I9f804f3ba10922a3d59999df06a23f2daa4cd4e8
| | * | Various fixes to Valo and ValoThemeTestJouni Koivuviita2014-06-259-55/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve textfied, datefield and combobox mixins so that they can be used with null parameter values. This makes them output less styles and allows combining multiple styles together (e.g. small + borderless). Let valo-button-style mixin support padding as a list instead of just a single number. Change default calendar event colors to hex values (Vaadin Sass compiler doesn’t support all color keywords just yet). Error styles for date field and combo box Small fix to table to support all border sizes (Java code has a hard-coded 1px border width). Remove a few unnecessary selectors. Make tab sheet tab alignment mixin more generic (now allows both right and center alignment). Fix framed tab sheet style border (bottom border caused left and right borders to have a “cropped” angle at the bottom end). Fix selection overlay item active style color (i.e. white would produce a pink color). Now a completely desaturated color won’t be saturated. Change-Id: I0117e20ef0a597de982a4d0c85a3c78fff87eafc
| | * | Various fixes to ValoJouni Koivuviita2014-06-2517-196/+389
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a small API for checkbox, radio button and option group. Fix border radius for ComboBox (no-text-input + small/large style). Add better support for form layout section captions (now supports h2, h3 and h4 labels instead of just h4). Add “align-right” and “align-center” utility style names for label. Fix black line artifacts in iOS for panel, window and tabsheet (visible at certain zoom levels). Refactor tab sheet styles to be more modular (so you can combine framed with icons-on-top for instance). Fix tab sheet loading indicator reserving unnecessary space in parent layout. Readonly style for richtextarea. Fix slider handle focus border color. Fix #14058: Valo causes Table headers to be overly long - Table now reserves as little space as necessary - TreeTable works slightly differently, causing it to reserve more space in some situations Rename table mixins to follow naming convention (mixins that do not output top-level selectors should be suffixed with “-style”, others not). Fix TreeTable treespacer style so that it works correctly with row captions/icons. Prevent text size adjust on iOS. Refine default overlay shadow. Change-Id: I31fa8905c5aa34ab810c3d1c7ac35c3f572c8c04
| | * | Clean up focus-color usage in ValoJouni Koivuviita2014-06-257-50/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | Update ValoThemeTestJouni Koivuviita2014-06-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | Added a new valo-menu style 'large-icons'Jouni Koivuviita2014-06-252-41/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | Use dashes instead of underscore in function namesHenri Sara2014-06-251-2/+2
| | | | | | | | | | | | | | | | Change-Id: I3dd08e39b519d1bdac8e2e4a1c4c5ae05c517ae0
| | * | Added a new "framed" tab sheet style for ValoJouni Koivuviita2014-06-182-34/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | Fix spinner mixin for IE8 and IE9Jouni Koivuviita2014-06-182-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | Fixes indeterminate ProgressBar style as well (using the spinner mixin). Change-Id: I35729e465e2249515fc4668167b1d18aa3783a97
| | * | Fix notification default delayJouni Koivuviita2014-06-182-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The default hiding delay should be 0ms instead of 1000ms, according to the server side class at least. Change-Id: I064c01b2fdc9df4cbcbd74def8e494add22ee749
| | * | Update ValoThemeTest with a few new stylesJouni Koivuviita2014-06-181-0/+1
| | | | | | | | | | | | | | | | Change-Id: Icfc9a960d7d022ec5394be2853f80775be41549d
| | * | Various fixes and tweaks to ValoJouni Koivuviita2014-06-1813-23/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| | * | Multiple fixes to Valo themeJouni Koivuviita2014-06-1628-7794/+656
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| | * | 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-162-0/+16
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.properties Change-Id: I2477f2b420506d1b41d29d9bb1e361d66bedb68d
| * | | | Revert to org.json as Android JSON is not 100% compatible (#13944)Artur Signell2014-06-301-1/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Update to new GWT which also uses the correct org.json dependency Change-Id: I9414be188bf59975d01186a9daf83f0c170a88bc
| * | | Speed up dev server startup Leif Åstrand2014-06-171-8/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Don't have Atmosphere scan the entire classpath for annotations - Don't use load-on-startup = -1 since Jetty still inits the servlets - Avoid initing the integration test servlet for serving /VAADIN/* Change-Id: Ic6a650442a11ac87ce15dabce3acda12a9cc71b3
| * | | Speed up development server again by not eagerly initing all servletsArtur Signell2014-06-161-7/+7
| | |/ | |/| | | | | | | Change-Id: Iee32ef894cb50a4322f04250997ecfe032e570b1
| * | 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
| * | Add load-on-startup on web.xml to make demo run on Wildfly.Sauli Tähkäpää2014-06-051-0/+7
| | | | | | | | | | | | Change-Id: I0cb42d918ed1af31577e5a67ddf4dbac3c9ab02f
* | | Replace complex interpolation with simple interpolation in Valo.Mika Murtojarvi2014-06-261-2/+4
| | | | | | | | | | | | | | | | | | | | | The Vaadin Sass compiler does not yet support general interpolation in quoted strings. Change-Id: I6220a8f936057a83573e9a97e73767d26fe9f48c
* | | Merge branch 'valo' into 7.37.3.0.alpha3Henri Sara2014-06-063-2/+30
|\ \ \ | | |/ | |/| | | | Change-Id: I0c1e278e153dc1ca4de840a5cec6ca83cb126332
| * | 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
* | | Merge branch 'valo' into 7.3Henri Sara2014-06-0557-1411/+10218
|\| | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: I1cc3028cac865ac83116d666ccc8c1ce7c1b4ccd
| * | 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-038-138/+131
| |\| | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge master into valo7.3.0.alpha2Henri Sara2014-05-168-122/+106
|\ \ \ | |/ / |/| / | |/ | | | | | | This change does not include all release notes updates from master. Change-Id: I209dc06d03d4541ac33746d1161630f0ca8ae5d9
| * Disable authors because of build agent problemsArtur Signell2014-05-141-6/+0
| | | | | | | | Change-Id: I5426d8a85f7b57193c1bbfe201258a09f93b54cb
| * Mention dnd on IE touch devices in known issues (#13612)Jonatan Kronqvist2014-05-121-0/+4
| | | | | | | | Change-Id: I15297c2d0862f3b8c0c5603b06f6e37706872752
| * Added link to ticket for the Firefox reconnect issue (#13612)Jonatan Kronqvist2014-05-121-1/+3
| | | | | | | | Change-Id: I2eac5ab68479420beacef2d746f69e955becc397
| * List authors in release notes (#13612)Artur Signell2014-05-121-0/+6
| | | | | | | | Change-Id: I51960e9345ff233e29289b33d3224e03d866d463
| * Show badges in release notes (#13612)Artur Signell2014-05-122-3/+41
| | | | | | | | Change-Id: I6109cda80251b343999b75f51ffecf6a9bbbd6a2
| * 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
| * Update the release-notes (#13612)Jonatan Kronqvist2014-05-091-128/+24
| | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Merge changes from origin/7.2 into masterJonatan Kronqvist2014-05-051-78/+85
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * Add WebSphere Portal to supported portals in release notes7.2.0.beta1Jonatan Kronqvist2014-04-161-0/+1
| | | | | | | | | | | | Change-Id: I2ffadb382d1c8ca42f1525c24c51a441a67404f6
| | * Add a section on incompatible changes to release-notes (#13502)Jonatan Kronqvist2014-04-151-12/+60
| | | | | | | | | | | | Change-Id: I73cc9c7b5509dff0cb5376af9bf4b0ef572add05
| | * Update release-notes for 7.2.0.beta1Jonatan Kronqvist2014-04-151-66/+24
| | | | | | | | | | | | Change-Id: I1232c72c3dd8eca5d6223aa9858dac22a5f7817e
| * | 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