aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base
Commit message (Collapse)AuthorAgeFilesLines
* Disabled shadow divs. Instead use css box-shadow (#13885)Dmitrii Rogozin2014-07-023-0/+26
| | | | Change-Id: Ibf8888de795b08aed0446607165d7318f94ee6f4
* 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
| * 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
* | 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
* 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
* | 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
| * | Merge changes from origin/7.1Artur Signell2013-11-112-0/+9
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | 30e9b7c Add a test for @mixin { @font-face {...} } (#11649) 0a2cf2c Prevent showing "Session Expired" notification if navigating away (#12298) 8efc385 Fixes NPE in TreeTable.setContainerDS(null) (#12928) 23815e6 Remove broken JSch check c308d8a Fixes double scrollbar issue in browserframes (#11780) Fixed by adding font-size 0 to the base theme. Change-Id: I64ae167e8e6b61205718998b80d534fb2cf0cb3d
| | * Fixes double scrollbar issue in browserframes (#11780)Thomas2013-11-112-0/+9
| | | | | | | | | | | | | | | | | | Fixed by adding font-size 0 to the base theme. Change-Id: I8d0224cb65f8ab36c50d2fd68157de4803c823e2
| * | Changed v-customcomponent overflow to visible (#12482)Juho Nurminen2013-11-041-1/+0
| | | | | | | | | | | | Change-Id: I1e82337e719d16abce2c7f2060162af81f9192ea
| * | Merge changes from origin/7.1Leif Åstrand2013-09-231-3/+5
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0e048a5 Clarified error message (#12583) d0af7d1 Add async-supported to all servlets to enable push testing (#12573) 1de4389 Use JUnit 4.11 in all modules (#12572) d6954f8 Include TestBench 3.1.1 in the project (#12572) cdb9a49 Enable native scrolling in all iOS versions newer than 5, not just iOS 6 (#12324) 0e2780a Ensure string converter is always set cf796e2 Add v-iosN classname for all iOS versions instead of just N=6 (#12324) 46ac1e6 Update release notes to more closely be like 7.0.x (#12544) d9f204f PostLayoutListener javadocs (#12562) c7aaa04 Don't try to cast a connector to Widget. Fixes #12619 Change-Id: Icff34ba20a330e633c1b29ca8fd77d84b79841f5
| | * Enable native scrolling in all iOS versions newer than 5, not just iOS 6 ↵Johannes Dahlström2013-09-181-3/+5
| | | | | | | | | | | | | | | | | | (#12324) Change-Id: I8f9ec7f34aefa5b48fd23f3f000f9455475edefa
* | | 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.1Artur Signell2013-08-191-2/+2
|\| | | | | | | | | | | | | | | | | | | 16d17f9 Fix native scrolling regression in iOS 6 homescreen apps (#12295) 7212e02 Fix race in VaadinService.lockSession() (#12282) 2d5a107 Update "lastRequestedFirstvisible" field value right away (#10666). 325cdf9 Disable failing calendar Actions Menu Test (#12181) 8ba4117 Split UiAccess test (#12332) Change-Id: I30e7aaacaf0ecbdc1a6dbdf956a6e48f4846de32
| * Fix native scrolling regression in iOS 6 homescreen apps (#12295)Johannes Dahlström2013-08-061-2/+2
| | | | | | | | Change-Id: Ie225663ebc2a9ffe4b481a49e34e9dcf79b064b2
* | Merge changes from origin/7.1Leif Åstrand2013-07-151-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 419c6c7 Implemented Focusable in MenuBar (#7674) a4f1277 Fixed NPE in ApplicationRunnerServlet (#12145) 08d365a Fixed slider value initialization on HSV and RGB tabs of ColorPicker. (#7863) da480bd Fix VaadinService.findUI to throw Error if UIConstants.UI_ID_PARAMETER is not set (#11943) 6291a50 Ensure that Slider diffstate always contains "value" (#12133) 7e7e698 32x32 favicons added, replacing the old favicons (#12143) 1702059 Replace printStackTrace with getLogger().log() (#12147) b421d6e Updated Javadoc for Table.getColumnAlignment fixing #6810 414e3bf Fixed an error in CustomComponent JavaDoc (#10038), and some improvements. 4583d07 Fix NPE in Like.java (#10167) 6c4da29 Ensure table's cells aren't refreshed if table is detached. (#9138) e37464c #11638: Ending an imported SCSS file with a comment causes an error in the Sass 478eeb5 Test using Jetty 9 (#12124) f7cc72d Close only combobox on escape, not the window (#12163) 9a9b0a5 Automatic test for escape closing window from combobox (#12163) ae565a2 Fix bug in PopupDateField where locale was retained incorrectly if changed while popup was open (#12153) d7a64fd Enable native scrolling in home screen apps on iOS 6+ (#12149) 4a04f00 Add test case for testing ClickEvent after dragging button (#7690) 775c969 Make UploadInterruptedException visible (#12070) 6a4bbe5 Set heartbeat response Content-Type to text/plain (#12182) e4011c6 When InputStream cannot be opened while writing static resource response, display 404 instead of 500 (#10920) 20162db Set current instances when calling UI.push from VaadinSession.unlock (#12168) 94c0f86 Ensure VaadinSession.service is set up by storeInSession (#12204) 23ed487 Attempt to get GAE lock for UIDL requests (#12211) 7f52b2e Improved AbstractClientConnector performance (#12219) a934261 Improving performance of ConnectorTracker (#12218) Change-Id: I810124d60c22d4d0ab837a19eb9c2689951864b5
| * 32x32 favicons added, replacing the old favicons (#12143)Jouni Koivuviita2013-06-281-0/+0
| | | | | | | | | | | | | | | | Added new version for favicon.ico, which has 32x32 pixel version in addition to 16x16 pixels. Adds support for high resolution/retina displays. Change-Id: I49bd84b9d23f1e26ceee28dab1e26d9cd4f6b6d2
* | Tabsheet should not immediately select a tab when changing tab usingmichaelvogt2013-07-121-0/+6
|/ | | | | | | | keyboard (#11823) Adds the necessary WAI-ARIA roles to the component (#11827) Change-Id: Ie1ed40227679e3497971b834919713614a8cc23e
* Actually show loading indicator during loading (#12128)Artur Signell2013-06-261-1/+1
| | | | | | * Add theme name already during bootstrap Change-Id: I78da3029b818ced51714d385cd77f5ba9bfce625
* DebugWindow styles improved and structured more, for #12058Marc Englund2013-06-141-38/+51
| | | | Change-Id: I1a3a821b15d7350b5ebf2e19056854e9124197ea
* DebugWindow resize/move improved, fixes #11937 (also implements shift-resize ↵Marc Englund2013-06-131-2/+22
| | | | | | and alt-move, improves bounds-check) Change-Id: Ic313e545940a6073e30171a610f6d02c38a90037
* Info section for the debug window (#12019)Artur Signell2013-06-071-0/+8
| | | | Change-Id: Ie265c6e994c8038a3dc0bb05b94233bbc2506c58
* Correctly report theme version in the debug window (#11442)Artur Signell2013-06-071-0/+4
| | | | | | | * Adds a special v-vaadin-version selector for detecting the theme version * The version in the base theme is replaced during build (for releases) and by the current version also when compiling in the IDE Change-Id: Id6b94ab2edead61602fed021b7152f6e46be809f
* Fixed button highlighting when dragging #10917John Ahlroos2013-06-061-1/+3
| | | | Change-Id: I69ff2c5a987e26d5d065f7c5a7ac45f9d6fa289a
* Add primary style name support for ProgressBar/Indicator (#9913)Artur Signell2013-05-291-1/+4
| | | | Change-Id: I3d773640d2f1c8cd1b71c673685afd7059811d16