summaryrefslogtreecommitdiffstats
path: root/WebContent
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2015-01-123-9/+24
|\ | | | | | | Change-Id: Ic6b667ea6ceff43a609ce2037f656c6274871fb7
| * Appending query param with vaadin version to js files (#12210)Fabian Lange2015-01-111-4/+12
| | | | | | | | | | | | | | | | | | while #7868 is supposed to solve the overall issue, this solves a big part of the upgrade + cached files issues quickly. When I use vaadin themes, I have control over how they are included, so I can add a vaadin version number to it. For the default JS I cannot. Change-Id: Ica1cddee417946aa32116eb09882a3dc6c2924a6
| * Mention scss cache in release notes (#15228)Leif Åstrand2015-01-111-1/+2
| | | | | | | | Change-Id: I1b0fc70632d82e7a656cdc61f00a75dda3cc316c
| * Option for rendering Calendar event captions as HTML (#9030)Artur Signell2015-01-021-1/+2
| | | | | | | | Change-Id: Ib7f6e67c242449e58a10359c596489fea2f679f6
| * Fix for Wrong background color in a Window in IE8 (#15322)AMahdy AbdElAziz2014-12-301-3/+8
| | | | | | | | Change-Id: Ie25c7142bc111829be829f4ba98ed639ad1f5126
* | Clicks through the focused cell :before pseudoelement (#15535)Henrik Paul2015-01-121-0/+12
| | | | | | | | Change-Id: I3741b8a44f7b02fe0dceaa4c7b59b1830c36a2be
* | Make disabled Grid nonfocusable and ignore events (#13334)Johannes Dahlström2014-12-301-0/+5
| | | | | | | | Change-Id: Ie017b0449c84ec1afd902503712133ab095282d8
* | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-293-15/+24
|\| | | | | | | Change-Id: Id00b3893951bc669fcc8e234f09909d480e249ab
| * Mention checkbox.isEmpty breaking change in release notesLeif Åstrand2014-12-191-0/+1
| | | | | | | | Change-Id: I7c2136319c00401460ee979e3b606cad7ad85fef
| * Fix date field button regression (#14572)Jouni Koivuviita2014-12-192-15/+23
| | | | | | | | | | | | | | Regression was caused by patch https://dev.vaadin.com/review/#/c/4480 Fixed the same issue for ComboBox as well. Change-Id: Id43912f0803b5e056d4ca6585746e53226282d85
* | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-182-22/+34
|\| | | | | | | Change-Id: Ic7629f9cedb3c948edf4f63c678ca499e3d52805
| * Update release notes for Vaadin 7.4Leif Åstrand2014-12-181-25/+33
| | | | | | | | Change-Id: Ifb65c053cf27ceac20c7f589dc4fcb76a4c468cf
| * Fixes unnecessary padding-top added to all responsive UIs (#14679)Teppo Kurki2014-12-171-1/+1
| | | | | | | | | | | | When using Valo theme and Responsive extension, all responsive UIs get a padding-top even though it should be only added when a Valo Menu is present in the UI. Added a stylename which has to be added to any responsive UIs containing a Valo Menu. Change-Id: Ib3e3c5341bef03c174accb01401b4a90c1deb29e
* | Change "editor row" to "editor" in style names (#13334)Johannes Dahlström2014-12-182-14/+13
| | | | | | | | Change-Id: I690c8c17c673ec2d77870cf305dee1ac1b9bc3be
* | Add -moz prefixed border boxes and box shadows to base theme (#13334)Teemu Suo-Anttila2014-12-181-0/+2
| | | | | | | | Change-Id: I22fafc7c0a6221ba5ff596494623fe798c9dad94
* | Fix regressions in Grid SCSSJouni Koivuviita2014-12-185-18/+16
| | | | | | | | | | | | | | | | | | | | Fix regressions from previous Grid style patch: - Typo in selector (dot instead of comma) - “active” style renamed to “focused” - Scrollbar border styling moved from Valo (was working) to Base (now all themes work the same) Change-Id: I778de73027f0cb9def1fb93e5188f494f0a49639
* | Rename "active" row/cell to "focused" (#13334)Johannes Dahlström2014-12-174-14/+14
| | | | | | | | Change-Id: I7a507db8ec62b2e669cc2562cbfaf1693d394f6e
* | Grid theme API changes and style fixesJouni Koivuviita2014-12-1710-822/+597
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed decorative element style names: - “headercorner” -> “header-deco” - “footercorner” -> “footer-deco” - “horizontalscrollbarbackground” -> “horizontal-scrollbar-deco” The “-stripe” style name is now added for odd rows, not even (like in all Table themes). Re-implemented the Base mixins for Grid and Escalator. They are now used for all themes, which should make future development easier because things should only be implemented in one place. This change makes the theme also less brittle hopefully, because it reduces the amount of pixel calculations for paddings etc. and relies more on plain CSS. The Base theme now offers many variables for extending themes. This reduces unnecessary CSS output, and makes it easier to maintain multiple themes for the Grid. Added a box-shadow and box-sizing mixins to Base. Converted all CSS comments to Sass comments. Change-Id: Iba925062c754c115b5f15e155659cfdccc702945
* | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-17106-0/+0
|\| | | | | | | Change-Id: If3dd8380afe425491dfb877c08c4ff078312a3aa
| * Removed packages starting with a digit from export-package (#15105)Teppo Kurki2014-12-16106-0/+0
| | | | | | | | | | | | | | | | The Runo theme icons have been duplicated to folders icons16, icons32 and icons64 which will be in the export-package declaration. Original folders with icons also remain. Change-Id: I19e481057a418e39a030359f62eefc3bc3d7f131
* | Remove unused "header-active" classname and style (#13334)Johannes Dahlström2014-12-161-4/+0
| | | | | | | | Change-Id: I11de89a69161d9b355d0de63b8a61470259b518e
* | Patches up the themes for Grid a bit (#13334)Henrik Paul2014-12-126-80/+159
| | | | | | | | Change-Id: I1231b8097d06d8230ddee640894ceaf749dab0ee
* | Merge remote-tracking branch 'origin/master' into gridArtur Signell2014-12-125-27/+27
|\| | | | | | | | | | | | | Conflicts: server/tests/src/com/vaadin/data/util/BeanItemContainerTest.java Change-Id: I04938bd8c5b4f01c3ca801c9f7adbb20d279523c
| * Fix gradient path for notifications in Chameleon. (#15351)Sauli Tähkäpää2014-12-121-2/+2
| | | | | | | | Change-Id: Ie1e2726613033ad321e15f7f58e098080d4d9a5f
| * MenuBar submenus close unexpectedly if use Valo theme (#15255)Jouni Koivuviita2014-12-101-4/+0
| | | | | | | | | | | | | | | | | | | | | | This fix is for animation-in and animation-out. Fix was done in VMenuBar. VOverlay provides now hide() method with possibility to enable/disable the animations via parameters boolean animateIn, boolean animateOut. By default they are true (not to break animate-in, animate-out for VWindow and VNotification) Change-Id: I49981952c7c18a02edd7fa9e6d247bb18f660207
| * Position calendar popup on the left side if there is no space (#14757).Denis Anisimov2014-12-101-0/+2
| | | | | | | | Change-Id: I83836bbf077033712a569c8eff52576b012b4dee
| * Fix opacity for disabled checkboxes and option groups. (#15239)Jouni Koivuviita2014-12-091-19/+17
| | | | | | | | Change-Id: I2d09a116d07621053f2fc9524f95e47bf7fc834e
| * Fix opacity for disabled links in Valo. (#15253)Sauli Tähkäpää2014-12-041-2/+6
| | | | | | | | Change-Id: I865526499a6d55a835758f0194a977c36c10304a
* | Fixes some errors in Runo/Reindeer (#13334)Henrik Paul2014-12-0812-11/+13
| | | | | | | | Change-Id: I5f19b8b03362035b4217dcda626d368559fc424d
* | Adds stylable corner boxes for the footer and header (#13334)Henrik Paul2014-12-051-0/+11
| | | | | | | | Change-Id: I7901b42ac2a8c590d4967460eb926fde9199e83e
* | Updates styles for Grid editor row in Valo (ticket #13334).anezthes2014-12-053-90/+520
| | | | | | | | | | | | Also fixes breaking tests for Reindeer changes. Change-Id: I18b3434b70f7bc3c0fd736e86f9008265f82018e
* | Use consistent stylenames for zebra striping in valo (#13334)Leif Åstrand2014-12-031-9/+9
| | | | | | | | Change-Id: Ieced4208f30749ea99fa40bc64de18647006d5d1
* | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-288-42/+53
|\| | | | | | | Change-Id: I1983d8a8c86caf75c4f5d32ee9367bbd6d58057c
| * Window modalitycurtain will now respect $v-animations-enabled (#15135)Fabian Lange2014-11-283-5/+15
| | | | | | | | Change-Id: I80beea694c2a103aaf1fb479e1de48c515428fbb
| * Unwanted horizontal scrollbar in Valo menu (#15237)Jouni Koivuviita2014-11-181-0/+1
| | | | | | | | Change-Id: Ic435e3ca741669db6f707961ac66a4c2e30bf765
| * Valo menu broken on Android Chrome (#15236)Jouni Koivuviita2014-11-171-0/+2
| | | | | | | | Change-Id: Idadbbdfe0a9abaf1dd7ada339b618890b2be6e06
| * Set v-bevel to 'false' should unset 'v-textfield-bevel' value (#14634).Denis Anisimov2014-11-153-1/+10
| | | | | | | | Change-Id: Ia3598b9bcef280bef38daa189ab3c7885e5d535a
| * Drop indicators in Valo are now working as in Reindeer theme (#14836)Jouni Koivuviita2014-11-141-36/+25
| | | | | | | | Change-Id: I12014c4329ca629dbfc9226b3b70538d33442690
* | Adds a themeable background element for horizontal scrollbar (#13334)Henrik Paul2014-11-271-0/+6
| | | | | | | | Change-Id: I95622de533497b3d89bcdd2a782c6271aec0764f
* | Adds naïve zebra striping to Grid (#13334)Henrik Paul2014-11-211-0/+8
| | | | | | | | Change-Id: Ia9a031f87065552688dffe3281bf647582b8f872
* | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-1422-83/+175
|\| | | | | | | Change-Id: Iec61d9242be530edbb76ba952746ba0f9c9bd966
| * Update supported browser versions (#15207)Leif Åstrand2014-11-121-6/+6
| | | | | | | | | | | | Mention Safari 8 and iOS 8 and bump evergreen browser versions Change-Id: I9c6494a0e5967539385fabd05b540e1f0622b96c
| * TreeTable column header and footer height fix (#15121)Anna Koskinen2014-11-101-0/+6
| | | | | | | | | | | | Fix for regression caused by (#14812) + Valo test for TreeTables. Change-Id: I57f911cbf33e52196fa219b4feddfe62db7f6ded
| * Reverse asc and desc table sorting indicators for Valo. (#15123)Sauli Tähkäpää2014-11-031-2/+2
| | | | | | | | Change-Id: If649d7ab0b4257cfaa1488dfff88afa8ef122f67
| * Set upload button width to 100% when immediate on Valo. (#14485)Sauli Tähkäpää2014-11-032-5/+8
| | | | | | | | Change-Id: I473fc080c143bc242326bd6f2b819450c42ffae5
| * Update GWT to 2.7.0.beta1vaadin1.Artur Signell2014-10-312-1/+42
| | | | | | | | | | | | | | Update client-compiler-deps to 1.2.0. Fix classpaths for devmodes. Change-Id: I8452271594b4563bf476420ff7ab22985913e397
| * Fix button on immediate upload does not obey setWidth() (#14485)denis.magdenkov2014-10-231-0/+3
| | | | | | | | | | | | Added sass selector for upload in base theme. Change-Id: Iebf796f0965de6afeac98d6e2a2a9246c9251bab
| * FormLayout margins do not work (#14610)Jouni Koivuviita2014-10-221-2/+22
| | | | | | | | Change-Id: Ibad03664be53489121914a2dd7bb051cc6e5350c
| * Replace no-break-spaces with whitespaces (#14890)Sara Seppola2014-10-2115-45/+45
| | | | | | | | Change-Id: Ib378fbea73bc16caa12deb14f760025e68f16288
| * Fix Tabsheet close button not shown on tabsheet (Firefox 24) (#14450)Jouni Koivuviita2014-10-201-23/+42
| | | | | | | | Change-Id: I099f94f47f2f7aa5856026f6cf6e53629732527c