[yast-commit] r42019 - /branches/tmp/sh/mod-ui/ncurses/src/STATUS
Author: gs Date: Tue Nov 13 14:58:22 2007 New Revision: 42019 URL: http://svn.opensuse.org/viewcvs/yast?rev=42019&view=rev Log: mod-ui status Added: branches/tmp/sh/mod-ui/ncurses/src/STATUS Added: branches/tmp/sh/mod-ui/ncurses/src/STATUS URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/ncurses/src/STATUS?rev=42019&view=auto ============================================================================== --- branches/tmp/sh/mod-ui/ncurses/src/STATUS (added) +++ branches/tmp/sh/mod-ui/ncurses/src/STATUS Tue Nov 13 14:58:22 2007 @@ -0,0 +1,72 @@ + +DONE - all UI examples work correctly/no known problems +---- +NCTree +NCMuliSelectionBox +NCComboBox +NCIntField +NCInputField +NCPushBUtton +NCAlignment +NCMultiLineEdit + + + +almost DONE - all UI examples work (correctly or only with minor problems)/ +----------- some further checks/tests required + +NCRichText +- hyperlink doesn't work + +NCMenuButton +- all examples work correctly - but ChangeWidget has to be tested + (rebuildTree is a NOP so far) + +NCTable +- examples work correctly - but check whether setting the header works + correctly in any case, TO DO: enable code with NCPopupMenu (sorting) + +NCAskForDirectory/NCAskForFile +- ComboBox values are added twice + +NCSelectioBox +- ChangeWidget for empty list doesn't work (SelectionBox-replace-items1.ycp) + + + + +TESTED - all UI examples tested/unsolved problems existing +------ +EVENTs (class NCursesEvent, example Events.ycp) +- example works correctly except of problem with NCPopupInfo on F1 +- TO DO: get rid of YCPValue in class NCursesEvent + + + +MORE tests required +------------------- +ENCODING correct (UTF-8 encoding/NCstring) ??? - both for input +(e.g. NCInputField) and text output; +test ChangeWidget for every widget + + +NOT yet PORTED: +--------------- +NCDialog: not ported at all because YDialog isn't ported yet + +PackageSelector: +At the moment works with existing code, i.e. still reads the ycp layout +file and therefore uses YCP widget ids internally to get the menu selection +and button ids. +TODO: +- activate remaining NCPkgPopups(selection, pattern, language) +- fix NCPkgPopups for rpm tree, search and dependencies (work only + basically at the moment) +- create layout with widget factory, +- get rid of the YCP ids, + + + + + + -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
gs@svn.opensuse.org