summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* A fix to release notes for 7.0.alpha2.Marko Gronroos2012-04-201-1/+1
|
* Added release notes for 7.0.alpha2.Marko Gronroos2012-04-201-9/+16
|
* Added release notes for 7.0.alpha2.Marko Gronroos2012-04-201-6/+27
|
* Refine box-sizing: border-box styles (#8682)Leif Åstrand2012-04-2011-12/+24
|
* Include static test files in warArtur Signell2012-04-191-0/+7
|
* Method for finding the first ancestor of a given type (#8182)Artur Signell2012-04-192-28/+27
|
* 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-194-5/+34
|
* 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
|
* Fix changed dom element pathLeif Åstrand2012-04-191-1/+1
|
* Make MethodInvocation and subclasses SerializableLeif Åstrand2012-04-191-1/+2
|
* Add test for detecting scrollbar quirks in different browsersLeif Åstrand2012-04-192-0/+106
|
* Move test app to the right package and add test scriptLeif Åstrand2012-04-192-1/+12
|
* Handled enabled state cascading on client side (#8507)Artur Signell2012-04-197-22/+220
| | | | Now avoids repainting the full hierarchy if the enabled state of a component container changes.
* Fix test app and add test scriptsLeif Åstrand2012-04-193-4/+57
|
* 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
|
* Use the proper template nameLeif Åstrand2012-04-181-1/+1
|
* Merge remote branch 'origin/6.8'Leif Åstrand2012-04-188-170/+160
|\ | | | | | | | | | | 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-173-69/+19
| | | | | | | | | | | | they cause the #8662 regression. svn changeset:23566/svn branch:6.8
| * [merge from 6.7] #8595 test script: removed accidental duplicate code, use ↵Automerge2012-04-161-71/+4
| | | | | | | | | | | | mouseClick with :shift instead of shiftKeyDown/Up svn changeset:23554/svn branch:6.8
| * Unit test for #8653Johannes Dahlström2012-04-161-0/+2
| | | | | | | | svn changeset:23551/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
| * [merge from 6.7] test case for #8639Automerge2012-04-131-0/+55
| | | | | | | | svn changeset:23526/svn branch:6.8
| * Reverted accidental commitJohannes Dahlström2012-04-138-124/+56
| | | | | | | | svn changeset:23523/svn branch:6.8
| * Blocked merge of revisions related to 6.7.7 releaseJohannes Dahlström2012-04-138-56/+124
| | | | | | | | svn changeset:23522/svn branch:6.8
| * Unit test for #8203Johannes Dahlström2012-04-121-3/+38
| | | | | | | | svn changeset:23505/svn branch:6.8
| * #8203 Improved javadoc, added null checkJohannes Dahlström2012-04-121-7/+10
| | | | | | | | svn changeset:23504/svn branch:6.8
| * Fixed #8653: addTab(index) should not throw if index is out of boundsJohannes Dahlström2012-04-121-5/+6
| | | | | | | | svn changeset:23503/svn branch:6.8
* | Revert "Reduce tree node caption padding to make room for focus border"Leif Åstrand2012-04-182-2/+6
| | | | | | | | | | | | | | This reverts commit 64f34f1c6ed5f910d5bf401a573d6b72539a437b. The fix is not needed to prevent scrolling any more now that margin is used instead of padding for reserving room for the layout's "margin".
* | Add missing licenseLeif Åstrand2012-04-181-0/+3
| |
* | Reserve space using margin instead of padding to reduce overflowsLeif Åstrand2012-04-183-29/+31
| |
* | Don't throw NPE when getting RPC for non-existing connector idLeif Åstrand2012-04-171-0/+9
| |
* | Put margin on caption's parent so caption's outer size can be usedLeif Åstrand2012-04-171-2/+3
| |
* | Fixes #8669 by prefixing field names with "json_" instead of just "json" to ↵Marc Englund2012-04-171-2/+2
| | | | | | | | avoid clashes.
* | Reduce tree node caption padding to make room for focus borderLeif Åstrand2012-04-172-6/+2
| |