summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN
Commit message (Collapse)AuthorAgeFilesLines
* Include Atmosphere fix for Android 4.1 (#12101)Artur Signell2013-06-251-0/+4
| | | | Change-Id: Ia17a9d8c6ece9861476be8861a735fe5d3e054bf
* DebugWindow styles improved and structured more, for #12058Marc Englund2013-06-141-38/+51
| | | | Change-Id: I1a3a821b15d7350b5ebf2e19056854e9124197ea
* Consistently recover from disconnections in IE (#12073)Johannes Dahlström2013-06-131-2/+1
| | | | Change-Id: Ia65bc9238b712d69ba91b7a7a3fad8c57c4eddce
* DebugWindow resize/move improved, fixes #11937 (also implements shift-resize ↵Marc Englund2013-06-131-2/+22
| | | | | | and alt-move, improves bounds-check) Change-Id: Ic313e545940a6073e30171a610f6d02c38a90037
* Handle push disconnections and reconnections more reliably (#11831, #11922)Johannes Dahlström2013-06-121-19/+16
| | | | | | | | | | | | | | | | Client-side: * Call onOpen() also after a successful reconnection * Reliably call onClose() and try to reconnect after disconnection * Don't try to reconnect if !isApplicationRunning() after push * Queue messages while trying to reconnect (state CONNECT_PENDING) Server-side: * Implement AtmosphereResourceEventListener.onDisconnect() * Push marked as pending until client reconnects (if ever) Change-Id: I1783eb72eb7005b07cae786d8ec8371da3903108
* Info section for the debug window (#12019)Artur Signell2013-06-071-0/+8
| | | | Change-Id: Ie265c6e994c8038a3dc0bb05b94233bbc2506c58
* Correctly report theme version in the debug window (#11442)Artur Signell2013-06-071-0/+4
| | | | | | | * Adds a special v-vaadin-version selector for detecting the theme version * The version in the base theme is replaced during build (for releases) and by the current version also when compiling in the IDE Change-Id: Id6b94ab2edead61602fed021b7152f6e46be809f
* Fixed button highlighting when dragging #10917John Ahlroos2013-06-061-1/+3
| | | | Change-Id: I69ff2c5a987e26d5d065f7c5a7ac45f9d6fa289a
* Use window.console instead of just console in vaadinPush to appease IE (#11980)Johannes Dahlström2013-06-041-3/+3
| | | | Change-Id: I6f363e9afc550d70eb451005dcfdfb53e5533273
* Add missing dialog maximize/restore icons for Runo (#11734)Artur Signell2013-05-313-1/+24
| | | | Change-Id: If8ebbdb7cd8e6a6acfb15fcdc48a41489ab059c6
* Extracted dialog style to a separate block (#11734)Artur Signell2013-05-311-23/+25
| | | | Change-Id: I3f57188cde30122b56bb6f8cea435cd4c56b58e2
* Add primary style name support for ProgressBar/Indicator (#9913)Artur Signell2013-05-295-5/+21
| | | | Change-Id: I3d773640d2f1c8cd1b71c673685afd7059811d16
* Fix debug window SEVERE style, add styles for FINE, FINER and FINEST (#11891)Johannes Dahlström2013-05-281-1/+10
| | | | Change-Id: Ibbe209a6a67e594318a7ac50f962c48aeab4730d
* Upgrade to Atmosphere 1.0.13 (#11861)Johannes Dahlström2013-05-211-272/+281
| | | | Change-Id: Ie9281ff5e9805be89942bf3ca8259740f49e15ab
* Merge changes from origin/7.0Leif Åstrand2013-05-171-1/+12
|\ | | | | | | | | | | | | | | | | | | | | | | 1a6200e Merge #6880 test from 6.8; fix itself is not needed in Vaadin 7 67696f3 SQLContainer.indexOfId() also searches backwards (#11849, #10376) 611e5f9 Test for #11267 adapted from 6.8. 609acd1 Fixed table height rendering in Android 2.3 #11331 63dd611 Centers VOverlays in visual viewport on iOS, Android, fixes #11614 5a33d7d Test for #11775 0c8edf1 Avoid marking AbstractField dirty in primitive getters (#11201) Change-Id: I7437e0b249c1a95372d6f349e9d6336fb85f08a4
| * Test for #11267 adapted from 6.8. Marc Englund2013-05-151-1/+12
| | | | | | | | | | | | | | The problem is not present in 7, but you need to use a slightly different css to acieve the same result. Change-Id: Iee6907a15fd9b0674dcb490f9110fc762c56deb6 Ticket: 11267
* | Move .v-assistive-device-only out of @mixin base-commonLeif Åstrand2013-05-081-1/+2
| | | | | | | | Change-Id: Ic75bb693077640ff9c93f09ad0341d9b24f85d1e
* | Revert "Imported new Atmosphere JS from Atmosphere 1.0.x (#11642)"Artur Signell2013-04-301-204/+145
| | | | | | | | | | | | | | | | This reverts commit 17a60afd6eaab10a24de5cde3bffaeaf23ba3cd2 Causes regressions in IE10 Change-Id: Icd1073898f668b3f0ab61123c2a92f45675160fb
* | Imported new Atmosphere JS from Atmosphere 1.0.x (#11642)Artur Signell2013-04-291-145/+204
| | | | | | | | | | | | * Atmosphere change 2a6b6ce0f5fc1185df6d293d1c919840fabbadf9 Change-Id: I5460cc75045d78930c2a5e0ac0a0199cb1bea100
* | Verify CSRF token before accepting new CSRF connection (#11635)Leif Åstrand2013-04-251-6/+0
| | | | | | | | | | | | | | | | | | | | * Can't open push connection during client-side init because CSRF token is not available at that point. This allows simplifying the initialization because the push state will not be checked until the first response has been processed. * Add helper for checking the CSRF token Change-Id: I31da1ac669dc9a581cbd66f58c07f10ea4b8b676
* | Added light and black versions of close, maximize and restore icons (#11544)Artur Signell2013-04-2321-96/+156
| | | | | | | | Change-Id: Id8463fbd18741edc2f52190feb14fd8c67657154
* | Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c'Artur Signell2013-04-231-0/+5
|\| | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java Change-Id: Iad9ee95b2f399ff93f0e426a0810b18d923f8ff6
| * Different fix for #11152 which is restricted to the problematic case in ↵Artur Signell2013-04-232-6/+5
| | | | | | | | | | | | horizontal layout Change-Id: I4727f0a8f0b82f14f059c7e47a1819a18630a4c0
| * Fixes #11152 (IE9 caret/cursor postion) by applying position:relative to ↵Marc Englund2013-04-121-0/+6
| | | | | | | | | | | | inputs and textareas Change-Id: I067cd44d21ece65a0988b2fbb832a903aaf92aba
* | Move push mode to UI and add @Push annotation (#11506)Leif Åstrand2013-04-181-0/+6
| | | | | | Change-Id: Idc0e5e00a8f3ddd3f56d87484089c290d52715c2
* | Fixed streaming problem (Atmosphere bug 1027) (#11629)Artur Signell2013-04-181-3/+4
| | | | | | | | Change-Id: I1fa7efbf7261ca4cc14ac993affe567fcd9904ea
* | Build a minified version of vaadinPush.js in vaadin-push.jar (#11630)Artur Signell2013-04-173-162/+168
| | | | | | | | | | | | | | | | * Replaced jquery and jquery.atmosphere.js with original, unmodified versions * Added vaadinPush.js build target to ide.xml and push/build.xml * Uses yuicompressor to compress the resulting push javascript Change-Id: I59ba9c2bbf74e05d10325d38efdb106b638cd8e7
* | Replaced Atmosphere portal implementation with the jQuery implementation ↵Artur Signell2013-04-174-21/+12136
| | | | | | | | | | | | | | | | (#11629) * jquery-1.7.2.rebased.js and jquery.atmosphere.rebased.js are imported from atmosphere-jquery and updated to use the jQueryVaadin namespace instead of jQuery and $ Change-Id: I1461ac7803e90d2a40b390551023a118ed5dc704
* | Ignore duplicate ?restartApplication during UI init (#11587)Leif Åstrand2013-04-121-0/+5
| | | | | | | | Change-Id: I8d3519bbf0ec47ec66bf08faea15ca00eb45af66
* | Set character encoding before writing any response (#11501)Artur Signell2013-04-111-1/+1
| | | | | | | | Change-Id: I2a319d2b970d5d0953ece3717af17057c32f2041
* | Fixed problem with fallback on Safari and iOS (#11546)Artur Signell2013-04-101-1/+1
| | | | | | | | Change-Id: Iaa07d0500989d21a2c6ea7899bfb13b86f69636d
* | Fixed header padding to avoid caption overlap (#3400)Artur Signell2013-04-091-1/+1
| | | | | | | | Change-Id: If12a50a6f50ab502573ff84dcf88a7b9a4f0b5a6
* | Implement range for date field (#6241)johan2013-04-081-1/+12
| | | | | | | | Change-Id: I34458f676fede39e1992316cbed8d62193ce8509
* | New DebugWindow implmentation (internal) fixes #2460 #9626 at least...Marc Englund2013-04-056-0/+295
| | | | | | | | | | Change-Id: I42a72797a214b567d1efc077af8a49bc8cff52b0 Ticket: 9626
* | Maximize/restore icons for Chameleon, Liferay, Runo (#3400)Artur Signell2013-04-059-24/+64
| | | | | | | | Change-Id: Ibbeed5b5925442f966841c0f5d2ea3dbfe9007bb
* | Use fallback transport if websockets is not supported by server (#11491Artur Signell2013-04-051-1/+1
| | | | | | | | | | | | Applied fix from GitHub Atmosphere project: https://github.com/Atmosphere/atmosphere/commit/367a88d340910ef5fda702d1467fbbba1dec6907 Change-Id: Ieae27cab5a8637886a66f923184b52ce1e0ed661
* | Maximize Restore for Window #3400Pekka Hyvönen2013-04-045-6/+64
| | | | | | | | Change-Id: I164ae83bd6cf98f7a3d7e76d8e717a56e8cb5183
* | Server push (#111)Johannes Dahlström2013-04-042-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Asynchronous bidirectional communication * Use Atmosphere as a backend * Use websockets if available, fallback to HTTP streaming * Push mode (disabled, manual, automatic) * Configurable via servlet parameter pushMode * Disabled: The default; regular AJAX communication * Manual: Need explicit UI.push() call * Automatic: push all UIs in session when lock released * UI.push() * Push pending state and RPC to client asynchronously * Must hold session lock when invoking Change-Id: Idb5978ac81f7ff1e66665df4e3f96e29e4c419d4
* | Fix for CheckBox and Layout (#11407)michaelvogt2013-04-031-0/+1
| | | | | | | | | | | | | | Change in CheckBoxConnector led to wrong enabled behaviour and addition to top coordinate to prevent scrollbars with VPopupCalendar Change-Id: I381ab7c8a605535280ae58716181ef4c346997f7
* | Integrate Calendar into core #11079John Ahlroos2013-04-034-0/+476
| | | | | | | | | | | | Everything else integrated, except TB3 tests (ticket #11090, old TB2 tests used instead) Change-Id: If1700d7680a6c0a45f84d6e3c7b80e6536da78c8
* | Merge commit 'e4c9eda51082a443822b66864df2fe14be7dc6d7'Artur Signell2013-03-211-4/+30
|\| | | | | | | | | | | | | Conflicts: uitest/test.xml Change-Id: I2c82fa7117b21bddad313abdd2f3f43143317c12
| * Enable a Vaadin applications to be re-initialized if if has been re-added to ↵Artur Signell2013-03-201-4/+30
| | | | | | | | | | | | the same page (#8350) Change-Id: I30dbc14f00108fa699694ecd1d37679d8a0dff4b
* | WAI-ARIA fields (#11180)michaelvogt2013-03-201-0/+6
| | | | | | | | | | Field implementations of the WAI-ARIA changes in the base classes Change-Id: Ie51e76130f3f9976a32c373334b709f0f5b68f1a
* | Fixed error indicator styles in Tabsheet tab on IE10 #11329John Ahlroos2013-03-141-4/+0
| | | | | | | | Change-Id: I6134c5b9be9618bad0f1b9d22cc505ae062043ca
* | Removes the clear button added to all input fields by IE10 #11300John Ahlroos2013-03-121-0/+5
| | | | | | | | Change-Id: Iae8f2073356db9702bbd0c63bc639cbb4ad27823
* | Applied IE9 CSS fixes to IE10 also (#11301)Artur Signell2013-03-115-30/+32
| | | | | | | | Change-Id: I50e5d33773127e9073e820bc4e307979bbcbd875
* | Added IE10 touch support detection #9216John Ahlroos2013-03-051-2/+14
|/ | | | Change-Id: I3e5b2266b641901590b7806a04c6ef8c68fbe0f4
* Merge "Set the overlay container width and height to zero (#10860)" into 7.0John Ahlroos2013-02-121-1/+6
|\
| * Set the overlay container width and height to zero (#10860)Johannes Dahlström2013-02-111-1/+6
| | | | | | | | | | | | * Fix body scrolling in touch devices that do not honor overflow: hidden Change-Id: Ia444d3c222094b9aa83ba31d5710eed9d9e549cc
* | Fixed close icon too high in tabsheet when using IE9 and TABSHEET_MINIMAL ↵John Ahlroos2013-02-111-3/+9
|/ | | | | | style #10884 Change-Id: Iac91b00d60e55e80d5b4deea397bad1e4442d6a1