Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 32x32 favicons added, replacing the old favicons (#12143) | Jouni Koivuviita | 2013-06-28 | 7 | -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 | ||||
* | Ensure that Slider diffstate always contains "value" (#12133) | Risto Yrjänä | 2013-06-28 | 3 | -0/+119 |
| | | | | | | | Force diff state to contain "value", so that value changes from value change listeners work. Change-Id: I5b2c661f1297ec0272c150a5a9ff4ca26f19fefe | ||||
* | Fix VaadinService.findUI to throw Error if UIConstants.UI_ID_PARAMETER | mtzukanov | 2013-06-28 | 1 | -4/+6 |
| | | | | | | is not set (#11943) Change-Id: I3cbb88e3fab4f39af8e4799d5a914ab9bd4733f5 | ||||
* | Fixed slider value initialization on HSV and RGB tabs of ColorPicker. (#7863) | Teemu Pöntelin | 2013-06-28 | 3 | -53/+109 |
| | | | | Change-Id: I3776400d849d4ba9f76d6296603152c0a6464aaa | ||||
* | Fixed NPE in ApplicationRunnerServlet (#12145) | Jouni Koivuviita | 2013-06-28 | 1 | -1/+9 |
| | | | | | | | | | | If the path for a test case file contained special characters (such as space), they would get URL encoded which wouldn't work for File constructors. Fixed by using URI.getPath(), which does the decoding. Change-Id: I2a7c13b785adbb2e486d3807b115540c0ba70fa6 | ||||
* | Implemented Focusable in MenuBar (#7674) | Jens Jansson | 2013-06-28 | 4 | -3/+205 |
| | | | | Change-Id: I31cd6fafffacc16147e63d3878fcf025163deb5b | ||||
* | Remove sub window references from Window javadocs (#9892) | Leif Åstrand | 2013-06-28 | 1 | -62/+51 |
| | | | | Change-Id: I51f1f39a9730313e0150bff2fccdba67e69e9d95 | ||||
* | The 'license.html' file has flaw in the HTML (unclosed span tag) | michaelvogt | 2013-06-28 | 1 | -1/+1 |
| | | | | | | (#11952) Change-Id: Ib940b76df7d2507e8a8b7122e99c4542850f9ac9 | ||||
* | Debug window poll interval claims interval is in seconds and not | michaelvogt | 2013-06-28 | 1 | -2/+4 |
| | | | | | | milliseconds (#12098) Change-Id: I26f86fdeafbdf15d02d40b86abb3f23da4f38543 | ||||
* | Use varargs instead of array where appropriate (#4513) | Artur Signell | 2013-06-26 | 9 | -28/+15 |
| | | | | Change-Id: Ide9349b6afa7e56ae04b7727134971ebf81c0b03 | ||||
* | Actually show loading indicator during loading (#12128) | Artur Signell | 2013-06-26 | 2 | -1/+2 |
| | | | | | | * Add theme name already during bootstrap Change-Id: I78da3029b818ced51714d385cd77f5ba9bfce625 | ||||
* | Things now align better in SimpleTree, for #12058 | Marc Englund | 2013-06-26 | 1 | -2/+5 |
| | | | | Change-Id: Ie36f51b8b6e28aaf0055772a6cf4dcd35b716a3a | ||||
* | Include Atmosphere fix for Android 4.1 (#12101) | Artur Signell | 2013-06-25 | 1 | -0/+4 |
| | | | | Change-Id: Ia17a9d8c6ece9861476be8861a735fe5d3e054bf | ||||
* | Use atmosphere 1.0.14.vaadin3 which fixes Android 4.1 support (#12101) | Artur Signell | 2013-06-25 | 3 | -3/+3 |
| | | | | Change-Id: I75cd1eebeeb5836b9205a9a1e28795be300d135a | ||||
* | Ensure caption is used when child is set to required (#12077) | Artur Signell | 2013-06-25 | 3 | -0/+207 |
| | | | | Change-Id: Id4a9674c1b2e1c41dbba1f6fde11502400591a52 | ||||
* | Add version property to integration tests to servers know if it is a Vaadin ↵ | Artur Signell | 2013-06-24 | 1 | -0/+1 |
| | | | | | | 6 or 7 test Change-Id: Id16238351289ce8df81bed3cd364cc4aa8bba95c | ||||
* | Updated Atmosphere dependency to 1.0.14.vaadin2 (#12017, #12033, #12115) | Artur Signell | 2013-06-24 | 3 | -3/+3 |
| | | | | Change-Id: I068cca8ae2d3739b3a8ba7b01cd83b1b69509dd2 | ||||
* | Enable using @Stylesheet with vaadin:// (#9934) | Artur Signell | 2013-06-18 | 3 | -0/+14 |
| | | | | Change-Id: I895fad31ef5b31a395cea95e64d6b183d718056f | ||||
* | Reinitialize pendingAccessQueue after deserialization (#12097) | Johannes Dahlström | 2013-06-18 | 1 | -1/+6 |
| | | | | Change-Id: I5e6d192093f19df1a07e95dff643babd6f532426 | ||||
* | Add 'transport' GET parameter to AbstractTestUI (#12094) | Johannes Dahlström | 2013-06-18 | 1 | -0/+25 |
| | | | | | | | | * Value can be 'xhr', 'websocket', or 'streaming' * xhr disables push even if already enabled * others set push to automatic if not already set to manual Change-Id: Iaf929bbb78865fa7d832718841e781e76cdf7277 | ||||
* | Actually compile an IE10 permutation (#12080) | Artur Signell | 2013-06-15 | 1 | -1/+1 |
| | | | | Change-Id: I4da4ef6dbbdf9fccfd3e8bf8d302365a3398d9de | ||||
* | Rename getCommunicationMethod -> getCommunicationMethodName (#12019) | Artur Signell | 2013-06-14 | 2 | -2/+2 |
| | | | | Change-Id: I74743548e186a8faff52d2aed3888dbec53087ad | ||||
* | Highlight on server was still spamming in one instance, for #12058 | Marc Englund | 2013-06-14 | 1 | -7/+9 |
| | | | | Change-Id: Ic704c86913ed0ddd30c15b1de0debfc0f7ee8bf7 | ||||
* | Updated to atmosphere 1.0.14-vaadin1 | Artur Signell | 2013-06-14 | 3 | -4/+4 |
| | | | | Change-Id: I758ec93ce6eeeef023811f754e67eed122c510d9 | ||||
* | Fixed test issues with type=null (#11895) | Artur Signell | 2013-06-14 | 6 | -6/+6 |
| | | | | Change-Id: I1618191f534ef75048dbae95564ef30a320114a4 | ||||
* | Specified supported server versions and added Glassfish 4 (#12075) | Artur Signell | 2013-06-14 | 1 | -12/+12 |
| | | | | Change-Id: I1113a1c6133d744ebd9c12e64a3b040855efab27 | ||||
* | Test using Glassfish 4 (#12075) | Artur Signell | 2013-06-14 | 1 | -0/+7 |
| | | | | Change-Id: I09b062642e54b6184a10c4a9446147f9241c3d16 | ||||
* | DebugWindow styles improved and structured more, for #12058 | Marc Englund | 2013-06-14 | 1 | -38/+51 |
| | | | | Change-Id: I1a3a821b15d7350b5ebf2e19056854e9124197ea | ||||
* | VUIDLBrowser no longer requires shift-click to 'highlight component on ↵ | Marc Englund | 2013-06-14 | 2 | -7/+3 |
| | | | | | | server', open recursively changed to 'alt-click', for #12058 Change-Id: If0a359258c5f123a52a27860a8af2c52726e564c | ||||
* | Highlight on server when highlighting on client, for #12058 | Marc Englund | 2013-06-14 | 2 | -2/+19 |
| | | | | Change-Id: Ib109df81f4c56a7204ea01fd97162c323fcd3d3f | ||||
* | DebugWindow sections now use previously empty areas to describe the ↵ | Marc Englund | 2013-06-14 | 2 | -8/+17 |
| | | | | | | functionality, for #12058 Change-Id: I7cef423b8c4f991d40ad013022cc4f36879cd6dc | ||||
* | Don't attempt to run microbenchmarks as unit tests (#8759) | Leif Åstrand | 2013-06-14 | 1 | -0/+1 |
| | | | | Change-Id: I31349fb7eb0bf0f4b8acae59da663b9a0d24ff62 | ||||
* | Define LegacyPropertyToStringMode parameter strings in the enum (#11970) | Leif Åstrand | 2013-06-14 | 3 | -19/+70 |
| | | | | Change-Id: Ia6a0b5f63ef1290a2054307e5dd2d34f6628fa64 | ||||
* | Exclude external classes and FutureAccess | Artur Signell | 2013-06-14 | 1 | -1/+2 |
| | | | | Change-Id: I3933ed784c2981664f5c3ff226c3ad9f6310ca5f | ||||
* | Fixes broken request listeners (#12056) | Artur Signell | 2013-06-14 | 1 | -14/+15 |
| | | | | Change-Id: I432d901ea3a0d0e3013c045a2048489ee0a41695 | ||||
* | Corrected fix and better error checking for action/event request (#12056) | Artur Signell | 2013-06-14 | 2 | -3/+21 |
| | | | | Change-Id: I85e8fff753baba2d0c373f235ddf74d0d2a97ed3 | ||||
* | Add missing license header | Artur Signell | 2013-06-13 | 1 | -0/+15 |
| | | | | Change-Id: I3af5965a38499f7cf4bc924746fd5c918cc24d5b | ||||
* | Fixed test issue apparently caused by three levels of classes | Artur Signell | 2013-06-13 | 2 | -19/+22 |
| | | | | Change-Id: I4985e39257d55eada134f340fb9981285c9bb26f | ||||
* | Always notify parent of enable state changes (#12062) | Artur Signell | 2013-06-13 | 3 | -10/+166 |
| | | | | Change-Id: I30ee9a968050301d79c5073a62d85390652f76a9 | ||||
* | Consistently recover from disconnections in IE (#12073) | Johannes Dahlström | 2013-06-13 | 1 | -2/+1 |
| | | | | Change-Id: Ia65bc9238b712d69ba91b7a7a3fad8c57c4eddce | ||||
* | Info tab is now tab 1, hierarchy tab 2 | Artur Signell | 2013-06-13 | 1 | -1/+1 |
| | | | | Change-Id: I24f349d5fefff3239eb1687e7321e97e2c8a0e96 | ||||
* | DebugWindow now remembers open tab/section, InfoSection fixed to support ↵ | Marc Englund | 2013-06-13 | 2 | -11/+36 |
| | | | | | | being opened at once, for #12058 Change-Id: I5aea59d747d7a94303b691271035e7510b0afc21 | ||||
* | SimpleTree styling changed for #12058 | Marc Englund | 2013-06-13 | 1 | -7/+6 |
| | | | | Change-Id: Ie521b4ba9362a8f46619bd675018bfbe9f2574ac | ||||
* | Updated to Smartsprites 0.2.10 (#12069) | Artur Signell | 2013-06-13 | 2 | -14/+1 |
| | | | | Change-Id: Ice1ef6a6ac837f0ef07b65de1bd46c3a4427780c | ||||
* | DebugWindow resize/move improved, fixes #11937 (also implements shift-resize ↵ | Marc Englund | 2013-06-13 | 2 | -152/+218 |
| | | | | | | and alt-move, improves bounds-check) Change-Id: Ic313e545940a6073e30171a610f6d02c38a90037 | ||||
* | Fix GridLayout resize after removing caption (#12011) | Patrik Lindström | 2013-06-13 | 3 | -0/+119 |
| | | | | Change-Id: Ieda9b23a1cbf6700cc7438d0b404c3229dd27ed8 | ||||
* | Detach and attach when adding or removing the caption wrapper (#11708) | Leif Åstrand | 2013-06-13 | 1 | -2/+7 |
| | | | | Change-Id: Ie6de4863587189ef1105cc41211b224c126f6ebd | ||||
* | Do not write 404 as a response to all action/event requests (#12056) | Artur Signell | 2013-06-13 | 3 | -1/+63 |
| | | | | Change-Id: I2b820396fc1ccfeb0eefec4456f920a410068ec2 | ||||
* | Adding isIOs and isAndroid to the WebBrowser wrapper around VBrowserDetails ↵ | Fabian Lange | 2013-06-12 | 1 | -0/+20 |
| | | | | | | | | (#11168) The information is available from VBrowser and just not exposed via WebBrowser (while isLinux, isMacOSX and isWindows are). Change-Id: I2fd6133f404cb3e1b4fadb93075fda012f70adb6 | ||||
* | Handle push disconnections and reconnections more reliably (#11831, #11922) | Johannes Dahlström | 2013-06-12 | 3 | -31/+74 |
| | | | | | | | | | | | | | | | | 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 |