]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
12 years agoAvoid unnecessary spaces in UIDL
Artur Signell [Mon, 23 Apr 2012 18:48:21 +0000 (21:48 +0300)]
Avoid unnecessary spaces in UIDL

12 years agoInitial support for sending difference in state (#8419)
Artur Signell [Mon, 23 Apr 2012 18:48:02 +0000 (21:48 +0300)]
Initial support for sending difference in state (#8419)

Forces the shared state to be the type declared by getStateType (#8677)

Creates an empty object for reference when doing a full repaint, causing
only the differences between a freshly created object and the current
state to be sent.

12 years agoImproved error message
Leif Åstrand [Fri, 11 May 2012 08:31:58 +0000 (11:31 +0300)]
Improved error message

12 years agoAdd $entry to code only present in Vaadin 7 (#8699)
Leif Åstrand [Fri, 4 May 2012 11:28:45 +0000 (14:28 +0300)]
Add $entry to code only present in Vaadin 7 (#8699)

12 years agoUpdate dom path for child caption for Vaadin 7
Leif Åstrand [Fri, 4 May 2012 11:27:55 +0000 (14:27 +0300)]
Update dom path for child caption for Vaadin 7

12 years agoMerge remote branch 'origin/6.8'
Leif Åstrand [Fri, 4 May 2012 06:05:58 +0000 (09:05 +0300)]
Merge remote branch 'origin/6.8'

Conflicts:
src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java
src/com/vaadin/terminal/gwt/client/BrowserInfo.java
src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java
src/com/vaadin/terminal/gwt/client/ui/VButton.java
src/com/vaadin/terminal/gwt/client/ui/VDateFieldCalendar.java
src/com/vaadin/terminal/gwt/client/ui/VGridLayout.java
src/com/vaadin/terminal/gwt/client/ui/VNativeButton.java
src/com/vaadin/terminal/gwt/client/ui/VNotification.java
src/com/vaadin/terminal/gwt/client/ui/VView.java
src/com/vaadin/terminal/gwt/server/AbstractApplicationPortlet.java
src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java
src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java
src/com/vaadin/terminal/gwt/server/JsonPaintTarget.java
src/com/vaadin/terminal/gwt/server/RequestTimer.java
src/com/vaadin/ui/Button.java
tests/test.xml
tests/testbench/com/vaadin/tests/components/TouchScrollables.java

12 years ago[merge from 6.7] Add missing ?restartApplication from the URL
Automerge [Thu, 3 May 2012 13:06:25 +0000 (13:06 +0000)]
[merge from 6.7] Add missing ?restartApplication from the URL

svn changeset:23669/svn branch:6.8

12 years ago[merge from 6.7] Don't paint references to orphan components #8730
Automerge [Thu, 3 May 2012 13:06:20 +0000 (13:06 +0000)]
[merge from 6.7] Don't paint references to orphan components #8730

svn changeset:23668/svn branch:6.8

12 years agoTest using Firefox 12 (#8739)
Leif Åstrand [Wed, 2 May 2012 09:52:01 +0000 (09:52 +0000)]
Test using Firefox 12 (#8739)

svn changeset:23665/svn branch:6.8

12 years ago[merge from 6.7] Simplified test case for #8730
Automerge [Fri, 27 Apr 2012 13:06:26 +0000 (13:06 +0000)]
[merge from 6.7] Simplified test case for #8730

svn changeset:23660/svn branch:6.8

12 years ago[merge from 6.7] Improved #8619 fix
Automerge [Fri, 27 Apr 2012 11:39:33 +0000 (11:39 +0000)]
[merge from 6.7] Improved #8619 fix

svn changeset:23657/svn branch:6.8

12 years ago[merge from 6.7] Fix and test case for #8619: Add sanity checks to GridLayout to...
Automerge [Fri, 27 Apr 2012 11:39:27 +0000 (11:39 +0000)]
[merge from 6.7] Fix and test case for #8619: Add sanity checks to GridLayout to handle cases where the size of a relative-size child unexpectedly changes

svn changeset:23656/svn branch:6.8

12 years ago[merge from 6.7] Use equals instead of == to compare item ids (#8712). Using == will...
Automerge [Fri, 27 Apr 2012 11:39:21 +0000 (11:39 +0000)]
[merge from 6.7] Use equals instead of == to compare item ids (#8712). Using == will fail at least with JPAContainer as the entity provider provides the id instances and it is not guaranteed that the same instance is returned every time (e.g. if using a Long the longs represent the same number but are not the same instance)

svn changeset:23655/svn branch:6.8

12 years agoMake sure the request timer is always stopped, better names #8694
Jonatan Kronqvist [Fri, 27 Apr 2012 08:16:16 +0000 (08:16 +0000)]
Make sure the request timer is always stopped, better names #8694

svn changeset:23648/svn branch:6.8

12 years agoSimplified fix for #8694
Jonatan Kronqvist [Fri, 27 Apr 2012 07:19:56 +0000 (07:19 +0000)]
Simplified fix for #8694

svn changeset:23647/svn branch:6.8

12 years agoImproved touch scrolling test application (#8716, #8720, #8721, #8722, #8723, #8724...
Johannes Dahlström [Thu, 26 Apr 2012 13:30:35 +0000 (13:30 +0000)]
Improved touch scrolling test application (#8716, #8720, #8721, #8722, #8723, #8724, #8725)

svn changeset:23644/svn branch:6.8

12 years agoRemoved duplicate code for broken Android detection (#8716)
Artur Signell [Thu, 26 Apr 2012 13:11:51 +0000 (13:11 +0000)]
Removed duplicate code for broken Android detection (#8716)

svn changeset:23643/svn branch:6.8

12 years agoFunctions for reporting Android and iOS version (#8716)
Artur Signell [Thu, 26 Apr 2012 13:11:45 +0000 (13:11 +0000)]
Functions for reporting Android and iOS version (#8716)

svn changeset:23642/svn branch:6.8

12 years agoJoined MobileOS and OS so only one operating system is reported (#7911)
Artur Signell [Thu, 26 Apr 2012 13:11:23 +0000 (13:11 +0000)]
Joined MobileOS and OS so only one operating system is reported (#7911)

svn changeset:23641/svn branch:6.8

12 years ago#8551 Add isAndroid() test
Johannes Dahlström [Thu, 26 Apr 2012 13:06:18 +0000 (13:06 +0000)]
#8551 Add isAndroid() test

svn changeset:23640/svn branch:6.8

12 years agoFix #8551: Notifications are displayed in parts on an Asus TF101
Johannes Dahlström [Thu, 26 Apr 2012 12:39:52 +0000 (12:39 +0000)]
Fix #8551: Notifications are displayed in parts on an Asus TF101

svn changeset:23639/svn branch:6.8

12 years agoAdd support for html in buttons (#8663)
Leif Åstrand [Thu, 26 Apr 2012 08:52:41 +0000 (08:52 +0000)]
Add support for html in buttons (#8663)

svn changeset:23634/svn branch:6.8

12 years agoMake new classes serializable
Leif Åstrand [Thu, 26 Apr 2012 05:56:04 +0000 (05:56 +0000)]
Make new classes serializable

svn changeset:23633/svn branch:6.8

12 years agoFixes #8693 by applying patch, adds automated test for the case.
Marc Englund [Wed, 25 Apr 2012 13:11:34 +0000 (13:11 +0000)]
Fixes #8693 by applying patch, adds automated test for the case.

svn changeset:23631/svn branch:6.8

12 years agoExplicitly focus widget when simulating click (#8659)
Leif Åstrand [Wed, 25 Apr 2012 11:54:50 +0000 (11:54 +0000)]
Explicitly focus widget when simulating click (#8659)

svn changeset:23628/svn branch:6.8

12 years agoMerge remote branch 'origin/6.8'
Leif Åstrand [Wed, 25 Apr 2012 11:31:58 +0000 (14:31 +0300)]
Merge remote branch 'origin/6.8'

Conflicts:
src/com/vaadin/terminal/gwt/client/ApplicationConnection.java
src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java
src/com/vaadin/terminal/gwt/client/Util.java
src/com/vaadin/terminal/gwt/client/ui/FocusableScrollPanel.java
src/com/vaadin/terminal/gwt/client/ui/UploadIFrameOnloadStrategy.java
src/com/vaadin/terminal/gwt/client/ui/UploadIFrameOnloadStrategyIE.java
src/com/vaadin/terminal/gwt/client/ui/VCustomLayout.java
src/com/vaadin/terminal/gwt/client/ui/VDragAndDropWrapper.java
src/com/vaadin/terminal/gwt/client/ui/VDragAndDropWrapperIE.java
src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java
src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java
src/com/vaadin/terminal/gwt/client/ui/VTextField.java
src/com/vaadin/terminal/gwt/client/ui/VVideo.java
src/com/vaadin/terminal/gwt/server/AbstractApplicationPortlet.java
src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java
src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java
tests/testbench/com/vaadin/tests/components/table/TestCurrentPageFirstItem.java

12 years agoAdd test for $entry and make it ignore some false positives (#8699)
Leif Åstrand [Wed, 25 Apr 2012 07:14:56 +0000 (07:14 +0000)]
Add test for $entry and make it ignore some false positives (#8699)

svn changeset:23626/svn branch:6.8

12 years agoAdded v-ios and v-android for mobile devices (#7911)
Artur Signell [Wed, 25 Apr 2012 06:21:30 +0000 (06:21 +0000)]
Added v-ios and v-android for mobile devices (#7911)

svn changeset:23625/svn branch:6.8

12 years agoApplied patch provided for #8600 (hasChildren() broken if item used to have children...
Marc Englund [Tue, 24 Apr 2012 14:06:11 +0000 (14:06 +0000)]
Applied patch provided for #8600 (hasChildren() broken if item used to have children) and added junit test. Fixes #8600

svn changeset:23624/svn branch:6.8

12 years agoWrap javascript callback entry points in $entry (#8699)
Leif Åstrand [Tue, 24 Apr 2012 13:41:05 +0000 (13:41 +0000)]
Wrap javascript callback entry points in $entry (#8699)

svn changeset:23623/svn branch:6.8

12 years agoDon't throw NPE if no connector is found (warning is logged later)
Leif Åstrand [Tue, 24 Apr 2012 13:09:11 +0000 (16:09 +0300)]
Don't throw NPE if no connector is found (warning is logged later)

12 years agoIncreased debug window default size (#8523)
Artur Signell [Tue, 24 Apr 2012 12:24:50 +0000 (12:24 +0000)]
Increased debug window default size (#8523)

svn changeset:23621/svn branch:6.8

12 years agoFail build if Maven deployment fails (#8638)
Artur Signell [Tue, 24 Apr 2012 11:51:20 +0000 (11:51 +0000)]
Fail build if Maven deployment fails (#8638)

svn changeset:23620/svn branch:6.8

12 years ago[merge from 6.7] Fix #8550 in 6.7 after all
Automerge [Mon, 23 Apr 2012 09:06:42 +0000 (09:06 +0000)]
[merge from 6.7] Fix #8550 in 6.7 after all

svn changeset:23610/svn branch:6.8

12 years ago[merge from 6.7] doUidlRequest() should not set hasActiveRequest=false when retrying...
Automerge [Mon, 23 Apr 2012 09:06:37 +0000 (09:06 +0000)]
[merge from 6.7] doUidlRequest() should not set hasActiveRequest=false when retrying a request that returned a 503

svn changeset:23609/svn branch:6.8

12 years ago[merge from 6.7] Moved Mattis touchscroll fixes to 6.8
Automerge [Fri, 20 Apr 2012 13:07:16 +0000 (13:07 +0000)]
[merge from 6.7] Moved Mattis touchscroll fixes to 6.8

svn changeset:23604/svn branch:6.8

12 years ago[merge from 6.7] #8407 Handle the case of a 503 response without a Retry-After header
Automerge [Fri, 20 Apr 2012 13:07:11 +0000 (13:07 +0000)]
[merge from 6.7] #8407 Handle the case of a 503 response without a Retry-After header

svn changeset:23603/svn branch:6.8

12 years agoAdded test to ensure shared classes are Serializable (#8710) 7.0.0.alpha2
Artur Signell [Fri, 20 Apr 2012 08:49:27 +0000 (11:49 +0300)]
Added test to ensure shared classes are Serializable (#8710)

Corrected SplitterState to be Serializable.

12 years agoJavadocs for LayoutManager
Leif Åstrand [Fri, 20 Apr 2012 08:23:41 +0000 (11:23 +0300)]
Javadocs for LayoutManager

12 years agoA fix to release notes for 7.0.alpha2.
Marko Gronroos [Fri, 20 Apr 2012 08:12:24 +0000 (11:12 +0300)]
A fix to release notes for 7.0.alpha2.

12 years agoAdded release notes for 7.0.alpha2.
Marko Gronroos [Fri, 20 Apr 2012 08:06:08 +0000 (11:06 +0300)]
Added release notes for 7.0.alpha2.

12 years agoAdded release notes for 7.0.alpha2.
Marko Gronroos [Fri, 20 Apr 2012 07:50:17 +0000 (10:50 +0300)]
Added release notes for 7.0.alpha2.

12 years agoRefine box-sizing: border-box styles (#8682)
Leif Åstrand [Fri, 20 Apr 2012 07:32:42 +0000 (10:32 +0300)]
Refine box-sizing: border-box styles (#8682)

12 years agoInclude static test files in war
Artur Signell [Thu, 19 Apr 2012 19:18:40 +0000 (22:18 +0300)]
Include static test files in war

12 years agoMethod for finding the first ancestor of a given type (#8182)
Artur Signell [Thu, 19 Apr 2012 14:33:18 +0000 (17:33 +0300)]
Method for finding the first ancestor of a given type (#8182)

12 years agoFixed problem with Panel not repainting its contents (#8700)
Artur Signell [Thu, 19 Apr 2012 14:15:34 +0000 (17:15 +0300)]
Fixed problem with Panel not repainting its contents (#8700)

12 years agoRemoved dead code
Artur Signell [Thu, 19 Apr 2012 13:43:57 +0000 (16:43 +0300)]
Removed dead code

12 years agoFixed GateIn portal support and action request problem (#8670)
Artur Signell [Thu, 19 Apr 2012 13:30:18 +0000 (16:30 +0300)]
Fixed GateIn portal support and action request problem (#8670)

12 years agoAdded log message to ease migration (#8698)
Artur Signell [Thu, 19 Apr 2012 10:57:41 +0000 (13:57 +0300)]
Added log message to ease migration (#8698)

12 years agoAdditional tweaks based on review (#8507)
Artur Signell [Thu, 19 Apr 2012 09:16:30 +0000 (12:16 +0300)]
Additional tweaks based on review (#8507)

12 years agoFix changed dom element path
Leif Åstrand [Thu, 19 Apr 2012 14:43:05 +0000 (17:43 +0300)]
Fix changed dom element path

12 years agoMake MethodInvocation and subclasses Serializable
Leif Åstrand [Thu, 19 Apr 2012 13:40:00 +0000 (16:40 +0300)]
Make MethodInvocation and subclasses Serializable

12 years agoAdd test for detecting scrollbar quirks in different browsers
Leif Åstrand [Thu, 19 Apr 2012 13:39:09 +0000 (16:39 +0300)]
Add test for detecting scrollbar quirks in different browsers

12 years ago[merge from 6.7] * fixed timing issue that might leave scroll "outside" of the viewpo...
Automerge [Thu, 19 Apr 2012 13:07:50 +0000 (13:07 +0000)]
[merge from 6.7] * fixed timing issue that might leave scroll "outside" of the viewport on ios devices when scrolling furiously while animation is still ongoing.

svn changeset:23594/svn branch:6.8

12 years ago[merge from 6.7] Skipping "scroll selected/focused row into view" on touch devices...
Automerge [Thu, 19 Apr 2012 13:07:45 +0000 (13:07 +0000)]
[merge from 6.7] Skipping "scroll selected/focused row into view" on touch devices as it breaks androids with broken scrolltop and should be obsolete on touch devices anyway

svn changeset:23593/svn branch:6.8

12 years ago[merge from 6.7] Test case and fix for #8625: Firefox and IE9 need an overflow hack...
Automerge [Thu, 19 Apr 2012 13:07:40 +0000 (13:07 +0000)]
[merge from 6.7] Test case and fix for #8625: Firefox and IE9 need an overflow hack to prevent unwanted scrollbars with nested TabSheets in some cases

svn changeset:23592/svn branch:6.8

12 years agoAdded the license notice to a new file added in #8694
Jonatan Kronqvist [Thu, 19 Apr 2012 11:14:49 +0000 (11:14 +0000)]
Added the license notice to a new file added in #8694

svn changeset:23589/svn branch:6.8

12 years agoMove test app to the right package and add test script
Leif Åstrand [Thu, 19 Apr 2012 09:04:28 +0000 (12:04 +0300)]
Move test app to the right package and add test script

12 years agoHandled enabled state cascading on client side (#8507)
Artur Signell [Thu, 19 Apr 2012 08:55:21 +0000 (11:55 +0300)]
Handled enabled state cascading on client side (#8507)

Now avoids repainting the full hierarchy if the enabled state of a
component container changes.

12 years agoFix test app and add test scripts
Leif Åstrand [Thu, 19 Apr 2012 08:14:48 +0000 (11:14 +0300)]
Fix test app and add test scripts

12 years agoAdded some comments for #8694
Jonatan Kronqvist [Thu, 19 Apr 2012 07:00:34 +0000 (07:00 +0000)]
Added some comments for #8694

svn changeset:23583/svn branch:6.8

12 years agoImplemented #8694 - API providing profiling info for TestBench 3.x
Jonatan Kronqvist [Thu, 19 Apr 2012 06:33:34 +0000 (06:33 +0000)]
Implemented #8694 - API providing profiling info for TestBench 3.x

svn changeset:23582/svn branch:6.8

12 years agoRPC -> Rpc for consistency
Artur Signell [Wed, 18 Apr 2012 20:39:56 +0000 (23:39 +0300)]
RPC -> Rpc for consistency

12 years agoAllow all RPC calls for connectors enabled when receiving the message
Artur Signell [Wed, 18 Apr 2012 08:33:49 +0000 (11:33 +0300)]
Allow all RPC calls for connectors enabled when receiving the message

12 years agoMade it possible to find out RPC parameter types (#8667)
Artur [Wed, 18 Apr 2012 07:09:53 +0000 (10:09 +0300)]
Made it possible to find out RPC parameter types (#8667)

Refactored legacy change variables handling to
LegacyChangeVariablesInvocation

12 years agoJavadoc update
Artur [Tue, 17 Apr 2012 22:06:26 +0000 (01:06 +0300)]
Javadoc update

12 years agoRefactored JsonCodec to use a given type for deserialization (#8667)
Artur Signell [Tue, 17 Apr 2012 22:02:48 +0000 (01:02 +0300)]
Refactored JsonCodec to use a given type for deserialization (#8667)

12 years agoSimplified RPC handling for client to server RPC
Artur [Tue, 17 Apr 2012 19:26:43 +0000 (22:26 +0300)]
Simplified RPC handling for client to server RPC

Target connector validity (enabled) is checked for all RPC calls
ClientConnector is always an RpcTarget
Removed unused RpcManager.target

12 years agoOnly paint connector references for visible connectors (#8685)
Artur [Tue, 17 Apr 2012 19:23:38 +0000 (22:23 +0300)]
Only paint connector references for visible connectors (#8685)

12 years agoRemove widget if it is still in the DOM when connector is unregistered
Artur Signell [Tue, 17 Apr 2012 19:04:27 +0000 (22:04 +0300)]
Remove widget if it is still in the DOM when connector is unregistered

12 years agoUse declared RPC parameter types (#8666)
Artur Signell [Mon, 16 Apr 2012 13:35:12 +0000 (16:35 +0300)]
Use declared RPC parameter types (#8666)

12 years ago[merge from 6.7] Quickly typed in touch scroll related changes due to ridiculous...
Automerge [Wed, 18 Apr 2012 17:07:34 +0000 (17:07 +0000)]
[merge from 6.7] Quickly typed in touch scroll related changes due to 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

12 years ago[merge from 6.7] improved test case
Automerge [Wed, 18 Apr 2012 17:07:29 +0000 (17:07 +0000)]
[merge from 6.7] improved test case

svn changeset:23580/svn branch:6.8

12 years agoExplicitly paint CustomLayout to send template to the client (#8688)
Leif Åstrand [Wed, 18 Apr 2012 14:07:16 +0000 (17:07 +0300)]
Explicitly paint CustomLayout to send template to the client (#8688)

12 years agoUse the proper template name
Leif Åstrand [Wed, 18 Apr 2012 14:05:31 +0000 (17:05 +0300)]
Use the proper template name

12 years ago[merge from 6.7] enhanced test case
Automerge [Wed, 18 Apr 2012 13:21:32 +0000 (13:21 +0000)]
[merge from 6.7] enhanced test case

svn changeset:23575/svn branch:6.8

12 years ago[merge from 6.7] added tests case that contains varios setups to check scrolling...
Automerge [Wed, 18 Apr 2012 13:21:27 +0000 (13:21 +0000)]
[merge from 6.7] added tests case that contains varios setups to check scrolling and related stuff work with touch devices

svn changeset:23574/svn branch:6.8

12 years ago[merge from 6.7] Fixed layout to match test script and screenshots
Automerge [Wed, 18 Apr 2012 13:21:22 +0000 (13:21 +0000)]
[merge from 6.7] Fixed layout to match test script and screenshots

svn changeset:23573/svn branch:6.8

12 years ago[merge from 6.7] Test for #8662: Improved old #2864 test case and added a TestBench...
Automerge [Wed, 18 Apr 2012 13:21:15 +0000 (13:21 +0000)]
[merge from 6.7] Test for #8662: Improved old #2864 test case and added a TestBench script

svn changeset:23572/svn branch:6.8

12 years agoMerge remote branch 'origin/6.8'
Leif Åstrand [Wed, 18 Apr 2012 11:09:56 +0000 (14:09 +0300)]
Merge remote branch 'origin/6.8'

Conflicts:
src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java
tests/server-side/com/vaadin/tests/server/component/tabsheet/TestTabSheet.java

12 years agoRevert "Reduce tree node caption padding to make room for focus border"
Leif Åstrand [Wed, 18 Apr 2012 10:47:17 +0000 (13:47 +0300)]
Revert "Reduce tree node caption padding to make room for focus border"

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".

12 years agoAdd missing license
Leif Åstrand [Wed, 18 Apr 2012 10:42:40 +0000 (13:42 +0300)]
Add missing license

12 years agoReserve space using margin instead of padding to reduce overflows
Leif Åstrand [Wed, 18 Apr 2012 09:10:45 +0000 (12:10 +0300)]
Reserve space using margin instead of padding to reduce overflows

12 years ago[merge from 6.7] Reverted #7607 fixes and removed the test for now because they cause...
Automerge [Tue, 17 Apr 2012 17:06:08 +0000 (17:06 +0000)]
[merge from 6.7] Reverted #7607 fixes and removed the test for now because they cause the #8662 regression.

svn changeset:23566/svn branch:6.8

12 years agoDon't throw NPE when getting RPC for non-existing connector id
Leif Åstrand [Tue, 17 Apr 2012 12:34:23 +0000 (15:34 +0300)]
Don't throw NPE when getting RPC for non-existing connector id

12 years agoPut margin on caption's parent so caption's outer size can be used
Leif Åstrand [Tue, 17 Apr 2012 12:04:43 +0000 (15:04 +0300)]
Put margin on caption's parent so caption's outer size can be used

12 years agoFixes #8669 by prefixing field names with "json_" instead of just "json" to avoid...
Marc Englund [Tue, 17 Apr 2012 09:10:51 +0000 (12:10 +0300)]
Fixes #8669 by prefixing field names with "json_" instead of just "json" to avoid clashes.

12 years agoReduce tree node caption padding to make room for focus border
Leif Åstrand [Tue, 17 Apr 2012 08:16:02 +0000 (11:16 +0300)]
Reduce tree node caption padding to make room for focus border

12 years agoTake additional padding into account when putting caption to the right
Leif Åstrand [Tue, 17 Apr 2012 07:56:25 +0000 (10:56 +0300)]
Take additional padding into account when putting caption to the right

12 years agoMake client side exception more obvious again (#8544)
Leif Åstrand [Tue, 17 Apr 2012 07:29:38 +0000 (10:29 +0300)]
Make client side exception more obvious again (#8544)

12 years agoExplicitly reserve space for layout paddings to avoid slot growing.
Leif Åstrand [Tue, 17 Apr 2012 07:00:07 +0000 (10:00 +0300)]
Explicitly reserve space for layout paddings to avoid slot growing.

Without this feature, CssLayout could cause the slot to grow to over
then parent's padding, which in the next layout phase would cause the
CssLayout to be measured as a little bigger, causing a parent layout
with undefined size to grow to make room for the bigger child,
which again would make the CssLayout grow...

12 years agoFixes #8673 (some fields not en/decoded correctly) by using the setter/getter name...
Marc Englund [Tue, 17 Apr 2012 06:19:36 +0000 (09:19 +0300)]
Fixes #8673 (some fields not en/decoded correctly) by using the setter/getter name w/o altering case.

12 years ago[merge from 6.7] #8595 test script: removed accidental duplicate code, use mouseClick...
Automerge [Mon, 16 Apr 2012 13:06:34 +0000 (13:06 +0000)]
[merge from 6.7] #8595 test script: removed accidental duplicate code, use mouseClick with :shift instead of shiftKeyDown/Up

svn changeset:23554/svn branch:6.8

12 years agoAdd exception handling for layout and element resize (#4203)
Leif Åstrand [Mon, 16 Apr 2012 11:38:02 +0000 (14:38 +0300)]
Add exception handling for layout and element resize (#4203)

12 years agoUse the non-legacy HandlerRegistration type
Leif Åstrand [Mon, 16 Apr 2012 11:30:22 +0000 (14:30 +0300)]
Use the non-legacy HandlerRegistration type

12 years agoRevert "Import the proper HandlerRegistration (#8420)"
Leif Åstrand [Mon, 16 Apr 2012 11:28:50 +0000 (14:28 +0300)]
Revert "Import the proper HandlerRegistration (#8420)"

This reverts commit d6595af90d8663cc9f5ad9a6433c2b5210ff5fdd.

12 years agoRename paintable -> connector internally
Leif Åstrand [Mon, 16 Apr 2012 11:26:56 +0000 (14:26 +0300)]
Rename paintable -> connector internally

12 years agoChanged getStyleNames to be non static so it can be overridden
Artur Signell [Mon, 16 Apr 2012 11:06:39 +0000 (14:06 +0300)]
Changed getStyleNames to be non static so it can be overridden

12 years agoReformatted all source files
Artur Signell [Mon, 16 Apr 2012 11:05:09 +0000 (14:05 +0300)]
Reformatted all source files

12 years agoUnit test for #8653
Johannes Dahlström [Mon, 16 Apr 2012 10:40:01 +0000 (10:40 +0000)]
Unit test for #8653

svn changeset:23551/svn branch:6.8