summaryrefslogtreecommitdiffstats
path: root/WebContent
Commit message (Collapse)AuthorAgeFilesLines
* Vaadin 7 compatible ColorPicker (#9201)Anna Koskinen2012-12-1015-1/+289
| | | | Change-Id: I44962ceedd5ef607e2fbe2af0d96808e0aef9cc5
* Additional fixes for accordion/IE (#9552)Artur Signell2012-12-103-8/+6
| | | | | | Fixes Accordion for other themes than Reindeer aswell Change-Id: If849e77adfb07e6a14784139c19e45b3b35a43b9
* Hide using display:none to be screenshot compatible (#10080)Artur Signell2012-12-071-0/+7
| | | | Change-Id: I67b3e21640760ee6581b656450e0a5517788580d
* Merge "Default id should get overridden only if id has been specifically set ↵Artur Signell2012-12-071-0/+10
|\ | | | | | | (#10179)."
| * Default id should get overridden only if id has been specifically setAnna Koskinen2012-12-071-0/+10
| | | | | | | | | | | | (#10179). Change-Id: I102ca64648a88e70e88d9c546e8ea49de47451fb
* | Added support for $primaryStyleName to RunoMarc Englund2012-12-0722-383/+383
| | | | | | | | Change-Id: I2c1a24b2655c1b9361b52e24f542deb64be8a914
* | $primaryStyleName functionality to Chameleon, fixes #9881Marc Englund2012-12-0716-342/+342
| | | | | | | | Change-Id: I3d75184acb7d2625a3edea35b1c8d2a86b7313eb
* | Merge "Fixed accordion to not cause scrollbars in IE (#9552)"Marc Englund2012-12-072-7/+6
|\ \
| * | Fixed accordion to not cause scrollbars in IE (#9552)Artur Signell2012-12-072-7/+6
| |/ | | | | | | Change-Id: Ie27894b35be4d79c29b201ec79991c7d9263a1eb
* | Merge "Revert "Temporary work around for drag'n'drop image problem (#10385)""Marc Englund2012-12-078-35/+14
|\ \ | |/ |/|
| * Revert "Temporary work around for drag'n'drop image problem (#10385)"Artur Signell2012-12-028-35/+14
| | | | | | | | | | | | | | | | No longer needed as #10384 is fixed This reverts commit 7dad7d82287bc9906ef12d1efd64f8b1da3a0326. Change-Id: Id7dbd716144452b80fae07d54f4a61c5091fd83d
* | Made layouts inline-blocks to support undefined width (#10080)Artur Signell2012-12-051-1/+1
| | | | | | | | Change-Id: I7ff2244ab7f2956cbf21122a3880d3ae27fb516a
* | Allow customization of the widgetset url in order to be able to remove the ↵Jonatan Kronqvist2012-12-041-8/+10
|/ | | | | | '?timestamp' part of the default url #10422 Change-Id: I561ba82d027b9207ed67fd7a861b0d6602e02024
* Added prefix "v-" to internal parameters (#10156)Anna Koskinen2012-11-301-19/+19
| | | | Change-Id: I79ac824bc19fa42b976954148e69d54fb91b77ab
* Fall back to activex xml http if XMLHttpRequest is disabled (#10423)Artur Signell2012-11-291-1/+6
| | | | Change-Id: I91eeaae42859cd056943b5fd040a0d107ed4ec6e
* Temporary work around for drag'n'drop image problem (#10385)Artur Signell2012-11-268-14/+35
| | | | Change-Id: If3b0709feb638f0116273f35a61708b5c4130ac0
* Fix chameleon "body" css selectors (#10382)Artur Signell2012-11-264-21/+21
| | | | Change-Id: I39095703e74bdcad16d4b6cb700cc5f1953a66c6
* Fixed browser specific theme selectors (#10362)Artur Signell2012-11-2335-136/+136
| | | | | | Browser specific class names are set on the body element and the theme class name is inside body. Theme selectors must therefore be of type ".v-ie & " Change-Id: I1893946ed9b5441a6977945a757a85ae87c07ce8
* Ensure generated-body rules are not prefixed (#10360)Artur Signell2012-11-236-12/+17
| | | | | | This should not cause issue with multiple themes as you do not have a generated body then. Change-Id: I9391ee006de9c5759df0d7e1a7d6470caf82a8c4
* Moved DebugConsole (and related) styles to separate mixin which is applied ↵Marc Englund2012-11-233-27/+35
| | | | | | globally; the console is a widgetset-wide singleton, not usually to be styled. Fixes #10357 Change-Id: I39940fa92f748a6ef7a143797f06ef9d7d68ce36
* Change sass compoent @mixin parameter from $name to $primaryStyleName, fixes ↵Marc Englund2012-11-2372-1378/+1378
| | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3
* Merge "Disabled @media print {} to avoid invalid CSS, see #10336"Artur Signell2012-11-231-0/+3
|\
| * Disabled @media print {} to avoid invalid CSS, see #10336Marc Englund2012-11-231-0/+3
| | | | | | | | Change-Id: I258b786d43bb26af564f911f6aa0d655d835ca97
* | Set bootstrap error using innerHTML instead of document.write (#9735)Leif Åstrand2012-11-231-5/+12
|/ | | | | | | * Also remove the testbench hook so waitForVaadin can continue * Add automatic test Change-Id: I6a6e53f23af9746f33977dfdb3768870956943f2
* Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, ↵Marc Englund2012-11-2328-92/+131
| | | | | | updates themes to support this. Change-Id: I185b67b2ee74dca2faf48ff2517f24280aff4375
* When closeIdleUIs is true, close open UIs only after all UIs have been idle ↵Johannes Dahlström2012-11-201-1/+1
| | | | | | | | | | | | | for longer than the session timeout * Rename closeIdleUIs to closeIdleSessions, isIdleUICleanupEnabled to isCloseIdleSessions (#10252) * Close the whole session at the same time as well * Move UI lastUidlRequestTime to VaadinSession lastRequestTimestamp (#10253) * Rename VaadinSession lastRequestTime to lastRequestDuration, totalSessionTime to cumulativeRequestDuration (#10253) * Rename UI lastHeartbeatTime to lastHeartbeatTimestamp * Show "Session Expired" notification when a heartbeat fails because of this Change-Id: If3d4bd9add9995f435c29812eec00b3a3a92a6e6
* UI stylename handling (#9832)Johannes Dahlström2012-11-143-7/+7
| | | | | | | | * Change VUI class name from v-view to v-ui * Use state.primaryStyleName so it can be changed * Remove useless v-app-VaadinServiceSession from bootstrap root div Change-Id: I67d3cb3efb5b4033416dcfcf7f39cbc71ac70cbc
* Define line-height for tooltips in Runo (#10136)Artur Signell2012-11-061-0/+1
| | | | Change-Id: Id73389fa7fa629ce312c2566b8b2dc36b0b6dcc5
* Fix for small theme bug induced by overlay-container #9220 Note: this will ↵Marc Englund2012-11-051-0/+1
| | | | | | break FF screenshots, but the new version is actually more according to spec, afaik. Change-Id: Ib7048522b06e62e5fc964e538a865524a08eaaab
* Revert "Don't require browserDetailsUrl when embedding (#10122)"Leif Åstrand2012-11-052-59/+1
| | | | | The change caused the wrong URL to be included in some browser details requests. This reverts commit 38c2ad6ff4895643371dfd00fb1d8667f6fc3909
* Don't require browserDetailsUrl when embedding (#10122)Leif Åstrand2012-11-022-1/+59
| | | | Change-Id: I2c6d5518d1e6adc4a502a8ad646e784f93ece4a3
* Overlay container #9220Marc Englund2012-10-302-2/+2
| | | | Change-Id: Iea5b44fc0c48ec1161890d9e084847266ce0d3d2
* Merge "Removed padding which has magically appeared (#10075)"John Ahlroos2012-10-301-0/+1
|\
| * Removed padding which has magically appeared (#10075)Artur Signell2012-10-261-0/+1
| | | | | | | | Change-Id: Iefefe10fcc15d503ccd6cd40ce8d080c335594f4
* | Revert accidentally pushed "Fix most IE scrollbar issues"Artur Signell2012-10-292-18/+1
| | | | | | | | This reverts commit ddad359eab5c72ad2afc5778cc84d1f09ee5b530.
* | Fix most IE scrollbar issuesArtur Signell2012-10-292-1/+18
| |
* | Fixed Chameleon theme for InlineDatefield #10070John Ahlroos2012-10-293-57/+71
| | | | | | | | Change-Id: I7891d727ab75a48e6607d6c49eba664a32a4d255
* | Update test to avoid doing cross domain loadingLeif Åstrand2012-10-261-0/+8
|/ | | | Change-Id: I168b278d8320b3e7f0346167b7b2dc99bbb136fa
* Removed testing and support mention for Weblogic 9 (#10045)Artur Signell2012-10-241-1/+1
| | | | Change-Id: I6a7bdba2f9e3cc4eb199df341028a81259af441c
* Moved init params after servlet name and class (#10040)Artur Signell2012-10-231-2/+2
| | | | Change-Id: I9a54ab880b565297f401e14dff7eac25fc369beb
* Properly read heartbeat interval servlet parameter (#9987)Johannes Dahlström2012-10-181-0/+17
| | | | | | * Test that servlet parameters in general are read correctly Change-Id: I4a015070e5ce03cff0fee10e037b4df2c3df8219
* Fixed primary stylename handling for Datefield and InlineDatefield #9903John Ahlroos2012-10-1610-77/+114
| | | | Change-Id: I4fb460a19a2bf40131172319070edde78851c4a7
* Reverted previously fixed scrollbars since it does not work with components ↵John Ahlroos2012-10-103-34/+0
| | | | | | requiring inline-block #9552 #9572 Change-Id: Iec43c1e4926b51724c93c93d1f4500e0fcf8759e
* Merge "Add placeholder text to prevent NPE with Ant builds #9863"Artur Signell2012-10-091-0/+1
|\
| * Add placeholder text to prevent NPE with Ant builds #9863Mikael Vappula2012-10-041-0/+1
| | | | | | | | Change-Id: Ica0000b337657b5000bae07761650290a83cdbc8
* | Merge "Applied splitpanel scrollbar fix for IE9 as well #9552"Leif Åstrand2012-10-091-5/+6
|\ \
| * | Applied splitpanel scrollbar fix for IE9 as well #9552John Ahlroos2012-10-091-5/+6
| | | | | | | | | | | | Change-Id: Ife96da6315796548c9aeab34b6f307a70e80ef36
* | | Applied a similar fix for the scrollbars in accordion and tabsheet as was ↵John Ahlroos2012-10-092-0/+22
|/ / | | | | | | | | | | done for the splitpanel previously #9572 Change-Id: Ic52081d30e0febeac2cc2378e4a6af7f83306ae9
* | Merge branch 'sass'John Ahlroos2012-10-0876-1457/+1512
|\ \
| * | Merge branch 'master' into sassJohn Ahlroos2012-10-082-12/+3
| |\|