aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\|
| * | Merge branch 'master' into sassMarc Englund2012-10-045-42/+42
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/formlayout/formlayout.scss WebContent/VAADIN/themes/reindeer/formlayout/formlayout.scss Change-Id: Ie895a1bbafdcf2fe79d500efb04c6eef3f5a812e
| * \ \ Merge branch 'primary-stylename' into sassMarc Englund2012-10-011-2/+2
| |\ \ \
| | * \ \ Merge branch 'master' into primary-stylenameJohn Ahlroos2012-10-011-1/+1
| | |\ \ \
| | * | | | Fixed layout primary stylenames #9724John Ahlroos2012-09-271-2/+2
| | | | | |
| * | | | | Merge branch 'master' into sassMarc Englund2012-10-012-10/+10
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/tabsheet/tabsheet.scss theme-compiler/src/com/vaadin/sass/tree/ListRemoveNode.java theme-compiler/src/com/vaadin/sass/visitor/EachVisitor.java
| * | | | | | Sass restructure: split button into nativebutton and checkboxMarc Englund2012-09-288-100/+149
| | | | | | |
| * | | | | | Sass restructure: fixed bug in embedded.scssMarc Englund2012-09-281-1/+1
| | | | | | |
| * | | | | | Sass restructure: base theme with renameable componentsMarc Englund2012-09-2831-495/+495
| | | | | | |
| * | | | | | Sass restructure: tried some variants, this should be a reindeer structure ↵Marc Englund2012-09-2831-712/+712
| | | | | | | | | | | | | | | | | | | | | | | | | | | | that should work w/o overlay-container
| * | | | | | Sass restructure: need to disable .themename{} -wrapping until we get ↵Marc Englund2012-09-2810-64/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | overlay-container.
| * | | | | | Rearranging sass theme structure in phases.Marc Englund2012-09-268-109/+109
| | |/ / / / | |/| | | |
* | | | | | Bootstrap UI using relative URLs with servlets (#6771)Leif Åstrand2012-10-082-14/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Configure widgetset using URLs relative to the requested page * Provide a Util method for getting an absolute URL from a relative URL * Test by using an embedded Jetty acting as a transparent proxy * Make /embed1 use the Buttons test to enable testing UIDL requests Change-Id: I4ef9b40e3954ae16b682d743a339f4360db40d4d