]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
17 years agoadded null check
Matti Tahvonen [Thu, 16 Aug 2007 09:37:58 +0000 (09:37 +0000)]
added null check

svn changeset:2027/svn branch:trunk

17 years agotree selection indication
Matti Tahvonen [Wed, 15 Aug 2007 12:10:07 +0000 (12:10 +0000)]
tree selection indication

svn changeset:2016/svn branch:trunk

17 years agoImplemented error messages (also in prev changeset)
Matti Tahvonen [Wed, 15 Aug 2007 08:21:42 +0000 (08:21 +0000)]
Implemented error messages (also in prev changeset)

svn changeset:2013/svn branch:trunk

17 years agosvn changeset:2012/svn branch:trunk
Matti Tahvonen [Wed, 15 Aug 2007 08:19:07 +0000 (08:19 +0000)]
svn changeset:2012/svn branch:trunk

17 years agodescription using title attribute
Matti Tahvonen [Wed, 15 Aug 2007 05:22:56 +0000 (05:22 +0000)]
description using title attribute

svn changeset:2011/svn branch:trunk

17 years agorelocated scroll pos announcement to document body to avoid absolute layout problems
Matti Tahvonen [Tue, 14 Aug 2007 13:15:05 +0000 (13:15 +0000)]
relocated scroll pos announcement to document body to avoid absolute layout problems

svn changeset:2009/svn branch:trunk

17 years agoautocorrected identation
Matti Tahvonen [Tue, 14 Aug 2007 12:19:48 +0000 (12:19 +0000)]
autocorrected identation

svn changeset:2007/svn branch:trunk

17 years agoregister replaced implementation after switch
Matti Tahvonen [Tue, 14 Aug 2007 12:18:41 +0000 (12:18 +0000)]
register replaced implementation after switch

svn changeset:2006/svn branch:trunk

17 years agoremoved slash before first style name
Matti Tahvonen [Tue, 14 Aug 2007 12:11:30 +0000 (12:11 +0000)]
removed slash before first style name

svn changeset:2005/svn branch:trunk

17 years agosupport for multiple style names
Matti Tahvonen [Tue, 14 Aug 2007 11:18:44 +0000 (11:18 +0000)]
support for multiple style names

svn changeset:2004/svn branch:trunk

17 years agofixed problem with trees partial update when expanding node is called before initial...
Matti Tahvonen [Tue, 14 Aug 2007 11:07:32 +0000 (11:07 +0000)]
fixed problem with trees partial update when expanding node is called before initial paint

svn changeset:2001/svn branch:trunk

17 years agochanged "nodes" without children (but areChildrenAllowed == true) to be leafs in...
Matti Tahvonen [Tue, 14 Aug 2007 04:46:55 +0000 (04:46 +0000)]
changed "nodes" without children (but areChildrenAllowed == true) to be leafs in uidl

svn changeset:1994/svn branch:trunk

17 years agoRepaint if orientation is changed.
Marc Englund [Mon, 13 Aug 2007 14:24:40 +0000 (14:24 +0000)]
Repaint if orientation is changed.

svn changeset:1993/svn branch:trunk

17 years agoMore efficient DefaultWidgetFactory. Changes so that isCorrectImplementation() can...
Marc Englund [Mon, 13 Aug 2007 14:15:35 +0000 (14:15 +0000)]
More efficient DefaultWidgetFactory. Changes so that isCorrectImplementation() can work (separated vert&horiz orderedlayout)

svn changeset:1992/svn branch:trunk

17 years agoFixed some typos in comments
Marc Englund [Mon, 13 Aug 2007 14:11:53 +0000 (14:11 +0000)]
Fixed some typos in comments

svn changeset:1991/svn branch:trunk

17 years agocancelled contenxt menu bubbling
Matti Tahvonen [Mon, 13 Aug 2007 12:58:42 +0000 (12:58 +0000)]
cancelled contenxt menu bubbling

svn changeset:1990/svn branch:trunk

17 years agotree now renders only subtree on expand event, not whole component
Matti Tahvonen [Mon, 13 Aug 2007 12:49:42 +0000 (12:49 +0000)]
tree now renders only subtree on expand event, not whole component

svn changeset:1989/svn branch:trunk

