aboutsummaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
...
| | * [merge from 6.7] Fix #8550 in 6.7 after allAutomerge2012-04-233-109/+214
| | | | | | | | | | | | svn changeset:23610/svn branch:6.8
| | * [merge from 6.7] doUidlRequest() should not set hasActiveRequest=false when ↵Automerge2012-04-231-4/+0
| | | | | | | | | | | | | | | | | | retrying a request that returned a 503 svn changeset:23609/svn branch:6.8
| | * [merge from 6.7] Moved Mattis touchscroll fixes to 6.8Automerge2012-04-203-214/+109
| | | | | | | | | | | | svn changeset:23604/svn branch:6.8
| | * [merge from 6.7] #8407 Handle the case of a 503 response without a ↵Automerge2012-04-201-15/+27
| | | | | | | | | | | | | | | | | | Retry-After header svn changeset:23603/svn branch:6.8
| | * [merge from 6.7] * fixed timing issue that might leave scroll "outside" of ↵Automerge2012-04-191-44/+46
| | | | | | | | | | | | | | | | | | the viewport on ios devices when scrolling furiously while animation is still ongoing. svn changeset:23594/svn branch:6.8
| | * [merge from 6.7] Skipping "scroll selected/focused row into view" on touch ↵Automerge2012-04-191-0/+5
| | | | | | | | | | | | | | | | | | devices as it breaks androids with broken scrolltop and should be obsolete on touch devices anyway svn changeset:23593/svn branch:6.8
| | * [merge from 6.7] Test case and fix for #8625: Firefox and IE9 need an ↵Automerge2012-04-191-1/+8
| | | | | | | | | | | | | | | | | | overflow hack to prevent unwanted scrollbars with nested TabSheets in some cases svn changeset:23592/svn branch:6.8
| | * Added the license notice to a new file added in #8694Jonatan Kronqvist2012-04-191-0/+4
| | | | | | | | | | | | svn changeset:23589/svn branch:6.8
| | * Added some comments for #8694Jonatan Kronqvist2012-04-191-0/+13
| | | | | | | | | | | | svn changeset:23583/svn branch:6.8
| | * Implemented #8694 - API providing profiling info for TestBench 3.xJonatan Kronqvist2012-04-195-7/+199
| | | | | | | | | | | | svn changeset:23582/svn branch:6.8
| | * [merge from 6.7] Quickly typed in touch scroll related changes due to ↵Automerge2012-04-183-89/+187
| | | | | | | | | | | | | | | | | | ridiculous android browser bug http://code.google.com/p/android/issues/detail?id=19625 . That practically breaks scrolling in vaadin on new android devices. Some other changes and cleanup in the same excersize. Fixes at least #8550, but practically makes scrolling possible on new android devices. svn changeset:23581/svn branch:6.8
| * | Don't throw NPE if no connector is found (warning is logged later)Leif Åstrand2012-04-241-1/+1
| | |
| * | Added test to ensure shared classes are Serializable (#8710)7.0.0.alpha2Artur Signell2012-04-202-2/+36
| | | | | | | | | Corrected SplitterState to be Serializable.
| * | Javadocs for LayoutManagerLeif Åstrand2012-04-201-5/+456
| | |
| * | Method for finding the first ancestor of a given type (#8182)Artur Signell2012-04-191-27/+26
| | |
| * | Fixed problem with Panel not repainting its contents (#8700)Artur Signell2012-04-191-0/+9
| | |
| * | Removed dead codeArtur Signell2012-04-191-1/+0
| | |
| * | Fixed GateIn portal support and action request problem (#8670)Artur Signell2012-04-193-3/+32
| | |
| * | Added log message to ease migration (#8698)Artur Signell2012-04-191-0/+4
| | |
| * | Additional tweaks based on review (#8507)Artur Signell2012-04-191-5/+3
| | |
| * | Make MethodInvocation and subclasses SerializableLeif Åstrand2012-04-191-1/+2
| | |
| * | Handled enabled state cascading on client side (#8507)Artur Signell2012-04-195-22/+44
| | | | | | | | | | | | Now avoids repainting the full hierarchy if the enabled state of a component container changes.
| * | RPC -> Rpc for consistencyArtur Signell2012-04-1834-72/+72
| | |
| * | Allow all RPC calls for connectors enabled when receiving the messageArtur Signell2012-04-181-1/+10
| | |
| * | Made it possible to find out RPC parameter types (#8667)Artur2012-04-187-264/+378
| | | | | | | | | | | | | | | Refactored legacy change variables handling to LegacyChangeVariablesInvocation
| * | Javadoc updateArtur2012-04-181-0/+9
| | |
| * | Refactored JsonCodec to use a given type for deserialization (#8667)Artur Signell2012-04-181-158/+298
| | |
| * | Simplified RPC handling for client to server RPCArtur2012-04-186-114/+84
| | | | | | | | | | | | | | | | | | Target connector validity (enabled) is checked for all RPC calls ClientConnector is always an RpcTarget Removed unused RpcManager.target
| * | Only paint connector references for visible connectors (#8685)Artur2012-04-182-2/+12
| | |
| * | Remove widget if it is still in the DOM when connector is unregisteredArtur Signell2012-04-181-4/+5
| | |
| * | Use declared RPC parameter types (#8666)Artur Signell2012-04-183-8/+16
| | |
| * | Explicitly paint CustomLayout to send template to the client (#8688)Leif Åstrand2012-04-181-1/+23
| | |
* | | Removed PreLayoutListener classJouni Koivuviita2012-05-111-8/+0
| | |
* | | Removed PreLayoutListener againJouni Koivuviita2012-04-253-48/+70
| | |
* | | LayoutResizeTest and small optimizations to BoxLayoutJouni Koivuviita2012-04-203-21/+53
| | |
* | | Fixed a small logic error in BoxLayout related to expand ratioJouni Koivuviita2012-04-191-1/+1
| | |
* | | Fixed stuff related to BoxLayoutJouni Koivuviita2012-04-191-6/+11
| | |
* | | Fixed BoxLayout so that it notifies layout manager when expand size changesJouni Koivuviita2012-04-192-12/+22
| | |
* | | Fixed dissappearing spacing element when child widget was detached and then ↵Jouni Koivuviita2012-04-191-0/+9
| | | | | | | | | | | | reattached to a different place
* | | Fixed non-null captions to take one line of heightJouni Koivuviita2012-04-181-1/+1
| | |
* | | Fixed an issue with VBoxLayout causing a DOM exception when moving ↵Jouni Koivuviita2012-04-181-0/+9
| | | | | | | | | | | | components from one layout to another
* | | Fixes to BoxLayoutJouni Koivuviita2012-04-182-4/+12
| | |
* | | Fixed negative padding setting for IE8 in BoxLayout. Fixed vertical implicit ↵Jouni Koivuviita2012-04-182-5/+13
| | | | | | | | | | | | expand ratio distribution for BoxLayout
* | | Merge branch 'layoutgraph' of ssh://dev.vaadin.com/vaadin into layoutgraphJouni Koivuviita2012-04-1810-68/+110
|\ \ \
| * | | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-1810-68/+110
| |\| |
| | * | Merge remote branch 'origin/6.8'Leif Åstrand2012-04-184-37/+64
| | |\| | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java tests/server-side/com/vaadin/tests/server/component/tabsheet/TestTabSheet.java
| | | * [merge from 6.7] Reverted #7607 fixes and removed the test for now because ↵Automerge2012-04-172-7/+19
| | | | | | | | | | | | | | | | | | | | | | | | they cause the #8662 regression. svn changeset:23566/svn branch:6.8
| | | * [merge from 6.7] #8639 Improved commentsAutomerge2012-04-131-11/+20
| | | | | | | | | | | | | | | | svn changeset:23529/svn branch:6.8
| | | * [merge from 6.7] Fixed #8639: Table context menu was broken on touch devicesAutomerge2012-04-131-15/+18
| | | | | | | | | | | | | | | | svn changeset:23528/svn branch:6.8
| | | * [merge from 6.7] VConsole.error() instead of throwing in startRequest() and ↵Automerge2012-04-131-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | endRequest() sanity checks svn changeset:23527/svn branch:6.8