aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base
Commit message (Collapse)AuthorAgeFilesLines
* Implement commit/discard functionality for editor row (#13334)Johannes Dahlström2014-09-191-0/+7
| | | | | | | | Includes commit and cancel UI. Vaadin-specific commit/discard implementation will be submitted as a separate patch. As of now, commits are assumed to always succeed. Change-Id: I2043eac2fe80012bee235648b01518f19057c215
* Initial client-side editor row implementation (#13334)Johannes Dahlström2014-08-291-0/+12
| | | | | | | | | | | | | | | Only shows a bare grey row for now. Enter opens editor for active row, Esc hides editor. TODO * Double-click to edit does not work * Scrolling to edit hidden row does not work * EditorRowHandler to bind data+widgets * Server-side integration * Commit/discard buttons Change-Id: I0ae678b086493b0e46ab7c1db99eb92049318d6f
* Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-08-124-379/+469
|\ | | | | | | Change-Id: I29844888351eaf8e75216c70fcaa9d25b4507036
| * Update Font Awesome to the latest version (#14396)Jouni Koivuviita2014-08-114-379/+469
| | | | | | | | | | | | | | | | | | | | | | | | Update the font icon to version 4.1.0. The enum is now sorted alphabetically by the icon name, while previously it was sorted by the code point. The new list is copied from http://fontawesome.io/cheatsheet/ which contains all the icons in the font. Change-Id: I41a69248a9e3bd25c90b7f79b5814cdb46b10bbc
* | Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-08-071-2/+0
|\| | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: Ie05bea7142134a7a9d655fcdf6ca232fd13c742b
| * System notification opacity should be the same as normal notifications (#14331)Jouni Koivuviita2014-07-301-2/+0
| | | | | | | | Change-Id: I24ef0a31d03e6512a36622a6bb457795aa873705
* | Increase z-index of frozen cells for correct rendering (#13334)Teemu Suo-Anttila2014-08-061-1/+1
| | | | | | | | Change-Id: I3bf1fd2733e283c98a1ebb5ff260381ff4b5bfab
* | Merge branch 'master' into gridLeif Åstrand2014-07-221-0/+6
|\| | | | | | | Change-Id: I6878b3c64eb5c98174537f4e5864e2ff2cb1863f
| * Adds a scrollbar to table column drop down (#14156).Felype Santiago Ferreira2014-07-141-0/+6
| | | | | | | | Change-Id: I7ce7c61f842a09af1842a14fedec3412120944c7
* | Implement active cell painting and mouse interaction (#13334)Teemu Suo-Anttila2014-07-151-1/+12
| | | | | | | | Change-Id: Iecb9db0fe6ea9ef0409e2ac0a294ac3508277251
* | Position sorting indicators correctly in both Chrome and FF (#13334)Leif Åstrand2014-07-101-2/+8
| | | | | | | | Change-Id: Icfbb9c6a4a52db0c55a5244f2dfdb24a86379397
* | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-07-084-0/+29
|\| | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: I7f97cb771665485dbc9130a3c9b0365185615fc5
| * Fix background color in chameleon theme after removing shadow divs (#14145)Dmitrii Rogozin2014-07-071-0/+3
| | | | | | | | Change-Id: I9b0566070af58afda7693936943237e70cea4a2f
| * Disabled shadow divs. Instead use css box-shadow (#13885)Dmitrii Rogozin2014-07-023-0/+26
| | | | | | | | Change-Id: Ibf8888de795b08aed0446607165d7318f94ee6f4
* | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-07-019-349/+56
|\| | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: I515edf75b3ba2eb0bf94fa0d747cadbce2c79a21
| * Fix notification default delayJouni Koivuviita2014-06-181-2/+2
| | | | | | | | | | | | | | The default hiding delay should be 0ms instead of 1000ms, according to the server side class at least. Change-Id: I064c01b2fdc9df4cbcbd74def8e494add22ee749
| * Remove FontAwesome files from Valo (use directly from Base)Jouni Koivuviita2014-06-161-2/+7
| | | | | | | | | | | | | | 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-161-0/+19
| | | | | | | | Change-Id: Ic04f97d00745c2b7d1b4c143b2a458ab47188fd2
| * 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 'master' into valoJouni Koivuviita2014-06-034-2/+8
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html build.properties client/src/com/vaadin/client/ApplicationConfiguration.java Change-Id: I36f075a03350e45c8666832142d7368891af3e59
| * | Move debug window styles from theme to widgetsetJouni Koivuviita2014-05-096-345/+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
* | | Send selection between server and client (#13334)Henrik Paul2014-06-271-1/+5
| | | | | | | | | | | | Change-Id: I75174af63092fca72d9aa63ccf3c06a77f42c4f6
* | | Added sort indicators to Grid headers #13334John Ahlroos2014-06-271-0/+14
| | | | | | | | | | | | Change-Id: I35ceccea85ff0f74cbd0fd7655dba20efa25e191
* | | Merge branch 'master' into gridTeemu Suo-Anttila2014-05-204-2/+8
|\ \ \ | | |/ | |/| | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: Icccb2e30199f99a7b0b00f05b1a12d5f7297402f
| * | 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
| * | Fix missing TreeTable column lines in IE8 (#12989)Juuso Valli2014-04-251-1/+0
| |/ | | | | | | Change-Id: Iddc6ecd5f455d28a43a67cdbf22cf81dbf3a6a5b
* | Merge "Merge branch 'master' into grid" into gridLeif Åstrand2014-04-101-1/+2
|\ \
| * \ Merge branch 'master' into gridLeif Åstrand2014-04-103-0/+124
| |\ \ | | |/ | |/| | | | Change-Id: I48781ab6c755ad5f51061c023f54de2aea85e62a
| * | 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
| * | | Revert "Merge branch 'master' into grid"John Ahlroos2014-03-183-124/+0
| | |/ | |/| | | | | | | | | | | | | This reverts commit 4420f52578e245045677f88852f1ba3f405e88a3. Change-Id: I06effe06f245baaeb499071917c359eb34cc55ea
* / | Fixes a few Escalator regressions relating to IE8 and IE9 (#13334)Henrik Paul2014-04-101-5/+8
|/ / | | | | | | Change-Id: I3446d1f781f5aa5e3262a20f51999b0a52d48dd3
* | Makes Escalator autodetect the initial row height (#13239)Henrik Paul2014-03-111-1/+8
| | | | | | | | Change-Id: I0511bcf6814fa33d558712da2bc112b545468153
* | Merge branch 'master' into gridHenrik Paul2014-03-0312-73/+473
|\ \ | | | | | | | | | Change-Id: I2f1134ce1bd5e8dbb183881fc69120e964271245
| * | 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
* | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-02-123-0/+17
|\| | | | | | | | | | | Change-Id: I8f1f412eeb450688bba58b715eba6db9e4ae43ae
| * | Merge branch 'testbench4' into masterJonatan Kronqvist2014-02-101-0/+8
| |\ \ | | | | | | | | | | | | Change-Id: Ia036030703538e2110d656b4b35d210147edb961
| | * | Implement TestBench4 features in debug window (#12694)Patrik Lindström2014-01-291-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Done: - VaadinFinderLocatorStrategy returns optimal paths for any Widget selectable by it. - TestBenchSection of the Debug Window picks and clears as expected. - Debug Window no longer presents user with a widget hierarchy - Translation from VaadinFinderLocatorStrategy query strings to ElementQuery API calls (should be done in SelectorPath.java) - Make SelectorPaths change background color when hovered Change-Id: Ie122f962a319ddf560fa9ac4f6bc57f32a120f91
| * | | Merge changes from origin/7.1Jonatan Kronqvist2014-02-101-0/+4
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c551507 Selected option is updated when item caption changes in Select (#9250) 3595685 Converted TestUIWidgetset test to TB3 and fixed wrong text in assertion. 89d860c Convinience methods for getting mouse and keyboard in test. d00397f Converted TB2 test to TB3 and fixed text assertion. 857de0f Renamed test according to conventions and fixed assertion text. b9a6a48 Update textbox when Select item caption changes (#9250) 1687889 Retain focus while changing DOM in OrderedLayout (#12967) f93c870 Remove unselected rows from selection on client side (#13008) 1d1ccf4 Fix Firefox and Vaadin 7 scroll distance (#11353) 62ac53a Ensure widgetset compile messages go to stdout (#7516) 171d02a Remove references to read/write through modes (#13184) 3f09c10 Better-looking CSS for Vaadin API Javadocs (#13219) f0a4ea9 Do not throw NPE for equals(null) (#8910) 3897025 Add deprecated expand ratio methods to FormLayout (#12876) b89dba9 Exclude a possible bin directory when building (#13258) 69983d0 Re-adjusted the rendering order of TabSheet tabs to prevent an NPE in isClipped (#12343) e5dee6a Use Calendar as sender for action handlers (#13191) Change-Id: I581ec7517aaa19a2e46b48e31cdefdd3db2c05c5
| | * | Fix Firefox and Vaadin 7 scroll distance (#11353)Teemu Suo-Anttila2014-01-201-0/+4
| | | | | | | | | | | | | | | | Change-Id: I01be5ddfe0e266e4cb5b7e9872adaeaf0f745a84
| * | | Merge commit 'fbc48c6ab75479560919a463ba5693b44bb0e811' into merge71Jonatan Kronqvist2014-02-071-0/+5
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ui/VWindow.java Change-Id: I6b4605ffafe990747757ec545cf2b52656c9f9f4
| | * | Fix for scrolling with modal opened. (#12899)Felype Santiago Ferreira2014-01-091-0/+5
| | |/ | | | | | | | | | Change-Id: I9ba142a35ab887bb3a71c7311064ebab77bc01ba
* | | 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
| * | Merge changes from origin/7.1Johannes Dahlström2013-11-291-0/+4
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 84521fa Use correct type for UIDL value to avoid development mode problems (#12545) 3680505 Ensure generated parser is re-generated during build (#12937) f3fa6af Regenerated parser files (#12937) 011a2a0 Do not generate ParseException as it has been customized (#12937) 9be3b40 Workaround for missing value change event in chrome (#10109) 48034f6 Ensure alternate text is still visible (#11780) cbc9949 Added test case for #12726 07b1a9d Prevents accidental selection of window caption or content. (#12726) e05e10e Added extra asserts to make test more safer to blind refactorings 33e5897 Use localhost when running locally to avoid potential network issues 642818f Allow using @RunLocally to run on a local Firefox/Chrome/Safari 81a1c29 Revert "Fixed lost scrollLeft when row count changed in Table (#12652)." dde6a48 Output test results in XML reports instead of to standard output 012e649 Fix TB3 local testing and occasionally failing SliderDisableTest. Change-Id: I4f4e44e887e7e90dd04e6d7381280a997e9527cc
| | * Ensure alternate text is still visible (#11780)Artur Signell2013-11-141-0/+4
| | | | | | | | | | | | Change-Id: Icfa54ec612153c3a92f83d7cb083685f7e77d295
* | | Support OSX's hiding scrollbars (#12645)Henrik Paul2013-11-211-1/+15
| | | | | | | | | | | | Change-Id: If5df6a7651482a33558088398330fd73a4d43645
* | | Merge branch 'master' into gridJohn Ahlroos2013-11-204-4/+14
|\| | | | | | | | | | | Change-Id: I9f669ec38c39a42d1ef2a25121b77aab31551863