Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Increased debug window default size (#8523) | Artur Signell | 2012-04-24 | 1 | -4/+17 | |
| | | | | | | | | | | | | svn changeset:23621/svn branch:6.8 | |||||
| | * | [merge from 6.7] Fix #8550 in 6.7 after all | Automerge | 2012-04-23 | 3 | -109/+214 | |
| | | | | | | | | | | | | svn changeset:23610/svn branch:6.8 | |||||
| | * | [merge from 6.7] doUidlRequest() should not set hasActiveRequest=false when ↵ | Automerge | 2012-04-23 | 1 | -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.8 | Automerge | 2012-04-20 | 3 | -214/+109 | |
| | | | | | | | | | | | | svn changeset:23604/svn branch:6.8 | |||||
| | * | [merge from 6.7] #8407 Handle the case of a 503 response without a ↵ | Automerge | 2012-04-20 | 1 | -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 ↵ | Automerge | 2012-04-19 | 1 | -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 ↵ | Automerge | 2012-04-19 | 1 | -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 ↵ | Automerge | 2012-04-19 | 1 | -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 #8694 | Jonatan Kronqvist | 2012-04-19 | 1 | -0/+4 | |
| | | | | | | | | | | | | svn changeset:23589/svn branch:6.8 | |||||
| | * | Added some comments for #8694 | Jonatan Kronqvist | 2012-04-19 | 1 | -0/+13 | |
| | | | | | | | | | | | | svn changeset:23583/svn branch:6.8 | |||||
| | * | Implemented #8694 - API providing profiling info for TestBench 3.x | Jonatan Kronqvist | 2012-04-19 | 5 | -7/+199 | |
| | | | | | | | | | | | | svn changeset:23582/svn branch:6.8 | |||||
| | * | [merge from 6.7] Quickly typed in touch scroll related changes due to ↵ | Automerge | 2012-04-18 | 3 | -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 Åstrand | 2012-04-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | Added test to ensure shared classes are Serializable (#8710)7.0.0.alpha2 | Artur Signell | 2012-04-20 | 2 | -2/+36 | |
| | | | | | | | | | Corrected SplitterState to be Serializable. | |||||
| * | | Javadocs for LayoutManager | Leif Åstrand | 2012-04-20 | 1 | -5/+456 | |
| | | | ||||||
| * | | Method for finding the first ancestor of a given type (#8182) | Artur Signell | 2012-04-19 | 1 | -27/+26 | |
| | | | ||||||
| * | | Fixed problem with Panel not repainting its contents (#8700) | Artur Signell | 2012-04-19 | 1 | -0/+9 | |
| | | | ||||||
| * | | Removed dead code | Artur Signell | 2012-04-19 | 1 | -1/+0 | |
| | | | ||||||
| * | | Fixed GateIn portal support and action request problem (#8670) | Artur Signell | 2012-04-19 | 3 | -3/+32 | |
| | | | ||||||
| * | | Added log message to ease migration (#8698) | Artur Signell | 2012-04-19 | 1 | -0/+4 | |
| | | | ||||||
| * | | Additional tweaks based on review (#8507) | Artur Signell | 2012-04-19 | 1 | -5/+3 | |
| | | | ||||||
| * | | Make MethodInvocation and subclasses Serializable | Leif Åstrand | 2012-04-19 | 1 | -1/+2 | |
| | | | ||||||
| * | | Handled enabled state cascading on client side (#8507) | Artur Signell | 2012-04-19 | 5 | -22/+44 | |
| | | | | | | | | | | | | Now avoids repainting the full hierarchy if the enabled state of a component container changes. | |||||
| * | | RPC -> Rpc for consistency | Artur Signell | 2012-04-18 | 34 | -72/+72 | |
| | | | ||||||
| * | | Allow all RPC calls for connectors enabled when receiving the message | Artur Signell | 2012-04-18 | 1 | -1/+10 | |
| | | | ||||||
| * | | Made it possible to find out RPC parameter types (#8667) | Artur | 2012-04-18 | 7 | -264/+378 | |
| | | | | | | | | | | | | | | | Refactored legacy change variables handling to LegacyChangeVariablesInvocation | |||||
| * | | Javadoc update | Artur | 2012-04-18 | 1 | -0/+9 | |
| | | | ||||||
| * | | Refactored JsonCodec to use a given type for deserialization (#8667) | Artur Signell | 2012-04-18 | 1 | -158/+298 | |
| | | | ||||||
| * | | Simplified RPC handling for client to server RPC | Artur | 2012-04-18 | 6 | -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) | Artur | 2012-04-18 | 2 | -2/+12 | |
| | | | ||||||
| * | | Remove widget if it is still in the DOM when connector is unregistered | Artur Signell | 2012-04-18 | 1 | -4/+5 | |
| | | | ||||||
| * | | Use declared RPC parameter types (#8666) | Artur Signell | 2012-04-18 | 3 | -8/+16 | |
| | | | ||||||
| * | | Explicitly paint CustomLayout to send template to the client (#8688) | Leif Åstrand | 2012-04-18 | 1 | -1/+23 | |
| | | | ||||||
* | | | Removed PreLayoutListener class | Jouni Koivuviita | 2012-05-11 | 1 | -8/+0 | |
| | | | ||||||
* | | | Removed PreLayoutListener again | Jouni Koivuviita | 2012-04-25 | 3 | -48/+70 | |
| | | | ||||||
* | | | LayoutResizeTest and small optimizations to BoxLayout | Jouni Koivuviita | 2012-04-20 | 3 | -21/+53 | |
| | | | ||||||
* | | | Fixed a small logic error in BoxLayout related to expand ratio | Jouni Koivuviita | 2012-04-19 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed stuff related to BoxLayout | Jouni Koivuviita | 2012-04-19 | 1 | -6/+11 | |
| | | | ||||||
* | | | Fixed BoxLayout so that it notifies layout manager when expand size changes | Jouni Koivuviita | 2012-04-19 | 2 | -12/+22 | |
| | | | ||||||
* | | | Fixed dissappearing spacing element when child widget was detached and then ↵ | Jouni Koivuviita | 2012-04-19 | 1 | -0/+9 | |
| | | | | | | | | | | | | reattached to a different place | |||||
* | | | Fixed non-null captions to take one line of height | Jouni Koivuviita | 2012-04-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed an issue with VBoxLayout causing a DOM exception when moving ↵ | Jouni Koivuviita | 2012-04-18 | 1 | -0/+9 | |
| | | | | | | | | | | | | components from one layout to another | |||||
* | | | Fixes to BoxLayout | Jouni Koivuviita | 2012-04-18 | 2 | -4/+12 | |
| | | | ||||||
* | | | Fixed negative padding setting for IE8 in BoxLayout. Fixed vertical implicit ↵ | Jouni Koivuviita | 2012-04-18 | 2 | -5/+13 | |
| | | | | | | | | | | | | expand ratio distribution for BoxLayout | |||||
* | | | Merge branch 'layoutgraph' of ssh://dev.vaadin.com/vaadin into layoutgraph | Jouni Koivuviita | 2012-04-18 | 10 | -68/+110 | |
|\ \ \ | ||||||
| * | | | Merge branch 'master' into layoutgraph | Leif Åstrand | 2012-04-18 | 10 | -68/+110 | |
| |\| | | ||||||
| | * | | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-04-18 | 4 | -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 ↵ | Automerge | 2012-04-17 | 2 | -7/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | they cause the #8662 regression. svn changeset:23566/svn branch:6.8 | |||||
| | | * | [merge from 6.7] #8639 Improved comments | Automerge | 2012-04-13 | 1 | -11/+20 | |
| | | | | | | | | | | | | | | | | svn changeset:23529/svn branch:6.8 | |||||
| | | * | [merge from 6.7] Fixed #8639: Table context menu was broken on touch devices | Automerge | 2012-04-13 | 1 | -15/+18 | |
| | | | | | | | | | | | | | | | | svn changeset:23528/svn branch:6.8 |