summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make VaadinServlet use enclosing UI class by default (#12039)Leif Åstrand2013-06-112-0/+31
| | | | Change-Id: Ica2b9b9d82ef6d683cb51f3478a07e57cbfa28e5
* Updated release notes for 7.1.0 (#11993, #11991, #11870)Artur Signell2013-06-111-38/+94
| | | | Change-Id: I6ea0fec8896138d2a4b0e02908217c2fa3d8505f
* Reformatted release notes using Eclipse (4 spaces)Artur Signell2013-06-111-481/+572
| | | | Change-Id: Iafebc7ea313e7dc6f6c7b87c6fdae6c83e82fc41
* Fixed incorrect line breaks (#12040)Artur Signell2013-06-113-25/+10
| | | | Change-Id: Icd97ebd2b54731cf8133b940d024ad8f91c5922f
* Move ClientConnector.setParent to Component and Extension (#11777)Artur Signell2013-06-118-85/+105
| | | | Change-Id: I1f0b2597f621160329ddc432869277b2758efd52
* Include compatibility web.xml in uitest.war (#11688)Artur Signell2013-06-111-1/+2
| | | | Change-Id: I4f500e37ef7b96e103d66c40fba152299516a55f
* Reformatted using Ant editor (#12040)Artur Signell2013-06-1020-548/+258
| | | | Change-Id: If8afd65d5905302c64f12ef7f76ee7e63073c474
* Use vaadin-atmosphere without slf4j dependency (#11765)Artur Signell2013-06-103-4/+4
| | | | Change-Id: I78f5dda87957452670c3d86d960b0683c67eb77d
* Print warning if in production mode and theme compilation is required (#12031)Artur Signell2013-06-101-5/+12
| | | | Change-Id: I59030e7c0133d790f145d31f1614b7e8aaf7c04d
* Allow using element resize listeners from javascript connectors (#11996)Leif Åstrand2013-06-105-1/+290
| | | | 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-076-0/+334
| | | | Change-Id: Ie265c6e994c8038a3dc0bb05b94233bbc2506c58
* Fixed serialization issuesArtur Signell2013-06-073-2/+7
| | | | Change-Id: I5dc1f2dc061c4b6bb6d00040b972802df97d3f89
* Fix for NPE in debug window in IE (#12015)Artur Signell2013-06-071-1/+1
| | | | Change-Id: I74fb57d60f1cdaf85aaacff36093f9f3d640d538
* Correctly report theme version in the debug window (#11442)Artur Signell2013-06-075-19/+20
| | | | | | | * 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
* Pass ConversionException to getConversionError (#11960)Artur Signell2013-06-072-12/+97
| | | | Change-Id: I6a25c4e4bfd9fe73f973670583c708503f77f60a
* Fixed test issuesArtur Signell2013-06-074-16/+8
| | | | Change-Id: Iebf44d7bff598248fe1cda138ac1d8b4100775ba
* Make UI.pushConnection transient to prevent null resource after ↵Johannes Dahlström2013-06-064-48/+37
| | | | | | | | | | | | deserialization (#11809) * PushConnection is not Serializable anymore * AtmospherePushConnection fields are not transient * UI.setSession calls setPushConnection(null) instead of pushConnection.disconnect() * pushConnection.disconnect() asserts isConnected() * If UI has a push connection, it should now always have isConnected() == true Change-Id: I3c2e877b8e723b7cc2993cacd620920aecdef5fb
* Fixed button highlighting when dragging #10917John Ahlroos2013-06-062-2/+4
| | | | Change-Id: I69ff2c5a987e26d5d065f7c5a7ac45f9d6fa289a
* Exclude provided portal-service from all zip (#9823)Artur Signell2013-06-061-0/+1
| | | | Change-Id: Ic08885d74f382547aabf4a394265c2094d884cd5
* Merge changes from origin/7.0Artur Signell2013-06-0515-24/+587
|\ | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Fixed newlinesArtur Signell2013-06-051-31/+31
| | | | | | | | Change-Id: I3cb7a5d24a17e375365bd5df383d0de516a66812
| * Change field types from LinkedHashSet back to HashSet to retain binary ↵Johannes Dahlström2013-06-051-4/+9
| | | | | | | | | | | | | | | | compatibility (#11432) svn changeset:25964/svn branch:6.8 Change-Id: Iddf0fa7de10a788e1a51e006e92ed3976a39a30b
| * Disable drag&drop when source or target component is disabled, ↵Marc Englund2013-06-055-13/+275
| | | | | | | | | | | | 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-054-10/+61
| | | | | | | | 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-053-3/+213
| | | | | | | | 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
* | Remove DEFAULT constant as an annotation enum cannot use it (#11966)Artur Signell2013-06-053-13/+4
| | | | | | | | Change-Id: I41630fec5c40c50a2925499d1f1ba23149ab0de1
* | Do not rely on broken javadoc features for default values (#11970)Leif Åstrand2013-06-051-6/+5
| | | | | | | | Change-Id: Ic904a33e31b54da7c1324c70b792c38ee1b56fac
* | Don't use the broken {@value Type#CONSTANT} pattern in javadocsLeif Åstrand2013-06-056-9/+9
| | | | | | | | Change-Id: I78f0f6532242bd5d7aa406fe61ccf15d9585fde9
* | Add transport parameter to @Push (#11966)Artur Signell2013-06-056-0/+106
| | | | | | | | Change-Id: Ic47e68a41ba407917a990ef82a98c1526a9510ef
* | Allow customizing client-side push config on server side (#11867)Artur Signell2013-06-0516-66/+784
| | | | | | | | Change-Id: I212067aa0bd04e3e73844ef57963b5622291986a
* | Added missing rpc interface (#11536)Artur Signell2013-06-051-0/+39
| | | | | | | | Change-Id: Ia53f76068d132f4f8eafa79e79922e6eb5762045
* | Rename tests so they are run during build (Abstract* is ignored)Artur Signell2013-06-053-3/+3
| | | | | | | | Change-Id: I2f5eee8926b3ba194160b85c33176029850ca8ed
* | Change analyze layouts to use RPC (#11536)Artur Signell2013-06-0512-118/+115
| | | | | | | | Change-Id: I80d39e4ce4e0576b98ad095efce03740291d3de5
* | Send connector debug (highlight) using RPC (#11536)Artur Signell2013-06-059-87/+184
| | | | | | | | Change-Id: I8995e9affd371543457f16568f1245f7467e0804
* | Add @VaadinServletConfiguration (#11970)Leif Åstrand2013-06-055-22/+328
| | | | | | | | Change-Id: Ic902028826adae8132bfa18b6cde7d80a2e876c4
* | Update deprecation javadoc for VaadinSession.getBrowser()Leif Åstrand2013-06-051-3/+3
| | | | | | | | Change-Id: I7c8d2e08d7efed90578489e90885c1c3c6201f64
* | Update broadcaster tutorial codeLeif Åstrand2013-06-052-26/+9
| | | | | | | | | | | | | | | | * Don't need to start a thread for broadcasting with the new UI.access * Add @Push to the UI * Use CopyOnWriteArrayList instead of synchronized methods Change-Id: I63fad6977c1a3e504fc60445c3147b5a241c3132
* | Move VaadinSession.runPendingAccessTasks to VaadinService (#11964)Leif Åstrand2013-06-055-65/+137
| | | | | | | | Change-Id: Idb893baec693d0aaa3ccba1d3f61a62922e0a1ce
* | Log stack trace using fine when logging toString warningsArtur Signell2013-06-052-1/+7
| | | | | | | | Change-Id: I4dbb5e84df78bad25fa90fc802309e433d516fd6
* | 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