gambas-source-code/gb.gtk/TODO
Benoît Minisini 20bfee43f4 [DEVELOPMENT ENVIRONMENT]
* OPT: Use a TextLabel to represent a WebView in the form editor.
* BUG: Fix help browser zoom.

[WIKI CGI SCRIPT]
* NEW: A new Url option (nocache) to prevent HTML caching.
* NEW: gb.qt4 documentation is automatically redirected to the old gb.qt 
  one. And the gb.gtk and gb.gui documentation are redirected to gb.qt4, 
  then gb.qt. Links are correctly converted too.

[GB.DB.FORM]
* BUG: The Color.Mix method has been renamed as Color.Merge. Fix that.

[GB.QT4.WEBKIT]
* NEW: NewFrame is a new event raised by the WebView control when it 
  creates a new frame.
* BUG: The Click event now works, and has one argument that indicates which 
  frame changes its URL.


git-svn-id: svn://localhost/gambas/trunk@2479 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-12-11 17:45:23 +00:00

94 lines
1.9 KiB
Text

TODO:
* HTML support in the TextEdit control.
* The Settings properties of some controls.
* The MovieBox source code was not reviewed.
* The Control.Design property.
* Solve underline and strikethrough problem.
* Review the Stock class.
* Review the Slider class.
* TextEdit text size does not work.
* TextArea undo and redo are not implemented.
* GridView.Rows[].Height = -1 / GridView.Columns[].Width = -1
* Printing support.
* Events ignored during a WAIT.
DONE:
* gMainWindow must not lose its X11 properties.
* Drag.Formats
* Sorting in TreeView, ListView and ColumnView.
* The "_DefaultSize" hidden properties used by the IDE when you drag a control
from the toolbox and drop it on a form.
* The MouseDrag event.
* The Image.Data and Image.Transparent properties.
* The Menu.Hide() and Menu.Show() methods.
* Mouse.Horizontal and Mouse.Vertical.
* Mouse.StartX and Mouse.StartY.
* The ProgressBar, Separator, and Slider control source code was not reviewed.
* The Image.Draw() method.
* Manage a bitmap mask with GdkPixmap
* The Align constant must be the same as in gb.qt, otherwise the IDE cannot use them correctly.
* The old Drag & Drop code was not reviewed and may not work.
* Drag.Icon does not work.
* Drag.Show() and Drag.Hide().
* Menu crash in database manager.
* Some GridView properties.
* Timers are not yet accurate. See Snake example.
* Bug in arrangement with the AutoResize property of Containers.
* The specific DrawingArea.Enabled behaviour.
* The transformation matrix (except rotation).
* Creates gb.gtk.ext
* Label.Adjust & TextLabel.Adjust
* GridView last column auto stretching.
* GridView scrolling timer.
* TrayIcon missing events.
* Input methods are now managed by the KeyPress event.
DONE LATER:
* The Drawing class. This feature does not exist in GTK+, so it may be removed
from gb.qt, and/or will be replaced by some SVG support in a future release.
* The Printer class.