You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdevelop/parts/outputviews
Michele Calgaro 35fbd60457
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
4 months ago
..
CMakeLists.txt Desktop file translations: 4 years ago
Makefile.am Revert "Finish renaming tdevelop components" 10 years ago
README.dox Update bug reports url to bugs.trinitydesktop.org 6 years ago
appoutputviewpart.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
appoutputviewpart.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
appoutputwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
appoutputwidget.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
commandcontinuationfilter.cpp Additional k => tde renaming and fixes 11 years ago
commandcontinuationfilter.h Additional k => tde renaming and fixes 11 years ago
compileerrorfilter.cpp Additional k => tde renaming and fixes 11 years ago
compileerrorfilter.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
directorystatusmessagefilter.cpp Additional k => tde renaming and fixes 11 years ago
directorystatusmessagefilter.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
filterdlg.ui Remove unnecessary accelerators from .ui files 2 years ago
kdevappoutputview.desktop Desktop file translations: 4 years ago
kdevmakeview.desktop Desktop file translations: 4 years ago
kdevmakeview.rc Revert "Finish renaming tdevelop components" 10 years ago
makeactionfilter.cpp Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS. 6 years ago
makeactionfilter.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
makeitem.cpp Additional k => tde renaming and fixes 11 years ago
makeitem.h Additional k => tde renaming and fixes 11 years ago
makeviewpart.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
makeviewpart.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
makewidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
makewidget.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
otherfilter.cpp Additional k => tde renaming and fixes 11 years ago
otherfilter.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
outputfilter.cpp Additional k => tde renaming and fixes 11 years ago
outputfilter.h Additional k => tde renaming and fixes 11 years ago
outputviewsfactory.cpp Revert "Finish renaming tdevelop components" 10 years ago
outputviewsfactory.h Revert "Finish renaming tdevelop components" 10 years ago

README.dox

/** \class MakeViewPart
Two output views: one displays compiler output, the other displays the application output.

\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a>

\feature Auto scroll down
\feature Auto hide when it's not needed
\feature Jump to error when clicked

\bug bugs in <a href="http://bugs.trinitydesktop.org/buglist.cgi?product=tdevelop&component=outputviews&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">outputviews component at Bugzilla database</a>

\todo Make the contents of the application output copyable.

\faq <b>How does the auto-hide feature work?</b> If there are no compilation errors the output view hides itself (if it was hidden before compilation start) or switches to the previously selected view.

*/