aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Correctly decode summaries containing quotes (#11769)Artur Signell2013-06-051-1/+8
| | | | Change-Id: I98031bab90d3aa3f37e7dc71a9104f7b7a956590
* Fixed javadoc referencesArtur Signell2013-06-051-3/+3
| | | | Change-Id: If20a5db3ee42608fbb246e6d56125e335c616887
* Use correct day names when formatting dates (#6207)Artur Signell2013-06-042-2/+47
| | | | Change-Id: I2010f87ef4f9359cdc95104cc02c83355a8630ed
* Use window.console instead of just console in vaadinPush to appease IE (#11980)Johannes Dahlström2013-06-041-3/+3
| | | | Change-Id: I6f363e9afc550d70eb451005dcfdfb53e5533273
* Merge changes from origin/7.0Leif Åstrand2013-06-044-2/+93
|\ | | | | | | | | | | | | b1390c5 Don't autoclose PopupView when changing fragment, fixes #10530 158c162 Do not clear combobox text unnecessarily (#10924, #11887) Change-Id: I5cda623309d9e1b16ad09aa2a388552b5f33ca30
| * Do not clear combobox text unnecessarily (#10924, #11887)Henri Sara2013-05-211-2/+5
| | | | | | | | Change-Id: Ica66c1d7ca05874ca5a05fb2c9651a6e4758e1d9
| * Don't autoclose PopupView when changing fragment, fixes #10530Marc Englund2013-05-213-0/+88
| | | | | | | | | | Change-Id: I83607c97db8499c5e3c76e6d4735a93b0754d580 Ticket: 10530
* | Merge commit '34e6c60a5a746c0306c3a84ae8d6c21dfd84d878' into 7.1Leif Åstrand2013-06-03634-24788/+74764
|\ \ | |/ |/| | | | | | | | | #11448 is fixed in a different way for 7.1 because the tooltip event handling has been slightly refactored. Change-Id: I50db48ffdce22cdf6598daafcb022fc43ed11cf4
| * Enabled drag & drop to Calendar #11048John Ahlroos2013-06-038-59/+289
| | | | | | | | Change-Id: I2dcc1f7159a6283cfbc0baafe6cba66530bf0a45
| * Ignore style resource that has already been added (#11667)Leif Åstrand2013-06-033-45/+101
| | | | | | | | Change-Id: I828166f69c3ad1ac7e24c00de640c8645d2f2153
| * Add a separate debug window section for profiler output (#11950)Leif Åstrand2013-06-033-185/+400
| | | | | | | | Change-Id: I115f440d6dda5fac0788d3376f01e405e413c482
| * 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
| * Move ApplicationConnection.setOverlayContainerLabel to VOverlay (#11965)Leif Åstrand2013-05-313-15/+22
| | | | | | | | Change-Id: I747097fe7be8872f6c2ab04b272f88677b6e0663
| * Throw exception if VaadinService has not been initialized (#11961)Leif Åstrand2013-05-311-0/+11
| | | | | | | | Change-Id: I754c73790aae197a262d6cc8b88751290efbe127
| * Do not log legacy warnings in JUnit tests (#11963)Artur Signell2013-05-311-5/+5
| | | | | | | | Change-Id: I5549a524d7fae32b1ef201073ab48cadcc4e8212
| * Remove IE6/IE7 permutation (#11954)Artur Signell2013-05-311-0/+3
| | | | | | | | Change-Id: Id6eae2e71f322d9750c95b381eefd28e41624139
| * Fix stale info in javadoc for accessSynchronously (#11897)Leif Åstrand2013-05-312-8/+0
| | | | | | | | Change-Id: I0d562a5f617850e2e862f86758dbca0fc4c947a0
| * Fixed spelling mistake in API #11741John Ahlroos2013-05-312-2/+2
| | | | | | | | Change-Id: I1bf04abd4c49a452f00fb0ab07b20f82ad6d62a2
| * Formatted XML files using defined rules (#11956)Artur Signell2013-05-3039-3009/+3327
| | | | | | | | Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
| * Add XML formatting instructions (#11956)Artur Signell2013-05-301-0/+9
| | | | | | | | Change-Id: Ifac318e1e422d39776196fd8f9b4bb670d504578
| * Remove workarounds for broken Timer.cancel in IE (#11872)Leif Åstrand2013-05-303-72/+6
| | | | | | | | Change-Id: Ib60d6131d36e794bcf72d5f498bb59fafdbf7d0e
| * Limit sub window minimum size (#11510)Leif Åstrand2013-05-302-1/+27
| | | | | | | | Change-Id: I8ad89e74b058246939d77165f2d4b5abc3417886
| * Fix streaming issue with iOS6 (#11934)Artur Signell2013-05-301-0/+7
| | | | | | | | | | | | It appears that iOS6 will not make new request (at least for images) to a server to which there is already a connection open which possibly will be kept alive after the current request is done (Connection: Keep-alive asked by the client and not denied by the server) Change-Id: If4e6233457fced3760a931b7953fa1713fee3452
| * Flush the output writer in case of SSE transport as well (#11955)Johannes Dahlström2013-05-301-1/+1
| | | | | | | | Change-Id: Id0d82eabab63681b9d01c0312588fdfe1659860f
| * Make ProgressInidcatorConnector use VProgressIndicator (#11925)Leif Åstrand2013-05-301-0/+6
| | | | | | | | | | | | | | | | | | When ProgressBar was split out from ProgressIndicator, ProgressIndicatorConnector was accidentally left inheriting the VProgressBar widget from ProgressBarConnector instead of using its own VProgressIndicator. Change-Id: Ie7c5d3b68af871d5eb2a86f3d720af3b23048793
| * Add primary style name support for ProgressBar/Indicator (#9913)Artur Signell2013-05-2912-14/+243
| | | | | | | | Change-Id: I3d773640d2f1c8cd1b71c673685afd7059811d16
| * Extract ProgressBar and deprecate ProgressIndicator (#11925)Leif Åstrand2013-05-2910-156/+552
| | | | | | | | Change-Id: Id9eaee65762b0dadd59f3e730d3ff11712ab87fe
| * Fixed javadoc compilation errorArtur Signell2013-05-291-4/+2
| | | | | | | | Change-Id: Ic834ddabdeeb2a9cc453b67e5202ff1aab44dffd
| * Moved Locale data handling to LocaleService (#11378)Artur Signell2013-05-2911-315/+300
| | | | | | | | | | | | The locale data is now tracked per UI instance and no longer sent in every request. Change-Id: I4bebd00327da6f8d812181fd76a85eb6196d0010
| * Updated to custom build of Smartsprites 0.2.10 which includes a fix for ↵Artur Signell2013-05-293-49/+9
| | | | | | | | | | | | SMARTSPRITES-36 (#9959) Change-Id: Ibf549acba14a8b884424a5e2c98f3a4aac5de84c
| * Make test independent of browser language (#11940)Artur Signell2013-05-291-0/+2
| | | | | | | | Change-Id: Ibcabe18581e4ad021ad1b58919c77fd97f2ad47c
| * Remove UI.runSafely and VaadinSession.runSafely (#11901)Leif Åstrand2013-05-292-21/+1
| | | | | | | | Change-Id: Ie72e1a3ab72be00c99548a740f16721fb7edab00
| * Fixes current text being overwritten in server update on RTA #11741John Ahlroos2013-05-295-79/+229
| | | | | | | | | | | | | | | | | | | | | | | | If the server happens to update the state of the RTA while a user is typing then the users text will be replaced by the value on the server. To fix this the RTA should not update if the value is the same as the one cached on the client side. Also moves blur handling and server<->client syncronization to the connector. Change-Id: Ia807b1e2aa210eb881e4b9cea0870c0c5a9254b2
| * Exclude parsers from checkstyle as they are generatedArtur Signell2013-05-291-4/+8
| | | | | | | | Change-Id: I91489d73bec165b5e755b5d76bf220043bee0d66
| * Moved enums to avoid running them as testsArtur Signell2013-05-294-2/+6
| | | | | | | | Change-Id: I52cbd9582345a3c0d49caf2ad265a659bf3fe0f1
| * Avoid deadlock checking in runPendingAccessTasks() (#11897)Leif Åstrand2013-05-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The deadlock check in accessSynchronously() was triggered in cases where one session was locked and tryLock() in access() did manage to lock another session and thus attempted to run the runnable right away. runPendingAccessTasks() needed accessSynchronously() just for setting up the current session instance - the session was already locked and cleaning up the CurrentInstance values afterwards was not needed. Just setting the current session without accessSynchronously() gets rid of the inappropriate deadlock detection as well as some overhead with managing locks and CurrentInstance values. Change-Id: Ib956d68884d6703dce2633a455c4857bb06651af
| * Ensure calendar panel is updated when range changes (#11940)Artur Signell2013-05-283-1/+222
| | | | | | | | Change-Id: Ic270e5c0aa1b28947b735fcb258bc9629d53cc21
| * Support nested SASS imports (#11909)Henri Sara2013-05-286-13/+51
| | | | | | | | Change-Id: I05f88e398e7e28f476d8c0d50b7f9ac54a7cba0b
| * Fix debug window SEVERE style, add styles for FINE, FINER and FINEST (#11891)Johannes Dahlström2013-05-281-1/+10
| | | | | | | | Change-Id: Ibbe209a6a67e594318a7ac50f962c48aeab4730d
| * Merge "event not reported as target when context clicking in month view" to ↵Leif Åstrand2013-05-283-1/+34
| | | | | | | | | | | | | | | | Vaadin 7.1 (#10217) Originally fixed as #10189. Change-Id: I0fe6fbb2452bcdb75fed4ea9ef92ea7b739cbb22
| * Remove outdated testing (#11897)Leif Åstrand2013-05-282-23/+2
| | | | | | | | | | | | | | | | * access is run right away instead of the next time there's a request from the server. * Non-inheritable CurrentInstance values are not carried over to access Change-Id: I6a9f3f2a74647357fe02c43e96878d803cfaf207
| * Remove ThreadLocal references from CurrentInstance (#11914)Leif Åstrand2013-05-285-27/+36
| | | | | | | | Change-Id: Ic7389a06726026383b96de80b0d038ed11e9d273
| * Define how CurrentInstance works with access() (#11897)Leif Åstrand2013-05-285-36/+236
| | | | | | | | Change-Id: I7ca62c5706fd37e7c44ed46703bcdce159b367f4
| * Added ComponentConnector.isAttached (#11928)Artur Signell2013-05-288-16/+44
| | | | | | | | Change-Id: I70d7d78a0d9de76080f6e0770a48504af8abdd84
| * Send window mode changes to the server immediately (#11737)Leif Åstrand2013-05-282-13/+31
| | | | | | | | Change-Id: Icfaa8f97824d8ed92eaee786cee8c92083dc1084
| * Add missing license headerArtur Signell2013-05-281-1/+1
| | | | | | | | Change-Id: Iadf8831b01a292d5e29fea26c877541ab4dc5919
| * Stop using PlaceHolder widgets in VTabsheet (#11026)Leif Åstrand2013-05-281-62/+20
| | | | | | | | | | | | | | Vaadin 7.0 disabled rendering of tabs that are not shown, but the place holder mechanism was still retained. Now it is removed. Change-Id: Ic15b7f56852816d73916ef78f5997eb5e40f9cab
| * Make access() enqueue the runnable if the session is locked (#11897)Leif Åstrand2013-05-2811-55/+632
| | | | | | | | Change-Id: If162e81a29bbc982857e2a165a983e161ea837ee
| * Added Serializable where missing and ignore classes which do not need ↵Artur Signell2013-05-287-7/+38
| | | | | | | | | | | | Serializable Change-Id: I197b2d62282ee957458e05d9cac357df47f05e85