aboutsummaryrefslogtreecommitdiffstats
path: root/themes/src
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-111-1/+1
|
* fix: Do not allow border to grow row height (#12449)Tatu Lund2021-10-201-6/+9
|
* include @font-face definition in mixin so -icons variable has effect (#12295)Raffael2021-05-181-16/+16
|
* Update copyright year range. (#12215)Anna Koskinen2021-03-041-1/+1
| | | | * Update copyright year range.
* Fix displaying checkboxes within Grid editor row. (#12212)Anna Koskinen2021-03-031-2/+2
| | | | | | | | * Fix displaying checkboxes within Grid editor row. - Checkbox margins should match regular row content margins. - Multiselect checkbox label should only be visible for assistive devices.
* Only remove caption margin from the first visible tab. (#12078)Anna Koskinen2020-08-191-0/+8
| | | Fixes #10437
* Fix scrolling problem in table in Chrome 56+ (#12015)Anna Koskinen2020-05-191-0/+1
| | | | | | * Fix scrolling problem in table in Chrome 56+ Issue #8707, slightly modified cherry-pick of #10492
* Read-only styles shouldn't override borderless background styles. (#11692)Anna Koskinen2019-08-162-0/+12
| | | | | | | | | | | * Read-only styles shouldn't override borderless background styles. - Fixed for ComboBox and DateField styles, other tested components already do it right. Fixes #11671 * Merge branch 'master' into issue11671
* Clicking on DateField pop-up should select Month/Year (#11531)Anastasia Smirnova2019-06-251-0/+4
| | | | | | | | | * Clicking on DateField pop-up should select Month/Year In Year/Month Resolution DateField should select the value, when user clicks on pop-up Fixes #8447
* increase number of styles for indented TreeGrid rows, fixes #11358 (#11392)Olli Tietäväinen2018-12-211-1/+2
|
* Updates to scrolled TabSheet resize logic and Valo right-alignment. (#11133)Anna Koskinen2018-10-101-0/+8
| | | | | | | | | | - When a TabSheet is scrolled to an end and then resized bigger, more tabs should appear to the left. - When a TabSheet is right-aligned in Valo and scrolled to the end, last tab shouldn't be partially hidden behind the scroller buttons. - Shouldn't allow attempts to scroll into directions where there is nothing left to scroll to, even if the current tab isn't fully visible. Fixes #807
* Fixes to displaying Grid in a detail row. (#11147)Anna Koskinen2018-10-081-0/+4
| | | | | | | | - Multiple headers shouldn't stack behind each other. - Body rows shouldn't get stuck to default row height. - Compatibility version's hidable row selector shouldn't try to calculate row heights based on rows that haven't been added to DOM yet. Fixes #7674
* OSGi resource registration via SCR (#11166)S.W2018-09-211-23/+6
| | | * Changed the way resources, themes, and widgetsets are registered to the HttpService by only using the VaadinResourceTrackerComponent
* Lift frozen columns up to allow some z-index changes beneath them. (#11117)Anna Koskinen2018-08-211-0/+2
| | | Fixes #9787
* Colorpicker validation handling (#10821)KatriHaapalinna2018-04-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ColorTextField, helper methods, and regex for validating and handling text input * Refactored structure to avoid creating new component for validation * Style to adapt to error indicator * Tests for validating input in ColorPickerPreview component's TextField * Merge branch 'master' into colorpicker_validation * Fix path to server class * Fix test: Submit the new value * Fix test: ignore Phantom JS * Fix hsl+hsla validation patterns to accept '%', test value tweaking * Merge branch 'master' of github.com:vaadin/framework into colorpicker_validation * Fix: remove warning when color is updated from elsewhere * Revisions: input validation only once, Logging level WARN * Revisions: unit tests for color pattern matching * Revisions: moved parsing to utility class, tests for parsing all accepted input formats * Fixed import in tests, comments * Revisions: Logger as constant, ignore utility class in serialization test * Corner case tests * Revisions: protected method for parsing error text, fix to test * Revisions: NPE fix
* Remove empty comments (#10789)Ilia Motornyi2018-04-051-6/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* Fix styling of Window control buttons to show focus (#10285)Anna Koskinen2017-11-281-0/+29
| | | Fixes #8918
* adds simple fix for missing label text in grid select checkboxes (#10223)Knoobie2017-10-231-1/+1
| | | | | | * adds simple fix for missing label text in grid select checkboxes * updated comment and wording
* Implement error level on client side (#9817)Adam Wagner2017-09-277-6/+334
| | | | | | | Add additional class names and style to components and error indicators to distinguish different error levels. Vaadin 8 implementation of #9816. Cherry picked changes and added compatibility package component changes and tests. Resolves #3139
* Remove scroll bar inherited borders and background for Tree (#9924)Adam Wagner2017-09-041-0/+16
| | | Resolves #9644
* Update and rename vaadin-icons.scss to _vaadin-icons.scss (#9895)Knoobie2017-08-301-1/+1
| | | Rename the vaadin-icons.scss to allow other libsass to compile the project successful.
* Remove margin-left for FontAwesome icons in ComboBox (#9805)Teemu Suo-Anttila2017-08-101-0/+4
|
* Use correct primary stylename for textfield inline icons (#9742)Artur2017-07-271-6/+6
| | | Fixes #9703
* Add styling for ComponentRenderer wrapper div (#9691)Teemu Suo-Anttila2017-07-191-0/+5
| | | Fixes #9170
* Fix position of font icons in ComboBox (#9638)Henri Sara2017-07-181-0/+6
| | | Fixes #9637
* Remove global button styling (#9607)Henri Sara2017-06-293-10/+8
| | | Move remaining button and link related styles from _global to _nativebutton and _link.
* Enable row height and content mode settings for Tree (#9540)Teemu Suo-Anttila2017-06-201-0/+4
| | | | | | | | | | * Enable row height setting for Tree * Add content mode for captions * Align expander element by default to top The content mode allows use of preformatted and HTML captions that bring value to row height Fixes #9411
* Mark valo $v-textfield-background-color--readonly as default (#9458)Yuriy Artamonov2017-05-311-1/+1
| | | Fixes #7765
* Fix drop indicator when Grid is scrolled (#9417)Pekka Hyvönen2017-05-241-10/+7
| | | | | Now the DnD events are listened from tablewrapper element, which contains also grid's header and footer, making it possible to drop on top of them.
* New Tree component themeIlia Motornyi2017-05-231-32/+34
| | | Fixes #9310
* TreeGrid Sass variables (#9333)Ilia Motornyi2017-05-191-39/+36
| | | Fixes #9311
* Show drop hints when dropping in empty Grid (#9353)Pekka Hyvönen2017-05-181-3/+17
| | | | Also makes sure that the drop location and target row return something sensible in drop event. Clarifies docs on drop location.
* Make it possible for grid drop target to accept dragged data when grid is ↵Adam Wagner2017-05-171-0/+6
| | | | | | empty (#9332) * Make it possible for grid drop target to accept dragged data when grid is empty (#9068) * Make return type of getDropTargetRow() optional
* Remove unnecessary rowmode prefix from TreeGrid focus styles (#9327)Teemu Suo-Anttila2017-05-162-9/+21
|
* Rename OSGi classes for Java naming conventions (#9320)Henri Sara2017-05-151-2/+2
| | | | | | - Rename OSGi to Osgi in class names. - Rename VaadinOSGiPortlet to OSGiVaadinPortlet for consistency with Spring, CDI etc. add-ons - Add missing javadoc
* Use theme font and normal line wrapping for regular tooltips (#9143)Leif Åstrand2017-05-151-0/+5
| | | Fixes #9121
* Fix partly missing drag image regression on SafariPekka Hyvönen2017-05-101-0/+3
| | | | Doesn't fix #9261, drag image missing on Safari when dragging grid row because that has position: absolute and offset.
* Use v-tree8 as stylename for new Tree component (#9238)Teemu Suo-Anttila2017-05-053-7/+7
|
* Fix minor issues with Tree theme and TB API (#9226)Teemu Suo-Anttila2017-05-031-8/+11
| | | Removes background color from Tree, adds release notes mention, JavaDoc updates.
* Create styles for grid drop target to indicate where the dragover position ↵Adam Wagner2017-05-031-1/+50
| | | | (#9080) (#9213)
* Add an initial version of Tree component (#9212)Teemu Suo-Anttila2017-05-023-0/+65
| | | | | | | This patch introduces a Tree component, implemented as a Composite using TreeGrid. As initial version of the component, some functionality of the old Tree component has been left out for now. Partly addresses #8617
* Make TreeGrid follow framework style conventionsAleksi Hietanen2017-04-263-11/+16
|
* Add OSGi support #8830 #8827 #8828 #8829Mirjan Merruko2017-04-251-0/+45
| | | | | Use bnd-maven-plugin instead of maven-bundle-plugin and helper class, and add support for publishing static resources such as themes and widgetsets.
* Indicate when multiple rows are dragged (#9087)Adam Wagner2017-04-171-0/+12
| | | | * Indicate when multiple rows are dragged (#8398)
* TreeGrid keyboard navigation Ilia Motornyi2017-04-051-0/+27
| | | Fixes #8758
* Add `closable` style to Error Notifications (#8903)Jouni Koivuviita2017-03-271-1/+15
| | | | | | Add an additional stylename `critical-error` that styles the notification like the Error-type, but without the close button. Fixes #8296
* Add feature to disable collapsing items in TreeGrid (#8879)Teemu Suo-Anttila2017-03-231-0/+5
| | | Fixes #8846
* Correctly adjust upload button borders inside a component group (#8817)Artur2017-03-131-0/+17
| | | | * Correctly adjust upload button borders inside a component group
* Add initial implementation of TreeGrid (#8572)Aleksi Hietanen2017-02-232-0/+64
| | | | | | | | | | | | | | | | | | | | | | | | * Add initial implementation of TreeGrid * Refactor TreeGrid and related classes * Fix potential class cast exception in TreeGrid#getDataProvider * Add smoke tests for TreeGrid * Add communication constants for TreeGrid Use shared constant values for hierarchy data serialization and deserialization * Fix event ordering in TreeGrid, add javadocs, keyboard navigation test * TreeGrid improvements * Add TreeGrid.getDataProvider to StateGetDoesNotMarkDirtyTest exclude list * Merge remote-tracking branch 'github/master' into tree-grid * Remove getEscalator override from TreeGrid