17 years agoactions for tree
Matti Tahvonen [Mon, 13 Aug 2007 10:53:26 +0000 (10:53 +0000)]
actions for tree

svn changeset:1988/svn branch:trunk

17 years agoadded constraint for context menu to stay withing browser width
Matti Tahvonen [Mon, 13 Aug 2007 07:47:24 +0000 (07:47 +0000)]
added constraint for context menu to stay withing browser width

svn changeset:1987/svn branch:trunk

17 years agosome minor styling fixes
Matti Tahvonen [Mon, 13 Aug 2007 05:22:24 +0000 (05:22 +0000)]
some minor styling fixes

svn changeset:1986/svn branch:trunk

17 years agofix to scroll pos announcement
Matti Tahvonen [Mon, 13 Aug 2007 05:07:03 +0000 (05:07 +0000)]
fix to scroll pos announcement

svn changeset:1985/svn branch:trunk

17 years agosvn changeset:1984/svn branch:trunk
Matti Tahvonen [Fri, 10 Aug 2007 12:10:15 +0000 (12:10 +0000)]
svn changeset:1984/svn branch:trunk

17 years agowindow
Matti Tahvonen [Fri, 10 Aug 2007 12:09:56 +0000 (12:09 +0000)]
window

svn changeset:1983/svn branch:trunk

17 years ago-
Matti Tahvonen [Fri, 10 Aug 2007 12:09:32 +0000 (12:09 +0000)]
-

svn changeset:1982/svn branch:trunk

17 years agowindow implementation
Matti Tahvonen [Fri, 10 Aug 2007 07:20:04 +0000 (07:20 +0000)]
window implementation

svn changeset:1981/svn branch:trunk

17 years agoSend redirect json when the application is closed.
Marc Englund [Fri, 10 Aug 2007 07:05:51 +0000 (07:05 +0000)]
Send redirect json when the application is closed.

svn changeset:1980/svn branch:trunk

17 years agoBreak out of application iteration after removing app, to avoid concurrent modificati...
Marc Englund [Fri, 10 Aug 2007 06:34:52 +0000 (06:34 +0000)]
Break out of application iteration after removing app, to avoid concurrent modification exception.

svn changeset:1979/svn branch:trunk

17 years agoHandles redirect (e.g. application close)
Marc Englund [Fri, 10 Aug 2007 06:27:34 +0000 (06:27 +0000)]
Handles redirect (e.g. application close)

svn changeset:1978/svn branch:trunk

17 years agoevolved IGridLayout's rendering + added test
Matti Tahvonen [Fri, 10 Aug 2007 06:26:56 +0000 (06:26 +0000)]
evolved IGridLayout's rendering + added test

svn changeset:1977/svn branch:trunk

17 years agoMerged branch 739_manual to trunk.
Marko Grönroos [Thu, 9 Aug 2007 15:02:16 +0000 (15:02 +0000)]
Merged branch 739_manual to trunk.

svn changeset:1975/svn branch:trunk

17 years agoRenamed IWindow to IView
Matti Tahvonen [Thu, 9 Aug 2007 07:32:19 +0000 (07:32 +0000)]
Renamed IWindow to IView

svn changeset:1972/svn branch:trunk

17 years ago-
Matti Tahvonen [Thu, 9 Aug 2007 06:53:37 +0000 (06:53 +0000)]
-

svn changeset:1971/svn branch:trunk

17 years agoGridLayout child rendering and some refactoring
Matti Tahvonen [Thu, 9 Aug 2007 06:42:06 +0000 (06:42 +0000)]
GridLayout child rendering and some refactoring

svn changeset:1970/svn branch:trunk

17 years agocleaned imports
Matti Tahvonen [Wed, 8 Aug 2007 10:35:40 +0000 (10:35 +0000)]
cleaned imports

svn changeset:1967/svn branch:trunk

17 years agosmall changes and comments
Matti Tahvonen [Wed, 8 Aug 2007 10:25:29 +0000 (10:25 +0000)]
small changes and comments

svn changeset:1966/svn branch:trunk

17 years agocombined horizontal and vertical layouts
Matti Tahvonen [Wed, 8 Aug 2007 09:44:52 +0000 (09:44 +0000)]
combined horizontal and vertical layouts

