TODO list for Wt 3.3.0
======================

Navigation > Tab widget
-----------------------
Settings: WTabWidget::setCloseable(true);
The 'Close' tab in the WTabWidget example is not closeable anymore.

Media > WFlashObject > Example - no result visible
--------------------------------------------------
Neither a video nor a static image is shown.

* WFormModel: WSpinBox - empty text
----------------------------------------
Initially, the lowest value in the spin box range is shown.
It should be possible to set an empty text initially.
 -- Not easy -- what should value() then return ?

 => -1
    Is it possible to show an empty text if value() returns -1?
    This would only be possible in case of the default range from 0..99 or any
    other range from 0.


* WFormModel: WSpinBox - default value
----------------------------------------
Initially, the lowest value in the spin box range is shown.
It would be nice if you could set a default/initial value through a different
constructor like WSpinBox (int minimum, int maximum, int default=0,
                           WContainerWidget *parent=0)
 => Just use setValue()?
    -- Koen, the constructor would be a shorthand to create and initialize the
       spinbox at once. Indeed, you can always change the value afterwards with
       setValue().

WColor - missing constructors
-----------------------------
It is possible to create a RGB color with transparency with
        WColor(int red, int green, int blue, int alpha = 255)
but it is not possible to create a color with transparency based on a CSS color
name or global color name like
        WColor(const WString &name, int alpha=255), or
        WColor(GlobalColor name, int alpha=255)

WPopupMenu used in Popup menu example - application crashes!
------------------------------------------------------------
[error] "Wt: decodeSignal(): signal 's152' not exposed"

* WMediaPlayer - no ended() signal
--------------------------------
Pushing the play button when playing generates a playbackPaused signal. (OK)
Pushing the stop button when playing generates a playbackPaused instead of a
ended signal. (Not OK)
 -- Later, this seems to be a jPlayer problem

* WLineEdit
---------
Add method to set the text to selected: setTextSelected() / selectText().
 -- later

Links
=====

Widget gallery > Forms > Radio Buttons
--------------------------------------
Create the target menu for the internal link
	<a href="#/events" target="blank">More details on events</a>

Next for volunteers !
---------------------
* Events section

* Navigation section - Internal Paths
    explain principle, internalPathChanged() signal

Postponed after 3.3.0 release
-----------------------------

* Wt::Auth, Wt::Dbo, Wt::Json, Wt::Mail, Wt::Payment

Next for Dietrich
-----------------

Navigation:

 - Anchors:
   * anchors in WTemplate/WText XHTML text, special support for internal paths
   
 - Widget stack:
   * building block for multi-page

Internal paths -> Koen
Static resources -> Koen
