]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
16 years agoscrollable related changes, fixes #1834, #1846
Matti Tahvonen [Tue, 24 Jun 2008 07:52:33 +0000 (07:52 +0000)]
scrollable related changes, fixes #1834, #1846

svn changeset:4942/svn branch:trunk

16 years agoRegular buttons changed to link-style, fixes #1841
Marc Englund [Tue, 24 Jun 2008 07:09:29 +0000 (07:09 +0000)]
Regular buttons changed to link-style, fixes #1841

svn changeset:4941/svn branch:trunk

16 years agoOrder selected items in Tables example because the return type is a Set and we need...
Marko Grönroos [Mon, 23 Jun 2008 13:33:46 +0000 (13:33 +0000)]
Order selected items in Tables example because the return type is a Set and we need to always have them in the same order for testing purposes.

svn changeset:4940/svn branch:trunk

16 years agoavoid dual unregistering of containers. May help with #1827
Matti Tahvonen [Mon, 23 Jun 2008 12:02:14 +0000 (12:02 +0000)]
avoid dual unregistering of containers. May help with #1827

svn changeset:4939/svn branch:trunk

16 years agoThe TextField needs to be repainted if it has a formatter; fixes #1824
Marc Englund [Mon, 23 Jun 2008 06:43:04 +0000 (06:43 +0000)]
The TextField needs to be repainted if it has a formatter; fixes #1824

svn changeset:4937/svn branch:trunk

16 years agoFixed problem with compiling widgetsets with build.xml file. Ant properties can not...
Marko Grönroos [Thu, 19 Jun 2008 13:21:54 +0000 (13:21 +0000)]
Fixed problem with compiling widgetsets with build.xml file. Ant properties can not be overwritten, it seems.

svn changeset:4925/svn branch:trunk

16 years agofixes #1838 (rendering bug on FF2)
Matti Tahvonen [Thu, 19 Jun 2008 09:34:13 +0000 (09:34 +0000)]
fixes #1838 (rendering bug on FF2)

svn changeset:4923/svn branch:trunk

16 years agofixes #1723, long lines are now visible
Matti Tahvonen [Thu, 19 Jun 2008 09:08:17 +0000 (09:08 +0000)]
fixes #1723, long lines are now visible

svn changeset:4920/svn branch:trunk

16 years agofixes #1835
Matti Tahvonen [Wed, 18 Jun 2008 12:34:17 +0000 (12:34 +0000)]
fixes #1835

svn changeset:4916/svn branch:trunk

16 years agoThe order of the headers was not updated in some instances.
Marc Englund [Wed, 18 Jun 2008 10:49:45 +0000 (10:49 +0000)]
The order of the headers was not updated in some instances.

svn changeset:4914/svn branch:trunk

16 years agofixes #1830
Matti Tahvonen [Wed, 18 Jun 2008 09:41:43 +0000 (09:41 +0000)]
fixes #1830

svn changeset:4913/svn branch:trunk

16 years agoInitial commit for #1739, implements Table.addGeneratedColumn()
Marc Englund [Wed, 18 Jun 2008 07:46:45 +0000 (07:46 +0000)]
Initial commit for #1739, implements Table.addGeneratedColumn()

svn changeset:4911/svn branch:trunk

16 years agoavoiding continuously growing cache when reloading page repeatedly
Matti Tahvonen [Tue, 17 Jun 2008 09:36:23 +0000 (09:36 +0000)]
avoiding continuously growing cache when reloading page repeatedly

svn changeset:4907/svn branch:trunk

16 years agoExtracted package private interface (ActionOwner). Toolkit context menu infra can...
Matti Tahvonen [Tue, 17 Jun 2008 08:18:49 +0000 (08:18 +0000)]
Extracted package private interface (ActionOwner). Toolkit context menu infra can now be used in extended components in different package.

svn changeset:4905/svn branch:trunk