svn changeset:1965/svn branch:trunk

17 years agoStill some modifications to get make captions work.
Matti Tahvonen [Tue, 7 Aug 2007 12:44:36 +0000 (12:44 +0000)]
Still some modifications to get make captions work.

svn changeset:1963/svn branch:trunk

17 years agoadded package for internal tests (not to be included in package) and one test
Matti Tahvonen [Tue, 7 Aug 2007 11:30:46 +0000 (11:30 +0000)]
added package for internal tests (not to be included in package) and one test

svn changeset:1962/svn branch:trunk

17 years agostill some enhanhements to child rendering
Matti Tahvonen [Tue, 7 Aug 2007 11:10:54 +0000 (11:10 +0000)]
still some enhanhements to child rendering

svn changeset:1961/svn branch:trunk

17 years agodeveloped child rendering
Matti Tahvonen [Tue, 7 Aug 2007 10:34:25 +0000 (10:34 +0000)]
developed child rendering

svn changeset:1960/svn branch:trunk

17 years agocaption and child rendering logick changes
Matti Tahvonen [Mon, 6 Aug 2007 12:57:39 +0000 (12:57 +0000)]
caption and child rendering logick changes

svn changeset:1958/svn branch:trunk

17 years agocomments
Matti Tahvonen [Mon, 6 Aug 2007 12:54:41 +0000 (12:54 +0000)]
comments

svn changeset:1957/svn branch:trunk

17 years agoremoved fake responce, extended unregistering paintables to unregister also children
Matti Tahvonen [Mon, 6 Aug 2007 12:53:08 +0000 (12:53 +0000)]
removed fake responce, extended unregistering paintables to unregister also children

svn changeset:1956/svn branch:trunk

17 years agoAdded method to ApplicationConnection to unregister Paintable, custom layout uses it
Matti Tahvonen [Fri, 3 Aug 2007 10:16:04 +0000 (10:16 +0000)]
Added method to ApplicationConnection to unregister Paintable, custom layout uses it

svn changeset:1949/svn branch:trunk

17 years agorenamed one method, added some documentation, removed unused imports
Matti Tahvonen [Fri, 3 Aug 2007 09:45:21 +0000 (09:45 +0000)]
renamed one method, added some documentation, removed unused imports

svn changeset:1944/svn branch:trunk

17 years agoAdded support for long/float/double variables and attributes.
Jouni Koivuviita [Thu, 2 Aug 2007 13:15:31 +0000 (13:15 +0000)]
Added support for long/float/double variables and attributes.
Slider component implementation robust (vertical version still missing).

svn changeset:1943/svn branch:trunk

17 years ago-
Jouni Koivuviita [Thu, 2 Aug 2007 09:45:58 +0000 (09:45 +0000)]
-

svn changeset:1934/svn branch:trunk

17 years ago-
Jouni Koivuviita [Thu, 2 Aug 2007 09:45:42 +0000 (09:45 +0000)]
-

svn changeset:1933/svn branch:trunk

17 years agoadded scroll position indicator when scrolling to area with unrendered rows
Matti Tahvonen [Thu, 2 Aug 2007 05:38:03 +0000 (05:38 +0000)]
added scroll position indicator when scrolling to area with unrendered rows

svn changeset:1931/svn branch:trunk

17 years agoenabled advanced features for link
Matti Tahvonen [Wed, 1 Aug 2007 08:29:23 +0000 (08:29 +0000)]
enabled advanced features for link

svn changeset:1929/svn branch:trunk

17 years agoinitial Link imlementation
Matti Tahvonen [Wed, 1 Aug 2007 06:53:24 +0000 (06:53 +0000)]
initial Link imlementation

svn changeset:1928/svn branch:trunk

17 years agoremoved support to open link to Toolkit Window
Matti Tahvonen [Wed, 1 Aug 2007 06:52:53 +0000 (06:52 +0000)]
removed support to open link to Toolkit Window

svn changeset:1927/svn branch:trunk

17 years agoSlider component updated with proper implementation and styles.
Jouni Koivuviita [Mon, 30 Jul 2007 13:22:40 +0000 (13:22 +0000)]
Slider component updated with proper implementation and styles.

svn changeset:1925/svn branch:trunk

