| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
terminal.gwt.server. Refactoring is not even nearly complete, but can already replace old web terminal implementation
svn changeset:1864/svn branch:trunk
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
clientside (LocaleService).
DateTimeService for all components, provides localised month and daynames etc.
New IDateField implementation: one superclass, which different proper implementations extend.
Partially working version of "calendar"-style for DateField.
svn changeset:1816/svn branch:trunk
|
|
|
|
| |
svn changeset:1745/svn branch:trunk
|
|
|
|
| |
svn changeset:1741/svn branch:trunk
|
|
|
|
| |
svn changeset:1654/svn branch:trunk
|
|
|
|
|
|
|
|
| |
In real life - we should just get rid of variablemap alltogether.
(it should not be needed anymore as we deprecated variableids in
favour of paintableids)
svn changeset:1631/svn branch:trunk
|
|
|
|
| |
svn changeset:1621/svn branch:trunk
|
|
|
|
| |
svn changeset:1582/svn branch:trunk
|
|
|
|
|
|
| |
merged back to trunk once the feature is ready to be released.
svn changeset:1544/svn branch:trunk
|
|
|
|
|
|
|
|
| |
CustomComponent.
API change needs refactoring as currently Identifiable is plain class (not interface as requested by Joonas).
svn changeset:1421/svn branch:trunk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
== Tested on ==
* IE6 on XP
* IE7 on XP
* Nokia E90
* FF2 on XP
* FF2 on Mac
* Safari 2 on Mac
* WebKit nightly on Mac
* Opera 9 on Mac
With FeatureBrpwser and CustomLayout -example applications.
== Design ==
Server-side adds <precache resource="layout/foo.html">layout-file in CDATA-block</precache> tags to <changes>. Server precaches all the layouts that are redrawn on given UIDL-changeset. In future client should maybe notify the server of the layouts it has already.
== Causes ==
* E90 works!
* Loading custom layouts does not need additional synchronous requests (this should make first appearance of layouts faster)
* Layouts are sometimes loaded even when they are not needed. This makes UIDL-changesets heavier.
(Also changeset fixes a CDATA UIDL bug in PaintTarget)
svn changeset:1280/svn branch:trunk
|
|
|
|
| |
svn changeset:1272/svn branch:trunk
|
|
|
|
| |
svn changeset:1256/svn branch:trunk
|
|
|
|
|
|
|
|
|
| |
mohamed.atique@renaissance-it.com. All changes are related to javadocs only.
Merge was done beetween revisions 924:1192.
svn changeset:1212/svn branch:trunk
|
|
|
|
| |
svn changeset:1070/svn branch:trunk
|
|
|
|
| |
svn changeset:832/svn branch:trunk
|
|
|
|
| |
svn changeset:781/svn branch:trunk
|
|
|
|
|
|
| |
mode instead of html page
svn changeset:726/svn branch:toolkit
|
|
|
|
| |
svn changeset:707/svn branch:toolkit
|
|
|
|
| |
svn changeset:278/svn branch:toolkit
|
|
|
|
| |
svn changeset:255/svn branch:toolkit
|
|
|
|
| |
svn changeset:238/svn branch:toolkit
|
|
|
|
|
|
|
|
|
| |
- Merged XSLT and AJAX -based themes
- Added automatic browser detection and mode selection
- Added automatic ajax-html page generation
- Added automatic XSLT theme header generation (no more window template modifications needed!)
svn changeset:187/svn branch:toolkit
|
|
|
|
| |
svn changeset:166/svn branch:toolkit
|
|
- Merged all functionality of AJAX adapter inside the web adapter (MAJOR step for making the product more understandable)
- Removed "Adapter" alltogether from API level (MAJOR step for making the product more understandable)
- Built groundwork for automatic terminal detection based selection of technologies
- Built groundwork for integration of theme packaging mechanism by allowing Ajax apps to use theme resourses!
- Deployment is now easier - it is enough to deploy only one instance of the application
- Now AJAX apps also use WebApplicationContext (and get all the features from them!) (should fix bug #93)
- Now AJAX apps also can use WebBrowser class that implements Terminal (fixes bug #74)
- Now AJAX and Web-apps use the same session -> you can jump from web to ajax and preserve state! (fixes bug #60)
- Built groundwork for easier integration of license control (making solving #89 easier)
svn changeset:130/svn branch:toolkit
|