Author: sh-sh-sh Date: Fri Nov 30 17:19:57 2007 New Revision: 42563 URL: http://svn.opensuse.org/viewcvs/yast?rev=42563&view=rev Log: new version for abuild Modified: trunk/core/VERSION trunk/core/libyui/src/ChangeLog trunk/core/package/yast2-core.changes Modified: trunk/core/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/VERSION?rev=42563&r1=42562&r2=42563&view=diff ============================================================================== --- trunk/core/VERSION (original) +++ trunk/core/VERSION Fri Nov 30 17:19:57 2007 @@ -1 +1 @@ -2.16.10 +2.16.11 Modified: trunk/core/libyui/src/ChangeLog URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/libyui/src/ChangeLog?rev=42563&r1=42562&r2=42563&view=diff ============================================================================== --- trunk/core/libyui/src/ChangeLog (original) +++ trunk/core/libyui/src/ChangeLog Fri Nov 30 17:19:57 2007 @@ -438,4 +438,16 @@ * Moved WizardCommand parsing out to YCPWizardCommandParser * Added lots of pure virtual functions to YWizard * All YCPValue and other YCP related code can now be removed from - YWizard-derived classes \ No newline at end of file + YWizard-derived classes + + +2007-11-30 sh@suse.de + +* Migrated YDialog +* Removed YContainerWidget for good +* Removed legacy YWidget::queryWidget() and YWidget::changeWidget() methods +* Dropped support for outdated property handling with old + YWidget::queryWidget() and YWidget::changeWidget() methods +* Dropped support for outdated YWidget( YWidgetOpt ) constructors +* Removed unneeded YWidgetOpt fields +* Added basic default button handling to YDialog and YPushButton \ No newline at end of file Modified: trunk/core/package/yast2-core.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/package/yast2-core.changes?rev=42563&r1=42562&r2=42563&view=diff ============================================================================== --- trunk/core/package/yast2-core.changes (original) +++ trunk/core/package/yast2-core.changes Fri Nov 30 17:19:57 2007 @@ -1,4 +1,25 @@ ------------------------------------------------------------------- +Fri Nov 30 17:15:47 CET 2007 - sh@suse.de + +- Removed YContainerWidget for good +- Removed legacy YWidget::queryWidget() and YWidget::changeWidget() + methods +- Dropped support for outdated property handling with old + YWidget::queryWidget() and YWidget::changeWidget() methods +- Dropped support for outdated YWidget( YWidgetOpt ) constructors +- Unified Y*WidgetFactory::create*Dialog() methods: + - Added pure virtual YWidgetFactory::createDialog( type, colorMode) + - Made YWidgetFactory::createMainDialog() and + YWidgetFactory::createPopupDialog() non-virtual +- Moved special YInputField macro handling for passwords + to YMacroRecorder (don't record passwords in macros) +- Removed unneeded YWidgetOpt fields +- Catch exceptions in evaluateReplaceWidget + (more graceful error handling) +- Added basic default button handling to YDialog, YPushButton +- V 2.16.11 + +------------------------------------------------------------------- Thu Nov 29 17:41:50 CET 2007 - locilka@suse.cz - Added some examples to UI::GetDisplayInfo() documentation. -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org