17 years agosmall fix (3h)
Matti Tahvonen [Mon, 30 Jul 2007 06:55:19 +0000 (06:55 +0000)]
small fix (3h)

svn changeset:1921/svn branch:trunk

17 years agoDevelopment styles for slider.
Jouni Koivuviita [Mon, 30 Jul 2007 06:19:35 +0000 (06:19 +0000)]
Development styles for slider.

svn changeset:1920/svn branch:trunk

17 years agochanged to comfort Java 1.4
Matti Tahvonen [Mon, 30 Jul 2007 06:00:03 +0000 (06:00 +0000)]
changed to comfort Java 1.4

svn changeset:1919/svn branch:trunk

17 years agoSlider component serverside almost complete.
Jouni Koivuviita [Sun, 29 Jul 2007 13:17:14 +0000 (13:17 +0000)]
Slider component serverside almost complete.
ISlider implementation started (minimal support for horizontal sliding).

svn changeset:1918/svn branch:trunk

17 years agoNew component "slider" started.
Jouni Koivuviita [Thu, 26 Jul 2007 11:55:28 +0000 (11:55 +0000)]
New component "slider" started.
IDateField now supports null value.

svn changeset:1906/svn branch:trunk

17 years agoSome comment changes
Joonas Lehtinen [Mon, 23 Jul 2007 11:36:08 +0000 (11:36 +0000)]
Some comment changes

svn changeset:1899/svn branch:trunk

17 years agoBetter webbrowser impl
Joonas Lehtinen [Mon, 23 Jul 2007 09:18:40 +0000 (09:18 +0000)]
Better webbrowser impl

svn changeset:1896/svn branch:trunk

17 years agoDeveloping gwt-adapter further
Joonas Lehtinen [Mon, 23 Jul 2007 08:20:27 +0000 (08:20 +0000)]
Developing gwt-adapter further

svn changeset:1895/svn branch:trunk

17 years agoSimplifications, bugfixes
Joonas Lehtinen [Wed, 18 Jul 2007 13:39:54 +0000 (13:39 +0000)]
Simplifications, bugfixes

svn changeset:1884/svn branch:trunk

17 years agoMaking the gwt adapter even more simple - removed variable map alltogether
Joonas Lehtinen [Wed, 18 Jul 2007 12:59:08 +0000 (12:59 +0000)]
Making the gwt adapter even more simple - removed variable map alltogether

svn changeset:1882/svn branch:trunk

17 years agoCorrecting the urls in examples index.html
Joonas Lehtinen [Tue, 17 Jul 2007 11:36:24 +0000 (11:36 +0000)]
Correcting the urls in examples index.html

svn changeset:1870/svn branch:trunk

17 years agoCorrecting the urls in examples index.html
Joonas Lehtinen [Tue, 17 Jul 2007 11:33:27 +0000 (11:33 +0000)]
Correcting the urls in examples index.html

svn changeset:1869/svn branch:trunk

17 years agoResurrecting (a simplified, dummy) WebBrowser
Joonas Lehtinen [Tue, 17 Jul 2007 11:28:35 +0000 (11:28 +0000)]
Resurrecting (a simplified, dummy) WebBrowser

svn changeset:1868/svn branch:trunk

17 years agoRefactoring terminal
Joonas Lehtinen [Tue, 17 Jul 2007 11:27:59 +0000 (11:27 +0000)]
Refactoring terminal

svn changeset:1867/svn branch:trunk

17 years agodeleting old theme description files
Joonas Lehtinen [Tue, 17 Jul 2007 08:36:16 +0000 (08:36 +0000)]
deleting old theme description files

svn changeset:1866/svn branch:trunk

17 years agoDeleting old theme-files
Joonas Lehtinen [Tue, 17 Jul 2007 08:34:05 +0000 (08:34 +0000)]
Deleting old theme-files

svn changeset:1865/svn branch:trunk

17 years agoStarted a major refactoring: removed terminal.web, added terminal.gwt.server. Refacto...
Joonas Lehtinen [Tue, 17 Jul 2007 08:28:41 +0000 (08:28 +0000)]
Started a major refactoring: removed terminal.web, added terminal.gwt.server. Refactoring is not even nearly complete, but can already replace old web terminal implementation