16 years agofixes #1829, emptying iformlayout
Matti Tahvonen [Tue, 17 Jun 2008 07:43:51 +0000 (07:43 +0000)]
fixes #1829, emptying iformlayout

svn changeset:4904/svn branch:trunk

16 years agoavoiding ArrayOutOfBounds exception in some situations
Matti Tahvonen [Tue, 17 Jun 2008 07:07:55 +0000 (07:07 +0000)]
avoiding ArrayOutOfBounds exception in some situations

svn changeset:4903/svn branch:trunk

16 years agoremoved obsolete log message
Matti Tahvonen [Tue, 17 Jun 2008 05:52:51 +0000 (05:52 +0000)]
removed obsolete log message

svn changeset:4902/svn branch:trunk

16 years agofixes #1729, implemented height handling to IOrderedLayoutHorizontal and using it...
Matti Tahvonen [Mon, 16 Jun 2008 13:49:46 +0000 (13:49 +0000)]
fixes #1729, implemented height handling to IOrderedLayoutHorizontal and using it if height but not width set for horizontal ordered layout

svn changeset:4900/svn branch:trunk

16 years agoSelecting a new node when the previously selected node was not visible (parent not...
Marc Englund [Mon, 16 Jun 2008 10:09:23 +0000 (10:09 +0000)]
Selecting a new node when the previously selected node was not visible (parent not expanded) caused a js exception. Fixes #1795

svn changeset:4899/svn branch:trunk

16 years agoCustomLayout img-url translation changed so that relative urls are interpreted relati...
Marc Englund [Mon, 16 Jun 2008 09:56:08 +0000 (09:56 +0000)]
CustomLayout img-url translation changed so that relative urls are interpreted relative to the layouts -directory, others are left as-is (fixes #1818)

svn changeset:4898/svn branch:trunk

16 years agofixes #1796 (IE & caption visibility with required property)
Matti Tahvonen [Mon, 16 Jun 2008 09:16:25 +0000 (09:16 +0000)]
fixes #1796 (IE & caption visibility with required property)

svn changeset:4897/svn branch:trunk

16 years agofixes #1815 (opera, tray notifications);
Matti Tahvonen [Mon, 16 Jun 2008 08:58:53 +0000 (08:58 +0000)]
fixes #1815 (opera, tray notifications);

svn changeset:4896/svn branch:trunk

16 years agoCommunicationManager now tells System.err where it's looking for missing CustomLayouts
Marc Englund [Mon, 16 Jun 2008 07:17:37 +0000 (07:17 +0000)]
CommunicationManager now tells System.err where it's looking for missing CustomLayouts

svn changeset:4894/svn branch:trunk

16 years agoFixes #1803 : Release sources cannot be displayed through Eclipse after importing...
Joonas Lehtinen [Sat, 14 Jun 2008 19:40:18 +0000 (19:40 +0000)]
Fixes #1803 : Release sources cannot be displayed through Eclipse after importing TK to workspace

svn changeset:4891/svn branch:trunk

16 years agoAdded mac_leopard target to build.xml
Joonas Lehtinen [Sat, 14 Jun 2008 19:32:07 +0000 (19:32 +0000)]
Added mac_leopard target to build.xml

svn changeset:4890/svn branch:trunk

16 years agoFixed #1821 : Required, modified and error background styles should be disabled in...
Joonas Lehtinen [Sat, 14 Jun 2008 19:21:40 +0000 (19:21 +0000)]
Fixed #1821 : Required, modified and error background styles should be disabled in default theme

svn changeset:4889/svn branch:trunk

16 years agoFixed #1807 : Required-fields should have "i-required" classname for better styling
Joonas Lehtinen [Sat, 14 Jun 2008 19:12:47 +0000 (19:12 +0000)]
Fixed #1807 : Required-fields should have "i-required" classname for better styling

svn changeset:4888/svn branch:trunk

16 years agoRemoved duplicate error-styles from css
Joonas Lehtinen [Sat, 14 Jun 2008 18:58:53 +0000 (18:58 +0000)]
Removed duplicate error-styles from css

svn changeset:4887/svn branch:trunk

16 years agoFixed #1046 : Removed references to non-existing Container.Managed
Joonas Lehtinen [Sat, 14 Jun 2008 18:36:59 +0000 (18:36 +0000)]
Fixed #1046 : Removed references to non-existing Container.Managed

svn changeset:4886/svn branch:trunk

16 years agoFixes #1819 : Selection with null-not allowed, but with null selected does not immedi...
Joonas Lehtinen [Sat, 14 Jun 2008 18:31:49 +0000 (18:31 +0000)]
Fixes #1819 : Selection with null-not allowed, but with null selected does not immediately remove null selection possibility when selected

svn changeset:4885/svn branch:trunk

16 years agoBugfix in testcase
Joonas Lehtinen [Sat, 14 Jun 2008 18:24:30 +0000 (18:24 +0000)]
Bugfix in testcase

svn changeset:4884/svn branch:trunk

16 years agoReplaced null-item name to ease debugging...
Joonas Lehtinen [Sat, 14 Jun 2008 18:23:16 +0000 (18:23 +0000)]
Replaced null-item name to ease debugging...

svn changeset:4883/svn branch:trunk

16 years agoFixes #1809 : Application doesn't load correctly when is server root directory
Joonas Lehtinen [Sat, 14 Jun 2008 18:04:08 +0000 (18:04 +0000)]
Fixes #1809 : Application doesn't load correctly when is server root directory

svn changeset:4882/svn branch:trunk

16 years agoFixes #1806: Unexpected behavior with i-modified-class
Joonas Lehtinen [Sat, 14 Jun 2008 15:49:50 +0000 (15:49 +0000)]
Fixes #1806: Unexpected behavior with i-modified-class

svn changeset:4881/svn branch:trunk

16 years agoTest for #1806: Unexpected behavior with i-modified-class
Joonas Lehtinen [Sat, 14 Jun 2008 15:41:09 +0000 (15:41 +0000)]
Test for #1806: Unexpected behavior with i-modified-class

svn changeset:4880/svn branch:trunk

16 years agoAdded even more test alternatives to testcase #1804
Joonas Lehtinen [Sat, 14 Jun 2008 15:27:12 +0000 (15:27 +0000)]
Added even more test alternatives to testcase #1804

svn changeset:4879/svn branch:trunk

16 years agoFixed a bug in testcase 1804
Joonas Lehtinen [Sat, 14 Jun 2008 15:21:30 +0000 (15:21 +0000)]
Fixed a bug in testcase 1804

svn changeset:4878/svn branch:trunk

16 years agoTestcase for #1819: Selection with null-not allowed, but with null selected does...
Joonas Lehtinen [Sat, 14 Jun 2008 15:11:47 +0000 (15:11 +0000)]
Testcase for #1819: Selection with null-not allowed, but with null selected does not immediately remove null selection possibility when selected

svn changeset:4877/svn branch:trunk

16 years agoMerged the provided testcase from #1804 ticket to testcase
Joonas Lehtinen [Sat, 14 Jun 2008 14:34:30 +0000 (14:34 +0000)]
Merged the provided testcase from #1804 ticket to testcase

svn changeset:4876/svn branch:trunk

16 years agoTestcase for #1804: Select with isRequired(true) shows errorcomponent when value...
Joonas Lehtinen [Sat, 14 Jun 2008 14:21:21 +0000 (14:21 +0000)]
Testcase for #1804: Select with isRequired(true) shows errorcomponent when value is ""

svn changeset:4875/svn branch:trunk

16 years agoFixed #1811: Validation logic is not logical: isRequired == false should not imply...
Joonas Lehtinen [Sat, 14 Jun 2008 14:03:23 +0000 (14:03 +0000)]
Fixed #1811: Validation logic is not logical: isRequired == false should not imply (null/"" -> valid)

svn changeset:4874/svn branch:trunk

16 years agoFixed a bug in testcase and set everything immediate.
Joonas Lehtinen [Sat, 14 Jun 2008 13:49:25 +0000 (13:49 +0000)]
Fixed a bug in testcase and set everything immediate.

svn changeset:4873/svn branch:trunk

16 years agoTest case for #1811: Validation logic is not logical: isRequired == false should...
Joonas Lehtinen [Sat, 14 Jun 2008 13:41:59 +0000 (13:41 +0000)]
Test case for #1811: Validation logic is not logical: isRequired == false should not imply (null/"" -> valid)

svn changeset:4872/svn branch:trunk

16 years agoFixes #1608 further. Removed old client-side compile scripts. Fixed problem in compil...
Marko Grönroos [Fri, 13 Jun 2008 14:35:41 +0000 (14:35 +0000)]
Fixes #1608 further. Removed old client-side compile scripts. Fixed problem in compiling installation package.

svn changeset:4870/svn branch:trunk

16 years agoAdded build targets for widgetsets to build.xml. Largely fixes #1608.
Marko Grönroos [Fri, 13 Jun 2008 13:38:09 +0000 (13:38 +0000)]
Added build targets for widgetsets to build.xml. Largely fixes #1608.

svn changeset:4869/svn branch:trunk

16 years agoAbsolute urls changed to relative (again) so that reservr can work in a non-root...
Marc Englund [Fri, 13 Jun 2008 13:01:34 +0000 (13:01 +0000)]
Absolute urls changed to relative (again) so that reservr can work in a non-root context.

svn changeset:4868/svn branch:trunk

16 years agoTooltip position calculations now includes window scroll position (fixes #1812)
Marc Englund [Fri, 13 Jun 2008 10:41:42 +0000 (10:41 +0000)]
Tooltip position calculations now includes window scroll position (fixes #1812)

svn changeset:4866/svn branch:trunk

16 years agoFixes #1813 (error if invalid value entered)
Marc Englund [Fri, 13 Jun 2008 09:36:57 +0000 (09:36 +0000)]
Fixes #1813 (error if invalid value entered)

svn changeset:4865/svn branch:trunk

16 years agofixes #1802
Matti Tahvonen [Thu, 12 Jun 2008 19:47:35 +0000 (19:47 +0000)]
fixes #1802

svn changeset:4863/svn branch:trunk

16 years agofixes #1805
Matti Tahvonen [Thu, 12 Jun 2008 11:16:53 +0000 (11:16 +0000)]
fixes #1805

svn changeset:4862/svn branch:trunk

16 years agofixes #1764
Matti Tahvonen [Thu, 12 Jun 2008 09:21:51 +0000 (09:21 +0000)]
fixes #1764

svn changeset:4861/svn branch:trunk

16 years agofixes #1808
Matti Tahvonen [Thu, 12 Jun 2008 08:16:22 +0000 (08:16 +0000)]
fixes #1808

svn changeset:4860/svn branch:trunk

16 years agoReadonly -style was not applied as expected. (Re)Fixes #1758
Marc Englund [Wed, 11 Jun 2008 13:26:01 +0000 (13:26 +0000)]
Readonly -style was not applied as expected. (Re)Fixes #1758

svn changeset:4859/svn branch:trunk

16 years agoOpera 9.27 showed tray-notification over whole window - fixed. Might affect #1802.
Marc Englund [Wed, 11 Jun 2008 11:54:43 +0000 (11:54 +0000)]
Opera 9.27 showed tray-notification over whole window - fixed. Might affect #1802.

svn changeset:4858/svn branch:trunk

16 years agoNow handles tooltips (description & error), fixes #1801
Marc Englund [Wed, 11 Jun 2008 09:09:56 +0000 (09:09 +0000)]
Now handles tooltips (description & error), fixes #1801

svn changeset:4856/svn branch:trunk

16 years agoWindow (caption) can have icon (fixes #1761)
Marc Englund [Wed, 11 Jun 2008 08:39:57 +0000 (08:39 +0000)]
Window (caption) can have icon (fixes #1761)

svn changeset:4855/svn branch:trunk

16 years agofixes #1693
Matti Tahvonen [Wed, 11 Jun 2008 08:31:08 +0000 (08:31 +0000)]
fixes #1693

svn changeset:4854/svn branch:trunk

16 years agoEnhanced browser detection system.
Matti Tahvonen [Wed, 11 Jun 2008 08:30:29 +0000 (08:30 +0000)]
Enhanced browser detection system.

svn changeset:4853/svn branch:trunk

16 years agoLeaf nodes no longer look expandable (fixes #1686)
Marc Englund [Wed, 11 Jun 2008 07:30:35 +0000 (07:30 +0000)]
Leaf nodes no longer look expandable (fixes #1686)

svn changeset:4852/svn branch:trunk

16 years agoSafari focus-outline was clipped by filterselect arrow-button (fixes #1684)
Marc Englund [Wed, 11 Jun 2008 07:25:22 +0000 (07:25 +0000)]
Safari focus-outline was clipped by filterselect arrow-button (fixes #1684)

svn changeset:4851/svn branch:trunk

16 years agoHigher header, fixes #1071
Marc Englund [Tue, 10 Jun 2008 14:05:00 +0000 (14:05 +0000)]
Higher header, fixes #1071

svn changeset:4849/svn branch:trunk

16 years agostyles.css compiled
Marc Englund [Tue, 10 Jun 2008 13:44:27 +0000 (13:44 +0000)]
styles.css compiled

svn changeset:4848/svn branch:trunk

16 years agoUsability improvements; no longer animates, #1678 and #1679 fixed.
Marc Englund [Tue, 10 Jun 2008 12:53:37 +0000 (12:53 +0000)]
Usability improvements; no longer animates, #1678 and #1679 fixed.
Vertical & scrollbar mode also fixed.

svn changeset:4847/svn branch:trunk

16 years agoFixed reservrs header.
Marc Englund [Tue, 10 Jun 2008 11:30:09 +0000 (11:30 +0000)]
Fixed reservrs header.

svn changeset:4845/svn branch:trunk

16 years agoadded license header
Matti Tahvonen [Tue, 10 Jun 2008 11:08:24 +0000 (11:08 +0000)]
added license header

svn changeset:4844/svn branch:trunk

16 years agoadded license header
Matti Tahvonen [Tue, 10 Jun 2008 11:07:49 +0000 (11:07 +0000)]
added license header

svn changeset:4843/svn branch:trunk

16 years agofixes #1091
Matti Tahvonen [Tue, 10 Jun 2008 08:43:41 +0000 (08:43 +0000)]
fixes #1091

svn changeset:4827/svn branch:trunk

16 years agofixes #1693
Matti Tahvonen [Tue, 10 Jun 2008 08:14:33 +0000 (08:14 +0000)]
fixes #1693

svn changeset:4826/svn branch:trunk

16 years agofixes #1580
Matti Tahvonen [Tue, 10 Jun 2008 07:45:29 +0000 (07:45 +0000)]
fixes #1580

svn changeset:4825/svn branch:trunk

16 years agofixes #1161
Matti Tahvonen [Tue, 10 Jun 2008 07:26:44 +0000 (07:26 +0000)]
fixes #1161

svn changeset:4824/svn branch:trunk

16 years agoApplication runner was not adding a trailing slash to the applicationUrl, and thus...
Marc Englund [Tue, 10 Jun 2008 07:25:04 +0000 (07:25 +0000)]
Application runner was not adding a trailing slash to the applicationUrl, and thus getURL() returned invalid url. Fixed, fixes #1659

svn changeset:4823/svn branch:trunk

16 years agoHTML now FF1.0 compatible (for Linux hostedmode)
Marc Englund [Mon, 9 Jun 2008 13:22:42 +0000 (13:22 +0000)]
HTML now FF1.0 compatible (for Linux hostedmode)

svn changeset:4822/svn branch:trunk

16 years agofixes #1793
Matti Tahvonen [Mon, 9 Jun 2008 13:06:38 +0000 (13:06 +0000)]
fixes #1793

svn changeset:4821/svn branch:trunk

16 years agoCritical bugfix: caption click listeners. This must be included in the next release...
Jouni Koivuviita [Mon, 9 Jun 2008 13:02:27 +0000 (13:02 +0000)]
Critical bugfix: caption click listeners. This must be included in the next release (5.2.2).

svn changeset:4820/svn branch:trunk

16 years agoAll reservations -table fullsized, fixes #1690
Marc Englund [Mon, 9 Jun 2008 13:00:46 +0000 (13:00 +0000)]
All reservations -table fullsized, fixes #1690

svn changeset:4819/svn branch:trunk

16 years agoMore styling for #1646
Marc Englund [Mon, 9 Jun 2008 12:53:24 +0000 (12:53 +0000)]
More styling for #1646

svn changeset:4818/svn branch:trunk

16 years agoA calendarpanel style was overriding; fixed, fixes #1646
Marc Englund [Mon, 9 Jun 2008 12:40:34 +0000 (12:40 +0000)]
A calendarpanel style was overriding; fixed, fixes #1646

svn changeset:4816/svn branch:trunk

16 years agomargins + component spacings for formlayout, removed obsolete comment
Matti Tahvonen [Mon, 9 Jun 2008 12:19:14 +0000 (12:19 +0000)]
margins + component spacings for formlayout, removed obsolete comment

svn changeset:4815/svn branch:trunk

16 years agoFixed gridlayout spacing value.
Jouni Koivuviita [Mon, 9 Jun 2008 11:40:44 +0000 (11:40 +0000)]
Fixed gridlayout spacing value.

svn changeset:4813/svn branch:trunk

16 years agoFixed horizontal alignments in AbsoluteGrid (OrderedLayout and GridLayout implementat...
Jouni Koivuviita [Mon, 9 Jun 2008 10:18:42 +0000 (10:18 +0000)]
Fixed horizontal alignments in AbsoluteGrid (OrderedLayout and GridLayout implementation).

svn changeset:4812/svn branch:trunk

16 years agoOne more fix for #1794
Marc Englund [Mon, 9 Jun 2008 10:14:50 +0000 (10:14 +0000)]
One more fix for #1794

svn changeset:4811/svn branch:trunk

16 years agoUpdates all datefield variables if the value _was_ null, so that the client and sever...
Marc Englund [Mon, 9 Jun 2008 09:51:44 +0000 (09:51 +0000)]
Updates all datefield variables if the value _was_ null, so that the client and sever agrees on current time. Fixes #1794

svn changeset:4807/svn branch:trunk

16 years agonew tooltips for iformlayout too
Matti Tahvonen [Mon, 9 Jun 2008 09:44:40 +0000 (09:44 +0000)]
new tooltips for iformlayout too

svn changeset:4805/svn branch:trunk

16 years agoDid not update 'showingDate' properly - fixes #1756 some more
Marc Englund [Mon, 9 Jun 2008 08:59:30 +0000 (08:59 +0000)]
Did not update 'showingDate' properly - fixes #1756 some more

svn changeset:4803/svn branch:trunk

16 years agofixes #1782
Matti Tahvonen [Mon, 9 Jun 2008 08:29:45 +0000 (08:29 +0000)]
fixes #1782

svn changeset:4802/svn branch:trunk

16 years agotooltips for native and list selects
Matti Tahvonen [Fri, 6 Jun 2008 14:46:53 +0000 (14:46 +0000)]
tooltips for native and list selects

svn changeset:4782/svn branch:trunk

16 years agoinitial commit for formatted tooltips
Matti Tahvonen [Fri, 6 Jun 2008 13:16:29 +0000 (13:16 +0000)]
initial commit for formatted tooltips

svn changeset:4777/svn branch:trunk

16 years agoFixes #1248, column alignments for checkbox - also fixes alignment of most other...
Marc Englund [Fri, 6 Jun 2008 13:15:48 +0000 (13:15 +0000)]
Fixes #1248, column alignments for checkbox - also fixes alignment of most other components, but should apparently be implemented differently according to TODO in IScrollTable (leaving the TODO intect for future enhancements)

svn changeset:4776/svn branch:trunk

16 years agoRemoves FF2 caret fix while moving/resizing, making it much faster; fixes #1751
Marc Englund [Fri, 6 Jun 2008 09:58:15 +0000 (09:58 +0000)]
Removes FF2 caret fix while moving/resizing, making it much faster; fixes #1751

svn changeset:4773/svn branch:trunk

16 years agoResizing and moving does no longer loose event to iframes and such.
Marc Englund [Fri, 6 Jun 2008 09:25:41 +0000 (09:25 +0000)]
Resizing and moving does no longer loose event to iframes and such.
Fixes #1765

svn changeset:4772/svn branch:trunk

16 years agoFixed multiple bugs in ProgressIndicator: polled even if disabled or invisible (...
Marc Englund [Fri, 6 Jun 2008 08:40:32 +0000 (08:40 +0000)]
Fixed multiple bugs in ProgressIndicator: polled even if disabled or invisible (#1581), had no isIndeterminate(), did not call requestRepaint() when changing polling interval or indeterminate mode.

svn changeset:4771/svn branch:trunk

16 years agoFilterSelect status no longer says 1-0/0. Fixes #1706
Marc Englund [Fri, 6 Jun 2008 07:41:53 +0000 (07:41 +0000)]
FilterSelect status no longer says 1-0/0. Fixes #1706

svn changeset:4770/svn branch:trunk

16 years ago#1572 : updated test case and spacing implementation
Matti Tahvonen [Thu, 5 Jun 2008 16:03:14 +0000 (16:03 +0000)]
#1572 : updated test case and spacing implementation

svn changeset:4769/svn branch:trunk

16 years agofixes #1778
Matti Tahvonen [Thu, 5 Jun 2008 15:46:36 +0000 (15:46 +0000)]
fixes #1778

svn changeset:4768/svn branch:trunk

16 years ago#1572 : test case and margins
Matti Tahvonen [Thu, 5 Jun 2008 15:18:03 +0000 (15:18 +0000)]
#1572 : test case and margins

svn changeset:4767/svn branch:trunk

16 years agoFixed one javadoc typo
Marc Englund [Thu, 5 Jun 2008 13:14:57 +0000 (13:14 +0000)]
Fixed one javadoc typo

svn changeset:4766/svn branch:trunk

16 years agoadded test case
Matti Tahvonen [Thu, 5 Jun 2008 12:34:54 +0000 (12:34 +0000)]
added test case

svn changeset:4765/svn branch:trunk

16 years agofixes #1771
Matti Tahvonen [Thu, 5 Jun 2008 11:45:50 +0000 (11:45 +0000)]
fixes #1771

svn changeset:4752/svn branch:trunk

16 years agofixes #1767
Matti Tahvonen [Thu, 5 Jun 2008 10:57:14 +0000 (10:57 +0000)]
fixes #1767

svn changeset:4751/svn branch:trunk

16 years agoaddadded test case
Matti Tahvonen [Thu, 5 Jun 2008 10:31:13 +0000 (10:31 +0000)]
addadded test case

svn changeset:4749/svn branch:trunk