aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN
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
* Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-09-0338-615/+2307
|\ | | | | | | | | | | This merge needs Grid to use elemental.json instead of org.json Change-Id: Ib3c387c7e282b2502f266bafbdaad8727f5dc6ef
| * Fix to Valo menu for iOS (make the header visible)Jouni Koivuviita2014-09-011-0/+13
| | | | | | | | Change-Id: Ib27db90a6dc48f8f8f34adc3c16aa3aa7222d19d
| * Valo Sass API documentation, part 2Jouni Koivuviita2014-08-3011-213/+729
| | | | | | | | Change-Id: Ic707d897a84a308f789b2805a980b696beaa6edd
| * First batch of Valo Sass API documentation, plus bug fixesJouni Koivuviita2014-08-3034-403/+1565
| | | | | | | | | | | | | | Also updates the test to always scroll the left panel to the top after opening a section. Change-Id: Icdb42795b8ec347b91694c162898f41aa8d80152
| * Increase datefield calendarpanel selected date text contrastJouni Koivuviita2014-08-291-0/+1
| | | | | | | | | | | | Make the text easier to read. Change-Id: Ieab5b27cccd0694086f17877d6c6b4c37b225b02
* | 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 branch 'master' into gridLeif Åstrand2014-08-224-0/+166
|\ \ | |/ |/| | | Change-Id: Ie3d71dde9bd9318c33de15190be8e0de20a2b8e7
| * Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-08-2014-30/+130
| |\ | | | | | | | | | Change-Id: Ibe1a7badae6dfa8ca33b56c400c7dcb3d7a7aeda
| * \ Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-08-1912-53/+150
| |\ \ | | | | | | | | | | | | Change-Id: Iac6947bc82bfbbb6856a924e7d538d195cfb405e
| * \ \ Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-08-1233-1036/+1251
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: I29844888351eaf8e75216c70fcaa9d25b4507036
| * \ \ \ Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-08-1115-233/+569
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Change-Id: Id3d21cb07bac8cf96c50576647e6b2569b3577a0
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-08-0752-135/+205
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: Ie05bea7142134a7a9d655fcdf6ca232fd13c742b
| * | | | | | 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-223-0/+8
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6878b3c64eb5c98174537f4e5864e2ff2cb1863f
| * | | | | | | 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-0812-12/+68
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: I7f97cb771665485dbc9130a3c9b0365185615fc5
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-07-01309-349/+13416
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: I515edf75b3ba2eb0bf94fa0d747cadbce2c79a21
| * | | | | | | | | 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 remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-06-161-0/+9
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7af5740a55f2a3f0239f0a4b5544179c3e52a8cd
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-05-261-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2f6f9de3d210b863e44eb6fbf1fbc2cb7251c2ee
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into gridTeemu Suo-Anttila2014-05-206-32/+48
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: Icccb2e30199f99a7b0b00f05b1a12d5f7297402f
| * \ \ \ \ \ \ \ \ \ \ \ Merge "Merge branch 'master' into grid" into gridLeif Åstrand2014-04-103-2/+98
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into gridLeif Åstrand2014-04-104-0/+128
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I48781ab6c755ad5f51061c023f54de2aea85e62a
| * | | | | | | | | | | | | | Fixes a few Escalator regressions relating to IE8 and IE9 (#13334)Henrik Paul2014-04-101-5/+8
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3446d1f781f5aa5e3262a20f51999b0a52d48dd3
| * | | | | | | | | | | | | Merge commit '5d0b53bad' into gridLeif Åstrand2014-03-194-0/+128
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes everything from master up until the moment when "someone" attempted to merge grid into master. Change-Id: Ic8160a2cad13b0123016b41c394b4bb439f49d57
* | | | | | | | | | | | | | | Bugfixes to Valo (#14490)Jouni Koivuviita2014-08-223-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | valo-component-group mixin doesn’t have any parameters. Ruby compiler produces an error, but Java compiler works anyway (#14479). Missing semicolon after a line before @include produces an error with the Ruby compiler, but passes compilation with the Java compiler (#14480). Change-Id: If6fa2b5039f4d9daa7ee73380f089b533c2cce0f
* | | | | | | | | | | | | | | Fix CustomLayout: component not added at the default location (#14340)Anna Miroshnik2014-08-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5eb76915b52f6b73ff0799631d98d5711041eeb5
* | | | | | | | | | | | | | | Prevent user text selection by default (Valo)Jouni Koivuviita2014-08-2012-16/+27
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-enable for labels, captions, tables and text inputs. Removed all unnecessary user-select: none; declarations since the top level declaration will affect the whole dom tree. Change-Id: I2e74b749340c8649d3b0778d62acafecf878685d
* | | | | | | | | | | | | | Common components inside Table cells render better (Valo)Jouni Koivuviita2014-08-195-15/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new size variant “compact” for Textfield, DateField and ComboBox. Makes the field fit inside the default row height of the table, but keeps the font size the same as for a normal field. Borderless fields also now respect the font color of the container (e.g. a selected table row). Update test to include common components inside a table. Change-Id: I88f4d917579c937536dc4c886dc2b7825db01818
* | | | | | | | | | | | | | Last minute small fixes to ValoJouni Koivuviita2014-08-193-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib4dfac4ee2bb858d02c34a920ad53e37e73b73e1
* | | | | | | | | | | | | | Add a new variation for ValoJouni Koivuviita2014-08-196-9/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A new variation named “Light”, similar to iOS7 style. Fix some valo-menu styles to accommodate the new light style better. Change-Id: Ib7c396263db7838c972d75a6b79fed1caf7ca576
* | | | | | | | | | | | | | Small adjustment to MenuBar line-height (Valo)Jouni Koivuviita2014-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I00eae3c53d78a4fc086567d677ce8f24e441a880
* | | | | | | | | | | | | | 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
* | | | | | | | | | | | 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