svn changeset:1864/svn branch:trunk

17 years agoTotally useless decorations modified.
Jouni Koivuviita [Tue, 17 Jul 2007 08:07:40 +0000 (08:07 +0000)]
Totally useless decorations modified.

svn changeset:1863/svn branch:trunk

17 years agoTotally useless decoration added to theme.
Jouni Koivuviita [Tue, 17 Jul 2007 07:27:06 +0000 (07:27 +0000)]
Totally useless decoration added to theme.

svn changeset:1862/svn branch:trunk

17 years agoIScrollTable CSS classname conventions changed.
Jouni Koivuviita [Mon, 16 Jul 2007 13:56:23 +0000 (13:56 +0000)]
IScrollTable CSS classname conventions changed.
Initial table theme.

svn changeset:1861/svn branch:trunk

17 years agoBetter support for Table with widgets inside. (no row selects on widget clicks)
Matti Tahvonen [Fri, 13 Jul 2007 14:04:32 +0000 (14:04 +0000)]
Better support for Table with widgets inside. (no row selects on widget clicks)

svn changeset:1857/svn branch:trunk

17 years agofixed JS stylename "text-align" -> "textAlign"
Matti Tahvonen [Fri, 13 Jul 2007 12:56:04 +0000 (12:56 +0000)]
fixed JS stylename "text-align" -> "textAlign"

svn changeset:1855/svn branch:trunk

