aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/demo
Commit message (Collapse)AuthorAgeFilesLines
...
* reservation generation fixMarc Englund2007-10-181-1/+1
| | | | svn changeset:2545/svn branch:trunk
* Significant speedup. Added more generated data.Marc Englund2007-10-171-4/+6
| | | | svn changeset:2543/svn branch:trunk
* Generate reservations, stylesMarc Englund2007-10-163-1/+50
| | | | svn changeset:2529/svn branch:trunk
* -All component stylenames now get prefixed with component base stylename.Jouni Koivuviita2007-10-161-0/+1
| | | | | | | | | | -runAnchestorsLayout -> runAncestorsLayout (grammar-fix). -IPanel stylename conventions changed (again). Now all additional stylenames are added to the panel, e.g. addStyleName("red") + addStyleName("green") -> .i-panel .i-panel-red .i-panel-green - ^ same for ITabsheet. -Layout padding convention changed (again). Now by default only Panels and TabSheets have padding, and they can remove that padding by using a constant stylename (Panel.STYLE_NO_PADDING and same for TabSheet). -IWindow styles altered a bit (now able to move Window in IE6 also :)). svn changeset:2527/svn branch:trunk
* Corporate theme removed from all applications. It does not exists any more.Jani Laakso2007-10-1615-40/+2
| | | | svn changeset:2522/svn branch:trunk
* reservr usabilityMarc Englund2007-10-153-17/+21
| | | | svn changeset:2516/svn branch:trunk
* Reservr look & feel mainlyMarc Englund2007-10-126-76/+123
| | | | svn changeset:2514/svn branch:trunk
* Eclipse/svn merge WTF commit: PROPERTY_ID_STYLENAMEMarc Englund2007-10-101-37/+51
| | | | svn changeset:2479/svn branch:trunk
* ContainerResizedListener for CustomLayout and api to attach to those events ↵Matti Tahvonen2007-10-101-3/+2
| | | | | | via customlayouts JS. 100% height for FB propertytable. svn changeset:2478/svn branch:trunk
* Small fixes to ColorPicker and more comments.Marko Grönroos2007-10-104-29/+45
| | | | svn changeset:2475/svn branch:trunk
* eventcalendar updatesMarc Englund2007-10-092-2/+93
| | | | svn changeset:2468/svn branch:trunk
* Mass format based on eclipse build in formatting style.Jani Laakso2007-10-0921-1388/+1427
| | | | svn changeset:2461/svn branch:trunk
* New data, ui & date handling updatesMarc Englund2007-10-053-45/+106
| | | | svn changeset:2442/svn branch:trunk
* windows to subwindows in fbMatti Tahvonen2007-10-031-2/+2
| | | | svn changeset:2427/svn branch:trunk
* Property panel 100% heightJoonas Lehtinen2007-10-021-0/+5
| | | | svn changeset:2426/svn branch:trunk
* Table with 100% widthJoonas Lehtinen2007-10-021-0/+5
| | | | svn changeset:2425/svn branch:trunk
* Tabsheet width=100% height=100% properties table width=100%Joonas Lehtinen2007-10-021-0/+5
| | | | | | See #953 svn changeset:2424/svn branch:trunk
* Better styling and some renaming in ColorPicker.Marko Grönroos2007-09-265-39/+38
| | | | svn changeset:2379/svn branch:trunk
* Added ColorPicker demo application.Marko Grönroos2007-09-217-0/+313
| | | | svn changeset:2368/svn branch:trunk
* Map integration; really using db data.Marc Englund2007-09-214-43/+86
| | | | svn changeset:2367/svn branch:trunk
* Widgetset default styles refactorMarc Englund2007-09-191-1/+2
| | | | svn changeset:2340/svn branch:trunk
* Widgetset default styles refactorMarc Englund2007-09-194-6/+13
| | | | svn changeset:2338/svn branch:trunk
* Widgetset extension changes, reservr exampleMarc Englund2007-09-183-3/+230
| | | | svn changeset:2312/svn branch:trunk
* WidgetSet extending initial commitMarc Englund2007-09-183-0/+139
| | | | svn changeset:2308/svn branch:trunk
* Reservr updatesMarc Englund2007-09-123-30/+74
| | | | svn changeset:2282/svn branch:trunk
* returned filter select demo to its original stateMatti Tahvonen2007-09-111-6/+5
| | | | svn changeset:2270/svn branch:trunk
* Filter select changes & client side implementationMatti Tahvonen2007-09-031-8/+18
| | | | svn changeset:2171/svn branch:trunk
* Event calendar supports title + description.Marc Englund2007-08-302-23/+26
| | | | svn changeset:2160/svn branch:trunk
* Successful reservation message.Marc Englund2007-08-291-3/+5
| | | | svn changeset:2152/svn branch:trunk
* Reservr: most of the basic functionality working.Marc Englund2007-08-294-161/+304
| | | | svn changeset:2151/svn branch:trunk
* added initial support for keyboard shortcuts. Now only Panel supports them ↵Matti Tahvonen2007-08-291-42/+36
| | | | | | on server side, IView (main windows) on client side. svn changeset:2150/svn branch:trunk
* Reservr initial commitMarc Englund2007-08-272-0/+581
| | | | svn changeset:2135/svn branch:trunk
* Calendar updates.Marc Englund2007-08-171-12/+51
| | | | svn changeset:2058/svn branch:trunk
* setTheme() added, fails otherwise.Marc Englund2007-08-171-0/+1
| | | | svn changeset:2047/svn branch:trunk
* undo bad commitMarc Englund2007-08-171-40/+2
| | | | svn changeset:2045/svn branch:trunk
* Calendar component added + demo and refactoring.Marc Englund2007-08-171-0/+79
| | | | svn changeset:2044/svn branch:trunk
* Calendar component added + demo and refactoring.Marc Englund2007-08-172-2/+202
| | | | svn changeset:2043/svn branch:trunk
* Started a major refactoring: removed terminal.web, added ↵Joonas Lehtinen2007-07-171-2/+2
| | | | | | terminal.gwt.server. Refactoring is not even nearly complete, but can already replace old web terminal implementation svn changeset:1864/svn branch:trunk
* IDateField text style parsing more robust and supports more locales. Default ↵Jouni Koivuviita2007-07-111-20/+16
| | | | | | | | | 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
* CustomLayout for featurebrowserJoonas Lehtinen2007-06-182-38/+18
| | | | svn changeset:1759/svn branch:trunk
* Merged changesets from branch/4.0 (1581:HEAD)Jani Laakso2007-06-122-69/+39
| | | | svn changeset:1682/svn branch:trunk
* Changed theme for FilterSelect.Jani Laakso2007-06-051-0/+2
| | | | svn changeset:1579/svn branch:trunk
* Fixed #769.Jani Laakso2007-06-051-0/+1
| | | | svn changeset:1575/svn branch:trunk
* svn changeset:1574/svn branch:trunkJani Laakso2007-06-051-1/+0
|
* refactored feature browsers layoutsMatti Tahvonen2007-05-282-2/+53
| | | | svn changeset:1502/svn branch:trunk
* Moving ATFTest to example project.Jani Laakso2007-05-241-424/+0
| | | | svn changeset:1472/svn branch:trunk
* Description added.Jani Laakso2007-05-111-16/+30
| | | | svn changeset:1420/svn branch:trunk
* Added automatic test framework (ATF) test. Jani Laakso2007-05-111-0/+410
| | | | | | | | | | | | | | | | | | | | | | | | Here's basic ATFTest application that I have used to evaluate automated test frameworks. It is basically calculator application which emulates application changes which should not brake test cases. 1. Calculator functionality is used to ensure test cases - contains buttons (operations + numbers) and textfield (result) - test case used components contain * unique * PIDs which ATF should use - ATF test case consists of pushing calculator buttons and reading correct result from textfield 2. Layouts are randomized - any component can be located randomly under panel, tabsheet, grid, orderedlayout etc. - ATF should find component even if it's relocated 3. All component captions have identical names (or randomized) - captions are changed with multilingual applications, such as ROP and Rondo R8 - ATF should not use on captions 4. Random components are dispersed to the application - these are just "noise", PIDs may change - ATF should not be affected of these svn changeset:1419/svn branch:trunk
* Removed obsolete code from demo.Jani Laakso2007-05-071-11/+0
| | | | svn changeset:1405/svn branch:trunk
* Fixed #669Jani Laakso2007-04-261-2/+2
| | | | svn changeset:1374/svn branch:trunk