Hey all,

I've uploaded Wt 2.1.5 to sourceforge. It is mostly an incremental bug
fix release, with a few major changes and additions:

 - The directory layout has changed: Wt now installs its include files
within a Wt/ subdirectory. This is mostly good news because it now
longer clobbers the include directory, but it may affect your build
process. See also the thread "Unpleasant change in CVS: Wt include
directories" [1]

 - There is a new widget WTextEdit, that is a rich text editor. It
wraps around the nice JavaScript library TinyMCE (LGPL licensed).
Compared to Ext::TextEdit, this editor is fully XHTML compliant (it is
an XHTML editor, and, it works properly in XHTML mime type documents,
allowing simultaneous usage with e.g. inline SVG), provides many more
extension options, and is lightweight in the sense that it does not
require extjs.

 - An API has been added to define interactive areas on WImage and
WPaintedWidget, which uses the HTML <map> and <area> tags.

 - Logging has been cleaned up, all of the logging done by Wt happens
via a new WLogger class. The default behavior is to still to log all
messages to stdout/stderr, but, this may may be changed to dump in
files through configuration settings.

- WText API has slightly changed to allow detection of XML parse
errors when using XHTMLText formatting. This may cause your
application to break (see the Releasenotes for more information, and
also the related discussion on the mailinglist [2]).

In addition, the release contains many bugfixes for bugs reported on
the mailinglist.

Regards,
koen

[1] http://thread.gmane.org/gmane.comp.web.witty.general/1486
[2] http://thread.gmane.org/gmane.comp.web.witty.general/1497

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to