17 years agocolumn widths, column aligns and some refactoring. State: ("Feature complete" - ...
Matti Tahvonen [Fri, 13 Jul 2007 12:48:32 +0000 (12:48 +0000)]
column widths, column aligns and some refactoring. State: ("Feature complete" - "various icon handlings")

svn changeset:1854/svn branch:trunk

17 years agoremoved debug line
Matti Tahvonen [Fri, 13 Jul 2007 10:19:00 +0000 (10:19 +0000)]
removed debug line

svn changeset:1853/svn branch:trunk

17 years agoOptimized Table uidl, fixed IScrollTable when attaching before initial uidl update...
Matti Tahvonen [Fri, 13 Jul 2007 08:33:24 +0000 (08:33 +0000)]
Optimized Table uidl, fixed IScrollTable when attaching before initial uidl update, made IScrollTable default table component

svn changeset:1852/svn branch:trunk

17 years agonull check
Matti Tahvonen [Fri, 13 Jul 2007 06:49:24 +0000 (06:49 +0000)]
null check

svn changeset:1851/svn branch:trunk

17 years agodisabled reordering on row header column, fixed "slot indicator" for FF
Matti Tahvonen [Fri, 13 Jul 2007 06:38:57 +0000 (06:38 +0000)]
disabled reordering on row header column, fixed "slot indicator" for FF

svn changeset:1850/svn branch:trunk

17 years agoFixed row context menu in IE
Matti Tahvonen [Thu, 12 Jul 2007 11:47:15 +0000 (11:47 +0000)]
Fixed row context menu in IE

svn changeset:1849/svn branch:trunk

17 years agofixed column ordering in IE
Matti Tahvonen [Thu, 12 Jul 2007 11:28:49 +0000 (11:28 +0000)]
fixed column ordering in IE

svn changeset:1848/svn branch:trunk

17 years agonow fetches proper content on first request when collapsing/hiding column
Matti Tahvonen [Thu, 12 Jul 2007 08:40:05 +0000 (08:40 +0000)]
now fetches proper content on first request when collapsing/hiding column

svn changeset:1847/svn branch:trunk

17 years agofix for reordering logick
Matti Tahvonen [Thu, 12 Jul 2007 07:39:32 +0000 (07:39 +0000)]
fix for reordering logick

svn changeset:1846/svn branch:trunk

17 years agolots of logick to make column collapsing and reordering work togethor.
Matti Tahvonen [Thu, 12 Jul 2007 07:14:58 +0000 (07:14 +0000)]
lots of logick to make column collapsing and reordering work togethor.

svn changeset:1845/svn branch:trunk

17 years agoImplemented sizeable interface for IPanel and tweaked panel CSS for IE.
Jouni Koivuviita [Wed, 11 Jul 2007 13:46:13 +0000 (13:46 +0000)]
Implemented sizeable interface for IPanel and tweaked panel CSS for IE.

svn changeset:1844/svn branch:trunk

17 years agoIDateField text style parsing more robust and supports more locales. Default popup...
Jouni Koivuviita [Wed, 11 Jul 2007 11:46:43 +0000 (11:46 +0000)]
IDateField text style parsing more robust and supports more locales. Default popup-calendar style fixes.
Feature-browser DateField demo now allows user to select a locale from a dropdown list.
ISelect fixes and optimazations.

svn changeset:1842/svn branch:trunk

17 years agocommitting forgotten class
Matti Tahvonen [Wed, 11 Jul 2007 11:43:12 +0000 (11:43 +0000)]
committing forgotten class

svn changeset:1841/svn branch:trunk

17 years agoFixes Safari tabsheet render bug (additional one pixel table offset).
Jouni Koivuviita [Wed, 11 Jul 2007 07:23:21 +0000 (07:23 +0000)]
Fixes Safari tabsheet render bug (additional one pixel table offset).

svn changeset:1838/svn branch:trunk

17 years agorefactoring and first steps towars column collapsing
Matti Tahvonen [Wed, 11 Jul 2007 07:20:24 +0000 (07:20 +0000)]
refactoring and first steps towars column collapsing

svn changeset:1837/svn branch:trunk

17 years agoFixed selecting after changes aren't automatically updated from the server (client...
Jouni Koivuviita [Wed, 11 Jul 2007 06:36:43 +0000 (06:36 +0000)]
Fixed selecting after changes aren't automatically updated from the server (client has to handle the redraw on its own).

svn changeset:1836/svn branch:trunk

17 years agoDateField default style (IPopupCalendar) implemented.
Jouni Koivuviita [Tue, 10 Jul 2007 13:02:28 +0000 (13:02 +0000)]
DateField default style (IPopupCalendar) implemented.
Still need to fix millisecond setting in ITextualDate.

svn changeset:1829/svn branch:trunk

17 years agoDateField text-style implemented.
Jouni Koivuviita [Tue, 10 Jul 2007 12:38:34 +0000 (12:38 +0000)]
DateField text-style implemented.

svn changeset:1828/svn branch:trunk

17 years agoClient side context menu implementation and context menus for scroll tables rows
Matti Tahvonen [Tue, 10 Jul 2007 10:59:10 +0000 (10:59 +0000)]
Client side context menu implementation and context menus for scroll tables rows

svn changeset:1827/svn branch:trunk

17 years agoFixed an exception with IE when clicking an empty table cell.
Jouni Koivuviita [Mon, 9 Jul 2007 13:31:29 +0000 (13:31 +0000)]
Fixed an exception with IE when clicking an empty table cell.

svn changeset:1822/svn branch:trunk

17 years agoDateField calendar style client-side implemetation fully functional. DateField now...
Jouni Koivuviita [Mon, 9 Jul 2007 12:44:57 +0000 (12:44 +0000)]
DateField calendar style client-side implemetation fully functional. DateField now doesn't require a repaint after every value change, it supposes that the client is smart enough to update the view on its own.
Fixed locale loading and parsing (now supports all possible locales found from JVM).

svn changeset:1821/svn branch:trunk

17 years agoremoved package and unused class
Matti Tahvonen [Mon, 9 Jul 2007 09:07:06 +0000 (09:07 +0000)]
removed package and unused class

svn changeset:1820/svn branch:trunk

17 years agomoved IScrollTable's helper classes to inner classes, implemented row selection
Matti Tahvonen [Mon, 9 Jul 2007 09:00:57 +0000 (09:00 +0000)]
moved IScrollTable's helper classes to inner classes, implemented row selection

svn changeset:1819/svn branch:trunk

17 years agoimproved floating headers positioning
Matti Tahvonen [Mon, 9 Jul 2007 06:37:40 +0000 (06:37 +0000)]
improved floating headers positioning

svn changeset:1818/svn branch:trunk

17 years agoadded opaque floating copy of dragged header cell
Matti Tahvonen [Mon, 9 Jul 2007 06:31:52 +0000 (06:31 +0000)]
added opaque floating copy of dragged header cell

svn changeset:1817/svn branch:trunk