Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 145238 Details for
Bug 212230
dev-util/kdevelop-3.5.1 released
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
svn-r780036.patch
svn-r780036.patch (text/plain), 1.39 KB, created by
Davide Pesavento (RETIRED)
on 2008-03-03 21:40:31 UTC
(
hide
)
Description:
svn-r780036.patch
Filename:
MIME Type:
Creator:
Davide Pesavento (RETIRED)
Created:
2008-03-03 21:40:31 UTC
Size:
1.39 KB
patch
obsolete
>--- branches/KDE/3.5/kdevelop/parts/outputviews/makewidget.cpp 2008/02/11 08:45:35 773513 >+++ branches/KDE/3.5/kdevelop/parts/outputviews/makewidget.cpp 2008/02/27 21:24:23 780036 >@@ -532,28 +532,31 @@ > { > QString sline; > bool forceCLocale = KConfigGroup( kapp->config(), "MakeOutputWidget" ).readBoolEntry( "ForceCLocale", true ); >+ > if( forceCLocale ) > sline = QString::fromAscii( stdoutbuf+line ); > else > sline = QString::fromLocal8Bit( stdoutbuf+line ); >- stdoutbuf.truncate(0); > > if ( !appendToLastLine( sline ) ) > m_directoryStatusFilter.processLine( sline ); >+ stdoutbuf.truncate(0); > } > > void MakeWidget::insertStderrLine( const QCString& line ) > { > QString sline; > bool forceCLocale = KConfigGroup( kapp->config(), "MakeOutputWidget" ).readBoolEntry( "ForceCLocale", true ); >+ > if( forceCLocale ) { > sline = QString( stderrbuf+line ); > } > else > sline = QString::fromLocal8Bit( stderrbuf+line ); >+ >+ if ( !appendToLastLine( sline ) ) >+ m_errorFilter.processLine( sline ); > stderrbuf.truncate(0); >- if ( !appendToLastLine( line ) ) >- m_errorFilter.processLine( line ); > } > > void MakeWidget::slotProcessExited(KProcess *) >@@ -832,7 +835,7 @@ > > void MakeWidget::storePartialStdoutLine(const QCString & line) > { >- stderrbuf += line; >+ stdoutbuf += line; > } > > #include "makewidget.moc"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 212230
: 145238