summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into 7.37.3.0.beta1Henri Sara2014-07-0717-86/+471
|\ | | | | | | Change-Id: I0efe8538f2472d1a6cf5ec10aadcde13ed39f9ad
| * Fix background color in chameleon theme after removing shadow divs (#14145)Dmitrii Rogozin2014-07-072-3/+11
| | | | | | | | Change-Id: I9b0566070af58afda7693936943237e70cea4a2f
| * Use Sass compiler version 0.9.8Henri Sara2014-07-071-1/+1
| | | | | | | | Change-Id: I04996df90cbbb449d54e54c3affc74ff40fddeeb
| * Fix shadow bug with menu in runo theme (#14162)Dmitrii Rogozin2014-07-071-3/+2
| | | | | | | | Change-Id: I9f6486597c45180ef7f748ba128f3f287d28bd97
| * Return a value on __gwtStatsEvent in Profiler (#11709)Bogdan Udrescu2014-07-079-15/+377
| | | | | | | | | | | | | | | | Calling GWT RPC throw an exception when __gwtStatsEvent doesn't return a boolean. This was in the Profiler.ensureNoLogger where the function assigned was empty. Change-Id: If97e15eb3c2c6512e80f3bde81ba180b8c95c947
| * Modified test case to work around bug preventing popup to close in IE (#14086)Anthony Guerreiro2014-07-071-1/+21
| | | | | | | | Change-Id: Icb47d8a0c737e27a3d88078b4162c633ba08739c
| * Avoid object creation in getAllChildrenIterable in most cases. (#14142)Fabian Lange2014-07-043-63/+59
| | | | | | | | | | | | | | | | | | | | | | | | API change from: public static Iterable<ClientConnector> getAllChildrenIterable(final ClientConnector connector) to public static Iterable<? extends ClientConnector> getAllChildrenIterable(final ClientConnector connector) avoids creating wrappers in case the component has either no subcomponents or no extensions. This covers the vast majority of components. Change-Id: I48ffd2f26f09c265fae6e1aaabdbaa655d52ffb8
* | Merge branch 'master' into 7.3Henri Sara2014-07-0355-885/+581
|\| | | | | | | Change-Id: I9351dbd08044c66ab70843284532f6bad1a2b130
| * Remove unused VWindowOverlay (#14055)Artur Signell2014-07-033-83/+5
| | | | | | | | Change-Id: I3125dec887106e746b95c220f587a8d3e39be0f0
| * Remove shadow div for Overlay elements except IE8 (#9303).Henri Sara2014-07-033-38/+69
| | | | | | | | Change-Id: I7bdaf849e79191183013ca05e7420e10411f0b2e
| * Revert "Allow changing theme on the fly (#2874)"Henri Sara2014-07-0315-644/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1b73b00b2875c5eafa3c641b77f5d9efc2f7d929 as well as the related changes to @since, release notes etc. Conflicts: client/src/com/vaadin/client/ResourceLoader.java client/src/com/vaadin/client/communication/TranslatedURLReference.java client/src/com/vaadin/client/ui/ui/UIConnector.java server/src/com/vaadin/ui/UI.java shared/src/com/vaadin/shared/ui/ui/UIState.java uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java Change-Id: Id882dc730f51055f6d17200964bcaf8a1f87a35f
| * Add missing @since 7.3 to javadocHenri Sara2014-07-0313-34/+56
| | | | | | | | Change-Id: I62610ef647fbbb5a7cfae25ac5c7628f78f2c6ff
| * Add missing @since 7.2.4 in javadocHenri Sara2014-07-033-0/+4
| | | | | | | | Change-Id: I48c37a377d6764333b83512dc613798aaf39423c
| * Fix PushConfigurationLongPollingTest.Sauli Tähkäpää2014-07-023-51/+40
| | | | | | | | Change-Id: I49516f311315d3c84a177ec6bd937e1241e67351
| * Disabled shadow divs. Instead use css box-shadow (#13885)Dmitrii Rogozin2014-07-0214-13/+189
| | | | | | | | Change-Id: Ibf8888de795b08aed0446607165d7318f94ee6f4
| * Refactor GridLayout tests (#14044)Dmitrii Rogozin2014-07-023-52/+86
| | | | | | | | Change-Id: If297591d46979ce991921f9545ed04a0c2c92e41
| * Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-07-012-18/+28
| | | | | | | | | | | | Fixed issue with SplitPanels which were not marking sets as dirty. Change-Id: I23bb8bfca87a825aef132f249e05871cf7b36a34
| * Add conf option for disabling sync id checking (#14084)Leif Åstrand2014-07-016-5/+62
| | | | | | | | Change-Id: If3fcc88e69d797b219f5af5906853a42d81f693c
| * Ignore -1 sync id on the server (#14084)Leif Åstrand2014-07-012-3/+18
| | | | | | | | Change-Id: Iad73c44852c207f29381d59bea25275ac8f24dbd
| * Mention JSON library change in release notes (#14105, #13944)Henri Sara2014-06-301-0/+2
| | | | | | | | Change-Id: I4c9d24fdf0fa43c1abbe1843887b1a0001084a60
* | Merge branch 'master' into 7.3 and update release notes (#14105)Henri Sara2014-06-30349-13504/+14446
|\| | | | | | | Change-Id: I0c7f4ac1528dda9d1ebde724854bab84092e0c10
| * Merge branch 'valo' to masterHenri Sara2014-06-30352-553/+21002
| |\ | | | | | | | | | | | | | | | | | | | | | Updated release notes to the form previously used in master. The ticket list link needs to be updated separately in the 7.3 branch. Change-Id: I7b7d09a1281261d3a1b8793cfff9ba8951a07798
| | * Merge branch 'master' into valoHenri Sara2014-06-3012-87/+170
| | |\ | | | | | | | | | | | | Change-Id: Ifeb36e6c0acd156b7714f96f32ad7d4ff8416100
| | * | Update .gitignore for valoHenri Sara2014-06-301-0/+3
| | | | | | | | | | | | | | | | Change-Id: Ia37e982e69c5a26f8ed221a5e2ef4c7ed7bd68df
| | * | Compile valo with Vaadin Sass compiler (#14120)Henri Sara2014-06-304-4/+15
| | | | | | | | | | | | | | | | Change-Id: I79ddfee4fd97c545f2bd502655560ff4cbe600a4
| | * | Release notes for 7.3 beta1 (#14105)Artur Signell2014-06-301-65/+20
| | | | | | | | | | | | | | | | Change-Id: I1d5bcee8bc841c2d3d30f80b520b83a84ce686d2
| | * | Replace complex interpolation with simple interpolation in Valo.Mika Murtojarvi2014-06-301-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The Vaadin Sass compiler does not yet support general interpolation in quoted strings. Change-Id: I6e40e4ba8dacc8d65468b029e4f756566dd10c9f
| | * | Fix !important handling in opacity mixinHenri Sara2014-06-302-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This change makes the mixin opacity() compatible with both the sass-lang implementation and our compiler. Change-Id: I29923cb3cf6d876fcf39696608fe3a5e3222374d
| | * | Fix borderless textfield focus box-shadowJouni Koivuviita2014-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Earlier patch caused focus outline/box-shadow to be applied to borderless style. This patch removes those again. Change-Id: Ib528675032c87e28b4962e7e5686dde56578be8d
| | * | Prefix header style names with 'v-label-'Jouni Koivuviita2014-06-272-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid name clashes with custom theme style names (got one report where this was an issue). Change-Id: If4bac6c227ad665084f2c9d4e03e1514a4149684
| | * | 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
| | * | Use Sass compiler version 0.9.7Henri Sara2014-06-271-1/+1
| | | | | | | | | | | | | | | | Change-Id: Iead4815179aedc764a0792d5d2dc9d5b6e928bc8
| | * | Merge branch 'master' into valoJouni Koivuviita2014-06-2724-281/+883
| | |\ \ | | | | | | | | | | | | | | | Change-Id: Iffe877e047ee29dbd4e5b3a6098f82da3d0a47cc
| | * | | 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-26114-1439/+4307
| | |\ \ \ | | | | | | | | | | | | | | | | | | Change-Id: I9f804f3ba10922a3d59999df06a23f2daa4cd4e8
| | * | | | Various fixes to Valo and ValoThemeTestJouni Koivuviita2014-06-2514-57/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | Add Java constants for all additional Valo theme style names (#14030)Jouni Koivuviita2014-06-251-0/+809
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most style names documented. Some still missing, and a few with TODO placeholders. Change-Id: I9388e3b8fb9c23a8f25f47e963a896e0a0606a95
| | * | | | 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-2511-107/+373
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-254-61/+254
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | Update ValoThemeTestJouni Koivuviita2014-06-183-29/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New tab sheet test with more flexibility in testing all the different combinations of styles. Test slider min-max ranges with the “ticks” style. Change-Id: Id64f28f79fc7c660948519dea85110516966093f
| | * | | | 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-183-19/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default hiding delay should be 0ms instead of 1000ms, according to the server side class at least. Change-Id: I064c01b2fdc9df4cbcbd74def8e494add22ee749
| | * | | | Fix VOverlay animation-out jitterJouni Koivuviita2014-06-181-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An improper fix to an issue with the closing animation that was left there mistakenly. Change-Id: I645c6983058fb128cf060a3c7bb2766cb47e3a81
| | * | | | Update ValoThemeTest with a few new stylesJouni Koivuviita2014-06-184-24/+59
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icfc9a960d7d022ec5394be2853f80775be41549d