[yast-commit] r47963 - in /branches/SuSE-SLE-10-SP3-Branch/qt: VERSION package/yast2-qt.changes src/YQDate.cc
Author: tgoettlicher Date: Fri May 30 13:50:40 2008 New Revision: 47963 URL: http://svn.opensuse.org/viewcvs/yast?rev=47963&view=rev Log: fixed date format (bnc #384966) Modified: branches/SuSE-SLE-10-SP3-Branch/qt/VERSION branches/SuSE-SLE-10-SP3-Branch/qt/package/yast2-qt.changes branches/SuSE-SLE-10-SP3-Branch/qt/src/YQDate.cc Modified: branches/SuSE-SLE-10-SP3-Branch/qt/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/qt/VERSION?rev=47963&r1=47962&r2=47963&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/qt/VERSION (original) +++ branches/SuSE-SLE-10-SP3-Branch/qt/VERSION Fri May 30 13:50:40 2008 @@ -1 +1 @@ -2.13.84 +2.13.85 Modified: branches/SuSE-SLE-10-SP3-Branch/qt/package/yast2-qt.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/qt/package/yast2-qt.changes?rev=47963&r1=47962&r2=47963&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/qt/package/yast2-qt.changes (original) +++ branches/SuSE-SLE-10-SP3-Branch/qt/package/yast2-qt.changes Fri May 30 13:50:40 2008 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri May 30 12:45:01 CEST 2008 - tgoettlicher@suse.de + +- Fixed date format (bnc #384966) +- V 2.13.85 + +------------------------------------------------------------------- Tue Apr 8 15:32:07 CEST 2008 - sh@suse.de - Fixed bnc #351593: Pattern Conflicts in OES2 SP1 Modified: branches/SuSE-SLE-10-SP3-Branch/qt/src/YQDate.cc URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/qt/src/YQDate.cc?rev=47963&r1=47962&r2=47963&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/qt/src/YQDate.cc (original) +++ branches/SuSE-SLE-10-SP3-Branch/qt/src/YQDate.cc Fri May 30 13:50:40 2008 @@ -45,7 +45,7 @@ _qt_label->hide(); _qt_dateedit = new QDateEdit( this ); - _qt_dateedit->setOrder( QDateEdit::DMY ); + _qt_dateedit->setOrder( QDateEdit::YMD ); _qt_dateedit->setDate( QDate::fromString(date->value(), Qt::ISODate )); _qt_label->setBuddy( _qt_dateedit ); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
tgoettlicher@svn.opensuse.org