summaryrefslogtreecommitdiffstats
path: root/client/src/com/vaadin
Commit message (Collapse)AuthorAgeFilesLines
* Disabled TabIndex warning for now (#11325)7.0.3Artur Signell2013-03-191-3/+7
| | | | Change-Id: I89311c7e4bdab3a70aa335c203ef57badab7bec8
* Audio/Video fixes, for #11160 but it was much more broken. Also quite a few ↵Marc Englund2013-03-153-26/+73
| | | | | | | browser differences. Ticket: 11160 Change-Id: I1ee228e593eab75d96c285bfa26af9939e058d47
* Reattach when wrapping in webkit for correct text flow (#10536)Leif Åstrand2013-03-141-1/+4
| | | | Change-Id: I431b6a3c61a9308ad4189e5d79a5e70de8f1f560
* Fixed setting column width back to undefined by setting it to -1. #7922Leif Åstrand2013-03-141-6/+18
| | | | | | | | | | | | | svn changeset:25591/svn branch:6.8 Conflicts: server/src/com/vaadin/ui/Table.java Reverted change included by mistake in changeset [25591] for #7922 svn changeset:25606/svn branch:6.8 Change-Id: I6765a52ab213c131cca053227ee72b0007552f7f
* Added missing state update on the client side (#11028)Artur Signell2013-03-131-1/+3
| | | | Change-Id: I547f6e6426208d788b92ea8f429d4bb0aa9fdf24
* Fixed Tree keyboard navigation in Opera 12 (#11183)Artur Signell2013-03-131-1/+1
| | | | Change-Id: I6bbd486caef0056703d1b9ebc1ba5537aca75cfd
* Fixed header to make checkstyles happy (#11129)Artur Signell2013-03-131-3/+3
| | | | Change-Id: I4f1da57d318407da6a47a7095dbe4a08a6acc0f7
* Ensure nonwrapping textarea has white-space: pre; style (#10536)Leif Åstrand2013-03-131-0/+3
| | | | Change-Id: Iaac6b58d204082374827cb7b6caef5f5f81e3dbc
* Fixed IE8 sub window focus issue after editing a RichTextArea #10776Leif Åstrand2013-03-121-0/+34
| | | | | | | | Tests were merged to 7.0 in a previous commit. svn changeset:25458/svn branch:6.8 Change-Id: Ib4233f4d96311c76c104f1041f132377d357916d
* Fixed focus and tab index handling for UI (#11129)Artur Signell2013-03-124-10/+130
| | | | Change-Id: I80377792ade11946337e2900a7ea84209ae1d060
* Properly recognize class of redefined UI connector (#10867)Leif Åstrand2013-03-111-1/+1
| | | | Change-Id: I8e3afbd669123a846214c3bd65bf696aa2b5a536
* Set to empty function instead of undefined (#10960)Artur Signell2013-03-071-3/+1
| | | | | | It seems that the presence of the function is checked once while it is still set and it will be later called without additional checks that it is still set. Change-Id: Ie985d9047f4d2ca469f1a406ba40bca0ac3a59e9
* Fixed javascript issue in IE8 (delete cannot be used on window properties) ↵Artur Signell2013-03-061-1/+3
| | | | | | (#10960) Change-Id: I03bb7e7dda8a44d06dffd3a077cb9b8acc45741d
* Profiler based on __gwtStatsEvent (#10960)Leif Åstrand2013-03-062-41/+164
| | | | | | | | | * Bootstrap installs a __gwtStatsEvent implementation for tracking GWT's own bootstrap timing events * Profiler.enter and Profiler.leave use __gwtStatsEvent * Profiler data is displayed based on the data tracked by __gwtStatsEvent Change-Id: I3db05ca2622aecb745270f01d47cd71648e3bebd
* Add performance.timing support to Profiler (#11188)Leif Åstrand2013-03-062-0/+60
| | | | Change-Id: I3fb14b1280a1ee8bfaa2aeab87b40c374d2e4443
* Log errors as errors and not normal messages (#11251)Artur Signell2013-03-051-3/+4
| | | | Change-Id: I3686da461ea5b64b5051c2c3b24feb58814c929d
* Fixed scrolling jumping up to first row when adding rows and adjusting the ↵John Ahlroos2013-03-041-2/+14
| | | | | | currentPageFirstItem in the same UIDL request #10970 Change-Id: I54562e7e0c5429f3493892cf3a14380b0d15bbfd
* Add bootstrap performance measuring support (#11188)Leif Åstrand2013-03-011-1/+24
| | | | | | | | | | | svn changeset:25664/svn branch:6.8 Conflicts: client/src/com/vaadin/client/ApplicationConnection.java uitest/src/com/vaadin/tests/performance/BasicPerformanceTest.java uitest/src/com/vaadin/tests/util/TestUtils.java Change-Id: I699e7b47ad5a62b67dbdf1004da5e5daf009ba25
* Fix typo in #10937Leif Åstrand2013-02-261-1/+1
| | | | Change-Id: I2a0d65dc966ca1a60b017c0c69884e4ede0dc2d7
* Use native collections when processing server response (#11100)Leif Åstrand2013-02-251-41/+67
| | | | Change-Id: I72d39f09606cdd32c50336f6ee3c7a2918310152
* Don't generate a set of changed property names (#10954)Leif Åstrand2013-02-252-98/+179
| | | | Change-Id: I4417fe43e41c84b8223debe59f5ff663bbf5f5de
* Do @DelegateToWidget based on applicable properties (#10954)Leif Åstrand2013-02-253-12/+44
| | | | | | | This change improves performance by itself and is needed for avoiding the dependency on StateChangeEvent.getChangedProperties() Change-Id: I590bc98e12bbb4ecaaa972b5f49c62dea91ac06c
* Remove ApplicationConnection.componentCaptionSizeChanges (#11101)Leif Åstrand2013-02-251-5/+3
| | | | Change-Id: I636797fca00331ee81c081688f90130f8bd11aef
* Update license headerLeif Åstrand2013-02-222-2/+2
| | | | Change-Id: Iebd1018e9241b19d054784de482c60fb2a0b7018
* Defer profiler output (#11098)Leif Åstrand2013-02-211-2/+7
| | | | Change-Id: Iadf5290175a18663329d9254eca57831236be7c8
* Don't report time spent in getWidget() as part of setConnectorId()Leif Åstrand2013-02-211-1/+2
| | | | Change-Id: I1e6953f55836fc832dcd2a02eea60422daaf5c7d
* Fix incomplete commit for (#11092)Leif Åstrand2013-02-211-1/+1
| | | | | | This fixes a problem that was accidentally added in commit 25368634 Change-Id: Ia58d076bb50460e1bcbf33b270eac305a98f9795
* Don't update primary stylename if it's already up to date (#11088)Leif Åstrand2013-02-211-1/+2
| | | | Change-Id: I059d7ec83f8c4ae43d2ab6e2c80177675c6881d0
* Only update caption for specific state changes (#11092)Leif Åstrand2013-02-202-2/+28
| | | | Change-Id: I31dc599f6ce19a0de07a4323b3146c48db0b9d4b
* Merge of (#9940) to Vaadin 7John Ahlroos2013-02-201-9/+6
| | | | Change-Id: Ie2e53c8cdba20c8265fa04e35e9469b39b21d43e
* Ensure href is not set to "" when target is null (#10543)Artur Signell2013-02-191-1/+5
| | | | | | A link with href="" causes a reload of the page, at least in Firefox. Change-Id: I0d04615b3669d3b7ccab5bf0d45b6a665f32fb1e
* Properly detach old connectors for repaintAll response (#11067)Leif Åstrand2013-02-191-4/+32
| | | | Change-Id: I6491a9b30ea4c0e4ff141497b9bd78e5d1c4c98c
* Revert merge from 6.8 fixing #8238 since it was causing issues like #11026. ↵John Ahlroos2013-02-191-0/+8
| | | | | | Should be fixed in another way. (no-merge) Change-Id: I232f55781daf7ab5137f9602d3a3c6c2020c6064
* Ensure there's always a listener on VUI for closing tooltips (#11051)Leif Åstrand2013-02-191-0/+11
| | | | Change-Id: I04e8b1777bc4bf4f64371e4b6e6d77f3754162ad
* Fixed NPE when TextField value is null (#11021)Artur Signell2013-02-181-2/+4
| | | | | Ticket: 11021 Change-Id: If3b99333a116e6191ba3f563738e456a07173ab4
* Don't measure VUI during updateFromUIDL (#11063)Leif Åstrand2013-02-181-1/+7
| | | | Change-Id: Id4760652d9eeaae466e48ff468f905d7e2c867a1
* Merge of second part of (#10513) to Vaadin 7.Johannes Dahlström2013-02-183-82/+465
| | | | | | | | | Fix for TreeTable's indent handling & width calculations. Conflicts: client/src/com/vaadin/client/ui/table/TableConnector.java Change-Id: I94f0d84ac978045d3b79be6b3726ea6973d30b35
* Interim fix for resizing of child component in AbsoluteLayout when child is ↵John Ahlroos2013-02-181-4/+7
| | | | | | 100% and layout resized (no-merge) #10427 Change-Id: I497ecc1ac88ef1b3c07d127aff3c157827088e01
* Only add tooltip listeners when needed (#11051)Leif Åstrand2013-02-182-15/+71
| | | | Change-Id: I2b097ed67d59260390cd939b2f2d844548b5fced
* Gather more profiling data (#10961)Leif Åstrand2013-02-159-3/+53
| | | | Change-Id: Ifbb2037290a89fd289407d722962b08f286d887e
* Merge "Ensure super method is called when iterating children in ↵Leif Åstrand2013-02-151-3/+3
|\ | | | | | | VAbsoluteLayout #10762" into 7.0
| * Ensure super method is called when iterating children in VAbsoluteLayout #10762John Ahlroos2013-02-151-3/+3
| | | | | | | | Change-Id: I45d4216333158675590ec903e25bf36f27738bcb
* | Merge of first part of (#10513) to Vaadin 7.Johannes Dahlström2013-02-151-2/+8
| | | | | | | | | | | | Recalculate column widths if vertical scrollbar has been added/removed. Change-Id: I093059b8eaad8ff9f9d87db213dec806993459d5
* | Merge "Merge of (#6160) and (#10470) to Vaadin 7." into 7.0Johannes Dahlström2013-02-142-54/+169
|\ \
| * | Merge of (#6160) and (#10470) to Vaadin 7.Johannes Dahlström2013-02-142-54/+169
| | | | | | | | | | | | | | | | | | Cache handling update. Change-Id: I81ba74d457eb484f6f2c350629534ab284ead7b7
* | | Fixed resetting link target and updated javadoc (#10543)Artur Signell2013-02-142-16/+7
| | | | | | | | | | | | Change-Id: I91d0eb553542b5f65fb8ab25c3fc357272d87a74
* | | Fixed problem with removing the icon from a Button (#10543)Artur Signell2013-02-141-1/+1
| | | | | | | | | | | | Change-Id: Ia119b93643678494db95d36ffe031a44b76ba578
* | | Merge "Fixed NPE when a connector is no longer available (#11015)" into 7.0Leif Åstrand2013-02-141-11/+43
|\ \ \ | |_|/ |/| |
| * | Fixed NPE when a connector is no longer available (#11015)Artur Signell2013-02-131-11/+43
| | | | | | | | | | | | Change-Id: Ie057beb80474546e08bb27a540773ae9f89b55a2
* | | Update license headerLeif Åstrand2013-02-141-1/+1
| | | | | | | | | | | | Change-Id: I1bf58b1dcaadb7fdf66902c95310d4ee60c1bbeb