Mailinglist Archive: yast-commit (535 mails)
| < Previous | Next > |
[yast-commit] r41189 - /branches/tmp/sh/mod-ui/ncurses/src/README_mod-ui
- From: gs@xxxxxxxxxxxxxxxx
- Date: Tue, 02 Oct 2007 10:33:26 -0000
- Message-id: <20071002103326.267762FBC9@xxxxxxxxxxxxxxxx>
Author: gs
Date: Tue Oct 2 12:33:25 2007
New Revision: 41189
URL: http://svn.opensuse.org/viewcvs/yast?rev=41189&view=rev
Log:
more comments
Modified:
branches/tmp/sh/mod-ui/ncurses/src/README_mod-ui
Modified: branches/tmp/sh/mod-ui/ncurses/src/README_mod-ui
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/ncurses/src/README_mod-ui?rev=41189&r1=41188&r2=41189&view=diff
==============================================================================
--- branches/tmp/sh/mod-ui/ncurses/src/README_mod-ui (original)
+++ branches/tmp/sh/mod-ui/ncurses/src/README_mod-ui Tue Oct 2 12:33:25 2007
@@ -45,7 +45,9 @@
Don't create widget NCPopupList on the stack!!!
This leads to segfault when widgets are deleted from YUI at the end!
call YDialog::deleteTopmostDialog(); to delete NCPopupList
+
FIXME: entries are added twice -> see FileSelection examples
+ check setValue() (not used ???)
NCPopupMenu/NCMenuButton
@@ -75,19 +77,18 @@
------------
property 'mayedit' removed, is not supported for InputField - was never
supported before (for TextEntry)
+param 'initialText' removed
TODO: what's the difference between InputMaxLength and maxInputLength ???
NCIntField
----------
Don't create NCPopupTextEntry on the stack !!!
-TODO: test thoroughly, IntField2.ycp: NCPopupTextEntry is created
- when a digit is typed
NCPopupTextEntry
----------------
-YCP... removed
+YCPValues removed
NCDialog
@@ -106,3 +107,25 @@
TODO: CheckBox Show details doesn't work
test examples FileSelection.ycp and FileSelection2.ycp thoroughly
ComboBox entries are added twice
+
+
+NCMultiLineEdit
+---------------
+param 'initialText' removed
+
+
+NCPushButton
+------------
+don't call isDefaultButton() in constructor but in setSize()
+TODO: call setFunctionHotKey()
+
+
+NCTable/NCPkgTable
+------------------
+as long as NCTable isn't migrated it is necessary to call addChild() and setParent()
+TODO: remove this after migration !!!!!
+
+
+- Use WidgetFactory create methods, e.g. in NCAskForDirectory/File
+- remove NCSpacing 0.x which are without effect for ncurses (NCAskFor..,
+ NCPkgPopup..)
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Tue Oct 2 12:33:25 2007
New Revision: 41189
URL: http://svn.opensuse.org/viewcvs/yast?rev=41189&view=rev
Log:
more comments
Modified:
branches/tmp/sh/mod-ui/ncurses/src/README_mod-ui
Modified: branches/tmp/sh/mod-ui/ncurses/src/README_mod-ui
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/ncurses/src/README_mod-ui?rev=41189&r1=41188&r2=41189&view=diff
==============================================================================
--- branches/tmp/sh/mod-ui/ncurses/src/README_mod-ui (original)
+++ branches/tmp/sh/mod-ui/ncurses/src/README_mod-ui Tue Oct 2 12:33:25 2007
@@ -45,7 +45,9 @@
Don't create widget NCPopupList on the stack!!!
This leads to segfault when widgets are deleted from YUI at the end!
call YDialog::deleteTopmostDialog(); to delete NCPopupList
+
FIXME: entries are added twice -> see FileSelection examples
+ check setValue() (not used ???)
NCPopupMenu/NCMenuButton
@@ -75,19 +77,18 @@
------------
property 'mayedit' removed, is not supported for InputField - was never
supported before (for TextEntry)
+param 'initialText' removed
TODO: what's the difference between InputMaxLength and maxInputLength ???
NCIntField
----------
Don't create NCPopupTextEntry on the stack !!!
-TODO: test thoroughly, IntField2.ycp: NCPopupTextEntry is created
- when a digit is typed
NCPopupTextEntry
----------------
-YCP... removed
+YCPValues removed
NCDialog
@@ -106,3 +107,25 @@
TODO: CheckBox Show details doesn't work
test examples FileSelection.ycp and FileSelection2.ycp thoroughly
ComboBox entries are added twice
+
+
+NCMultiLineEdit
+---------------
+param 'initialText' removed
+
+
+NCPushButton
+------------
+don't call isDefaultButton() in constructor but in setSize()
+TODO: call setFunctionHotKey()
+
+
+NCTable/NCPkgTable
+------------------
+as long as NCTable isn't migrated it is necessary to call addChild() and setParent()
+TODO: remove this after migration !!!!!
+
+
+- Use WidgetFactory create methods, e.g. in NCAskForDirectory/File
+- remove NCSpacing 0.x which are without effect for ncurses (NCAskFor..,
+ NCPkgPopup..)
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |