summaryrefslogtreecommitdiffstats
path: root/client/src
Commit message (Collapse)AuthorAgeFilesLines
* Add missing license headerArtur Signell2013-06-131-0/+15
| | | | Change-Id: I3af5965a38499f7cf4bc924746fd5c918cc24d5b
* Always notify parent of enable state changes (#12062)Artur Signell2013-06-131-10/+11
| | | | Change-Id: I30ee9a968050301d79c5073a62d85390652f76a9
* DebugWindow now remembers open tab/section, InfoSection fixed to support ↵Marc Englund2013-06-132-11/+36
| | | | | | being opened at once, for #12058 Change-Id: I5aea59d747d7a94303b691271035e7510b0afc21
* SimpleTree styling changed for #12058Marc Englund2013-06-131-7/+6
| | | | Change-Id: Ie521b4ba9362a8f46619bd675018bfbe9f2574ac
* DebugWindow resize/move improved, fixes #11937 (also implements shift-resize ↵Marc Englund2013-06-131-150/+196
| | | | | | and alt-move, improves bounds-check) Change-Id: Ic313e545940a6073e30171a610f6d02c38a90037
* Fix GridLayout resize after removing caption (#12011)Patrik Lindström2013-06-131-0/+1
| | | | Change-Id: Ieda9b23a1cbf6700cc7438d0b404c3229dd27ed8
* Detach and attach when adding or removing the caption wrapper (#11708)Leif Åstrand2013-06-131-2/+7
| | | | Change-Id: Ie6de4863587189ef1105cc41211b224c126f6ebd
* Handle push disconnections and reconnections more reliably (#11831, #11922)Johannes Dahlström2013-06-121-5/+35
| | | | | | | | | | | | | | | | 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
* Allow using element resize listeners from javascript connectors (#11996)Leif Åstrand2013-06-101-1/+80
| | | | Change-Id: I97b280c2e260752be87ce85d2eda81ec4f14d4fe
* Fix race condition in upload with push (#10214)Artur Signell2013-06-071-3/+12
| | | | | | If the upload finishes before the poll timer is fired on the client side then the client will poll forever with the wrong id Change-Id: I11cad8e978a8499a4fddb9e8bfe7f6c4326f98f5
* Info section for the debug window (#12019)Artur Signell2013-06-075-0/+326
| | | | Change-Id: Ie265c6e994c8038a3dc0bb05b94233bbc2506c58
* Fix for NPE in debug window in IE (#12015)Artur Signell2013-06-071-1/+1
| | | | Change-Id: I74fb57d60f1cdaf85aaacff36093f9f3d640d538
* Fixed button highlighting when dragging #10917John Ahlroos2013-06-061-1/+1
| | | | Change-Id: I69ff2c5a987e26d5d065f7c5a7ac45f9d6fa289a
* Merge changes from origin/7.0Artur Signell2013-06-058-20/+102
|\ | | | | | | | | | | | | | | | | | | | | | | | | 892b8ba Do not submit TextArea value on enter in IE (#11982) bd3f975 Properly disable combobox when parent is disabled (#10734) 1b85e59 Added missing import (#11982) 3c8a3bf Merge of properly focus clicked input element in Webkit (#11854, #11297) d647d7a Ensure VBrowserFrame content is unloaded in IE (#11683) 08ba394 Disable drag&drop when source or target component is disabled, re-implementation of 6.8 fix for #11801 b01427a Change field types from LinkedHashSet back to HashSet to retain binary compatibility (#11432) 14ebd0d Fixed newlines Change-Id: Icea535d8d5130e013327dd76a194e3910f533332
| * Disable drag&drop when source or target component is disabled, ↵Marc Englund2013-06-052-13/+37
| | | | | | | | | | | | re-implementation of 6.8 fix for #11801 Change-Id: Iacd167ad7075620dae59ff2c7789efaf32521c59
| * Ensure VBrowserFrame content is unloaded in IE (#11683)Leif Åstrand2013-06-051-0/+20
| | | | | | | | Change-Id: Ic3850bf00a1cfbdae6a955256509f0389fadaaa5
| * Merge of properly focus clicked input element in Webkit (#11854, #11297)Artur Signell2013-06-053-10/+29
| | | | | | | | Change-Id: I4c313b55966bcbcd31a40bdd0bf561e887822e51
| * Added missing import (#11982)Artur Signell2013-06-051-0/+1
| | | | | | | | Change-Id: Ie647ac58f028abd96ddaaf2952b606069071500e
| * Properly disable combobox when parent is disabled (#10734)Artur Signell2013-06-051-3/+7
| | | | | | | | Change-Id: I3fc238b684d213f509b136d520e67920cb6ed1a4
| * Do not submit TextArea value on enter in IE (#11982)Artur Signell2013-06-041-0/+8
| | | | | | | | | | | | For some reason the earlier patch was merged as a no-op Change-Id: Id11383495b6e36991d6bddcd4cf977145c455e30
* | Don't use the broken {@value Type#CONSTANT} pattern in javadocsLeif Åstrand2013-06-051-6/+4
| | | | | | | | Change-Id: I78f0f6532242bd5d7aa406fe61ccf15d9585fde9
* | Allow customizing client-side push config on server side (#11867)Artur Signell2013-06-054-9/+20
| | | | | | | | Change-Id: I212067aa0bd04e3e73844ef57963b5622291986a
* | Change analyze layouts to use RPC (#11536)Artur Signell2013-06-053-45/+29
| | | | | | | | Change-Id: I80d39e4ce4e0576b98ad095efce03740291d3de5
* | Send connector debug (highlight) using RPC (#11536)Artur Signell2013-06-052-4/+20
| | | | | | | | Change-Id: I8995e9affd371543457f16568f1245f7467e0804
* | Use correct day names when formatting dates (#6207)Artur Signell2013-06-041-2/+46
| | | | | | | | Change-Id: I2010f87ef4f9359cdc95104cc02c83355a8630ed
* | Merge changes from origin/7.0Leif Åstrand2013-06-042-2/+7
|\| | | | | | | | | | | | | 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-211-0/+2
| | | | | | | | | | Change-Id: I83607c97db8499c5e3c76e6d4735a93b0754d580 Ticket: 10530
* | Merge commit '34e6c60a5a746c0306c3a84ae8d6c21dfd84d878' into 7.1Leif Åstrand2013-06-03117-2463/+14620
|\ \ | |/ |/| | | | | | | | | #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-035-58/+77
| | | | | | | | Change-Id: I2dcc1f7159a6283cfbc0baafe6cba66530bf0a45
| * Add a separate debug window section for profiler output (#11950)Leif Åstrand2013-06-033-185/+400
| | | | | | | | Change-Id: I115f440d6dda5fac0788d3376f01e405e413c482
| * Move ApplicationConnection.setOverlayContainerLabel to VOverlay (#11965)Leif Åstrand2013-05-313-15/+22
| | | | | | | | Change-Id: I747097fe7be8872f6c2ab04b272f88677b6e0663
| * Remove IE6/IE7 permutation (#11954)Artur Signell2013-05-311-0/+3
| | | | | | | | Change-Id: Id6eae2e71f322d9750c95b381eefd28e41624139
| * Fixed spelling mistake in API #11741John Ahlroos2013-05-312-2/+2
| | | | | | | | Change-Id: I1bf04abd4c49a452f00fb0ab07b20f82ad6d62a2
| * Formatted XML files using defined rules (#11956)Artur Signell2013-05-303-68/+72
| | | | | | | | Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
| * 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
| * 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-292-9/+29
| | | | | | | | Change-Id: I3d773640d2f1c8cd1b71c673685afd7059811d16
| * Extract ProgressBar and deprecate ProgressIndicator (#11925)Leif Åstrand2013-05-294-64/+160
| | | | | | | | Change-Id: Id9eaee65762b0dadd59f3e730d3ff11712ab87fe
| * Moved Locale data handling to LocaleService (#11378)Artur Signell2013-05-292-40/+35
| | | | | | | | | | | | The locale data is now tracked per UI instance and no longer sent in every request. Change-Id: I4bebd00327da6f8d812181fd76a85eb6196d0010
| * Fixes current text being overwritten in server update on RTA #11741John Ahlroos2013-05-293-79/+136
| | | | | | | | | | | | | | | | | | | | | | | | 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
| * Ensure calendar panel is updated when range changes (#11940)Artur Signell2013-05-281-1/+10
| | | | | | | | Change-Id: Ic270e5c0aa1b28947b735fcb258bc9629d53cc21
| * 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
| * 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
| * Fix text / javascript mismatch issue in Chrome (#11275)Artur Signell2013-05-231-1/+5
| | | | | | | | Change-Id: I7516be18401640ded3eb6174b5375bb452a2ba00
| * Prevent spurious "Could not determine ApplicationConnection" error when ↵Johannes Dahlström2013-05-231-0/+13
| | | | | | | | | | | | using the debug window Change-Id: I3b5a8ac4f33c7e8828e34c46056b8ecd6c05a436
| * Added isInitialStateChange to StateChangeEvent (#10477)Artur Signell2013-05-222-11/+20
| | | | | | | | Change-Id: I6b9fb8a664974b68b35050a40ba19bce440b6b3c
| * Improve error message if vaadinPush.js failed to load (#11673)Johannes Dahlström2013-05-223-11/+32
| | | | | | | | Change-Id: I46a2622585ed69a1db4c6abf4aca4387387a0f97
| * Use "\0" instead of "|" as a push message delimiter (#11692)Johannes Dahlström2013-05-211-4/+7
| | | | | | | | | | | | | | | | | | | | Used with TrackMessageSizeInterceptor and with client-to-server Websocket message splitting (see #11648) The original issue that the delimiter can not appear in the message (unescaped) is apparently fixed in Atmosphere 1.0.13 Also ensure the max size of a websocket fragment in bytes does not exceed the buffer size (#11842) Change-Id: I768524bb54a5b8b9479dc7bda821256bd843dc52