Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow customization of the widgetset url in order to be able to remove the ↵ | Jonatan Kronqvist | 2012-12-04 | 1 | -8/+10 |
| | | | | | | '?timestamp' part of the default url #10422 Change-Id: I561ba82d027b9207ed67fd7a861b0d6602e02024 | ||||
* | Added prefix "v-" to internal parameters (#10156) | Anna Koskinen | 2012-11-30 | 1 | -19/+19 |
| | | | | Change-Id: I79ac824bc19fa42b976954148e69d54fb91b77ab | ||||
* | Fall back to activex xml http if XMLHttpRequest is disabled (#10423) | Artur Signell | 2012-11-29 | 1 | -1/+6 |
| | | | | Change-Id: I91eeaae42859cd056943b5fd040a0d107ed4ec6e | ||||
* | Temporary work around for drag'n'drop image problem (#10385) | Artur Signell | 2012-11-26 | 8 | -14/+35 |
| | | | | Change-Id: If3b0709feb638f0116273f35a61708b5c4130ac0 | ||||
* | Fix chameleon "body" css selectors (#10382) | Artur Signell | 2012-11-26 | 4 | -21/+21 |
| | | | | Change-Id: I39095703e74bdcad16d4b6cb700cc5f1953a66c6 | ||||
* | Fixed browser specific theme selectors (#10362) | Artur Signell | 2012-11-23 | 35 | -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 Signell | 2012-11-23 | 6 | -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 Englund | 2012-11-23 | 3 | -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 Englund | 2012-11-23 | 72 | -1378/+1378 |
| | | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3 | ||||
* | Merge "Disabled @media print {} to avoid invalid CSS, see #10336" | Artur Signell | 2012-11-23 | 1 | -0/+3 |
|\ | |||||
| * | Disabled @media print {} to avoid invalid CSS, see #10336 | Marc Englund | 2012-11-23 | 1 | -0/+3 |
| | | | | | | | | Change-Id: I258b786d43bb26af564f911f6aa0d655d835ca97 | ||||
* | | Set bootstrap error using innerHTML instead of document.write (#9735) | Leif Åstrand | 2012-11-23 | 1 | -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 Englund | 2012-11-23 | 28 | -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öm | 2012-11-20 | 1 | -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öm | 2012-11-14 | 3 | -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 Signell | 2012-11-06 | 1 | -0/+1 |
| | | | | Change-Id: Id73389fa7fa629ce312c2566b8b2dc36b0b6dcc5 | ||||
* | Fix for small theme bug induced by overlay-container #9220 Note: this will ↵ | Marc Englund | 2012-11-05 | 1 | -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 Åstrand | 2012-11-05 | 2 | -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 Åstrand | 2012-11-02 | 2 | -1/+59 |
| | | | | Change-Id: I2c6d5518d1e6adc4a502a8ad646e784f93ece4a3 | ||||
* | Overlay container #9220 | Marc Englund | 2012-10-30 | 2 | -2/+2 |
| | | | | Change-Id: Iea5b44fc0c48ec1161890d9e084847266ce0d3d2 | ||||
* | Merge "Removed padding which has magically appeared (#10075)" | John Ahlroos | 2012-10-30 | 1 | -0/+1 |
|\ | |||||
| * | Removed padding which has magically appeared (#10075) | Artur Signell | 2012-10-26 | 1 | -0/+1 |
| | | | | | | | | Change-Id: Iefefe10fcc15d503ccd6cd40ce8d080c335594f4 | ||||
* | | Revert accidentally pushed "Fix most IE scrollbar issues" | Artur Signell | 2012-10-29 | 2 | -18/+1 |
| | | | | | | | | This reverts commit ddad359eab5c72ad2afc5778cc84d1f09ee5b530. | ||||
* | | Fix most IE scrollbar issues | Artur Signell | 2012-10-29 | 2 | -1/+18 |
| | | |||||
* | | Fixed Chameleon theme for InlineDatefield #10070 | John Ahlroos | 2012-10-29 | 3 | -57/+71 |
| | | | | | | | | Change-Id: I7891d727ab75a48e6607d6c49eba664a32a4d255 | ||||
* | | Update test to avoid doing cross domain loading | Leif Åstrand | 2012-10-26 | 1 | -0/+8 |
|/ | | | | Change-Id: I168b278d8320b3e7f0346167b7b2dc99bbb136fa | ||||
* | Removed testing and support mention for Weblogic 9 (#10045) | Artur Signell | 2012-10-24 | 1 | -1/+1 |
| | | | | Change-Id: I6a7bdba2f9e3cc4eb199df341028a81259af441c | ||||
* | Moved init params after servlet name and class (#10040) | Artur Signell | 2012-10-23 | 1 | -2/+2 |
| | | | | Change-Id: I9a54ab880b565297f401e14dff7eac25fc369beb | ||||
* | Properly read heartbeat interval servlet parameter (#9987) | Johannes Dahlström | 2012-10-18 | 1 | -0/+17 |
| | | | | | | * Test that servlet parameters in general are read correctly Change-Id: I4a015070e5ce03cff0fee10e037b4df2c3df8219 | ||||
* | Fixed primary stylename handling for Datefield and InlineDatefield #9903 | John Ahlroos | 2012-10-16 | 10 | -77/+114 |
| | | | | Change-Id: I4fb460a19a2bf40131172319070edde78851c4a7 | ||||
* | Reverted previously fixed scrollbars since it does not work with components ↵ | John Ahlroos | 2012-10-10 | 3 | -34/+0 |
| | | | | | | requiring inline-block #9552 #9572 Change-Id: Iec43c1e4926b51724c93c93d1f4500e0fcf8759e | ||||
* | Merge "Add placeholder text to prevent NPE with Ant builds #9863" | Artur Signell | 2012-10-09 | 1 | -0/+1 |
|\ | |||||
| * | Add placeholder text to prevent NPE with Ant builds #9863 | Mikael Vappula | 2012-10-04 | 1 | -0/+1 |
| | | | | | | | | Change-Id: Ica0000b337657b5000bae07761650290a83cdbc8 | ||||
* | | Merge "Applied splitpanel scrollbar fix for IE9 as well #9552" | Leif Åstrand | 2012-10-09 | 1 | -5/+6 |
|\ \ | |||||
| * | | Applied splitpanel scrollbar fix for IE9 as well #9552 | John Ahlroos | 2012-10-09 | 1 | -5/+6 |
| | | | | | | | | | | | | Change-Id: Ife96da6315796548c9aeab34b6f307a70e80ef36 | ||||
* | | | Applied a similar fix for the scrollbars in accordion and tabsheet as was ↵ | John Ahlroos | 2012-10-09 | 2 | -0/+22 |
|/ / | | | | | | | | | | | done for the splitpanel previously #9572 Change-Id: Ic52081d30e0febeac2cc2378e4a6af7f83306ae9 | ||||
* | | Merge branch 'sass' | John Ahlroos | 2012-10-08 | 76 | -1457/+1512 |
|\ \ | |||||
| * | | Merge branch 'master' into sass | John Ahlroos | 2012-10-08 | 2 | -12/+3 |
| |\| | |||||
| * | | Merge branch 'master' into sass | Marc Englund | 2012-10-04 | 5 | -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 sass | Marc Englund | 2012-10-01 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'master' into primary-stylename | John Ahlroos | 2012-10-01 | 1 | -1/+1 |
| | |\ \ \ | |||||
| | * | | | | Fixed layout primary stylenames #9724 | John Ahlroos | 2012-09-27 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' into sass | Marc Englund | 2012-10-01 | 2 | -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 checkbox | Marc Englund | 2012-09-28 | 8 | -100/+149 |
| | | | | | | | |||||
| * | | | | | | Sass restructure: fixed bug in embedded.scss | Marc Englund | 2012-09-28 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Sass restructure: base theme with renameable components | Marc Englund | 2012-09-28 | 31 | -495/+495 |
| | | | | | | | |||||
| * | | | | | | Sass restructure: tried some variants, this should be a reindeer structure ↵ | Marc Englund | 2012-09-28 | 31 | -712/+712 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | that should work w/o overlay-container | ||||
| * | | | | | | Sass restructure: need to disable .themename{} -wrapping until we get ↵ | Marc Englund | 2012-09-28 | 10 | -64/+70 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | overlay-container. | ||||
| * | | | | | | Rearranging sass theme structure in phases. | Marc Englund | 2012-09-26 | 8 | -109/+109 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Bootstrap UI using relative URLs with servlets (#6771) | Leif Åstrand | 2012-10-08 | 2 | -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 |