summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN
Commit message (Collapse)AuthorAgeFilesLines
* Ensure alternate text is still visible (#11780)Artur Signell2013-11-141-0/+4
| | | | Change-Id: Icfa54ec612153c3a92f83d7cb083685f7e77d295
* Fixes double scrollbar issue in browserframes (#11780)Thomas2013-11-112-0/+9
| | | | | | Fixed by adding font-size 0 to the base theme. Change-Id: I8d0224cb65f8ab36c50d2fd68157de4803c823e2
* Update to atmosphere javascript 2.0.3-vaadin1 (#12241, #12127)Artur Signell2013-10-142-12152/+0
| | | | | | | Build vaadinPush.js from the released version instead of having a separate javascript version in the project Change-Id: I37aac284216c8ec6efd03c242e639e88854f11fd
* Enable native scrolling in all iOS versions newer than 5, not just iOS 6 ↵Johannes Dahlström2013-09-181-3/+5
| | | | | | (#12324) Change-Id: I8f9ec7f34aefa5b48fd23f3f000f9455475edefa
* fixed incorrect name for close-pressed.png for windows in black theme (#12563)Fabian Lange2013-09-131-0/+0
| | | | | | | | | The scss file and the light and normal style suggest that the name should be "-pressed". This is what this patch fixes. I have considered renaming all "-pressed" to "-active", to be consistent with e.g. "maximize-active.png" but decided against due to compatibility concerns. Change-Id: I42f37b3311715fab04e5fe05fdf4bc3026e52ed1
* The colon in the calendar event caption is now also hideable. Fixes #12460Jonatan Kronqvist2013-09-021-1/+9
| | | | Change-Id: Idc81c3cc614bc59c2a93615bd5ac5cac9b72f752
* Updated _trackMessageSize based on latest upstream version (#12468)Leif Åstrand2013-09-021-25/+21
| | | Change-Id: Ie7db27a026d52befe027ed2abb96e62947f8116d
* Search only remaining message for delimiter (#12404)Artur Signell2013-08-201-1/+5
| | | | Change-Id: I0d61984aa795ec2b3bd384c2f93f6e3ee2a71be3
* Fix native scrolling regression in iOS 6 homescreen apps (#12295)Johannes Dahlström2013-08-061-2/+2
| | | | Change-Id: Ie225663ebc2a9ffe4b481a49e34e9dcf79b064b2
* Fixes parsing of multiple push messages in streaming mode (#12197)Fabian Lange2013-08-011-2/+9
| | | | | | | | | | | The current atmosphere code can handle messages split up using the message length header. But it does not handle the case where the header is actually split up itself. This patch solves it by making sure the length header stays intact. Corresponding atmosphere ticket: https://github.com/Atmosphere/atmosphere/issues/1199 Change-Id: If22c42ea63b0749c68df19c869b316f9b69f4317
* Fixes light theme window sprites #12171John Ahlroos2013-07-261-9/+9
| | | | | | | | | The close buttons images for the Window black theme was mistakenly added to the white theme sprite and ended up in the middle of the light theme window. Moved the black theme button images to the black theme sprite. Change-Id: Ieaaaa1b404f1d623c61fe7cfecb4996d96904b27
* Update to Atmosphere 1.0.14.vaadin4 (#12242)Leif Åstrand2013-07-191-1/+2
| | | | Change-Id: I76ccbf631f8ba169f11513b7d585f39b8ab570a4
* 32x32 favicons added, replacing the old favicons (#12143)Jouni Koivuviita2013-06-287-0/+0
| | | | | | | | Added new version for favicon.ico, which has 32x32 pixel version in addition to 16x16 pixels. Adds support for high resolution/retina displays. Change-Id: I49bd84b9d23f1e26ceee28dab1e26d9cd4f6b6d2
* Actually show loading indicator during loading (#12128)Artur Signell2013-06-261-1/+1
| | | | | | * Add theme name already during bootstrap Change-Id: I78da3029b818ced51714d385cd77f5ba9bfce625
* 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