aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent
Commit message (Collapse)AuthorAgeFilesLines
...
* Table column resize does not work in Valo (Firefox) ( #14401)Jouni Koivuviita2014-08-192-4/+7
| | | | | | Fix a similar issue with context menu items also. Change-Id: I1c851ea43aa81a39e2c4596315b34976df0cba62
* Remove unnecessary negative border radius declarations from menu bar (Valo)Jouni Koivuviita2014-08-151-7/+11
| | | | Change-Id: I3739cdacf6a117cd0d75cab3566a82ee0fedd6bd
* Modularize menubar mixins and add submenu indicator for top level itemsJouni Koivuviita2014-08-152-39/+50
| | | | | | | | | | | Refactored menubar mixins so that less overrides are necessary from normal button styles, and so that custom colored and custom sized menu bars are possible. Add new examples to test app for “drop down buttons” and “split buttons” using MenuBar. Change-Id: I2b0b76817d1c9119f82b2c2f4d7e5b95a9f05a5c
* Make read only textfield visually different from normal text fieldsJouni Koivuviita2014-08-151-1/+1
| | | | | | | If the background color of the app is the same as the textfield background color, make the textfield background color slightly darker. Change-Id: I4870c3e396cdd8c586bfd3f0e812cf1f5ebab1eb
* Add new "colored" style for Label (Valo)Jouni Koivuviita2014-08-152-1/+5
| | | | | | | | | Makes any Label text colored, by default the same as $v-selection-color. Modify the Forms and Labels examples to use the new style, and remove the fixed color from “light” style form layout for header labels. Change-Id: I27a4fce56b1f734aa5c2c837bf1684284b0d96cc
* Valo Tree Drag & Drop styles broken (#14360)Jouni Koivuviita2014-08-151-1/+8
| | | | Change-Id: Iafee03aaea3266ab32edb407e605ff3d8de474e1
* Add two new size variants for Valo, tiny and hugeJouni Koivuviita2014-08-157-3/+75
| | | | | | | Available as additional style names for buttons, text fields/text areas, combo boxes, date fields and labels. Change-Id: I12f36935a690f5bf3f12333f5bd4ac986d4efd1f
* Window close and maximize/restore buttons not visible on initial render in ↵Jouni Koivuviita2014-08-151-1/+0
| | | | | | | | | IE8 (Valo) #14413 Remove unnecessary FontAwesome declaration as well, which made the characters look bad in IE8. Change-Id: Ib0f9b01023b0a7a6f40513c80cbb6e6c69bd164c
* TabSheet focus/blur events fixed (#14304)Bogdan Udrescu2014-08-141-0/+16
| | | | | | | | The blur and focus events should be linked with the TabSheet component as a whole. Any click inside the TabSheet should trigger one single focus and any leave the blur. Change-Id: Id24a2fab12aafe6f7aa3a44635e5b9e935a1cfe1
* Make component group spacing adjustable with a variable (Valo)Jouni Koivuviita2014-08-112-3/+7
| | | | | | Use in the dark variation to prevent overlapping box-shadows. Change-Id: I622caebd92a14396ab84a9919e4d181d8fd54f3f
* Make custom panel caption styles better looking (Valo)Jouni Koivuviita2014-08-111-4/+30
| | | | | | | | | | | If the background color of the caption is darker than the normal background color, add a colored border around the whole caption. Otherwise only draw the bottom border using the default background color. Fix caption bevel and “well” style box shadow handling as well. Change-Id: I1964df984ba50da8fcd1eed48edeb89abc5d3d8c
* Fix combo box and date field small & large styles box-shadow on focus (Valo)Jouni Koivuviita2014-08-112-10/+16
| | | | | | | Don’t override any other state than the “normal” for large & small styles (box-shadow in particular) Change-Id: I295b5e2300a4b2137171fb0aa55d5bbf3feb8cf6
* Small adjustment to valo-menu-item selection colorJouni Koivuviita2014-08-112-2/+3
| | | | | | Now lighter bg on light colors and darker bg on dark colors. Change-Id: Id61b88d1cae65330c6f7b2cc3bb93880a7de9965
* Make success and failure label styles blend more to the theme (Valo)Jouni Koivuviita2014-08-111-2/+2
| | | | Change-Id: Iece29f5b06a644e374935534399686d938de7501
* Small adjustment to Table column drag-n-drop indicators (Valo)Jouni Koivuviita2014-08-111-5/+6
| | | | Change-Id: I40a2fead8ba84b5e827823eae7c73593e8561225
* Fix TreeTable expand/collapse indicator (Valo)Jouni Koivuviita2014-08-111-1/+2
| | | | Change-Id: If4498c832f6a2fd4e3ebfb0e01e35909b1b6c3a5
* Split common-stylenames to individual component files (#14374)Jouni Koivuviita2014-08-1127-638/+724
| | | | | | | | | | | Moved notification and valo-menu styles to the components folder as well, and added them to the $v-included-components list. Additional styles are now also controlled with a list variable, which lists all components whose additional styles should be included in the build. Change-Id: Ifb8d49d71622decf8fa0d4875985fcafd908a1f8
* 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
* ResponsiveConnector should request layout update when breakpoints changeJouni Koivuviita2014-08-071-1/+16
| | | | | | (#14354) Change-Id: Ie995268f8d89a951e9ebb351edde4ba1e824101e
* Refactor Valo main menu styles into separate mixinsJouni Koivuviita2014-08-075-166/+457
| | | | | | | | | | | | | | Add a new utility mixin for defining width-ranges and height-ranges. Refactored ValoThemeUI to use Responsive and styled it to fit in a variety of viewport widths. Fixed an issue with “flat-dark” using named colors, which trips the “type-of” function. Theme “theme select”. Change-Id: Iff55ca2c23d2e279b6199590db2fdfe51423c1df
* Valo reports theme version wrong in debug window (#14338)Jouni Koivuviita2014-08-071-0/+5
| | | | Change-Id: I15f35e2c1e5e61027fc4fca6593f24f1112624c7
* Update textfield readonly style (Valo)Jouni Koivuviita2014-08-071-3/+5
| | | | | | | Make readonly textfields show better inside panels for instance (so that they look different from normal textfields). Change-Id: If2b9b810a5bf0d7388563ea1d7560bbf1b9f149a
* Fix native select font color (Valo)Jouni Koivuviita2014-08-072-1/+1
| | | | Change-Id: Ibeb5849417776847f40422ff1b9fb99c63d23af7
* Fix color picker button for IE8Jouni Koivuviita2014-08-071-0/+17
| | | | | | | | | | | The selected color hex value is no longer overlapping with the color square. But now when there’s no hex value as the button caption, there’s extra white space on the right edge of the button, which is unavoidable. This is a lesser evil. Change-Id: I9c7e36fdf22f63c9cad6972f0f2038513f841d6b
* Empty rows in Table are badly styles (#14112)Jouni Koivuviita2014-08-071-0/+14
| | | | | | | | | Reduced padding around widgets inside table cells also. Set z-index for drag’n’drop styles to set the above any relative positioned widgets inside table cells. Change-Id: I512c61428aa88678261f276148d3ba39134a6411
* VerticalSplitPanel inside a HorizontalSplitPanel doesn't display its second ↵Jouni Koivuviita2014-08-071-59/+49
| | | | | | component (Valo theme) (#14152) Change-Id: I81b340206a6020d349593926156264b85253c4e6
* Rich text area has broken icons in Valo theme (#14219)Jouni Koivuviita2014-08-071-1/+1
| | | | Change-Id: I5e7d6a11bee0127bc3f9f4dd32c0828f28b0659d
* TexArea 'white-space: normal' breaks multiline texts in Valo (#14225)Jouni Koivuviita2014-08-071-1/+1
| | | | Change-Id: I228d065d13cc6f85f6901702d33121c675af6fc4
* Fix tree row height in IE8 (Valo)Jouni Koivuviita2014-08-071-1/+3
| | | | Change-Id: Ia942f91d22e7fa459e345ea4036e56d071054eb7
* Fix DragAndDropWrapper "drag-from-desktop" (#14343 and #14351)Jouni Koivuviita2014-08-071-1/+2
| | | | Change-Id: I6a037afcc494079ec1eb49980e89ba1f2aeba4ec
* Fix quiet-style button for IE8 (Valo)Jouni Koivuviita2014-08-071-0/+5
| | | | Change-Id: I1e07c97b789b7e6bf950d2ba9f60b0ae9c777fd4
* Fix Valo Tree selection indicator for Blink (#14334)Jouni Koivuviita2014-08-071-3/+4
| | | | | | | Also remove the child toggle element for leaf nodes in all browsers (previously only IE8). Change-Id: If2a1b14dcd423e9322141f36900406b745451993
* Make test work when not in root contextArtur Signell2014-08-051-1/+1
| | | | Change-Id: I26ed26da63969d3798b543fb3b55ddb92e07b32c
* Split test theme into separate themes and added theme selectorArtur Signell2014-08-0415-125/+157
| | | | Change-Id: I076a05a393ae85bb68983eaa2756d36a0e92014e
* Update Open Sans font files (#14336)Jouni Koivuviita2014-08-0430-0/+0
| | | | | | | | | | | | Fix inconsistent rendering between Valo’s bundled Open Sans vs. Google Fonts provided Open Sans versions on Windows (DirectWrite). The previous bundled font was generated with Font Squirrel Webfont Generator with some additional optimizations on (the “Fix GASP Table” option most likely), which caused the inconsistencies. The new version is converted with the basic options (most straightforward conversion). Change-Id: Id9190dc6ceff26d771ec4622a5750b2a1f234304
* Allow changing theme on the fly (#2874, #14139, #14124)Artur Signell2014-08-041-0/+1
| | | | | | | | | | * Updates UI and overlay container class names when the theme changes * Initially verifies that the theme has actually been loaded (for the embed case) and class names have been properly set * Forces a state change to all components to re-translate theme:// URLs * Runs a full layout after the new theme has been loaded and activated Change-Id: I5a7391abe1bb467130bbb4660e4829b43f3e4255
* Hide visible file input in immediate Upload (#14238)Sami Ekblad2014-07-311-0/+11
| | | | Change-Id: I4f5bc370a1a60ed2acbd38f62732547f1db7bee9
* System notification opacity should be the same as normal notifications (#14331)Jouni Koivuviita2014-07-301-2/+0
| | | | Change-Id: I24ef0a31d03e6512a36622a6bb457795aa873705
* Bottom component click scroll up the parent panel in a window (#12943)Bogdan Udrescu2014-07-281-0/+96
| | | | | | | | | | | | | | | Due to old fix for (#11994) the v-scrollable div of the window would expand to 110% of its size then immediately back to the original size. The first action, expanding the v-scrollable to 110% would decrease the scrollTop value of our panel, while increasing its height. When the revert back action would set the v-scrollable to its own size, the panel's scrollTop would remain decreased, causing the scroll bar to move up, hiding the ~10% at the bottom. Fixed by calling Util.runWebkitOverflowAutoFix(); instead of changing the height. Change-Id: I79eafd1f9500c2e4c10dadbfc7100608c0732e04
* Fix background color of Notification in chameleon theme (#14246)Dmitrii Rogozin2014-07-241-0/+2
| | | | Change-Id: Ie561a3ef95fcc15e357d1edb65b45f596683e7e4
* Export fetchRootConfig status so it can be read by TK (#14053)Manolo Carrasco2014-07-221-4/+24
| | | | | | | | | | | | | Offline apps need to know when server errors are 500 or 400 in order to switch appropriatelly to the offline mode. Also we need exported the fetchRootConfig method and a reliable way to get loaded apps. Related with change I29635982514071e63221a9771d6729da14273ad3 [1] see temporal workaround in TouchKitServlet [1] https://dev.vaadin.com/review/#/c/4037/ Change-Id: I339ca697d035508a67d1eb24480cd12c4b9c6c0e
* Fix web.xml element order issue (#14257)Juuso Valli2014-07-211-2/+2
| | | | | In some servlet definitions async-supported was before init-param Change-Id: I2d4886a0aa4c37bad3b0385e25b51e91d59a4c31
* Fix Tabsheet scrollbutton by css position in Chameleon theme (#12154)Johannes Tuikkala2014-07-141-0/+1
| | | | Change-Id: Icd38631f8802fc86949fa29dd517f1aca0499c33
* Adds a scrollbar to table column drop down (#14156).Felype Santiago Ferreira2014-07-141-0/+6
| | | | Change-Id: I7ce7c61f842a09af1842a14fedec3412120944c7
* Fix regression in notification for chameleon caused by 13885.(#14172)Dmitrii Rogozin2014-07-081-0/+1
| | | | Change-Id: I33d70c54b9118e85c9542e56b917b993516ae213
* Fix background color in chameleon theme after removing shadow divs (#14145)Dmitrii Rogozin2014-07-072-3/+11
| | | | Change-Id: I9b0566070af58afda7693936943237e70cea4a2f
* 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-071-1/+10
| | | | | | | | 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
* Revert "Allow changing theme on the fly (#2874)"Henri Sara2014-07-031-1/+0
| | | | | | | | | | | | | | | | 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
* Disabled shadow divs. Instead use css box-shadow (#13885)Dmitrii Rogozin2014-07-0211-10/+59
| | | | Change-Id: Ibf8888de795b08aed0446607165d7318f94ee6f4