]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
13 years ago#5741 : modified stream variables so that component developers can use the same...
Matti Tahvonen [Thu, 11 Nov 2010 20:43:18 +0000 (20:43 +0000)]
#5741 :  modified stream variables so that component developers can use the same post target several times without repaint. Bit more complex implementation, but on the other hand makes component developers job bit easier in some situations (eg. synchronizations, third party integrations). Still need to verify that this works at least in liferay and gatein portals. EasyUploads with flash multiple file upload fallback for IE will verify tomorrow.

svn changeset:15971/svn branch:6.5

13 years agoSet 6.5 release branch for the Book in the 6.5 version branch.
Marko Grönroos [Thu, 11 Nov 2010 17:12:03 +0000 (17:12 +0000)]
Set 6.5 release branch for the Book in the 6.5 version branch.

svn changeset:15970/svn branch:6.5

13 years agoremoved obsolete backwards compatibility class (Html5File uploads will needs some...
Matti Tahvonen [Thu, 11 Nov 2010 10:39:17 +0000 (10:39 +0000)]
removed obsolete backwards compatibility class (Html5File uploads will needs some minor code changes anyway when upgrading to 6.5)

svn changeset:15963/svn branch:6.5

13 years agomethod and class renames and cleaning up TODOs
Matti Tahvonen [Thu, 11 Nov 2010 10:28:14 +0000 (10:28 +0000)]
method and class renames and cleaning up TODOs

svn changeset:15962/svn branch:6.5

13 years agofixed javadocs
Matti Tahvonen [Thu, 11 Nov 2010 09:49:50 +0000 (09:49 +0000)]
fixed javadocs

svn changeset:15961/svn branch:6.5

13 years agomore tests for TextChangeEvents
Matti Tahvonen [Wed, 10 Nov 2010 13:16:13 +0000 (13:16 +0000)]
more tests for TextChangeEvents

svn changeset:15955/svn branch:6.5

13 years agoNPE fix.
John Alhroos [Wed, 10 Nov 2010 13:09:12 +0000 (13:09 +0000)]
NPE fix.

svn changeset:15954/svn branch:6.5

13 years agoSome enhancements to the SplitPanel positioning sample.
John Alhroos [Wed, 10 Nov 2010 11:52:20 +0000 (11:52 +0000)]
Some enhancements to the SplitPanel positioning sample.

svn changeset:15951/svn branch:6.5

13 years agotext change events now properly detected from variables
Matti Tahvonen [Wed, 10 Nov 2010 09:53:17 +0000 (09:53 +0000)]
text change events now properly detected from variables

svn changeset:15950/svn branch:6.5

13 years agorenamed method
Matti Tahvonen [Wed, 10 Nov 2010 09:26:05 +0000 (09:26 +0000)]
renamed method

svn changeset:15949/svn branch:6.5

13 years agoAdded SplitPanel positioning example.
John Alhroos [Wed, 10 Nov 2010 08:59:40 +0000 (08:59 +0000)]
Added SplitPanel positioning example.

svn changeset:15948/svn branch:6.5

13 years agofixes #5261, default header now contains X-UA-Compatible = chrome1 to use chrome...
Matti Tahvonen [Tue, 9 Nov 2010 15:46:54 +0000 (15:46 +0000)]
fixes #5261, default header now contains X-UA-Compatible = chrome1 to use chrome frame when installed on IE

svn changeset:15942/svn branch:6.5

13 years agominor enhancement: don't display scroll position information if less than pagelenght...
Matti Tahvonen [Tue, 9 Nov 2010 14:55:27 +0000 (14:55 +0000)]
minor enhancement: don't display scroll position information if less than pagelenght rows are in the table

svn changeset:15940/svn branch:6.5

13 years agoTest script for #5894
Artur Signell [Tue, 9 Nov 2010 14:55:13 +0000 (14:55 +0000)]
Test script for #5894

svn changeset:15939/svn branch:6.5

13 years agominor enhancement: table sort now happens without "scroll latency".
Matti Tahvonen [Tue, 9 Nov 2010 14:50:11 +0000 (14:50 +0000)]
minor enhancement: table sort now happens without "scroll latency".

svn changeset:15938/svn branch:6.5

13 years agofixes #5972, Table now focused eagerly when interacting with mouse with a header...
Matti Tahvonen [Tue, 9 Nov 2010 14:47:14 +0000 (14:47 +0000)]
fixes #5972, Table now focused eagerly when interacting with mouse with a header cell. Previously the table was focused in at an invalid moment causing variables to be in wrong order and for the table in two patches.

svn changeset:15937/svn branch:6.5

13 years agoFix for #5894 Right aligned Menubar with Icons runs out of browser
Artur Signell [Tue, 9 Nov 2010 14:43:19 +0000 (14:43 +0000)]
Fix for #5894 Right aligned Menubar with Icons runs out of browser
Fix for #5906 Menu shadow is too narrow in Chrome7

svn changeset:15936/svn branch:6.5

13 years agoGeneric menubar test case
Artur Signell [Tue, 9 Nov 2010 14:02:55 +0000 (14:02 +0000)]
Generic menubar test case

svn changeset:15935/svn branch:6.5

13 years agoMerged "Enable showing and hiding log" from 6.4
Artur Signell [Tue, 9 Nov 2010 13:51:49 +0000 (13:51 +0000)]
Merged "Enable showing and hiding log" from 6.4

svn changeset:15934/svn branch:6.5

13 years agoTest case for #5894
Artur Signell [Tue, 9 Nov 2010 13:45:52 +0000 (13:45 +0000)]
Test case for #5894

svn changeset:15932/svn branch:6.5

13 years agoAdded browser strings for Linux and Mac. Still using only windows for testing
Artur Signell [Tue, 9 Nov 2010 13:38:12 +0000 (13:38 +0000)]
Added browser strings for Linux and Mac. Still using only windows for testing

svn changeset:15931/svn branch:6.5

13 years agoFormatted using Eclipse Helios SR-1
Artur Signell [Tue, 9 Nov 2010 13:36:04 +0000 (13:36 +0000)]
Formatted using Eclipse Helios SR-1

svn changeset:15930/svn branch:6.5

13 years agoChanged SplitPanelReversePosition-test to better test swapping the split position...
John Alhroos [Tue, 9 Nov 2010 13:15:06 +0000 (13:15 +0000)]
Changed SplitPanelReversePosition-test to better test swapping the split position direction.

svn changeset:15927/svn branch:6.5

13 years agoFixed bug where swapping vertical split position to the opposite direction does not...
John Alhroos [Tue, 9 Nov 2010 12:21:52 +0000 (12:21 +0000)]
Fixed bug where swapping vertical split position to the opposite direction does not work.

svn changeset:15925/svn branch:6.5

13 years agofixes #2387: added TextChangeEvent that can be used to listen text changes while...
Matti Tahvonen [Tue, 9 Nov 2010 09:37:00 +0000 (09:37 +0000)]
fixes #2387: added TextChangeEvent that can be used to listen text changes while the user is typing or otherwise modifying the text

svn changeset:15923/svn branch:6.5

13 years ago#5821 - Removed extra code and added comment about the version in which ItemClickSour...
Artur Signell [Mon, 8 Nov 2010 11:58:19 +0000 (11:58 +0000)]
#5821 - Removed extra code and added comment about the version in which ItemClickSource was deprecated.

svn changeset:15910/svn branch:6.5

13 years agoRelease notes mention for #5954 - ClassPathExplorer.searchForPaintables should only...
Artur Signell [Mon, 8 Nov 2010 10:53:14 +0000 (10:53 +0000)]
Release notes mention for #5954 - ClassPathExplorer.searchForPaintables should only search Vaadin add-on jars

svn changeset:15908/svn branch:6.5

13 years agoMention GWT update in release notes (#5900)
Artur Signell [Mon, 8 Nov 2010 06:32:45 +0000 (06:32 +0000)]
Mention GWT update in release notes (#5900)

svn changeset:15904/svn branch:6.5

13 years ago#5954 - ClassPathExplorer.searchForPaintables should only search Vaadin add-on jars
Artur Signell [Fri, 5 Nov 2010 17:09:16 +0000 (17:09 +0000)]
#5954 - ClassPathExplorer.searchForPaintables should only search Vaadin add-on jars

svn changeset:15892/svn branch:6.5

13 years agoMerged ClassPathExplorer fixes for #5953, #5957
Artur Signell [Fri, 5 Nov 2010 17:00:00 +0000 (17:00 +0000)]
Merged ClassPathExplorer fixes for #5953, #5957

svn changeset:15891/svn branch:6.5

13 years ago#5821 - ItemClickSource should be ItemClickNotifier release notes mention
Artur Signell [Fri, 5 Nov 2010 16:02:51 +0000 (16:02 +0000)]
#5821 - ItemClickSource should be ItemClickNotifier release notes mention

svn changeset:15890/svn branch:6.5

13 years ago#5821 - ItemClickSource should be ItemClickNotifier
Artur Signell [Fri, 5 Nov 2010 16:00:14 +0000 (16:00 +0000)]
#5821 - ItemClickSource should be ItemClickNotifier

svn changeset:15889/svn branch:6.5

13 years agoformatted javadoc
Matti Tahvonen [Fri, 5 Nov 2010 12:38:09 +0000 (12:38 +0000)]
formatted javadoc

svn changeset:15881/svn branch:6.5

13 years agofixes #5955. A bit more intelligent removal of fields from Form + a method that can...
Matti Tahvonen [Fri, 5 Nov 2010 12:20:07 +0000 (12:20 +0000)]
fixes #5955. A bit more intelligent removal of fields from Form + a method that can be overridden for a custom logic.

svn changeset:15880/svn branch:6.5

13 years agoMerged [15706] [15713] [15714] [15720] [15721] [15735] [15736] [15737] [15739] [15761...
John Alhroos [Fri, 5 Nov 2010 11:30:52 +0000 (11:30 +0000)]
Merged [15706] [15713] [15714] [15720] [15721] [15735] [15736] [15737] [15739] [15761] [15764]

svn changeset:15878/svn branch:6.5

13 years agodepracated obsolete helper method from AbstractField. Replaced the implementation...
Matti Tahvonen [Thu, 4 Nov 2010 17:52:03 +0000 (17:52 +0000)]
depracated obsolete helper method from AbstractField. Replaced the implementation body to use DefaultFieldFactory's method instead

svn changeset:15871/svn branch:6.5

13 years ago#5865. Deprecated usage of Button as CheckBox
Matti Tahvonen [Thu, 4 Nov 2010 17:49:51 +0000 (17:49 +0000)]
#5865. Deprecated usage of Button as CheckBox

svn changeset:15870/svn branch:6.5

13 years ago#5865. Removed some non-needed code from widgetset, prepared datefields and button...
Matti Tahvonen [Thu, 4 Nov 2010 15:04:30 +0000 (15:04 +0000)]
#5865. Removed some non-needed code from widgetset, prepared datefields and button and select for one-to-one mapping

svn changeset:15867/svn branch:6.5

13 years agochanged tests and demos to uses vertical/horizontal split panel
Matti Tahvonen [Thu, 4 Nov 2010 14:14:54 +0000 (14:14 +0000)]
changed tests and demos to uses vertical/horizontal split panel

svn changeset:15863/svn branch:6.5

13 years agoreverted bad refactoring of captio
Matti Tahvonen [Thu, 4 Nov 2010 14:00:26 +0000 (14:00 +0000)]
reverted bad refactoring of captio

svn changeset:15861/svn branch:6.5

13 years agojavadocs
Matti Tahvonen [Thu, 4 Nov 2010 13:46:30 +0000 (13:46 +0000)]
javadocs

svn changeset:15860/svn branch:6.5

13 years agojavadocs
Matti Tahvonen [Thu, 4 Nov 2010 13:25:18 +0000 (13:25 +0000)]
javadocs

svn changeset:15859/svn branch:6.5

13 years agojavadocs
Matti Tahvonen [Thu, 4 Nov 2010 13:13:45 +0000 (13:13 +0000)]
javadocs

svn changeset:15858/svn branch:6.5

13 years agoclass doc
Matti Tahvonen [Thu, 4 Nov 2010 12:55:41 +0000 (12:55 +0000)]
class doc

svn changeset:15857/svn branch:6.5

13 years agorefined TODO notes
Matti Tahvonen [Thu, 4 Nov 2010 12:50:15 +0000 (12:50 +0000)]
refined TODO notes

svn changeset:15856/svn branch:6.5

13 years ago#5743, #5742, #5741, #4275 related refactoring. Renamed com.vaadin.terminal.Receiver...
Matti Tahvonen [Wed, 3 Nov 2010 21:53:53 +0000 (21:53 +0000)]
#5743, #5742, #5741, #4275 related refactoring. Renamed com.vaadin.terminal.Receiver (introduced earlier in this dev branch) to StreamVariable and combined ReceiverOwner methods to it. Resetted Upload.Receiver to 6.4 state, DD wrapper uses StreamVariable based API (breaking change, but very rare code atm)

svn changeset:15849/svn branch:6.5

13 years agoFixed pause statements in MenuBarToolTips
John Alhroos [Wed, 3 Nov 2010 06:56:24 +0000 (06:56 +0000)]
Fixed pause statements in MenuBarToolTips

svn changeset:15842/svn branch:6.5

13 years agoMerge from versions/6.4 to versions/6.5:
Marko Grönroos [Wed, 3 Nov 2010 06:46:27 +0000 (06:46 +0000)]
Merge from versions/6.4 to versions/6.5:
Merged [15837]: Publish Eclipse manual plugin as TeamCity artifact.
Merged [15838]: Proper path for publishing Eclipse manual plugin as TeamCity artifact.

svn changeset:15841/svn branch:6.5

13 years agoProper path for publishing Eclipse manual plugin as TeamCity artifact.
Marko Grönroos [Tue, 2 Nov 2010 18:33:39 +0000 (18:33 +0000)]
Proper path for publishing Eclipse manual plugin as TeamCity artifact.

svn changeset:15838/svn branch:6.4

13 years agoPublish Eclipse manual plugin as TeamCity artifact.
Marko Grönroos [Tue, 2 Nov 2010 18:10:44 +0000 (18:10 +0000)]
Publish Eclipse manual plugin as TeamCity artifact.

svn changeset:15837/svn branch:6.4

13 years agoHorizontalSplitPanel is now horizontal.
John Alhroos [Tue, 2 Nov 2010 13:45:40 +0000 (13:45 +0000)]
HorizontalSplitPanel is now horizontal.

svn changeset:15827/svn branch:6.5

13 years agoTest for MenuBar tooltips #5919
John Alhroos [Tue, 2 Nov 2010 10:12:50 +0000 (10:12 +0000)]
Test for MenuBar tooltips #5919

svn changeset:15820/svn branch:6.5

13 years agoCustomMenuItems should not be Paintable.
John Alhroos [Tue, 2 Nov 2010 09:48:38 +0000 (09:48 +0000)]
CustomMenuItems should not be Paintable.

svn changeset:15819/svn branch:6.5

13 years agoAdds tooltips to menubar items #5919
John Alhroos [Tue, 2 Nov 2010 08:51:19 +0000 (08:51 +0000)]
Adds tooltips to menubar items #5919

svn changeset:15818/svn branch:6.5

13 years agoMerged [15805] from versions/6.4 to versions/6.5. Updated the actual value.
Marko Grönroos [Mon, 1 Nov 2010 11:17:14 +0000 (11:17 +0000)]
Merged [15805] from versions/6.4 to versions/6.5. Updated the actual value.

svn changeset:15809/svn branch:6.5

13 years agoDefine manual repository in VERSION.properties instead of the build script.
Marko Grönroos [Mon, 1 Nov 2010 11:12:22 +0000 (11:12 +0000)]
Define manual repository in VERSION.properties instead of the build script.

svn changeset:15805/svn branch:6.4

13 years agoopening for extension
Matti Tahvonen [Sun, 31 Oct 2010 19:09:32 +0000 (19:09 +0000)]
opening for extension

svn changeset:15796/svn branch:6.5

13 years agoCommunicationManager implementation can now be replaced (instantiated via AbstractApp...
Matti Tahvonen [Sun, 31 Oct 2010 18:42:16 +0000 (18:42 +0000)]
CommunicationManager implementation can now be replaced (instantiated via AbstractApplicationServlet) and some protected methods in CommunicationManager are less dependent on Request/Response.

svn changeset:15795/svn branch:6.5

13 years agoImproving client side extensibility: CommunicationManager now created with GWT.create...
Matti Tahvonen [Sun, 31 Oct 2010 18:38:16 +0000 (18:38 +0000)]
Improving client side extensibility: CommunicationManager now created with GWT.create + some re-factoring to CommunicationManager to make it easier to replace the communication channel (XHR based by default).

svn changeset:15794/svn branch:6.5

13 years agoFixes style attributes remaining in DOM when swapping reverse positioning in SplitPanel.
John Alhroos [Fri, 29 Oct 2010 08:36:02 +0000 (08:36 +0000)]
Fixes style attributes remaining in DOM when swapping reverse positioning in SplitPanel.

svn changeset:15774/svn branch:6.5

13 years agoTestcase for #1588
John Alhroos [Fri, 29 Oct 2010 07:59:37 +0000 (07:59 +0000)]
Testcase for #1588

svn changeset:15770/svn branch:6.5

13 years agoBugfix for #1588
John Alhroos [Fri, 29 Oct 2010 07:55:12 +0000 (07:55 +0000)]
Bugfix for #1588

svn changeset:15769/svn branch:6.5

13 years agojavadoc
Matti Tahvonen [Fri, 29 Oct 2010 07:54:54 +0000 (07:54 +0000)]
javadoc

svn changeset:15768/svn branch:6.5

13 years agoAdds possibility to set split position from the opposite side in a SplitPanel. #1588
John Alhroos [Fri, 29 Oct 2010 07:19:38 +0000 (07:19 +0000)]
Adds possibility to set split position from the opposite side in a SplitPanel. #1588

svn changeset:15767/svn branch:6.5

13 years agoFixed DOM paths.
John Alhroos [Fri, 29 Oct 2010 06:07:49 +0000 (06:07 +0000)]
Fixed DOM paths.

svn changeset:15764/svn branch:6.4

13 years agoadded method for implementations to check if component has a listener for a specific...
Matti Tahvonen [Thu, 28 Oct 2010 13:48:34 +0000 (13:48 +0000)]
added method for implementations to check if component has a listener for a specific event type. Needed e.g. for paint optimizations.

svn changeset:15762/svn branch:6.5

13 years agoFixed DOM paths.
John Alhroos [Thu, 28 Oct 2010 13:20:55 +0000 (13:20 +0000)]
Fixed DOM paths.

svn changeset:15761/svn branch:6.4

13 years agoremoved workaround for a GWT bug, fixed in GWT 2.1, see #4279
Matti Tahvonen [Thu, 28 Oct 2010 11:04:01 +0000 (11:04 +0000)]
removed workaround for a GWT bug, fixed in GWT 2.1, see #4279

svn changeset:15760/svn branch:6.5

13 years agofixes #5903
Matti Tahvonen [Thu, 28 Oct 2010 10:35:01 +0000 (10:35 +0000)]
fixes #5903

svn changeset:15759/svn branch:6.5

13 years ago#3865 closing sub-windows from code should send close event, test for window closing
Henri Sara [Thu, 28 Oct 2010 08:58:56 +0000 (08:58 +0000)]
#3865 closing sub-windows from code should send close event, test for window closing

svn changeset:15758/svn branch:6.5

13 years agosame default value for rta as for textfield
Matti Tahvonen [Thu, 28 Oct 2010 07:29:25 +0000 (07:29 +0000)]
same default value for rta as for textfield

svn changeset:15755/svn branch:6.5

13 years agosame default value for rta as for textfield
Matti Tahvonen [Thu, 28 Oct 2010 07:28:07 +0000 (07:28 +0000)]
same default value for rta as for textfield

svn changeset:15754/svn branch:6.5

13 years agoUpdated GWT to 2.1.0
Artur Signell [Thu, 28 Oct 2010 07:05:55 +0000 (07:05 +0000)]
Updated GWT to 2.1.0

svn changeset:15752/svn branch:6.5

13 years agoFixed #5797 so scrolling timer is removed if the Table is disabled while scrolling.
John Alhroos [Wed, 27 Oct 2010 10:32:34 +0000 (10:32 +0000)]
Fixed #5797 so scrolling timer is removed if the Table is disabled while scrolling.

svn changeset:15739/svn branch:6.4

13 years agoFixed #5797 for the case when enabled is toggled.
John Alhroos [Wed, 27 Oct 2010 07:50:21 +0000 (07:50 +0000)]
Fixed #5797 for the case when enabled is toggled.

svn changeset:15737/svn branch:6.4

13 years agoFixes #5797 by disabling keyboard navigation when Table is disabled.
John Alhroos [Wed, 27 Oct 2010 07:16:55 +0000 (07:16 +0000)]
Fixes #5797 by disabling keyboard navigation when Table is disabled.

svn changeset:15736/svn branch:6.4

13 years agoTest for #5797
John Alhroos [Wed, 27 Oct 2010 07:13:31 +0000 (07:13 +0000)]
Test for #5797

svn changeset:15735/svn branch:6.4

13 years ago#5865: Extracted AbstractTextField from TextField, RichTextEditor extends now that...
Matti Tahvonen [Tue, 26 Oct 2010 15:13:30 +0000 (15:13 +0000)]
#5865: Extracted AbstractTextField from TextField, RichTextEditor extends now that. Breaks apps that use RichTextArea as a special type for TextField like our NotificationExample.

Also fixes focus and selectAll in RichTextArea. More complicated selections methods removed from RichTextArea, at least until it is possible to implement them with GWT RichTextArea.

svn changeset:15725/svn branch:6.5

13 years ago#4611 add getComponentCount() method for ComponentContainer implementations
Henri Sara [Tue, 26 Oct 2010 14:58:06 +0000 (14:58 +0000)]
#4611 add getComponentCount() method for ComponentContainer implementations

svn changeset:15724/svn branch:6.5

13 years agofixes #5888, AC now checks against Focusable instead of FocusWidget when updating...
Matti Tahvonen [Tue, 26 Oct 2010 14:12:43 +0000 (14:12 +0000)]
fixes #5888, AC now checks against Focusable instead of FocusWidget when updating paintables tab index

svn changeset:15722/svn branch:6.5

13 years agoFix for #5744
John Alhroos [Tue, 26 Oct 2010 13:34:43 +0000 (13:34 +0000)]
Fix for #5744

svn changeset:15721/svn branch:6.4

13 years agoTestcase for #5744
John Alhroos [Tue, 26 Oct 2010 13:28:36 +0000 (13:28 +0000)]
Testcase for #5744

svn changeset:15720/svn branch:6.4

13 years agofixes #5887, removed rich text toolbar controls from tabbing order
Matti Tahvonen [Tue, 26 Oct 2010 12:57:20 +0000 (12:57 +0000)]
fixes #5887, removed rich text toolbar controls from tabbing order

svn changeset:15716/svn branch:6.5

13 years agoRewrote [15706]
John Alhroos [Tue, 26 Oct 2010 12:08:47 +0000 (12:08 +0000)]
Rewrote [15706]

svn changeset:15714/svn branch:6.4

13 years agoRewrote [15706]
John Alhroos [Tue, 26 Oct 2010 11:23:52 +0000 (11:23 +0000)]
Rewrote [15706]

svn changeset:15713/svn branch:6.4

13 years agoRemove obsolete/unnecessary close listener from a test class.
Henri Sara [Tue, 26 Oct 2010 11:23:31 +0000 (11:23 +0000)]
Remove obsolete/unnecessary close listener from a test class.

svn changeset:15712/svn branch:6.5

13 years ago#5226 Changing LoginForm field captions: change and test
Henri Sara [Tue, 26 Oct 2010 09:45:51 +0000 (09:45 +0000)]
#5226 Changing LoginForm field captions: change and test

svn changeset:15710/svn branch:6.5

13 years agoFix for #5882
John Alhroos [Tue, 26 Oct 2010 09:10:47 +0000 (09:10 +0000)]
Fix for #5882

svn changeset:15706/svn branch:6.4

13 years agoIncremented development version number to 6.4.8.
Marko Grönroos [Mon, 25 Oct 2010 21:57:03 +0000 (21:57 +0000)]
Incremented development version number to 6.4.8.

svn changeset:15696/svn branch:6.4

13 years ago#5715 raise log level of application terminal error
Henri Sara [Mon, 25 Oct 2010 13:42:12 +0000 (13:42 +0000)]
#5715 raise log level of application terminal error

svn changeset:15693/svn branch:6.5

13 years ago#5715 server-side logging: some changes to the used log levels
Henri Sara [Mon, 25 Oct 2010 13:07:24 +0000 (13:07 +0000)]
#5715 server-side logging: some changes to the used log levels

svn changeset:15692/svn branch:6.5

13 years agoReverted small change to reindeer black window styles.
Jouni Koivuviita [Mon, 25 Oct 2010 09:16:08 +0000 (09:16 +0000)]
Reverted small change to reindeer black window styles.

svn changeset:15689/svn branch:6.5

13 years agominor cleanup for javadoc
Matti Tahvonen [Mon, 25 Oct 2010 09:03:16 +0000 (09:03 +0000)]
minor cleanup for javadoc

svn changeset:15688/svn branch:6.5

13 years agoUpdated mergeinfo
Jouni Koivuviita [Mon, 25 Oct 2010 08:52:49 +0000 (08:52 +0000)]
Updated mergeinfo

svn changeset:15687/svn branch:6.5

13 years agoMerged Chrome 6 -> Chrome 7
Artur Signell [Mon, 25 Oct 2010 05:14:35 +0000 (05:14 +0000)]
Merged Chrome 6 -> Chrome 7

svn changeset:15681/svn branch:6.5

13 years agoChrome 6 -> Chrome 7
Artur Signell [Sat, 23 Oct 2010 09:05:15 +0000 (09:05 +0000)]
Chrome 6 -> Chrome 7

svn changeset:15679/svn branch:6.4

14 years agoReverted [15621]
Jouni Koivuviita [Fri, 22 Oct 2010 14:14:41 +0000 (14:14 +0000)]
Reverted [15621]

svn changeset:15677/svn branch:6.4

14 years agoFixed a typo in a comment.
Marko Grönroos [Fri, 22 Oct 2010 14:10:55 +0000 (14:10 +0000)]
Fixed a typo in a comment.

svn changeset:15676/svn branch:6.5

14 years agoGenerate OSGi manifest Package-Exports attribute automatically. For #3521.
Marko Grönroos [Fri, 22 Oct 2010 13:53:28 +0000 (13:53 +0000)]
Generate OSGi manifest Package-Exports attribute automatically. For #3521.

svn changeset:15674/svn branch:6.5

14 years ago#5865: class stubs + depracations towards one to one widget mapping
Matti Tahvonen [Thu, 21 Oct 2010 14:45:47 +0000 (14:45 +0000)]
#5865: class stubs + depracations towards one to one widget mapping

svn changeset:15648/svn branch:6.5