diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e73db2..7e10d4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,11 +1,11 @@ -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) project(qtermwidget) -option(BUILD_TEST "Build test application. Default OFF." OFF) - -set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake") +include(GNUInstallDirs) +include(CheckFunctionExists) +option(BUILD_TEST "Build test application. Default OFF." OFF) # just change version for releases set(QTERMWIDGET_VERSION_MAJOR "0") set(QTERMWIDGET_VERSION_MINOR "6") @@ -13,8 +13,23 @@ set(QTERMWIDGET_VERSION_PATCH "0") set(QTERMWIDGET_VERSION "${QTERMWIDGET_VERSION_MAJOR}.${QTERMWIDGET_VERSION_MINOR}.${QTERMWIDGET_VERSION_PATCH}") -include(CheckFunctionExists) -include(GNUInstallDirs) +# additional cmake files +set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake") + +if(NOT CMAKE_BUILD_TYPE) + set(CMAKE_BUILD_TYPE Release) +endif() + +include(CheckCXXCompilerFlag) +CHECK_CXX_COMPILER_FLAG("-std=c++11" COMPILER_SUPPORTS_CXX11) +CHECK_CXX_COMPILER_FLAG("-std=c++0x" COMPILER_SUPPORTS_CXX0X) +if(COMPILER_SUPPORTS_CXX11) + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") +elseif(COMPILER_SUPPORTS_CXX0X) + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x") +else() + message(FATAL "The compiler ${CMAKE_CXX_COMPILER} has no C++11 support. C++11 support is required") +endif() include_directories( "${CMAKE_SOURCE_DIR}/lib" diff --git a/README.md b/README.md index 222e2fd..6a39ff1 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ Supported platforms: Building 1. `mkdir -p build && cd build` - 2. `cmake `` - 3. make + 2. `cmake ` + 3. `make` Run `make install` to install. diff --git a/debian/.gitignore b/debian/.gitignore index b801435..e639f61 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -1,8 +1,9 @@ -/mangled -/*.debhelper/ -/files +/*.debhelper /*.log +/*.mangled /*.substvars +/files + /libqtermwidget5-0-dev/ /libqtermwidget5-0/ /qtermwidget5-data/ diff --git a/debian/changelog b/debian/changelog index 4f80b09..330faab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +qtermwidget (0.6.1~85-ge6253c0-1) experimental; urgency=medium + + * Cherry-picking upstream version 0.6.1~85-ge6253c0. + * Preparing the upcoming release, switch to experimental + * Added build dependencies: + - gcc (>= 4:6), + - g++ (>= 4:6), + - liblxqt0-dev (>= 0.10.96~), + * Rework symbols (Closes: #831083) + * Fixed VCS fields, using plain /git/ + * Fixed copyright Format field, using https + * Exported LC_ALL=C.UTF-8, make builds reproducible + * Set CMAKE_BUILD_TYPE=RelWithDebInfo + + -- Alf Gaida Wed, 20 Jul 2016 02:01:32 +0200 + qtermwidget (0.6.0-55-gd572f39-1) unstable; urgency=medium * Cherry-picked snapshot: 0.6.0-55-gd572f39 diff --git a/debian/control b/debian/control index 12b8567..61c9f19 100644 --- a/debian/control +++ b/debian/control @@ -7,10 +7,13 @@ Section: libs Priority: optional Build-Depends: debhelper (>= 9), cmake (>= 3.0.2), + gcc (>= 4:6), + g++ (>= 4:6), + liblxqt0-dev (>= 0.10.96~), qtbase5-dev Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/qtermwidget.git/?h=debian/sid -Vcs-Git: https://anonscm.debian.org/cgit/pkg-lxqt/qtermwidget.git -b debian/sid +Vcs-Browser: https://anonscm.debian.org/git/pkg-lxqt/qtermwidget.git/?h=debian/experimental +Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/qtermwidget.git -b debian/experimental Homepage: https://github.com/lxde/qtermwidget Package: libqtermwidget5-0 diff --git a/debian/copyright b/debian/copyright index 1a5fc65..eeec159 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: qtermwidget Source: https://github.com/qterminal/qtermwidget diff --git a/debian/gbp.conf b/debian/gbp.conf index 7a9f00a..ffe50a8 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,5 +1,5 @@ [DEFAULT] -debian-branch = debian/sid +debian-branch = debian/experimental upstream-branch = upstream/latest pristine-tar = True diff --git a/debian/libqtermwidget5-0.symbols b/debian/libqtermwidget5-0.symbols index e8df5ee..4403f42 100644 --- a/debian/libqtermwidget5-0.symbols +++ b/debian/libqtermwidget5-0.symbols @@ -1,1318 +1,1345 @@ libqtermwidget5.so.0 libqtermwidget5-0 #MINVER# - (c++)"HistorySearch::findLineNumberInString(QList, int)@Base" 0.6.0+20150709 - (c++)"HistorySearch::~HistorySearch()@Base" 0.6.0+20150709 - (c++)"HistorySearch::HistorySearch(QPointer, QRegExp, bool, int, int, QObject*)@Base" 0.6.0+20150709 - (c++)"HistorySearch::matchFound(int, int, int, int)@Base" 0.6.0+20150709 - (c++)"HistorySearch::metaObject() const@Base" 0.6.0+20150709 - (c++)"HistorySearch::noMatchFound()@Base" 0.6.0+20150709 - (c++)"HistorySearch::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0+20150709 - (c++)"HistorySearch::qt_metacast(char const*)@Base" 0.6.0+20150709 - (c++)"HistorySearch::search()@Base" 0.6.0+20150709 - (c++)"HistorySearch::search(int, int, int, int)@Base" 0.6.0+20150709 - (c++)"HistorySearch::staticMetaObject@Base" 0.6.0+20150709 + (c++)"HistorySearch::findLineNumberInString(QList, int)@Base" 0.6.0 + (c++)"HistorySearch::~HistorySearch()@Base" 0.6.0 + (c++)"HistorySearch::HistorySearch(QPointer, QRegExp, bool, int, int, QObject*)@Base" 0.6.0 + (c++)"HistorySearch::matchFound(int, int, int, int)@Base" 0.6.0 + (c++)"HistorySearch::metaObject() const@Base" 0.6.0 + (c++)"HistorySearch::noMatchFound()@Base" 0.6.0 + (c++)"HistorySearch::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0 + (c++)"HistorySearch::qt_metacast(char const*)@Base" 0.6.0 + (c++)"HistorySearch::search()@Base" 0.6.0 + (c++)"HistorySearch::search(int, int, int, int)@Base" 0.6.0 + (c++)"HistorySearch::staticMetaObject@Base" 0.6.0 - (c++)"Konsole::AccessibleColorScheme::AccessibleColorScheme()@Base" 0.6.0+20150709 - (c++)"Konsole::AutoScrollHandler::~AutoScrollHandler()@Base" 0.6.0+20150709 - (c++)"Konsole::AutoScrollHandler::AutoScrollHandler(QWidget*)@Base" 0.6.0+20150709 - (c++)"Konsole::AutoScrollHandler::eventFilter(QObject*, QEvent*)@Base" 0.6.0+20150709 - (c++)"Konsole::AutoScrollHandler::metaObject() const@Base" 0.6.0+20150709 - (c++)"Konsole::AutoScrollHandler::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0+20150709 - (c++)"Konsole::AutoScrollHandler::qt_metacast(char const*)@Base" 0.6.0+20150709 - (c++)"Konsole::AutoScrollHandler::staticMetaObject@Base" 0.6.0+20150709 - (c++)"Konsole::AutoScrollHandler::timerEvent(QTimerEvent*)@Base" 0.6.0+20150709 - (c++)"Konsole::base_color_table@Base" 0.6.0+20150709 - (c++)"Konsole::BlockArray::append(Konsole::Block*)@Base" 0.6.0+20150709 - (c++)"Konsole::BlockArray::~BlockArray()@Base" 0.6.0+20150709 - (c++)"Konsole::BlockArray::BlockArray()@Base" 0.6.0+20150709 - (c++)"Konsole::BlockArray::increaseBuffer()@Base" 0.6.0+20150709 - (c++)"Konsole::BlockArray::lastBlock() const@Base" 0.6.0+20150709 - (c++)"Konsole::BlockArray::newBlock()@Base" 0.6.0+20150709 - (c++)"Konsole::BlockArray::unmap()@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::backgroundColor() const@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::colorEntry(int, unsigned int) const@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::colorNameForIndex(int)@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::colorNames@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::~ColorScheme()@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::ColorScheme()@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::ColorScheme(Konsole::ColorScheme const&)@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::colorTable() const@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::defaultTable@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::description() const@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::foregroundColor() const@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::getColorTable(Konsole::ColorEntry*, unsigned int) const@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::hasDarkBackground() const@Base" 0.6.0+20150709 - (c++)"Konsole::ColorSchemeManager::allColorSchemes()@Base" 0.6.0+20150709 - (c++)"Konsole::ColorSchemeManager::~ColorSchemeManager()@Base" 0.6.0+20150709 - (c++)"Konsole::ColorSchemeManager::ColorSchemeManager()@Base" 0.6.0+20150709 - (c++)"Konsole::ColorSchemeManager::_defaultColorScheme@Base" 0.6.0+20150709 - (c++)"Konsole::ColorSchemeManager::defaultColorScheme() const@Base" 0.6.0+20150709 - (c++)"Konsole::ColorSchemeManager::deleteColorScheme(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::ColorSchemeManager::findColorSchemePath(QString const&) const@Base" 0.6.0+20150709 - (c++)"Konsole::ColorSchemeManager::findColorScheme(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::ColorSchemeManager::instance()@Base" 0.6.0+20150709 - (c++)"Konsole::ColorSchemeManager::listColorSchemes()@Base" 0.6.0+20150709 - (c++)"Konsole::ColorSchemeManager::listKDE3ColorSchemes()@Base" 0.6.0+20150709 - (c++)"Konsole::ColorSchemeManager::loadAllColorSchemes()@Base" 0.6.0+20150709 - (c++)"Konsole::ColorSchemeManager::loadColorScheme(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::ColorSchemeManager::loadCustomColorScheme(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::ColorSchemeManager::loadKDE3ColorScheme(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::ColorSchemeManager::theColorSchemeManager@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::name() const@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::opacity() const@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::randomizedBackgroundColor() const@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::readColorEntry(QSettings*, int)@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::read(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::setColorTableEntry(int, Konsole::ColorEntry const&)@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::setDescription(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::setName(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::setOpacity(double)@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::setRandomizationRange(int, unsigned short, unsigned char, unsigned char)@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::setRandomizedBackgroundColor(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::translatedColorNameForIndex(int)@Base" 0.6.0+20150709 - (c++)"Konsole::ColorScheme::translatedColorNames@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryBlock::~CompactHistoryBlock()@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryBlock::contains(void*)@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryBlock::deallocate()@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryBlock::isInUse()@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryBlock::length()@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryBlockList::~CompactHistoryBlockList()@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryBlockList::deallocate(void*)@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryBlock::remaining()@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryLine::~CompactHistoryLine()@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryLine::CompactHistoryLine(QVector const&, Konsole::CompactHistoryBlockList&)@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryLine::getCharacter(int, Konsole::Character&)@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryLine::getCharacters(Konsole::Character*, int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryLine::getLength() const@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryLine::isWrapped() const@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryLine::setWrapped(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryScroll::addCells(Konsole::Character const*, int)@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryScroll::addCellsVector(QVector const&)@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryScroll::addLine(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryScroll::~CompactHistoryScroll()@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryScroll::CompactHistoryScroll(unsigned int)@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryScroll::getCells(int, int, int, Konsole::Character*)@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryScroll::getLineLen(int)@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryScroll::getLines()@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryScroll::isWrappedLine(int)@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryScroll::setMaxNbLines(unsigned int)@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryType::~CompactHistoryType()@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryType::CompactHistoryType(unsigned int)@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryType::isEnabled() const@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryType::maximumLineCount() const@Base" 0.6.0+20150709 - (c++)"Konsole::CompactHistoryType::scroll(Konsole::HistoryScroll*) const@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::bufferedUpdate()@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::changeTabTextColorRequest(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::clearHistory()@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::createWindow()@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::~Emulation()@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::Emulation()@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::eraseChar() const@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::flowControlKeyPressed(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::history() const@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::imageResizeRequest(QSize const&)@Base" 0.6.0+20151225 - (c++)"Konsole::Emulation::imageSizeChanged(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::imageSize() const@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::imageSizeInitialized()@Base" 0.6.0+20151225 - (c++)"Konsole::Emulation::keyBindings() const@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::lineCount() const@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::lockPtyRequest(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::metaObject() const@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::outputChanged()@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::profileChangeCommandReceived(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::programUsesMouseChanged(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::programUsesMouse() const@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::qt_metacast(char const*)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::receiveChar(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::receiveData(char const*, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::sendData(char const*, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::sendKeyEvent(QKeyEvent*)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::sendMouseEvent(int, int, int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::sendString(char const*, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::setCodec(Konsole::Emulation::EmulationCodec)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::setCodec(QTextCodec const*)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::setHistory(Konsole::HistoryType const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::setImageSize(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::setKeyBindings(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::setScreen(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::showBulk()@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::stateSet(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::staticMetaObject@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::titleChanged(int, QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::usesMouseChanged(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::useUtf8Request(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::writeToStream(Konsole::TerminalCharacterDecoder*, int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Emulation::zmodemDetected()@Base" 0.6.0+20150709 - (c++)"Konsole::ExtendedCharTable::createExtendedChar(unsigned short*, unsigned short)@Base" 0.6.0+20150709 - (c++)"Konsole::ExtendedCharTable::extendedCharHash(unsigned short*, unsigned short) const@Base" 0.6.0+20150709 - (c++)"Konsole::ExtendedCharTable::extendedCharMatch(unsigned short, unsigned short*, unsigned short) const@Base" 0.6.0+20150709 - (c++)"Konsole::ExtendedCharTable::~ExtendedCharTable()@Base" 0.6.0+20150709 - (c++)"Konsole::ExtendedCharTable::ExtendedCharTable()@Base" 0.6.0+20150709 - (c++)"Konsole::ExtendedCharTable::instance@Base" 0.6.0+20150709 - (c++)"Konsole::ExtendedCharTable::lookupExtendedChar(unsigned short, unsigned short&) const@Base" 0.6.0+20150709 - (c++)"Konsole::Filter::addHotSpot(Konsole::Filter::HotSpot*)@Base" 0.6.0+20150709 - (c++)"Konsole::Filter::buffer()@Base" 0.6.0+20150709 - (c++)"Konsole::FilterChain::addFilter(Konsole::Filter*)@Base" 0.6.0+20150709 - (c++)"Konsole::FilterChain::clear()@Base" 0.6.0+20150709 - (c++)"Konsole::FilterChain::containsFilter(Konsole::Filter*)@Base" 0.6.0+20150709 - (c++)"Konsole::FilterChain::~FilterChain()@Base" 0.6.0+20150709 - (c++)"Konsole::FilterChain::hotSpotAt(int, int) const@Base" 0.6.0+20150709 - (c++)"Konsole::FilterChain::hotSpots() const@Base" 0.6.0+20150709 - (c++)"Konsole::FilterChain::process()@Base" 0.6.0+20150709 - (c++)"Konsole::FilterChain::removeFilter(Konsole::Filter*)@Base" 0.6.0+20150709 - (c++)"Konsole::FilterChain::reset()@Base" 0.6.0+20150709 - (c++)"Konsole::FilterChain::setBuffer(QString const*, QList const*)@Base" 0.6.0+20150709 - (c++)"Konsole::Filter::~Filter()@Base" 0.6.0+20150709 - (c++)"Konsole::Filter::Filter()@Base" 0.6.0+20150709 - (c++)"Konsole::Filter::getLineColumn(int, int&, int&)@Base" 0.6.0+20150709 - (c++)"Konsole::Filter::HotSpot::actions()@Base" 0.6.0+20150709 - (c++)"Konsole::Filter::hotSpotAt(int, int) const@Base" 0.6.0+20150709 - (c++)"Konsole::Filter::HotSpot::endColumn() const@Base" 0.6.0+20150709 - (c++)"Konsole::Filter::HotSpot::endLine() const@Base" 0.6.0+20150709 - (c++)"Konsole::Filter::HotSpot::~HotSpot()@Base" 0.6.0+20150709 - (c++)"Konsole::Filter::HotSpot::HotSpot(int, int, int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Filter::hotSpotsAtLine(int) const@Base" 0.6.0+20150709 - (c++)"Konsole::Filter::hotSpots() const@Base" 0.6.0+20150709 - (c++)"Konsole::Filter::HotSpot::setType(Konsole::Filter::HotSpot::Type)@Base" 0.6.0+20150709 - (c++)"Konsole::Filter::HotSpot::startColumn() const@Base" 0.6.0+20150709 - (c++)"Konsole::Filter::HotSpot::startLine() const@Base" 0.6.0+20150709 - (c++)"Konsole::Filter::HotSpot::tooltip() const@Base" 0.6.0+20150709 - (c++)"Konsole::Filter::HotSpot::type() const@Base" 0.6.0+20150709 - (c++)"Konsole::FilterObject::activated()@Base" 0.6.0+20150709 - (c++)"Konsole::FilterObject::activated(QUrl const&)@Base" 0.6.0+20150709 - (c++)"Konsole::FilterObject::emitActivated(QUrl const&)@Base" 0.6.0+20150709 - (c++)"Konsole::FilterObject::~FilterObject()@Base" 0.6.0+20150709 - (c++)"Konsole::FilterObject::metaObject() const@Base" 0.6.0+20150709 - (c++)"Konsole::FilterObject::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0+20150709 - (c++)"Konsole::FilterObject::qt_metacast(char const*)@Base" 0.6.0+20150709 - (c++)"Konsole::FilterObject::staticMetaObject@Base" 0.6.0+20150709 - (c++)"Konsole::Filter::reset()@Base" 0.6.0+20150709 - (c++)"Konsole::Filter::setBuffer(QString const*, QList const*)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryFile::add(unsigned char const*, int)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryFile::get(unsigned char*, int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryFile::~HistoryFile()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryFile::HistoryFile()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryFile::isMapped()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryFile::len()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryFile::map()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryFile::unmap()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScroll::addCellsVector(QVector const&)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollBlockArray::addCells(Konsole::Character const*, int)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollBlockArray::addLine(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollBlockArray::getCells(int, int, int, Konsole::Character*)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollBlockArray::getLineLen(int)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollBlockArray::getLines()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollBlockArray::~HistoryScrollBlockArray()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollBlockArray::isWrappedLine(int)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollBuffer::addCells(Konsole::Character const*, int)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollBuffer::addCellsVector(QVector const&)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollBuffer::addLine(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollBuffer::bufferIndex(int)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollBuffer::getCells(int, int, int, Konsole::Character*)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollBuffer::getLineLen(int)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollBuffer::getLines()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollBuffer::~HistoryScrollBuffer()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollBuffer::HistoryScrollBuffer(unsigned int)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollBuffer::isWrappedLine(int)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollBuffer::setMaxNbLines(unsigned int)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollFile::addCells(Konsole::Character const*, int)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollFile::addLine(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollFile::getCells(int, int, int, Konsole::Character*)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollFile::getLineLen(int)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollFile::getLines()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollFile::~HistoryScrollFile()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollFile::HistoryScrollFile(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollFile::isWrappedLine(int)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollFile::startOfLine(int)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScroll::hasScroll()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScroll::~HistoryScroll()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScroll::HistoryScroll(Konsole::HistoryType*)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollNone::addCells(Konsole::Character const*, int)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollNone::addLine(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollNone::getCells(int, int, int, Konsole::Character*)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollNone::getLineLen(int)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollNone::getLines()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollNone::hasScroll()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollNone::~HistoryScrollNone()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollNone::HistoryScrollNone()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryScrollNone::isWrappedLine(int)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryTypeBlockArray::~HistoryTypeBlockArray()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryTypeBlockArray::isEnabled() const@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryTypeBlockArray::maximumLineCount() const@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryTypeBlockArray::scroll(Konsole::HistoryScroll*) const@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryTypeBuffer::~HistoryTypeBuffer()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryTypeBuffer::HistoryTypeBuffer(unsigned int)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryTypeBuffer::isEnabled() const@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryTypeBuffer::maximumLineCount() const@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryTypeBuffer::scroll(Konsole::HistoryScroll*) const@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryTypeFile::getFileName() const@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryTypeFile::~HistoryTypeFile()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryTypeFile::HistoryTypeFile(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryTypeFile::isEnabled() const@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryTypeFile::maximumLineCount() const@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryTypeFile::scroll(Konsole::HistoryScroll*) const@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryType::~HistoryType()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryType::HistoryType()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryTypeNone::~HistoryTypeNone()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryTypeNone::HistoryTypeNone()@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryTypeNone::isEnabled() const@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryTypeNone::maximumLineCount() const@Base" 0.6.0+20150709 - (c++)"Konsole::HistoryTypeNone::scroll(Konsole::HistoryScroll*) const@Base" 0.6.0+20150709 - (c++)"Konsole::HTMLDecoder::begin(QTextStream*)@Base" 0.6.0+20150709 - (c++)"Konsole::HTMLDecoder::closeSpan(QString&)@Base" 0.6.0+20150709 - (c++)"Konsole::HTMLDecoder::decodeLine(Konsole::Character const*, int, unsigned char)@Base" 0.6.0+20150709 - (c++)"Konsole::HTMLDecoder::end()@Base" 0.6.0+20150709 - (c++)"Konsole::HTMLDecoder::~HTMLDecoder()@Base" 0.6.0+20150709 - (c++)"Konsole::HTMLDecoder::HTMLDecoder()@Base" 0.6.0+20150709 - (c++)"Konsole::HTMLDecoder::openSpan(QString&, QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::HTMLDecoder::setColorTable(Konsole::ColorEntry const*)@Base" 0.6.0+20150709 - (c++)"Konsole::KDE3ColorSchemeReader::KDE3ColorSchemeReader(QIODevice*)@Base" 0.6.0+20150709 - (c++)"Konsole::KDE3ColorSchemeReader::read()@Base" 0.6.0+20150709 - (c++)"Konsole::KDE3ColorSchemeReader::readColorLine(QString const&, Konsole::ColorScheme*)@Base" 0.6.0+20150709 - (c++)"Konsole::KDE3ColorSchemeReader::readTitleLine(QString const&, Konsole::ColorScheme*)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslator::addEntry(Konsole::KeyboardTranslator::Entry const&)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslator::description() const@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslator::entries() const@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslator::Entry::conditionToString() const@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslator::Entry::Entry()@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslator::Entry::escapedText(bool, QFlags) const@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslator::Entry::insertModifier(QString&, int) const@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslator::Entry::insertState(QString&, int) const@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslator::Entry::matches(int, QFlags, QFlags) const@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslator::Entry::operator==(Konsole::KeyboardTranslator::Entry const&) const@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslator::Entry::resultToString(bool, QFlags) const@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslator::Entry::unescape(QByteArray const&) const@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslator::findEntry(int, QFlags, QFlags) const@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslator::KeyboardTranslator(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorManager::addTranslator(Konsole::KeyboardTranslator*)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorManager::allTranslators()@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorManager::defaultTranslator()@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorManager::defaultTranslatorText@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorManager::deleteTranslator(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorManager::findTranslatorPath(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorManager::findTranslator(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorManager::findTranslators()@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorManager::instance()@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorManager::~KeyboardTranslatorManager()@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorManager::KeyboardTranslatorManager()@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorManager::loadTranslator(QIODevice*, QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorManager::loadTranslator(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorManager::saveTranslator(Konsole::KeyboardTranslator const*)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorManager::theKeyboardTranslatorManager@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslator::name() const@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorReader::createEntry(QString const&, QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorReader::decodeSequence(QString const&, int&, QFlags&, QFlags&, QFlags&, QFlags&)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorReader::description() const@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorReader::hasNextEntry()@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorReader::~KeyboardTranslatorReader()@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorReader::KeyboardTranslatorReader(QIODevice*)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorReader::nextEntry()@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorReader::parseAsCommand(QString const&, Konsole::KeyboardTranslator::Command&)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorReader::parseAsKeyCode(QString const&, int&)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorReader::parseAsModifier(QString const&, Qt::KeyboardModifier&)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorReader::parseAsStateFlag(QString const&, Konsole::KeyboardTranslator::State&)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorReader::parseError()@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorReader::readNext()@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorReader::tokenize(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslator::removeEntry(Konsole::KeyboardTranslator::Entry const&)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslator::replaceEntry(Konsole::KeyboardTranslator::Entry const&, Konsole::KeyboardTranslator::Entry const&)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslator::setDescription(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslator::setName(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorWriter::~KeyboardTranslatorWriter()@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorWriter::KeyboardTranslatorWriter(QIODevice*)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorWriter::writeEntry(Konsole::KeyboardTranslator::Entry const&)@Base" 0.6.0+20150709 - (c++)"Konsole::KeyboardTranslatorWriter::writeHeader(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::PlainTextDecoder::begin(QTextStream*)@Base" 0.6.0+20150709 - (c++)"Konsole::PlainTextDecoder::decodeLine(Konsole::Character const*, int, unsigned char)@Base" 0.6.0+20150709 - (c++)"Konsole::PlainTextDecoder::end()@Base" 0.6.0+20150709 - (c++)"Konsole::PlainTextDecoder::linePositions() const@Base" 0.6.0+20150709 - (c++)"Konsole::PlainTextDecoder::~PlainTextDecoder()@Base" 0.6.0+20150709 - (c++)"Konsole::PlainTextDecoder::PlainTextDecoder()@Base" 0.6.0+20150709 - (c++)"Konsole::PlainTextDecoder::setRecordLinePositions(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::PlainTextDecoder::setTrailingWhitespace(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::PlainTextDecoder::trailingWhitespace() const@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::addEnvironmentVariables(QStringList const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::dataReceived()@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::erase() const@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::flowControlEnabled() const@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::foregroundProcessGroup() const@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::init()@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::lockPty(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::metaObject() const@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::~Pty()@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::Pty(int, QObject*)@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::Pty(QObject*)@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::qt_metacast(char const*)@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::receivedData(char const*, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::sendData(char const*, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::setEmptyPTYProperties()@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::setErase(char)@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::setFlowControlEnabled(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::setupChildProcess()@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::setUtf8Mode(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::setWindowSize(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::setWriteable(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::start(QString const&, QStringList const&, QStringList const&, unsigned long, bool)@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::staticMetaObject@Base" 0.6.0+20150709 - (c++)"Konsole::Pty::windowSize() const@Base" 0.6.0+20150709 - (c++)"Konsole::RegExpFilter::HotSpot::activate(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::RegExpFilter::HotSpot::capturedTexts() const@Base" 0.6.0+20150709 - (c++)"Konsole::RegExpFilter::HotSpot::~HotSpot()@Base" 0.6.0+20150709 - (c++)"Konsole::RegExpFilter::HotSpot::HotSpot(int, int, int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::RegExpFilter::HotSpot::setCapturedTexts(QStringList const&)@Base" 0.6.0+20150709 - (c++)"Konsole::RegExpFilter::newHotSpot(int, int, int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::RegExpFilter::process()@Base" 0.6.0+20150709 - (c++)"Konsole::RegExpFilter::regExp() const@Base" 0.6.0+20150709 - (c++)"Konsole::RegExpFilter::~RegExpFilter()@Base" 0.6.0+20150709 - (c++)"Konsole::RegExpFilter::RegExpFilter()@Base" 0.6.0+20150709 - (c++)"Konsole::RegExpFilter::setRegExp(QRegExp const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::addHistLine()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::backspace()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::backtab(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::bottomMargin() const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::changeTabStop(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::checkSelection(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::clear()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::clearEntireLine()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::clearEntireScreen()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::clearImage(int, int, char)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::clearSelection()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::clearTabStops()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::clearToBeginOfLine()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::clearToBeginOfScreen()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::clearToEndOfLine()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::clearToEndOfScreen()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::compose(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::copyFromHistory(Konsole::Character*, int, int) const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::copyFromScreen(Konsole::Character*, int, int) const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::copyLineToStream(int, int, int, Konsole::TerminalCharacterDecoder*, bool, bool) const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::cursorDown(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::cursorLeft(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::cursorRight(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::cursorUp(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::defaultChar@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::deleteChars(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::deleteLines(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::displayCharacter(unsigned short)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::droppedLines() const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::eraseChars(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::fillWithDefaultChar(Konsole::Character*, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::getCursorX() const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::getCursorY() const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::getHistLines() const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::getImage(Konsole::Character*, int, int, int) const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::getLineProperties(int, int) const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::getMode(int) const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::getScroll() const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::getSelectionEnd(int&, int&) const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::getSelectionStart(int&, int&) const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::hasScroll() const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::helpAlign()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::home()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::index()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::initTabStops()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::insertChars(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::insertLines(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::isSelected(int, int) const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::isSelectionValid() const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::lastScrolledRegion() const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::moveImage(int, int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::newLine()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::nextLine()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::reset(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::resetDroppedLines()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::resetMode(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::resetRendition(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::resetScrolledLines()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::resizeImage(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::restoreCursor()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::restoreMode(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::reverseIndex()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::reverseRendition(Konsole::Character&) const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::saveCursor()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::saveMode(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::~Screen()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::Screen(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::scrollDown(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::scrollDown(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::scrolledLines() const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::scrollUp(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::scrollUp(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::selectedText(bool) const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::setBackColor(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::setCursorX(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::setCursorY(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::setCursorYX(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::setDefaultMargins()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::setDefaultRendition()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::setForeColor(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::setLineProperty(unsigned char, bool)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::setMargins(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::setMode(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::setRendition(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::setScroll(Konsole::HistoryType const&, bool)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::setSelectionEnd(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::setSelectionStart(int, int, bool)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::tab(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::topMargin() const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::toStartOfLine()@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::updateEffectiveRendition()@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::atEndOfOutput() const@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::clearSelection()@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::columnCount() const@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::currentLine() const@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::cursorPosition() const@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::endWindowLine() const@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::fillUnusedArea()@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::getImage()@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::getLineProperties()@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::getSelectionEnd(int&, int&)@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::getSelectionStart(int&, int&)@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::isSelected(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::lineCount() const@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::metaObject() const@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::notifyOutputChanged()@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::outputChanged()@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::qt_metacast(char const*)@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::resetScrollCount()@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::screen() const@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::~ScreenWindow()@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::ScreenWindow(QObject*)@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::scrollBy(Konsole::ScreenWindow::RelativeScrollMode, int)@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::scrollCount() const@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::scrolled(int)@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::scrollRegion() const@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::scrollTo(int)@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::selectedText(bool) const@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::selectionChanged()@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::setScreen(Konsole::Screen*)@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::setSelectionEnd(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::setSelectionStart(int, int, bool)@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::setTrackOutput(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::setWindowLines(int)@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::staticMetaObject@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::trackOutput() const@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::windowColumns() const@Base" 0.6.0+20150709 - (c++)"Konsole::ScreenWindow::windowLines() const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::writeLinesToStream(Konsole::TerminalCharacterDecoder*, int, int) const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::writeSelectionToStream(Konsole::TerminalCharacterDecoder*, bool) const@Base" 0.6.0+20150709 - (c++)"Konsole::Screen::writeToStream(Konsole::TerminalCharacterDecoder*, int, int, bool) const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::activity()@Base" 0.6.0+20150709 - (c++)"Konsole::Session::activityStateSet(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::addView(Konsole::TerminalDisplay*)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::arguments() const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::bellRequest(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::changeBackgroundColorRequest(QColor const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::changeTabTextColorRequest(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::clearHistory()@Base" 0.6.0+20150709 - (c++)"Konsole::Session::close()@Base" 0.6.0+20150709 - (c++)"Konsole::Session::done(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::emulation() const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::environment() const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::finished()@Base" 0.6.0+20150709 - (c++)"Konsole::Session::flowControlEnabledChanged(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::flowControlEnabled() const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::foregroundProcessId() const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::getPtySlaveFd() const@Base" 0.6.0+20150709 - (c++)"Konsole::SessionGroup::addSession(Konsole::Session*)@Base" 0.6.0+20150709 - (c++)"Konsole::SessionGroup::connectAll(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::SessionGroup::connectPair(Konsole::Session*, Konsole::Session*)@Base" 0.6.0+20150709 - (c++)"Konsole::SessionGroup::disconnectPair(Konsole::Session*, Konsole::Session*)@Base" 0.6.0+20150709 - (c++)"Konsole::SessionGroup::masterMode() const@Base" 0.6.0+20150709 - (c++)"Konsole::SessionGroup::masters() const@Base" 0.6.0+20150709 - (c++)"Konsole::SessionGroup::masterStatus(Konsole::Session*) const@Base" 0.6.0+20150709 - (c++)"Konsole::SessionGroup::metaObject() const@Base" 0.6.0+20150709 - (c++)"Konsole::SessionGroup::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0+20150709 - (c++)"Konsole::SessionGroup::qt_metacast(char const*)@Base" 0.6.0+20150709 - (c++)"Konsole::SessionGroup::removeSession(Konsole::Session*)@Base" 0.6.0+20150709 - (c++)"Konsole::SessionGroup::~SessionGroup()@Base" 0.6.0+20150709 - (c++)"Konsole::SessionGroup::SessionGroup()@Base" 0.6.0+20150709 - (c++)"Konsole::SessionGroup::sessions() const@Base" 0.6.0+20150709 - (c++)"Konsole::SessionGroup::setMasterMode(int)@Base" 0.6.0+20150709 - (c++)"Konsole::SessionGroup::setMasterStatus(Konsole::Session*, bool)@Base" 0.6.0+20150709 - (c++)"Konsole::SessionGroup::staticMetaObject@Base" 0.6.0+20150709 - (c++)"Konsole::Session::hasDarkBackground() const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::historyType() const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::iconName() const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::iconText() const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::isMonitorActivity() const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::isMonitorSilence() const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::isRunning() const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::keyBindings() const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::lastSessionId@Base" 0.6.0+20150709 - (c++)"Konsole::Session::metaObject() const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::monitorTimerDone()@Base" 0.6.0+20150709 - (c++)"Konsole::Session::onEmulationSizeChange(QSize)@Base" 0.6.0+20151225 - (c++)"Konsole::Session::onReceiveBlock(char const*, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::onViewSizeChange(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::openUrlRequest(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::processId() const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::profileChangeCommandReceived(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::profileChanged(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::profileKey() const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::program() const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::qt_metacast(char const*)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::receivedData(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::refresh()@Base" 0.6.0+20150709 - (c++)"Konsole::Session::removeView(Konsole::TerminalDisplay*)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::resizeRequest(QSize const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::run()@Base" 0.6.0+20150709 - (c++)"Konsole::Session::runEmptyPTY()@Base" 0.6.0+20150709 - (c++)"Konsole::Session::sendSignal(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::sendText(QString const&) const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::~Session()@Base" 0.6.0+20150709 - (c++)"Konsole::Session::sessionId() const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::Session(QObject*)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::setAddToUtmp(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::setArguments(QStringList const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::setCodec(QTextCodec*)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::setDarkBackground(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::setEnvironment(QStringList const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::setFlowControlEnabled(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::setHistoryType(Konsole::HistoryType const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::setIconName(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::setIconText(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::setInitialWorkingDirectory(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::setKeyBindings(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::setMonitorActivity(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::setMonitorSilence(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::setMonitorSilenceSeconds(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::setProfileKey(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::setProgram(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::setSize(QSize const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::setTabTitleFormat(Konsole::Session::TabTitleContext, QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::setTitle(Konsole::Session::TitleRole, QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::setUserTitle(int, QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::silence()@Base" 0.6.0+20150709 - (c++)"Konsole::Session::size()@Base" 0.6.0+20150709 - (c++)"Konsole::Session::started()@Base" 0.6.0+20150709 - (c++)"Konsole::Session::stateChanged(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::staticMetaObject@Base" 0.6.0+20150709 - (c++)"Konsole::Session::tabTitleFormat(Konsole::Session::TabTitleContext) const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::titleChanged()@Base" 0.6.0+20150709 - (c++)"Konsole::Session::title(Konsole::Session::TitleRole) const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::updateTerminalSize()@Base" 0.6.0+20150709 - (c++)"Konsole::Session::userTitle() const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::viewDestroyed(QObject*)@Base" 0.6.0+20150709 - (c++)"Konsole::Session::views() const@Base" 0.6.0+20150709 - (c++)"Konsole::Session::windowId() const@Base" 0.6.0+20150709 - (c++)"Konsole::ShellCommand::arguments() const@Base" 0.6.0+20150709 - (c++)"Konsole::ShellCommand::command() const@Base" 0.6.0+20150709 - (c++)"Konsole::ShellCommand::expand(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::ShellCommand::expand(QStringList const&)@Base" 0.6.0+20150709 - (c++)"Konsole::ShellCommand::fullCommand() const@Base" 0.6.0+20150709 - (c++)"Konsole::ShellCommand::isAvailable() const@Base" 0.6.0+20150709 - (c++)"Konsole::ShellCommand::isRootCommand() const@Base" 0.6.0+20150709 - (c++)"Konsole::ShellCommand::ShellCommand(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::ShellCommand::ShellCommand(QString const&, QStringList const&)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::_antialiasText@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::bell(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::blinkCursorEvent()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::blinkEvent()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::calcGeometry()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::calculateTextArea(int, int, int, int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::changedContentSizeSignal(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::changedFontMetricSignal(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::charClass(QChar) const@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::clearImage()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::colorTable() const@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::configureRequest(QPoint const&)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::copyAvailable(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::copyClipboard()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::cursorPosition() const@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::doDrag()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::dragEnterEvent(QDragEnterEvent*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::drawBackground(QPainter&, QRect const&, QColor const&, bool)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::drawCharacters(QPainter&, QRect const&, QString const&, Konsole::Character const*, bool)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::drawContents(QPainter&, QRect const&)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::drawCursor(QPainter&, QRect const&, QColor const&, QColor const&, bool&)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::drawInputMethodPreeditString(QPainter&, QRect const&)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::drawLineCharString(QPainter&, int, int, QString const&, Konsole::Character const*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::drawTextFragment(QPainter&, QRect const&, QString const&, Konsole::Character const*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::dropEvent(QDropEvent*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::emitSelection(bool, bool)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::enableBell()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::event(QEvent*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::extendSelection(QPoint const&)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::filterActions(QPoint const&)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::filterChain() const@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::focusInEvent(QFocusEvent*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::focusNextPrevChild(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::focusOutEvent(QFocusEvent*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::fontChange(QFont const&)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::getCharacterPosition(QPoint const&, int&, int&) const@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::handleShortcutOverrideEvent(QKeyEvent*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::HAVE_TRANSPARENCY@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::hideEvent(QHideEvent*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::hotSpotRegion() const@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::imageToWidget(QRect const&) const@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::inputMethodEvent(QInputMethodEvent*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::inputMethodQuery(Qt::InputMethodQuery) const@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::isBusySelecting(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::keyboardCursorColor() const@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::keyboardCursorShape() const@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::keyPressedSignal(QKeyEvent*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::keyPressEvent(QKeyEvent*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::lineSpacing() const@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::makeImage()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::metaObject() const@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::motionAfterPasting()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::mouseDoubleClickEvent(QMouseEvent*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::mouseMoveEvent(QMouseEvent*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::mousePressEvent(QMouseEvent*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::mouseReleaseEvent(QMouseEvent*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::mouseSignal(int, int, int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::mouseTripleClickEvent(QMouseEvent*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::notifyBell(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::outputSuspended(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::overrideShortcutCheck(QKeyEvent*, bool&)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::paintEvent(QPaintEvent*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::paintFilters(QPainter&)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::pasteClipboard()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::pasteSelection()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::preeditRect() const@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::processFilters()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::propagateSize()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::qt_metacast(char const*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::randomSeed() const@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::resizeEvent(QResizeEvent*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::screenWindow() const@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::scrollBarPositionChanged(int)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::scrollImage(int, QRect const&)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::scrollToEnd()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::selectionChanged()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::sendStringToEmu(char const*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::setBackgroundColor(QColor const&)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::setBellMode(int)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::setBlinkingCursor(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::setBlinkingTextEnabled(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::setColorTable(Konsole::ColorEntry const*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::setFixedSize(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::setFlowControlWarningEnabled(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::setFont(QFont const&)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::setForegroundColor(QColor const&)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::setKeyboardCursorColor(bool, QColor const&)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::setKeyboardCursorShape(Konsole::TerminalDisplay::KeyboardCursorShape)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::setLineSpacing(unsigned int)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::setMotionAfterPasting(Konsole::MotionAfterPasting)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::setOpacity(double)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::setRandomSeed(unsigned int)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::setScreenWindow(Konsole::ScreenWindow*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::setScrollBarPosition(Konsole::TerminalDisplay::ScrollBarPosition)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::setScroll(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::setSelection(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::setSize(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::setUsesMouse(bool)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::setVTFont(QFont const&)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::setWordCharacters(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::showEvent(QShowEvent*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::showResizeNotification()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::sizeHint() const@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::staticMetaObject@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::swapColorTable()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::termGetFocus()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::~TerminalDisplay()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::TerminalDisplay(QWidget*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::termLostFocus()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::textWidth(int, int, int) const@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::tripleClickTimeout()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::updateCursor()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::updateFilters()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::updateImage()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::updateImageSize()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::updateLineProperties()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::usesMouseChanged()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::usesMouse() const@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalDisplay::wheelEvent(QWheelEvent*)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalImageFilterChain::setImage(Konsole::Character const*, int, int, QVector const&)@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalImageFilterChain::~TerminalImageFilterChain()@Base" 0.6.0+20150709 - (c++)"Konsole::TerminalImageFilterChain::TerminalImageFilterChain()@Base" 0.6.0+20150709 - (c++)"Konsole::UrlFilter::activated(QUrl const&)@Base" 0.6.0+20150709 - (c++)"Konsole::UrlFilter::CompleteUrlRegExp@Base" 0.6.0+20150709 - (c++)"Konsole::UrlFilter::EmailAddressRegExp@Base" 0.6.0+20150709 - (c++)"Konsole::UrlFilter::FullUrlRegExp@Base" 0.6.0+20150709 - (c++)"Konsole::UrlFilter::HotSpot::actions()@Base" 0.6.0+20150709 - (c++)"Konsole::UrlFilter::HotSpot::activate(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::UrlFilter::HotSpot::getUrlObject() const@Base" 0.6.0+20150709 - (c++)"Konsole::UrlFilter::HotSpot::~HotSpot()@Base" 0.6.0+20150709 - (c++)"Konsole::UrlFilter::HotSpot::HotSpot(int, int, int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::UrlFilter::HotSpot::tooltip() const@Base" 0.6.0+20150709 - (c++)"Konsole::UrlFilter::HotSpot::urlType() const@Base" 0.6.0+20150709 - (c++)"Konsole::UrlFilter::metaObject() const@Base" 0.6.0+20150709 - (c++)"Konsole::UrlFilter::newHotSpot(int, int, int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::UrlFilter::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0+20150709 - (c++)"Konsole::UrlFilter::qt_metacast(char const*)@Base" 0.6.0+20150709 - (c++)"Konsole::UrlFilter::staticMetaObject@Base" 0.6.0+20150709 - (c++)"Konsole::UrlFilter::~UrlFilter()@Base" 0.6.0+20150709 - (c++)"Konsole::UrlFilter::UrlFilter()@Base" 0.6.0+20150709 - (c++)"Konsole::vt100_graphics@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::addArgument()@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::addDigit(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::addToCurrentToken(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::applyCharset(unsigned short)@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::clearEntireScreen()@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::clearScreenAndSetColumns(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::eraseChar() const@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::focusGained()@Base" 0.6.0+20151225 - (c++)"Konsole::Vt102Emulation::focusLost()@Base" 0.6.0+20151225 - (c++)"Konsole::Vt102Emulation::getMode(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::initTokenizer()@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::metaObject() const@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::processToken(int, int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::processWindowAttributeChange()@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::qt_metacast(char const*)@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::receiveChar(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::reportAnswerBack()@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::reportCursorPosition()@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::reportDecodingError()@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::reportSecondaryAttributes()@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::reportStatus()@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::reportTerminalParms(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::reportTerminalType()@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::reset()@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::resetCharset(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::resetMode(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::resetModes()@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::resetTokenizer()@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::restoreCursor()@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::restoreMode(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::saveCursor()@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::saveMode(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::sendKeyEvent(QKeyEvent*)@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::sendMouseEvent(int, int, int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::sendString(char const*, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::sendText(QString const&)@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::setAndUseCharset(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::setCharset(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::setDefaultMargins()@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::setMargins(int, int)@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::setMode(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::staticMetaObject@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::updateTitle()@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::useCharset(int)@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::~Vt102Emulation()@Base" 0.6.0+20150709 - (c++)"Konsole::Vt102Emulation::Vt102Emulation()@Base" 0.6.0+20150709 - (c++)"konsole_wcwidth(unsigned short)@Base" 0.6.0+20150709 + (c++)"Konsole::AccessibleColorScheme::AccessibleColorScheme()@Base" 0.6.0 + (c++)"Konsole::AutoScrollHandler::~AutoScrollHandler()@Base" 0.6.0 + (c++)"Konsole::AutoScrollHandler::AutoScrollHandler(QWidget*)@Base" 0.6.0 + (c++)"Konsole::AutoScrollHandler::eventFilter(QObject*, QEvent*)@Base" 0.6.0 + (c++)"Konsole::AutoScrollHandler::metaObject() const@Base" 0.6.0 + (c++)"Konsole::AutoScrollHandler::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0 + (c++)"Konsole::AutoScrollHandler::qt_metacast(char const*)@Base" 0.6.0 + (c++)"Konsole::AutoScrollHandler::staticMetaObject@Base" 0.6.0 + (c++)"Konsole::AutoScrollHandler::timerEvent(QTimerEvent*)@Base" 0.6.0 + (c++)"Konsole::base_color_table@Base" 0.6.0 + (c++)"Konsole::BlockArray::append(Konsole::Block*)@Base" 0.6.0 + (c++)"Konsole::BlockArray::~BlockArray()@Base" 0.6.0 + (c++)"Konsole::BlockArray::BlockArray()@Base" 0.6.0 + (c++)"Konsole::BlockArray::increaseBuffer()@Base" 0.6.0 + (c++)"Konsole::BlockArray::lastBlock() const@Base" 0.6.0 + (c++)"Konsole::BlockArray::newBlock()@Base" 0.6.0 + (c++)"Konsole::BlockArray::unmap()@Base" 0.6.0 + (c++)"Konsole::ColorScheme::backgroundColor() const@Base" 0.6.0 + (c++)"Konsole::ColorScheme::colorEntry(int, unsigned int) const@Base" 0.6.0 + (c++)"Konsole::ColorScheme::colorNameForIndex(int)@Base" 0.6.0 + (c++)"Konsole::ColorScheme::colorNames@Base" 0.6.0 + (c++)"Konsole::ColorScheme::~ColorScheme()@Base" 0.6.0 + (c++)"Konsole::ColorScheme::ColorScheme()@Base" 0.6.0 + (c++)"Konsole::ColorScheme::ColorScheme(Konsole::ColorScheme const&)@Base" 0.6.0 + (c++)"Konsole::ColorScheme::colorTable() const@Base" 0.6.0 + (c++)"Konsole::ColorScheme::defaultTable@Base" 0.6.0 + (c++)"Konsole::ColorScheme::description() const@Base" 0.6.0 + (c++)"Konsole::ColorScheme::foregroundColor() const@Base" 0.6.0 + (c++)"Konsole::ColorScheme::getColorTable(Konsole::ColorEntry*, unsigned int) const@Base" 0.6.0 + (c++)"Konsole::ColorScheme::hasDarkBackground() const@Base" 0.6.0 + (c++)"Konsole::ColorSchemeManager::addCustomColorSchemeDir(QString const&)@Base" 0.6.1~ + (c++)"Konsole::ColorSchemeManager::allColorSchemes()@Base" 0.6.0 + (c++)"Konsole::ColorSchemeManager::~ColorSchemeManager()@Base" 0.6.0 + (c++)"Konsole::ColorSchemeManager::ColorSchemeManager()@Base" 0.6.0 + (c++)"Konsole::ColorSchemeManager::_defaultColorScheme@Base" 0.6.0 + (c++)"Konsole::ColorSchemeManager::defaultColorScheme() const@Base" 0.6.0 + (c++)"Konsole::ColorSchemeManager::deleteColorScheme(QString const&)@Base" 0.6.0 + (c++)"Konsole::ColorSchemeManager::findColorSchemePath(QString const&) const@Base" 0.6.0 + (c++)"Konsole::ColorSchemeManager::findColorScheme(QString const&)@Base" 0.6.0 + (c++)"Konsole::ColorSchemeManager::instance()@Base" 0.6.0 + (c++)"Konsole::ColorSchemeManager::listColorSchemes()@Base" 0.6.0 + (c++)"Konsole::ColorSchemeManager::listKDE3ColorSchemes()@Base" 0.6.0 + (c++)"Konsole::ColorSchemeManager::loadAllColorSchemes()@Base" 0.6.0 + (c++)"Konsole::ColorSchemeManager::loadColorScheme(QString const&)@Base" 0.6.0 + (c++)"Konsole::ColorSchemeManager::loadCustomColorScheme(QString const&)@Base" 0.6.0 + (c++)"Konsole::ColorSchemeManager::loadKDE3ColorScheme(QString const&)@Base" 0.6.0 + (c++)"Konsole::ColorScheme::name() const@Base" 0.6.0 + (c++)"Konsole::ColorScheme::opacity() const@Base" 0.6.0 + (c++)"Konsole::ColorScheme::randomizedBackgroundColor() const@Base" 0.6.0 + (c++)"Konsole::ColorScheme::readColorEntry(QSettings*, int)@Base" 0.6.0 + (c++)"Konsole::ColorScheme::read(QString const&)@Base" 0.6.0 + (c++)"Konsole::ColorScheme::setColorTableEntry(int, Konsole::ColorEntry const&)@Base" 0.6.0 + (c++)"Konsole::ColorScheme::setDescription(QString const&)@Base" 0.6.0 + (c++)"Konsole::ColorScheme::setName(QString const&)@Base" 0.6.0 + (c++)"Konsole::ColorScheme::setOpacity(double)@Base" 0.6.0 + (c++)"Konsole::ColorScheme::setRandomizationRange(int, unsigned short, unsigned char, unsigned char)@Base" 0.6.0 + (c++)"Konsole::ColorScheme::setRandomizedBackgroundColor(bool)@Base" 0.6.0 + (c++)"Konsole::ColorScheme::translatedColorNameForIndex(int)@Base" 0.6.0 + (c++)"Konsole::ColorScheme::translatedColorNames@Base" 0.6.0 + (c++)"Konsole::CompactHistoryBlock::~CompactHistoryBlock()@Base" 0.6.0 + (c++)"Konsole::CompactHistoryBlock::contains(void*)@Base" 0.6.0 + (c++)"Konsole::CompactHistoryBlock::deallocate()@Base" 0.6.0 + (c++)"Konsole::CompactHistoryBlock::isInUse()@Base" 0.6.0 + (c++)"Konsole::CompactHistoryBlock::length()@Base" 0.6.0 + (c++)"Konsole::CompactHistoryBlockList::~CompactHistoryBlockList()@Base" 0.6.0 + (c++)"Konsole::CompactHistoryBlockList::deallocate(void*)@Base" 0.6.0 + (c++)"Konsole::CompactHistoryBlock::remaining()@Base" 0.6.0 + (c++)"Konsole::CompactHistoryLine::~CompactHistoryLine()@Base" 0.6.0 + (c++)"Konsole::CompactHistoryLine::CompactHistoryLine(QVector const&, Konsole::CompactHistoryBlockList&)@Base" 0.6.0 + (c++)"Konsole::CompactHistoryLine::getCharacter(int, Konsole::Character&)@Base" 0.6.0 + (c++)"Konsole::CompactHistoryLine::getCharacters(Konsole::Character*, int, int)@Base" 0.6.0 + (c++)"Konsole::CompactHistoryLine::getLength() const@Base" 0.6.0 + (c++)"Konsole::CompactHistoryLine::isWrapped() const@Base" 0.6.0 + (c++)"Konsole::CompactHistoryLine::setWrapped(bool)@Base" 0.6.0 + (c++)"Konsole::CompactHistoryScroll::addCells(Konsole::Character const*, int)@Base" 0.6.0 + (c++)"Konsole::CompactHistoryScroll::addCellsVector(QVector const&)@Base" 0.6.0 + (c++)"Konsole::CompactHistoryScroll::addLine(bool)@Base" 0.6.0 + (c++)"Konsole::CompactHistoryScroll::~CompactHistoryScroll()@Base" 0.6.0 + (c++)"Konsole::CompactHistoryScroll::CompactHistoryScroll(unsigned int)@Base" 0.6.0 + (c++)"Konsole::CompactHistoryScroll::getCells(int, int, int, Konsole::Character*)@Base" 0.6.0 + (c++)"Konsole::CompactHistoryScroll::getLineLen(int)@Base" 0.6.0 + (c++)"Konsole::CompactHistoryScroll::getLines()@Base" 0.6.0 + (c++)"Konsole::CompactHistoryScroll::isWrappedLine(int)@Base" 0.6.0 + (c++)"Konsole::CompactHistoryScroll::setMaxNbLines(unsigned int)@Base" 0.6.0 + (c++)"Konsole::CompactHistoryType::~CompactHistoryType()@Base" 0.6.0 + (c++)"Konsole::CompactHistoryType::CompactHistoryType(unsigned int)@Base" 0.6.0 + (c++)"Konsole::CompactHistoryType::isEnabled() const@Base" 0.6.0 + (c++)"Konsole::CompactHistoryType::maximumLineCount() const@Base" 0.6.0 + (c++)"Konsole::CompactHistoryType::scroll(Konsole::HistoryScroll*) const@Base" 0.6.0 + (c++)"Konsole::Emulation::bracketedPasteModeChanged(bool)@Base" 0.6.1~ + (c++)"Konsole::Emulation::bufferedUpdate()@Base" 0.6.0 + (c++)"Konsole::Emulation::changeTabTextColorRequest(int)@Base" 0.6.0 + (c++)"Konsole::Emulation::clearHistory()@Base" 0.6.0 + (c++)"Konsole::Emulation::createWindow()@Base" 0.6.0 + (c++)"Konsole::Emulation::~Emulation()@Base" 0.6.0 + (c++)"Konsole::Emulation::Emulation()@Base" 0.6.0 + (c++)"Konsole::Emulation::eraseChar() const@Base" 0.6.0 + (c++)"Konsole::Emulation::flowControlKeyPressed(bool)@Base" 0.6.0 + (c++)"Konsole::Emulation::history() const@Base" 0.6.0 + (c++)"Konsole::Emulation::imageResizeRequest(QSize const&)@Base" 0.6.0 + (c++)"Konsole::Emulation::imageSizeChanged(int, int)@Base" 0.6.0 + (c++)"Konsole::Emulation::imageSize() const@Base" 0.6.0 + (c++)"Konsole::Emulation::imageSizeInitialized()@Base" 0.6.0 + (c++)"Konsole::Emulation::keyBindings() const@Base" 0.6.0 + (c++)"Konsole::Emulation::lineCount() const@Base" 0.6.0 + (c++)"Konsole::Emulation::lockPtyRequest(bool)@Base" 0.6.0 + (c++)"Konsole::Emulation::metaObject() const@Base" 0.6.0 + (c++)"Konsole::Emulation::outputChanged()@Base" 0.6.0 + (c++)"Konsole::Emulation::profileChangeCommandReceived(QString const&)@Base" 0.6.0 + (c++)"Konsole::Emulation::programBracketedPasteModeChanged(bool)@Base" 0.6.1~ + (c++)"Konsole::Emulation::programBracketedPasteMode() const@Base" 0.6.1~ + (c++)"Konsole::Emulation::programUsesMouseChanged(bool)@Base" 0.6.0 + (c++)"Konsole::Emulation::programUsesMouse() const@Base" 0.6.0 + (c++)"Konsole::Emulation::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0 + (c++)"Konsole::Emulation::qt_metacast(char const*)@Base" 0.6.0 + (c++)"Konsole::Emulation::receiveChar(int)@Base" 0.6.0 + (c++)"Konsole::Emulation::receiveData(char const*, int)@Base" 0.6.0 + (c++)"Konsole::Emulation::sendData(char const*, int)@Base" 0.6.0 + (c++)"Konsole::Emulation::sendKeyEvent(QKeyEvent*)@Base" 0.6.0 + (c++)"Konsole::Emulation::sendMouseEvent(int, int, int, int)@Base" 0.6.0 + (c++)"Konsole::Emulation::sendString(char const*, int)@Base" 0.6.0 + (c++)"Konsole::Emulation::setCodec(Konsole::Emulation::EmulationCodec)@Base" 0.6.0 + (c++)"Konsole::Emulation::setCodec(QTextCodec const*)@Base" 0.6.0 + (c++)"Konsole::Emulation::setHistory(Konsole::HistoryType const&)@Base" 0.6.0 + (c++)"Konsole::Emulation::setImageSize(int, int)@Base" 0.6.0 + (c++)"Konsole::Emulation::setKeyBindings(QString const&)@Base" 0.6.0 + (c++)"Konsole::Emulation::setScreen(int)@Base" 0.6.0 + (c++)"Konsole::Emulation::showBulk()@Base" 0.6.0 + (c++)"Konsole::Emulation::stateSet(int)@Base" 0.6.0 + (c++)"Konsole::Emulation::staticMetaObject@Base" 0.6.0 + (c++)"Konsole::Emulation::titleChanged(int, QString const&)@Base" 0.6.0 + (c++)"Konsole::Emulation::usesMouseChanged(bool)@Base" 0.6.0 + (c++)"Konsole::Emulation::useUtf8Request(bool)@Base" 0.6.0 + (c++)"Konsole::Emulation::writeToStream(Konsole::TerminalCharacterDecoder*, int, int)@Base" 0.6.0 + (c++)"Konsole::Emulation::zmodemDetected()@Base" 0.6.0 + (c++)"Konsole::ExtendedCharTable::createExtendedChar(unsigned short*, unsigned short)@Base" 0.6.0 + (c++)"Konsole::ExtendedCharTable::extendedCharHash(unsigned short*, unsigned short) const@Base" 0.6.0 + (c++)"Konsole::ExtendedCharTable::extendedCharMatch(unsigned short, unsigned short*, unsigned short) const@Base" 0.6.0 + (c++)"Konsole::ExtendedCharTable::~ExtendedCharTable()@Base" 0.6.0 + (c++)"Konsole::ExtendedCharTable::ExtendedCharTable()@Base" 0.6.0 + (c++)"Konsole::ExtendedCharTable::instance@Base" 0.6.0 + (c++)"Konsole::ExtendedCharTable::lookupExtendedChar(unsigned short, unsigned short&) const@Base" 0.6.0 + (c++)"Konsole::Filter::addHotSpot(Konsole::Filter::HotSpot*)@Base" 0.6.0 + (c++)"Konsole::Filter::buffer()@Base" 0.6.0 + (c++)"Konsole::FilterChain::addFilter(Konsole::Filter*)@Base" 0.6.0 + (c++)"Konsole::FilterChain::clear()@Base" 0.6.0 + (c++)"Konsole::FilterChain::containsFilter(Konsole::Filter*)@Base" 0.6.0 + (c++)"Konsole::FilterChain::~FilterChain()@Base" 0.6.0 + (c++)"Konsole::FilterChain::hotSpotAt(int, int) const@Base" 0.6.0 + (c++)"Konsole::FilterChain::hotSpots() const@Base" 0.6.0 + (c++)"Konsole::FilterChain::process()@Base" 0.6.0 + (c++)"Konsole::FilterChain::removeFilter(Konsole::Filter*)@Base" 0.6.0 + (c++)"Konsole::FilterChain::reset()@Base" 0.6.0 + (c++)"Konsole::FilterChain::setBuffer(QString const*, QList const*)@Base" 0.6.0 + (c++)"Konsole::Filter::~Filter()@Base" 0.6.0 + (c++)"Konsole::Filter::Filter()@Base" 0.6.0 + (c++)"Konsole::Filter::getLineColumn(int, int&, int&)@Base" 0.6.0 + (c++)"Konsole::Filter::HotSpot::actions()@Base" 0.6.0 + (c++)"Konsole::Filter::hotSpotAt(int, int) const@Base" 0.6.0 + (c++)"Konsole::Filter::HotSpot::endColumn() const@Base" 0.6.0 + (c++)"Konsole::Filter::HotSpot::endLine() const@Base" 0.6.0 + (c++)"Konsole::Filter::HotSpot::~HotSpot()@Base" 0.6.0 + (c++)"Konsole::Filter::HotSpot::HotSpot(int, int, int, int)@Base" 0.6.0 + (c++)"Konsole::Filter::hotSpotsAtLine(int) const@Base" 0.6.0 + (c++)"Konsole::Filter::hotSpots() const@Base" 0.6.0 + (c++)"Konsole::Filter::HotSpot::setType(Konsole::Filter::HotSpot::Type)@Base" 0.6.0 + (c++)"Konsole::Filter::HotSpot::startColumn() const@Base" 0.6.0 + (c++)"Konsole::Filter::HotSpot::startLine() const@Base" 0.6.0 + (c++)"Konsole::Filter::HotSpot::tooltip() const@Base" 0.6.0 + (c++)"Konsole::Filter::HotSpot::type() const@Base" 0.6.0 + (c++)"Konsole::FilterObject::activated()@Base" 0.6.0 + (c++)"Konsole::FilterObject::activated(QUrl const&)@Base" 0.6.0 + (c++)"Konsole::FilterObject::emitActivated(QUrl const&)@Base" 0.6.0 + (c++)"Konsole::FilterObject::~FilterObject()@Base" 0.6.0 + (c++)"Konsole::FilterObject::metaObject() const@Base" 0.6.0 + (c++)"Konsole::FilterObject::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0 + (c++)"Konsole::FilterObject::qt_metacast(char const*)@Base" 0.6.0 + (c++)"Konsole::FilterObject::staticMetaObject@Base" 0.6.0 + (c++)"Konsole::Filter::reset()@Base" 0.6.0 + (c++)"Konsole::Filter::setBuffer(QString const*, QList const*)@Base" 0.6.0 + (c++)"Konsole::HistoryFile::add(unsigned char const*, int)@Base" 0.6.0 + (c++)"Konsole::HistoryFile::get(unsigned char*, int, int)@Base" 0.6.0 + (c++)"Konsole::HistoryFile::~HistoryFile()@Base" 0.6.0 + (c++)"Konsole::HistoryFile::HistoryFile()@Base" 0.6.0 + (c++)"Konsole::HistoryFile::isMapped()@Base" 0.6.0 + (c++)"Konsole::HistoryFile::len()@Base" 0.6.0 + (c++)"Konsole::HistoryFile::map()@Base" 0.6.0 + (c++)"Konsole::HistoryFile::unmap()@Base" 0.6.0 + (c++)"Konsole::HistoryScroll::addCellsVector(QVector const&)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollBlockArray::addCells(Konsole::Character const*, int)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollBlockArray::addLine(bool)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollBlockArray::getCells(int, int, int, Konsole::Character*)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollBlockArray::getLineLen(int)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollBlockArray::getLines()@Base" 0.6.0 + (c++)"Konsole::HistoryScrollBlockArray::~HistoryScrollBlockArray()@Base" 0.6.0 + (c++)"Konsole::HistoryScrollBlockArray::isWrappedLine(int)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollBuffer::addCells(Konsole::Character const*, int)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollBuffer::addCellsVector(QVector const&)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollBuffer::addLine(bool)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollBuffer::bufferIndex(int)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollBuffer::getCells(int, int, int, Konsole::Character*)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollBuffer::getLineLen(int)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollBuffer::getLines()@Base" 0.6.0 + (c++)"Konsole::HistoryScrollBuffer::~HistoryScrollBuffer()@Base" 0.6.0 + (c++)"Konsole::HistoryScrollBuffer::HistoryScrollBuffer(unsigned int)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollBuffer::isWrappedLine(int)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollBuffer::setMaxNbLines(unsigned int)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollFile::addCells(Konsole::Character const*, int)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollFile::addLine(bool)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollFile::getCells(int, int, int, Konsole::Character*)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollFile::getLineLen(int)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollFile::getLines()@Base" 0.6.0 + (c++)"Konsole::HistoryScrollFile::~HistoryScrollFile()@Base" 0.6.0 + (c++)"Konsole::HistoryScrollFile::HistoryScrollFile(QString const&)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollFile::isWrappedLine(int)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollFile::startOfLine(int)@Base" 0.6.0 + (c++)"Konsole::HistoryScroll::hasScroll()@Base" 0.6.0 + (c++)"Konsole::HistoryScroll::~HistoryScroll()@Base" 0.6.0 + (c++)"Konsole::HistoryScroll::HistoryScroll(Konsole::HistoryType*)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollNone::addCells(Konsole::Character const*, int)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollNone::addLine(bool)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollNone::getCells(int, int, int, Konsole::Character*)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollNone::getLineLen(int)@Base" 0.6.0 + (c++)"Konsole::HistoryScrollNone::getLines()@Base" 0.6.0 + (c++)"Konsole::HistoryScrollNone::hasScroll()@Base" 0.6.0 + (c++)"Konsole::HistoryScrollNone::~HistoryScrollNone()@Base" 0.6.0 + (c++)"Konsole::HistoryScrollNone::HistoryScrollNone()@Base" 0.6.0 + (c++)"Konsole::HistoryScrollNone::isWrappedLine(int)@Base" 0.6.0 + (c++)"Konsole::HistoryTypeBlockArray::~HistoryTypeBlockArray()@Base" 0.6.0 + (c++)"Konsole::HistoryTypeBlockArray::isEnabled() const@Base" 0.6.0 + (c++)"Konsole::HistoryTypeBlockArray::maximumLineCount() const@Base" 0.6.0 + (c++)"Konsole::HistoryTypeBlockArray::scroll(Konsole::HistoryScroll*) const@Base" 0.6.0 + (c++)"Konsole::HistoryTypeBuffer::~HistoryTypeBuffer()@Base" 0.6.0 + (c++)"Konsole::HistoryTypeBuffer::HistoryTypeBuffer(unsigned int)@Base" 0.6.0 + (c++)"Konsole::HistoryTypeBuffer::isEnabled() const@Base" 0.6.0 + (c++)"Konsole::HistoryTypeBuffer::maximumLineCount() const@Base" 0.6.0 + (c++)"Konsole::HistoryTypeBuffer::scroll(Konsole::HistoryScroll*) const@Base" 0.6.0 + (c++)"Konsole::HistoryTypeFile::getFileName() const@Base" 0.6.0 + (c++)"Konsole::HistoryTypeFile::~HistoryTypeFile()@Base" 0.6.0 + (c++)"Konsole::HistoryTypeFile::HistoryTypeFile(QString const&)@Base" 0.6.0 + (c++)"Konsole::HistoryTypeFile::isEnabled() const@Base" 0.6.0 + (c++)"Konsole::HistoryTypeFile::maximumLineCount() const@Base" 0.6.0 + (c++)"Konsole::HistoryTypeFile::scroll(Konsole::HistoryScroll*) const@Base" 0.6.0 + (c++)"Konsole::HistoryType::~HistoryType()@Base" 0.6.0 + (c++)"Konsole::HistoryType::HistoryType()@Base" 0.6.0 + (c++)"Konsole::HistoryTypeNone::~HistoryTypeNone()@Base" 0.6.0 + (c++)"Konsole::HistoryTypeNone::HistoryTypeNone()@Base" 0.6.0 + (c++)"Konsole::HistoryTypeNone::isEnabled() const@Base" 0.6.0 + (c++)"Konsole::HistoryTypeNone::maximumLineCount() const@Base" 0.6.0 + (c++)"Konsole::HistoryTypeNone::scroll(Konsole::HistoryScroll*) const@Base" 0.6.0 + (c++)"Konsole::HTMLDecoder::begin(QTextStream*)@Base" 0.6.0 + (c++)"Konsole::HTMLDecoder::closeSpan(QString&)@Base" 0.6.0 + (c++)"Konsole::HTMLDecoder::decodeLine(Konsole::Character const*, int, unsigned char)@Base" 0.6.0 + (c++)"Konsole::HTMLDecoder::end()@Base" 0.6.0 + (c++)"Konsole::HTMLDecoder::~HTMLDecoder()@Base" 0.6.0 + (c++)"Konsole::HTMLDecoder::HTMLDecoder()@Base" 0.6.0 + (c++)"Konsole::HTMLDecoder::openSpan(QString&, QString const&)@Base" 0.6.0 + (c++)"Konsole::HTMLDecoder::setColorTable(Konsole::ColorEntry const*)@Base" 0.6.0 + (c++)"Konsole::KDE3ColorSchemeReader::KDE3ColorSchemeReader(QIODevice*)@Base" 0.6.0 + (c++)"Konsole::KDE3ColorSchemeReader::read()@Base" 0.6.0 + (c++)"Konsole::KDE3ColorSchemeReader::readColorLine(QString const&, Konsole::ColorScheme*)@Base" 0.6.0 + (c++)"Konsole::KDE3ColorSchemeReader::readTitleLine(QString const&, Konsole::ColorScheme*)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslator::addEntry(Konsole::KeyboardTranslator::Entry const&)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslator::description() const@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslator::entries() const@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslator::Entry::conditionToString() const@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslator::Entry::Entry()@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslator::Entry::escapedText(bool, QFlags) const@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslator::Entry::insertModifier(QString&, int) const@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslator::Entry::insertState(QString&, int) const@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslator::Entry::matches(int, QFlags, QFlags) const@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslator::Entry::operator==(Konsole::KeyboardTranslator::Entry const&) const@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslator::Entry::resultToString(bool, QFlags) const@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslator::Entry::unescape(QByteArray const&) const@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslator::findEntry(int, QFlags, QFlags) const@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslator::KeyboardTranslator(QString const&)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorManager::addTranslator(Konsole::KeyboardTranslator*)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorManager::allTranslators()@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorManager::defaultTranslator()@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorManager::defaultTranslatorText@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorManager::deleteTranslator(QString const&)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorManager::findTranslatorPath(QString const&)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorManager::findTranslator(QString const&)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorManager::findTranslators()@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorManager::instance()@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorManager::~KeyboardTranslatorManager()@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorManager::KeyboardTranslatorManager()@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorManager::loadTranslator(QIODevice*, QString const&)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorManager::loadTranslator(QString const&)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorManager::saveTranslator(Konsole::KeyboardTranslator const*)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslator::name() const@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorReader::createEntry(QString const&, QString const&)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorReader::decodeSequence(QString const&, int&, QFlags&, QFlags&, QFlags&, QFlags&)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorReader::description() const@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorReader::hasNextEntry()@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorReader::KeyboardTranslatorReader(QIODevice*)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorReader::nextEntry()@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorReader::parseAsCommand(QString const&, Konsole::KeyboardTranslator::Command&)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorReader::parseAsKeyCode(QString const&, int&)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorReader::parseAsModifier(QString const&, Qt::KeyboardModifier&)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorReader::parseAsStateFlag(QString const&, Konsole::KeyboardTranslator::State&)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorReader::parseError()@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorReader::readNext()@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorReader::tokenize(QString const&)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslator::removeEntry(Konsole::KeyboardTranslator::Entry const&)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslator::replaceEntry(Konsole::KeyboardTranslator::Entry const&, Konsole::KeyboardTranslator::Entry const&)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslator::setDescription(QString const&)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslator::setName(QString const&)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorWriter::~KeyboardTranslatorWriter()@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorWriter::KeyboardTranslatorWriter(QIODevice*)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorWriter::writeEntry(Konsole::KeyboardTranslator::Entry const&)@Base" 0.6.0 + (c++)"Konsole::KeyboardTranslatorWriter::writeHeader(QString const&)@Base" 0.6.0 + (c++)"Konsole::PlainTextDecoder::begin(QTextStream*)@Base" 0.6.0 + (c++)"Konsole::PlainTextDecoder::decodeLine(Konsole::Character const*, int, unsigned char)@Base" 0.6.0 + (c++)"Konsole::PlainTextDecoder::end()@Base" 0.6.0 + (c++)"Konsole::PlainTextDecoder::linePositions() const@Base" 0.6.0 + (c++)"Konsole::PlainTextDecoder::~PlainTextDecoder()@Base" 0.6.0 + (c++)"Konsole::PlainTextDecoder::PlainTextDecoder()@Base" 0.6.0 + (c++)"Konsole::PlainTextDecoder::setRecordLinePositions(bool)@Base" 0.6.0 + (c++)"Konsole::PlainTextDecoder::setTrailingWhitespace(bool)@Base" 0.6.0 + (c++)"Konsole::PlainTextDecoder::trailingWhitespace() const@Base" 0.6.0 + (c++)"Konsole::Pty::addEnvironmentVariables(QStringList const&)@Base" 0.6.0 + (c++)"Konsole::Pty::dataReceived()@Base" 0.6.0 + (c++)"Konsole::Pty::erase() const@Base" 0.6.0 + (c++)"Konsole::Pty::flowControlEnabled() const@Base" 0.6.0 + (c++)"Konsole::Pty::foregroundProcessGroup() const@Base" 0.6.0 + (c++)"Konsole::Pty::init()@Base" 0.6.0 + (c++)"Konsole::Pty::lockPty(bool)@Base" 0.6.0 + (c++)"Konsole::Pty::metaObject() const@Base" 0.6.0 + (c++)"Konsole::Pty::~Pty()@Base" 0.6.0 + (c++)"Konsole::Pty::Pty(int, QObject*)@Base" 0.6.0 + (c++)"Konsole::Pty::Pty(QObject*)@Base" 0.6.0 + (c++)"Konsole::Pty::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0 + (c++)"Konsole::Pty::qt_metacast(char const*)@Base" 0.6.0 + (c++)"Konsole::Pty::receivedData(char const*, int)@Base" 0.6.0 + (c++)"Konsole::Pty::sendData(char const*, int)@Base" 0.6.0 + (c++)"Konsole::Pty::setEmptyPTYProperties()@Base" 0.6.0 + (c++)"Konsole::Pty::setErase(char)@Base" 0.6.0 + (c++)"Konsole::Pty::setFlowControlEnabled(bool)@Base" 0.6.0 + (c++)"Konsole::Pty::setupChildProcess()@Base" 0.6.0 + (c++)"Konsole::Pty::setUtf8Mode(bool)@Base" 0.6.0 + (c++)"Konsole::Pty::setWindowSize(int, int)@Base" 0.6.0 + (c++)"Konsole::Pty::setWriteable(bool)@Base" 0.6.0 + (c++)"Konsole::Pty::start(QString const&, QStringList const&, QStringList const&, unsigned long, bool)@Base" 0.6.0 + (c++)"Konsole::Pty::staticMetaObject@Base" 0.6.0 + (c++)"Konsole::Pty::windowSize() const@Base" 0.6.0 + (c++)"Konsole::RegExpFilter::HotSpot::activate(QString const&)@Base" 0.6.0 + (c++)"Konsole::RegExpFilter::HotSpot::capturedTexts() const@Base" 0.6.0 + (c++)"Konsole::RegExpFilter::HotSpot::~HotSpot()@Base" 0.6.0 + (c++)"Konsole::RegExpFilter::HotSpot::HotSpot(int, int, int, int)@Base" 0.6.0 + (c++)"Konsole::RegExpFilter::HotSpot::setCapturedTexts(QStringList const&)@Base" 0.6.0 + (c++)"Konsole::RegExpFilter::newHotSpot(int, int, int, int)@Base" 0.6.0 + (c++)"Konsole::RegExpFilter::process()@Base" 0.6.0 + (c++)"Konsole::RegExpFilter::regExp() const@Base" 0.6.0 + (c++)"Konsole::RegExpFilter::~RegExpFilter()@Base" 0.6.0 + (c++)"Konsole::RegExpFilter::RegExpFilter()@Base" 0.6.0 + (c++)"Konsole::RegExpFilter::setRegExp(QRegExp const&)@Base" 0.6.0 + (c++)"Konsole::Screen::addHistLine()@Base" 0.6.0 + (c++)"Konsole::Screen::backspace()@Base" 0.6.0 + (c++)"Konsole::Screen::backtab(int)@Base" 0.6.0 + (c++)"Konsole::Screen::bottomMargin() const@Base" 0.6.0 + (c++)"Konsole::Screen::changeTabStop(bool)@Base" 0.6.0 + (c++)"Konsole::Screen::checkSelection(int, int)@Base" 0.6.0 + (c++)"Konsole::Screen::clear()@Base" 0.6.0 + (c++)"Konsole::Screen::clearEntireLine()@Base" 0.6.0 + (c++)"Konsole::Screen::clearEntireScreen()@Base" 0.6.0 + (c++)"Konsole::Screen::clearImage(int, int, char)@Base" 0.6.0 + (c++)"Konsole::Screen::clearSelection()@Base" 0.6.0 + (c++)"Konsole::Screen::clearTabStops()@Base" 0.6.0 + (c++)"Konsole::Screen::clearToBeginOfLine()@Base" 0.6.0 + (c++)"Konsole::Screen::clearToBeginOfScreen()@Base" 0.6.0 + (c++)"Konsole::Screen::clearToEndOfLine()@Base" 0.6.0 + (c++)"Konsole::Screen::clearToEndOfScreen()@Base" 0.6.0 + (c++)"Konsole::Screen::compose(QString const&)@Base" 0.6.0 + (c++)"Konsole::Screen::copyFromHistory(Konsole::Character*, int, int) const@Base" 0.6.0 + (c++)"Konsole::Screen::copyFromScreen(Konsole::Character*, int, int) const@Base" 0.6.0 + (c++)"Konsole::Screen::copyLineToStream(int, int, int, Konsole::TerminalCharacterDecoder*, bool, bool) const@Base" 0.6.0 + (c++)"Konsole::Screen::cursorDown(int)@Base" 0.6.0 + (c++)"Konsole::Screen::cursorLeft(int)@Base" 0.6.0 + (c++)"Konsole::Screen::cursorRight(int)@Base" 0.6.0 + (c++)"Konsole::Screen::cursorUp(int)@Base" 0.6.0 + (c++)"Konsole::Screen::defaultChar@Base" 0.6.0 + (c++)"Konsole::Screen::deleteChars(int)@Base" 0.6.0 + (c++)"Konsole::Screen::deleteLines(int)@Base" 0.6.0 + (c++)"Konsole::Screen::displayCharacter(unsigned short)@Base" 0.6.0 + (c++)"Konsole::Screen::droppedLines() const@Base" 0.6.0 + (c++)"Konsole::Screen::eraseChars(int)@Base" 0.6.0 + (c++)"Konsole::Screen::fillWithDefaultChar(Konsole::Character*, int)@Base" 0.6.0 + (c++)"Konsole::Screen::getCursorX() const@Base" 0.6.0 + (c++)"Konsole::Screen::getCursorY() const@Base" 0.6.0 + (c++)"Konsole::Screen::getHistLines() const@Base" 0.6.0 + (c++)"Konsole::Screen::getImage(Konsole::Character*, int, int, int) const@Base" 0.6.0 + (c++)"Konsole::Screen::getLineProperties(int, int) const@Base" 0.6.0 + (c++)"Konsole::Screen::getMode(int) const@Base" 0.6.0 + (c++)"Konsole::Screen::getScroll() const@Base" 0.6.0 + (c++)"Konsole::Screen::getSelectionEnd(int&, int&) const@Base" 0.6.0 + (c++)"Konsole::Screen::getSelectionStart(int&, int&) const@Base" 0.6.0 + (c++)"Konsole::Screen::hasScroll() const@Base" 0.6.0 + (c++)"Konsole::Screen::helpAlign()@Base" 0.6.0 + (c++)"Konsole::Screen::home()@Base" 0.6.0 + (c++)"Konsole::Screen::index()@Base" 0.6.0 + (c++)"Konsole::Screen::initTabStops()@Base" 0.6.0 + (c++)"Konsole::Screen::insertChars(int)@Base" 0.6.0 + (c++)"Konsole::Screen::insertLines(int)@Base" 0.6.0 + (c++)"Konsole::Screen::isSelected(int, int) const@Base" 0.6.0 + (c++)"Konsole::Screen::isSelectionValid() const@Base" 0.6.0 + (c++)"Konsole::Screen::lastScrolledRegion() const@Base" 0.6.0 + (c++)"Konsole::Screen::moveImage(int, int, int)@Base" 0.6.0 + (c++)"Konsole::Screen::newLine()@Base" 0.6.0 + (c++)"Konsole::Screen::nextLine()@Base" 0.6.0 + (c++)"Konsole::Screen::reset(bool)@Base" 0.6.0 + (c++)"Konsole::Screen::resetDroppedLines()@Base" 0.6.0 + (c++)"Konsole::Screen::resetMode(int)@Base" 0.6.0 + (c++)"Konsole::Screen::resetRendition(int)@Base" 0.6.0 + (c++)"Konsole::Screen::resetScrolledLines()@Base" 0.6.0 + (c++)"Konsole::Screen::resizeImage(int, int)@Base" 0.6.0 + (c++)"Konsole::Screen::restoreCursor()@Base" 0.6.0 + (c++)"Konsole::Screen::restoreMode(int)@Base" 0.6.0 + (c++)"Konsole::Screen::reverseIndex()@Base" 0.6.0 + (c++)"Konsole::Screen::reverseRendition(Konsole::Character&) const@Base" 0.6.0 + (c++)"Konsole::Screen::saveCursor()@Base" 0.6.0 + (c++)"Konsole::Screen::saveMode(int)@Base" 0.6.0 + (c++)"Konsole::Screen::~Screen()@Base" 0.6.0 + (c++)"Konsole::Screen::Screen(int, int)@Base" 0.6.0 + (c++)"Konsole::Screen::scrollDown(int)@Base" 0.6.0 + (c++)"Konsole::Screen::scrollDown(int, int)@Base" 0.6.0 + (c++)"Konsole::Screen::scrolledLines() const@Base" 0.6.0 + (c++)"Konsole::Screen::scrollUp(int)@Base" 0.6.0 + (c++)"Konsole::Screen::scrollUp(int, int)@Base" 0.6.0 + (c++)"Konsole::Screen::selectedText(bool) const@Base" 0.6.0 + (c++)"Konsole::Screen::setBackColor(int, int)@Base" 0.6.0 + (c++)"Konsole::Screen::setCursorX(int)@Base" 0.6.0 + (c++)"Konsole::Screen::setCursorY(int)@Base" 0.6.0 + (c++)"Konsole::Screen::setCursorYX(int, int)@Base" 0.6.0 + (c++)"Konsole::Screen::setDefaultMargins()@Base" 0.6.0 + (c++)"Konsole::Screen::setDefaultRendition()@Base" 0.6.0 + (c++)"Konsole::Screen::setForeColor(int, int)@Base" 0.6.0 + (c++)"Konsole::Screen::setLineProperty(unsigned char, bool)@Base" 0.6.0 + (c++)"Konsole::Screen::setMargins(int, int)@Base" 0.6.0 + (c++)"Konsole::Screen::setMode(int)@Base" 0.6.0 + (c++)"Konsole::Screen::setRendition(int)@Base" 0.6.0 + (c++)"Konsole::Screen::setScroll(Konsole::HistoryType const&, bool)@Base" 0.6.0 + (c++)"Konsole::Screen::setSelectionEnd(int, int)@Base" 0.6.0 + (c++)"Konsole::Screen::setSelectionStart(int, int, bool)@Base" 0.6.0 + (c++)"Konsole::Screen::tab(int)@Base" 0.6.0 + (c++)"Konsole::Screen::topMargin() const@Base" 0.6.0 + (c++)"Konsole::Screen::toStartOfLine()@Base" 0.6.0 + (c++)"Konsole::Screen::updateEffectiveRendition()@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::atEndOfOutput() const@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::clearSelection()@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::columnCount() const@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::currentLine() const@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::cursorPosition() const@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::endWindowLine() const@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::fillUnusedArea()@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::getImage()@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::getLineProperties()@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::getSelectionEnd(int&, int&)@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::getSelectionStart(int&, int&)@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::isSelected(int, int)@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::lineCount() const@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::metaObject() const@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::notifyOutputChanged()@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::outputChanged()@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::qt_metacast(char const*)@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::resetScrollCount()@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::screen() const@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::~ScreenWindow()@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::ScreenWindow(QObject*)@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::scrollBy(Konsole::ScreenWindow::RelativeScrollMode, int)@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::scrollCount() const@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::scrolled(int)@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::scrollRegion() const@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::scrollTo(int)@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::selectedText(bool) const@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::selectionChanged()@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::setScreen(Konsole::Screen*)@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::setSelectionEnd(int, int)@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::setSelectionStart(int, int, bool)@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::setTrackOutput(bool)@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::setWindowLines(int)@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::staticMetaObject@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::trackOutput() const@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::windowColumns() const@Base" 0.6.0 + (c++)"Konsole::ScreenWindow::windowLines() const@Base" 0.6.0 + (c++)"Konsole::Screen::writeLinesToStream(Konsole::TerminalCharacterDecoder*, int, int) const@Base" 0.6.0 + (c++)"Konsole::Screen::writeSelectionToStream(Konsole::TerminalCharacterDecoder*, bool) const@Base" 0.6.0 + (c++)"Konsole::Screen::writeToStream(Konsole::TerminalCharacterDecoder*, int, int, bool) const@Base" 0.6.0 + (c++)"Konsole::Session::activity()@Base" 0.6.0 + (c++)"Konsole::Session::activityStateSet(int)@Base" 0.6.0 + (c++)"Konsole::Session::addView(Konsole::TerminalDisplay*)@Base" 0.6.0 + (c++)"Konsole::Session::arguments() const@Base" 0.6.0 + (c++)"Konsole::Session::bellRequest(QString const&)@Base" 0.6.0 + (c++)"Konsole::Session::changeBackgroundColorRequest(QColor const&)@Base" 0.6.0 + (c++)"Konsole::Session::changeTabTextColorRequest(int)@Base" 0.6.0 + (c++)"Konsole::Session::clearHistory()@Base" 0.6.0 + (c++)"Konsole::Session::close()@Base" 0.6.0 + (c++)"Konsole::Session::done(int)@Base" 0.6.0 + (c++)"Konsole::Session::emulation() const@Base" 0.6.0 + (c++)"Konsole::Session::environment() const@Base" 0.6.0 + (c++)"Konsole::Session::finished()@Base" 0.6.0 + (c++)"Konsole::Session::flowControlEnabledChanged(bool)@Base" 0.6.0 + (c++)"Konsole::Session::flowControlEnabled() const@Base" 0.6.0 + (c++)"Konsole::Session::foregroundProcessId() const@Base" 0.6.0 + (c++)"Konsole::Session::getPtySlaveFd() const@Base" 0.6.0 + (c++)"Konsole::SessionGroup::addSession(Konsole::Session*)@Base" 0.6.0 + (c++)"Konsole::SessionGroup::connectAll(bool)@Base" 0.6.0 + (c++)"Konsole::SessionGroup::connectPair(Konsole::Session*, Konsole::Session*)@Base" 0.6.0 + (c++)"Konsole::SessionGroup::disconnectPair(Konsole::Session*, Konsole::Session*)@Base" 0.6.0 + (c++)"Konsole::SessionGroup::masterMode() const@Base" 0.6.0 + (c++)"Konsole::SessionGroup::masters() const@Base" 0.6.0 + (c++)"Konsole::SessionGroup::masterStatus(Konsole::Session*) const@Base" 0.6.0 + (c++)"Konsole::SessionGroup::metaObject() const@Base" 0.6.0 + (c++)"Konsole::SessionGroup::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0 + (c++)"Konsole::SessionGroup::qt_metacast(char const*)@Base" 0.6.0 + (c++)"Konsole::SessionGroup::removeSession(Konsole::Session*)@Base" 0.6.0 + (c++)"Konsole::SessionGroup::~SessionGroup()@Base" 0.6.0 + (c++)"Konsole::SessionGroup::SessionGroup()@Base" 0.6.0 + (c++)"Konsole::SessionGroup::sessions() const@Base" 0.6.0 + (c++)"Konsole::SessionGroup::setMasterMode(int)@Base" 0.6.0 + (c++)"Konsole::SessionGroup::setMasterStatus(Konsole::Session*, bool)@Base" 0.6.0 + (c++)"Konsole::SessionGroup::staticMetaObject@Base" 0.6.0 + (c++)"Konsole::Session::hasDarkBackground() const@Base" 0.6.0 + (c++)"Konsole::Session::historyType() const@Base" 0.6.0 + (c++)"Konsole::Session::iconName() const@Base" 0.6.0 + (c++)"Konsole::Session::iconText() const@Base" 0.6.0 + (c++)"Konsole::Session::isMonitorActivity() const@Base" 0.6.0 + (c++)"Konsole::Session::isMonitorSilence() const@Base" 0.6.0 + (c++)"Konsole::Session::isRunning() const@Base" 0.6.0 + (c++)"Konsole::Session::keyBindings() const@Base" 0.6.0 + (c++)"Konsole::Session::lastSessionId@Base" 0.6.0 + (c++)"Konsole::Session::metaObject() const@Base" 0.6.0 + (c++)"Konsole::Session::monitorTimerDone()@Base" 0.6.0 + (c++)"Konsole::Session::onEmulationSizeChange(QSize)@Base" 0.6.0 + (c++)"Konsole::Session::onReceiveBlock(char const*, int)@Base" 0.6.0 + (c++)"Konsole::Session::onViewSizeChange(int, int)@Base" 0.6.0 + (c++)"Konsole::Session::openUrlRequest(QString const&)@Base" 0.6.0 + (c++)"Konsole::Session::processId() const@Base" 0.6.0 + (c++)"Konsole::Session::profileChangeCommandReceived(QString const&)@Base" 0.6.0 + (c++)"Konsole::Session::profileChanged(QString const&)@Base" 0.6.0 + (c++)"Konsole::Session::profileKey() const@Base" 0.6.0 + (c++)"Konsole::Session::program() const@Base" 0.6.0 + (c++)"Konsole::Session::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0 + (c++)"Konsole::Session::qt_metacast(char const*)@Base" 0.6.0 + (c++)"Konsole::Session::receivedData(QString const&)@Base" 0.6.0 + (c++)"Konsole::Session::refresh()@Base" 0.6.0 + (c++)"Konsole::Session::removeView(Konsole::TerminalDisplay*)@Base" 0.6.0 + (c++)"Konsole::Session::resizeRequest(QSize const&)@Base" 0.6.0 + (c++)"Konsole::Session::run()@Base" 0.6.0 + (c++)"Konsole::Session::runEmptyPTY()@Base" 0.6.0 + (c++)"Konsole::Session::sendSignal(int)@Base" 0.6.0 + (c++)"Konsole::Session::sendText(QString const&) const@Base" 0.6.0 + (c++)"Konsole::Session::~Session()@Base" 0.6.0 + (c++)"Konsole::Session::sessionId() const@Base" 0.6.0 + (c++)"Konsole::Session::Session(QObject*)@Base" 0.6.0 + (c++)"Konsole::Session::setAddToUtmp(bool)@Base" 0.6.0 + (c++)"Konsole::Session::setArguments(QStringList const&)@Base" 0.6.0 + (c++)"Konsole::Session::setCodec(QTextCodec*)@Base" 0.6.0 + (c++)"Konsole::Session::setDarkBackground(bool)@Base" 0.6.0 + (c++)"Konsole::Session::setEnvironment(QStringList const&)@Base" 0.6.0 + (c++)"Konsole::Session::setFlowControlEnabled(bool)@Base" 0.6.0 + (c++)"Konsole::Session::setHistoryType(Konsole::HistoryType const&)@Base" 0.6.0 + (c++)"Konsole::Session::setIconName(QString const&)@Base" 0.6.0 + (c++)"Konsole::Session::setIconText(QString const&)@Base" 0.6.0 + (c++)"Konsole::Session::setInitialWorkingDirectory(QString const&)@Base" 0.6.0 + (c++)"Konsole::Session::setKeyBindings(QString const&)@Base" 0.6.0 + (c++)"Konsole::Session::setMonitorActivity(bool)@Base" 0.6.0 + (c++)"Konsole::Session::setMonitorSilence(bool)@Base" 0.6.0 + (c++)"Konsole::Session::setMonitorSilenceSeconds(int)@Base" 0.6.0 + (c++)"Konsole::Session::setProfileKey(QString const&)@Base" 0.6.0 + (c++)"Konsole::Session::setProgram(QString const&)@Base" 0.6.0 + (c++)"Konsole::Session::setSize(QSize const&)@Base" 0.6.0 + (c++)"Konsole::Session::setTabTitleFormat(Konsole::Session::TabTitleContext, QString const&)@Base" 0.6.0 + (c++)"Konsole::Session::setTitle(Konsole::Session::TitleRole, QString const&)@Base" 0.6.0 + (c++)"Konsole::Session::setUserTitle(int, QString const&)@Base" 0.6.0 + (c++)"Konsole::Session::silence()@Base" 0.6.0 + (c++)"Konsole::Session::size()@Base" 0.6.0 + (c++)"Konsole::Session::started()@Base" 0.6.0 + (c++)"Konsole::Session::stateChanged(int)@Base" 0.6.0 + (c++)"Konsole::Session::staticMetaObject@Base" 0.6.0 + (c++)"Konsole::Session::tabTitleFormat(Konsole::Session::TabTitleContext) const@Base" 0.6.0 + (c++)"Konsole::Session::titleChanged()@Base" 0.6.0 + (c++)"Konsole::Session::title(Konsole::Session::TitleRole) const@Base" 0.6.0 + (c++)"Konsole::Session::updateTerminalSize()@Base" 0.6.0 + (c++)"Konsole::Session::userTitle() const@Base" 0.6.0 + (c++)"Konsole::Session::viewDestroyed(QObject*)@Base" 0.6.0 + (c++)"Konsole::Session::views() const@Base" 0.6.0 + (c++)"Konsole::Session::windowId() const@Base" 0.6.0 + (c++)"Konsole::ShellCommand::arguments() const@Base" 0.6.0 + (c++)"Konsole::ShellCommand::command() const@Base" 0.6.0 + (c++)"Konsole::ShellCommand::expand(QString const&)@Base" 0.6.0 + (c++)"Konsole::ShellCommand::expand(QStringList const&)@Base" 0.6.0 + (c++)"Konsole::ShellCommand::fullCommand() const@Base" 0.6.0 + (c++)"Konsole::ShellCommand::isAvailable() const@Base" 0.6.0 + (c++)"Konsole::ShellCommand::isRootCommand() const@Base" 0.6.0 + (c++)"Konsole::ShellCommand::ShellCommand(QString const&)@Base" 0.6.0 + (c++)"Konsole::ShellCommand::ShellCommand(QString const&, QStringList const&)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::_antialiasText@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::bell(QString const&)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::blinkCursorEvent()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::blinkEvent()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::bracketedPasteMode() const@Base" 0.6.1~ + (c++)"Konsole::TerminalDisplay::calcGeometry()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::calculateTextArea(int, int, int, int, int)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::changedContentSizeSignal(int, int)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::changedFontMetricSignal(int, int)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::charClass(QChar) const@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::clearImage()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::colorTable() const@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::configureRequest(QPoint const&)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::copyAvailable(bool)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::copyClipboard()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::cursorPosition() const@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::doDrag()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::dragEnterEvent(QDragEnterEvent*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::drawBackground(QPainter&, QRect const&, QColor const&, bool)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::drawCharacters(QPainter&, QRect const&, QString const&, Konsole::Character const*, bool)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::drawContents(QPainter&, QRect const&)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::drawCursor(QPainter&, QRect const&, QColor const&, QColor const&, bool&)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::drawInputMethodPreeditString(QPainter&, QRect const&)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::drawLineCharString(QPainter&, int, int, QString const&, Konsole::Character const*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::drawTextFragment(QPainter&, QRect const&, QString const&, Konsole::Character const*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::dropEvent(QDropEvent*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::emitSelection(bool, bool)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::enableBell()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::event(QEvent*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::extendSelection(QPoint const&)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::filterActions(QPoint const&)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::filterChain() const@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::focusInEvent(QFocusEvent*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::focusNextPrevChild(bool)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::focusOutEvent(QFocusEvent*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::fontChange(QFont const&)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::getCharacterPosition(QPoint const&, int&, int&) const@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::handleShortcutOverrideEvent(QKeyEvent*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::HAVE_TRANSPARENCY@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::hideEvent(QHideEvent*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::hotSpotRegion() const@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::imageToWidget(QRect const&) const@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::inputMethodEvent(QInputMethodEvent*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::inputMethodQuery(Qt::InputMethodQuery) const@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::isBusySelecting(bool)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::keyboardCursorColor() const@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::keyboardCursorShape() const@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::keyPressedSignal(QKeyEvent*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::keyPressEvent(QKeyEvent*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::lineSpacing() const@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::makeImage()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::metaObject() const@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::motionAfterPasting()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::mouseDoubleClickEvent(QMouseEvent*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::mouseMoveEvent(QMouseEvent*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::mousePressEvent(QMouseEvent*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::mouseReleaseEvent(QMouseEvent*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::mouseSignal(int, int, int, int)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::mouseTripleClickEvent(QMouseEvent*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::notifyBell(QString const&)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::outputSuspended(bool)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::overrideShortcutCheck(QKeyEvent*, bool&)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::paintEvent(QPaintEvent*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::paintFilters(QPainter&)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::pasteClipboard()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::pasteSelection()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::preeditRect() const@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::processFilters()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::propagateSize()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::qt_metacast(char const*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::randomSeed() const@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::resizeEvent(QResizeEvent*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::screenWindow() const@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::scrollBarPositionChanged(int)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::scrollImage(int, QRect const&)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::scrollToEnd()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::selectionChanged()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::sendStringToEmu(char const*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::setBackgroundColor(QColor const&)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::setBellMode(int)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::setBlinkingCursor(bool)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::setBlinkingTextEnabled(bool)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::setBracketedPasteMode(bool)@Base" 0.6.1~ + (c++)"Konsole::TerminalDisplay::setColorTable(Konsole::ColorEntry const*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::setFixedSize(int, int)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::setFlowControlWarningEnabled(bool)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::setFont(QFont const&)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::setForegroundColor(QColor const&)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::setKeyboardCursorColor(bool, QColor const&)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::setKeyboardCursorShape(QTermWidget::KeyboardCursorShape)@Base" 0.6.1~ + (c++)"Konsole::TerminalDisplay::setLineSpacing(unsigned int)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::setMotionAfterPasting(Konsole::MotionAfterPasting)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::setOpacity(double)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::setRandomSeed(unsigned int)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::setScreenWindow(Konsole::ScreenWindow*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::setScrollBarPosition(QTermWidget::ScrollBarPosition)@Base" 0.6.1~ + (c++)"Konsole::TerminalDisplay::setScroll(int, int)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::setSelection(QString const&)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::setSize(int, int)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::setUsesMouse(bool)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::setVTFont(QFont const&)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::setWordCharacters(QString const&)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::showEvent(QShowEvent*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::showResizeNotification()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::sizeHint() const@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::staticMetaObject@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::swapColorTable()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::termGetFocus()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::~TerminalDisplay()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::TerminalDisplay(QWidget*)@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::termLostFocus()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::textWidth(int, int, int) const@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::tripleClickTimeout()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::updateCursor()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::updateFilters()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::updateImage()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::updateImageSize()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::updateLineProperties()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::usesMouseChanged()@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::usesMouse() const@Base" 0.6.0 + (c++)"Konsole::TerminalDisplay::wheelEvent(QWheelEvent*)@Base" 0.6.0 + (c++)"Konsole::TerminalImageFilterChain::setImage(Konsole::Character const*, int, int, QVector const&)@Base" 0.6.0 + (c++)"Konsole::TerminalImageFilterChain::~TerminalImageFilterChain()@Base" 0.6.0 + (c++)"Konsole::TerminalImageFilterChain::TerminalImageFilterChain()@Base" 0.6.0 + (c++)"Konsole::UrlFilter::activated(QUrl const&)@Base" 0.6.0 + (c++)"Konsole::UrlFilter::CompleteUrlRegExp@Base" 0.6.0 + (c++)"Konsole::UrlFilter::EmailAddressRegExp@Base" 0.6.0 + (c++)"Konsole::UrlFilter::FullUrlRegExp@Base" 0.6.0 + (c++)"Konsole::UrlFilter::HotSpot::actions()@Base" 0.6.0 + (c++)"Konsole::UrlFilter::HotSpot::activate(QString const&)@Base" 0.6.0 + (c++)"Konsole::UrlFilter::HotSpot::getUrlObject() const@Base" 0.6.0 + (c++)"Konsole::UrlFilter::HotSpot::~HotSpot()@Base" 0.6.0 + (c++)"Konsole::UrlFilter::HotSpot::HotSpot(int, int, int, int)@Base" 0.6.0 + (c++)"Konsole::UrlFilter::HotSpot::tooltip() const@Base" 0.6.0 + (c++)"Konsole::UrlFilter::HotSpot::urlType() const@Base" 0.6.0 + (c++)"Konsole::UrlFilter::metaObject() const@Base" 0.6.0 + (c++)"Konsole::UrlFilter::newHotSpot(int, int, int, int)@Base" 0.6.0 + (c++)"Konsole::UrlFilter::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0 + (c++)"Konsole::UrlFilter::qt_metacast(char const*)@Base" 0.6.0 + (c++)"Konsole::UrlFilter::staticMetaObject@Base" 0.6.0 + (c++)"Konsole::UrlFilter::~UrlFilter()@Base" 0.6.0 + (c++)"Konsole::UrlFilter::UrlFilter()@Base" 0.6.0 + (c++)"Konsole::vt100_graphics@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::addArgument()@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::addDigit(int)@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::addToCurrentToken(int)@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::applyCharset(unsigned short)@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::clearEntireScreen()@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::clearScreenAndSetColumns(int)@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::eraseChar() const@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::focusGained()@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::focusLost()@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::getMode(int)@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::initTokenizer()@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::metaObject() const@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::processToken(int, int, int)@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::processWindowAttributeChange()@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::qt_metacast(char const*)@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::receiveChar(int)@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::reportAnswerBack()@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::reportCursorPosition()@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::reportDecodingError()@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::reportSecondaryAttributes()@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::reportStatus()@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::reportTerminalParms(int)@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::reportTerminalType()@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::reset()@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::resetCharset(int)@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::resetMode(int)@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::resetModes()@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::resetTokenizer()@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::restoreCursor()@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::restoreMode(int)@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::saveCursor()@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::saveMode(int)@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::sendKeyEvent(QKeyEvent*)@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::sendMouseEvent(int, int, int, int)@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::sendString(char const*, int)@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::sendText(QString const&)@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::setAndUseCharset(int, int)@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::setCharset(int, int)@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::setDefaultMargins()@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::setMargins(int, int)@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::setMode(int)@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::staticMetaObject@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::updateTitle()@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::useCharset(int)@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::~Vt102Emulation()@Base" 0.6.0 + (c++)"Konsole::Vt102Emulation::Vt102Emulation()@Base" 0.6.0 + (c++)"konsole_wcwidth(unsigned short)@Base" 0.6.0 - (c++)"KProcess::clearEnvironment()@Base" 0.6.0+20150709 - (c++)"KProcess::clearProgram()@Base" 0.6.0+20150709 - (c++)"KProcess::execute(int)@Base" 0.6.0+20150709 - (c++)"KProcess::execute(QString const&, QStringList const&, int)@Base" 0.6.0+20150709 - (c++)"KProcess::execute(QStringList const&, int)@Base" 0.6.0+20150709 - (c++)"KProcess::~KProcess()@Base" 0.6.0+20150709 - (c++)"KProcess::KProcess(KProcessPrivate*, QObject*)@Base" 0.6.0+20150709 - (c++)"KProcess::KProcess(QObject*)@Base" 0.6.0+20150709 - (c++)"KProcess::metaObject() const@Base" 0.6.0+20150709 - (c++)"KProcess::operator<<(QString const&)@Base" 0.6.0+20150709 - (c++)"KProcess::operator<<(QStringList const&)@Base" 0.6.0+20150709 - (c++)"KProcess::outputChannelMode() const@Base" 0.6.0+20150709 - (c++)"KProcess::pid() const@Base" 0.6.0+20150709 - (c++)"KProcessPrivate::forwardStd(QProcess::ProcessChannel, int)@Base" 0.6.0+20150709 - (c++)"KProcessPrivate::_k_forwardStderr()@Base" 0.6.0+20150709 - (c++)"KProcessPrivate::_k_forwardStdout()@Base" 0.6.0+20150709 - (c++)"KProcessPrivate::writeAll(QByteArray const&, int)@Base" 0.6.0+20150709 - (c++)"KProcess::program() const@Base" 0.6.0+20150709 - (c++)"KProcess::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0+20150709 - (c++)"KProcess::qt_metacast(char const*)@Base" 0.6.0+20150709 - (c++)"KProcess::setEnv(QString const&, QString const&, bool)@Base" 0.6.0+20150709 - (c++)"KProcess::setNextOpenMode(QFlags)@Base" 0.6.0+20150709 - (c++)"KProcess::setOutputChannelMode(KProcess::OutputChannelMode)@Base" 0.6.0+20150709 - (c++)"KProcess::setProgram(QString const&, QStringList const&)@Base" 0.6.0+20150709 - (c++)"KProcess::setProgram(QStringList const&)@Base" 0.6.0+20150709 - (c++)"KProcess::start()@Base" 0.6.0+20150709 - (c++)"KProcess::startDetached()@Base" 0.6.0+20150709 - (c++)"KProcess::startDetached(QString const&, QStringList const&)@Base" 0.6.0+20150709 - (c++)"KProcess::startDetached(QStringList const&)@Base" 0.6.0+20150709 - (c++)"KProcess::staticMetaObject@Base" 0.6.0+20150709 - (c++)"KProcess::unsetEnv(QString const&)@Base" 0.6.0+20150709 + (c++)"KProcess::clearEnvironment()@Base" 0.6.0 + (c++)"KProcess::clearProgram()@Base" 0.6.0 + (c++)"KProcess::execute(int)@Base" 0.6.0 + (c++)"KProcess::execute(QString const&, QStringList const&, int)@Base" 0.6.0 + (c++)"KProcess::execute(QStringList const&, int)@Base" 0.6.0 + (c++)"KProcess::~KProcess()@Base" 0.6.0 + (c++)"KProcess::KProcess(KProcessPrivate*, QObject*)@Base" 0.6.0 + (c++)"KProcess::KProcess(QObject*)@Base" 0.6.0 + (c++)"KProcess::metaObject() const@Base" 0.6.0 + (c++)"KProcess::operator<<(QString const&)@Base" 0.6.0 + (c++)"KProcess::operator<<(QStringList const&)@Base" 0.6.0 + (c++)"KProcess::outputChannelMode() const@Base" 0.6.0 + (c++)"KProcess::pid() const@Base" 0.6.0 + (c++)"KProcessPrivate::forwardStd(QProcess::ProcessChannel, int)@Base" 0.6.0 + (c++)"KProcessPrivate::_k_forwardStderr()@Base" 0.6.0 + (c++)"KProcessPrivate::_k_forwardStdout()@Base" 0.6.0 + (c++)"KProcessPrivate::~KProcessPrivate()@Base" 0.6.1~ + (c++)"KProcessPrivate::writeAll(QByteArray const&, int)@Base" 0.6.0 + (c++)"KProcess::program() const@Base" 0.6.0 + (c++)"KProcess::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0 + (c++)"KProcess::qt_metacast(char const*)@Base" 0.6.0 + (c++)"KProcess::setEnv(QString const&, QString const&, bool)@Base" 0.6.0 + (c++)"KProcess::setNextOpenMode(QFlags)@Base" 0.6.0 + (c++)"KProcess::setOutputChannelMode(KProcess::OutputChannelMode)@Base" 0.6.0 + (c++)"KProcess::setProgram(QString const&, QStringList const&)@Base" 0.6.0 + (c++)"KProcess::setProgram(QStringList const&)@Base" 0.6.0 + (c++)"KProcess::start()@Base" 0.6.0 + (c++)"KProcess::startDetached()@Base" 0.6.0 + (c++)"KProcess::startDetached(QString const&, QStringList const&)@Base" 0.6.0 + (c++)"KProcess::startDetached(QStringList const&)@Base" 0.6.0 + (c++)"KProcess::staticMetaObject@Base" 0.6.0 + (c++)"KProcess::unsetEnv(QString const&)@Base" 0.6.0 - (c++)"KPty::close()@Base" 0.6.0+20150709 - (c++)"KPty::closeSlave()@Base" 0.6.0+20150709 - (c++)"KPtyDevice::atEnd() const@Base" 0.6.0+20150709 - (c++)"KPtyDevice::bytesAvailable() const@Base" 0.6.0+20150709 - (c++)"KPtyDevice::bytesToWrite() const@Base" 0.6.0+20150709 - (c++)"KPtyDevice::canReadLine() const@Base" 0.6.0+20150709 - (c++)"KPtyDevice::close()@Base" 0.6.0+20150709 - (c++)"KPtyDevice::isSequential() const@Base" 0.6.0+20150709 - (c++)"KPtyDevice::isSuspended() const@Base" 0.6.0+20150709 - (c++)"KPtyDevice::~KPtyDevice()@Base" 0.6.0+20150709 - (c++)"KPtyDevice::KPtyDevice(QObject*)@Base" 0.6.0+20150709 - (c++)"KPtyDevice::metaObject() const@Base" 0.6.0+20150709 - (c++)"KPtyDevice::open(int, QFlags)@Base" 0.6.0+20150709 - (c++)"KPtyDevice::open(QFlags)@Base" 0.6.0+20150709 - (c++)"KPtyDevicePrivate::doWait(int, bool)@Base" 0.6.0+20150709 - (c++)"KPtyDevicePrivate::finishOpen(QFlags)@Base" 0.6.0+20150709 - (c++)"KPtyDevicePrivate::_k_canRead()@Base" 0.6.0+20150709 - (c++)"KPtyDevicePrivate::_k_canWrite()@Base" 0.6.0+20150709 - (c++)"KPtyDevicePrivate::~KPtyDevicePrivate()@Base" 0.6.0+20150709 - (c++)"KPtyDevice::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0+20150709 - (c++)"KPtyDevice::qt_metacast(char const*)@Base" 0.6.0+20150709 - (c++)"KPtyDevice::readData(char*, long long)@Base" 0.6.0+20150709 - (c++)"KPtyDevice::readEof()@Base" 0.6.0+20150709 - (c++)"KPtyDevice::readLineData(char*, long long)@Base" 0.6.0+20150709 - (c++)"KPtyDevice::setSuspended(bool)@Base" 0.6.0+20150709 - (c++)"KPtyDevice::staticMetaObject@Base" 0.6.0+20150709 - (c++)"KPtyDevice::waitForBytesWritten(int)@Base" 0.6.0+20150709 - (c++)"KPtyDevice::waitForReadyRead(int)@Base" 0.6.0+20150709 - (c++)"KPtyDevice::writeData(char const*, long long)@Base" 0.6.0+20150709 - (c++)"KPty::~KPty()@Base" 0.6.0+20150709 - (c++)"KPty::KPty()@Base" 0.6.0+20150709 - (c++)"KPty::KPty(KPtyPrivate*)@Base" 0.6.0+20150709 - (c++)"KPty::login(char const*, char const*)@Base" 0.6.0+20150709 - (c++)"KPty::logout()@Base" 0.6.0+20150709 - (c++)"KPty::masterFd() const@Base" 0.6.0+20150709 - (c++)"KPty::open()@Base" 0.6.0+20150709 - (c++)"KPty::open(int)@Base" 0.6.0+20150709 - (c++)"KPty::openSlave()@Base" 0.6.0+20150709 - (c++)"KPtyPrivate::chownpty(bool)@Base" 0.6.0+20150709 - (c++)"KPtyPrivate::~KPtyPrivate()@Base" 0.6.0+20150709 - (c++)"KPtyPrivate::KPtyPrivate(KPty*)@Base" 0.6.0+20150709 - (c++)"KPtyProcess::isUseUtmp() const@Base" 0.6.0+20150709 - (c++)"KPtyProcess::~KPtyProcess()@Base" 0.6.0+20150709 - (c++)"KPtyProcess::KPtyProcess(int, QObject*)@Base" 0.6.0+20150709 - (c++)"KPtyProcess::KPtyProcess(QObject*)@Base" 0.6.0+20150709 - (c++)"KPtyProcess::metaObject() const@Base" 0.6.0+20150709 - (c++)"KPtyProcess::ptyChannels() const@Base" 0.6.0+20150709 - (c++)"KPtyProcess::pty() const@Base" 0.6.0+20150709 - (c++)"KPtyProcess::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0+20150709 - (c++)"KPtyProcess::qt_metacast(char const*)@Base" 0.6.0+20150709 - (c++)"KPtyProcess::setPtyChannels(QFlags)@Base" 0.6.0+20150709 - (c++)"KPtyProcess::setupChildProcess()@Base" 0.6.0+20150709 - (c++)"KPtyProcess::setUseUtmp(bool)@Base" 0.6.0+20150709 - (c++)"KPtyProcess::staticMetaObject@Base" 0.6.0+20150709 - (c++)"KPty::setCTty()@Base" 0.6.0+20150709 - (c++)"KPty::setEcho(bool)@Base" 0.6.0+20150709 - (c++)"KPty::setWinSize(int, int)@Base" 0.6.0+20150709 - (c++)"KPty::slaveFd() const@Base" 0.6.0+20150709 - (c++)"KPty::tcGetAttr(termios*) const@Base" 0.6.0+20150709 - (c++)"KPty::tcSetAttr(termios*)@Base" 0.6.0+20150709 - (c++)"KPty::ttyName() const@Base" 0.6.0+20150709 + (c++)"KPty::close()@Base" 0.6.0 + (c++)"KPty::closeSlave()@Base" 0.6.0 + (c++)"KPtyDevice::atEnd() const@Base" 0.6.0 + (c++)"KPtyDevice::bytesAvailable() const@Base" 0.6.0 + (c++)"KPtyDevice::bytesToWrite() const@Base" 0.6.0 + (c++)"KPtyDevice::canReadLine() const@Base" 0.6.0 + (c++)"KPtyDevice::close()@Base" 0.6.0 + (c++)"KPtyDevice::isSequential() const@Base" 0.6.0 + (c++)"KPtyDevice::isSuspended() const@Base" 0.6.0 + (c++)"KPtyDevice::~KPtyDevice()@Base" 0.6.0 + (c++)"KPtyDevice::KPtyDevice(QObject*)@Base" 0.6.0 + (c++)"KPtyDevice::metaObject() const@Base" 0.6.0 + (c++)"KPtyDevice::open(int, QFlags)@Base" 0.6.0 + (c++)"KPtyDevice::open(QFlags)@Base" 0.6.0 + (c++)"KPtyDevicePrivate::doWait(int, bool)@Base" 0.6.0 + (c++)"KPtyDevicePrivate::finishOpen(QFlags)@Base" 0.6.0 + (c++)"KPtyDevicePrivate::_k_canRead()@Base" 0.6.0 + (c++)"KPtyDevicePrivate::_k_canWrite()@Base" 0.6.0 + (c++)"KPtyDevicePrivate::~KPtyDevicePrivate()@Base" 0.6.0 + (c++)"KPtyDevice::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0 + (c++)"KPtyDevice::qt_metacast(char const*)@Base" 0.6.0 + (c++)"KPtyDevice::readData(char*, long long)@Base" 0.6.0 + (c++)"KPtyDevice::readEof()@Base" 0.6.0 + (c++)"KPtyDevice::readLineData(char*, long long)@Base" 0.6.0 + (c++)"KPtyDevice::setSuspended(bool)@Base" 0.6.0 + (c++)"KPtyDevice::staticMetaObject@Base" 0.6.0 + (c++)"KPtyDevice::waitForBytesWritten(int)@Base" 0.6.0 + (c++)"KPtyDevice::waitForReadyRead(int)@Base" 0.6.0 + (c++)"KPtyDevice::writeData(char const*, long long)@Base" 0.6.0 + (c++)"KPty::~KPty()@Base" 0.6.0 + (c++)"KPty::KPty()@Base" 0.6.0 + (c++)"KPty::KPty(KPtyPrivate*)@Base" 0.6.0 + (c++)"KPty::login(char const*, char const*)@Base" 0.6.0 + (c++)"KPty::logout()@Base" 0.6.0 + (c++)"KPty::masterFd() const@Base" 0.6.0 + (c++)"KPty::open()@Base" 0.6.0 + (c++)"KPty::open(int)@Base" 0.6.0 + (c++)"KPty::openSlave()@Base" 0.6.0 + (c++)"KPtyPrivate::chownpty(bool)@Base" 0.6.0 + (c++)"KPtyPrivate::~KPtyPrivate()@Base" 0.6.0 + (c++)"KPtyPrivate::KPtyPrivate(KPty*)@Base" 0.6.0 + (c++)"KPtyProcess::isUseUtmp() const@Base" 0.6.0 + (c++)"KPtyProcess::~KPtyProcess()@Base" 0.6.0 + (c++)"KPtyProcess::KPtyProcess(int, QObject*)@Base" 0.6.0 + (c++)"KPtyProcess::KPtyProcess(QObject*)@Base" 0.6.0 + (c++)"KPtyProcess::metaObject() const@Base" 0.6.0 + (c++)"KPtyProcessPrivate::~KPtyProcessPrivate()@Base" 0.6.1~ + (c++)"KPtyProcess::ptyChannels() const@Base" 0.6.0 + (c++)"KPtyProcess::pty() const@Base" 0.6.0 + (c++)"KPtyProcess::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0 + (c++)"KPtyProcess::qt_metacast(char const*)@Base" 0.6.0 + (c++)"KPtyProcess::setPtyChannels(QFlags)@Base" 0.6.0 + (c++)"KPtyProcess::setupChildProcess()@Base" 0.6.0 + (c++)"KPtyProcess::setUseUtmp(bool)@Base" 0.6.0 + (c++)"KPtyProcess::staticMetaObject@Base" 0.6.0 + (c++)"KPty::setCTty()@Base" 0.6.0 + (c++)"KPty::setEcho(bool)@Base" 0.6.0 + (c++)"KPty::setWinSize(int, int)@Base" 0.6.0 + (c++)"KPty::slaveFd() const@Base" 0.6.0 + (c++)"KPty::tcGetAttr(termios*) const@Base" 0.6.0 + (c++)"KPty::tcSetAttr(termios*)@Base" 0.6.0 + (c++)"KPty::ttyName() const@Base" 0.6.0 - (c++)"non-virtual thunk to Konsole::TerminalDisplay::~TerminalDisplay()@Base" 0.6.0+20150709 - (c++)"non-virtual thunk to QTermWidget::~QTermWidget()@Base" 0.6.0+20150709 - (c++)"non-virtual thunk to SearchBar::~SearchBar()@Base" 0.6.0+20150709 + (c++)"non-virtual thunk to Konsole::TerminalDisplay::~TerminalDisplay()@Base" 0.6.0 + (c++)"non-virtual thunk to QTermWidget::~QTermWidget()@Base" 0.6.0 + (c++)"non-virtual thunk to SearchBar::~SearchBar()@Base" 0.6.0 - (c++)"QHash::deleteNode2(QHashData::Node*)@Base" 0.6.0+20150709 - (c++)"QHash::duplicateNode(QHashData::Node*, void*)@Base" 0.6.0+20150709 - (c++)"QHash::~QHash()@Base" 0.6.0+20150709 - (c++)"QHash::values(int const&) const@Base" 0.6.0+20150709 - (c++)"QHash::deleteNode2(QHashData::Node*)@Base" 0.6.0+20150709 - (c++)"QHash::duplicateNode(QHashData::Node*, void*)@Base" 0.6.0+20150709 - (c++)"QHash::erase(QHash::iterator)@Base" 0.6.0+20150709 - (c++)"QHash::~QHash()@Base" 0.6.0+20150709 + (c++)"QHash::deleteNode2(QHashData::Node*)@Base" 0.6.0 + (c++)"QHash::duplicateNode(QHashData::Node*, void*)@Base" 0.6.0 + (c++)"QHash::findNode(int const&, unsigned int) const@Base" 0.6.1~ + (c++)"QHash::values(int const&) const@Base" 0.6.0 + (c++)"QHash::deleteNode2(QHashData::Node*)@Base" 0.6.0 + (c++)"QHash::duplicateNode(QHashData::Node*, void*)@Base" 0.6.0 + (c++)"QHash::erase(QHash::iterator)@Base" 0.6.0 + (c++)"QHash::findNode(int const&, unsigned int) const@Base" 0.6.1~ + (c++)"QHash::findNode(int const&, unsigned int) const@Base" 0.6.1~ - (c++)"QHash::deleteNode2(QHashData::Node*)@Base" 0.6.0+20150709 - (c++)"QHash::deleteNode2(QHashData::Node*)@Base" 0.6.0+20150709 - (c++)"QHash::duplicateNode(QHashData::Node*, void*)@Base" 0.6.0+20150709 - (c++)"QHash::keys() const@Base" 0.6.0+20150709 + (c++)"QHash::deleteNode2(QHashData::Node*)@Base" 0.6.0 + (c++)"QHash::deleteNode2(QHashData::Node*)@Base" 0.6.0 + (c++)"QHash::duplicateNode(QHashData::Node*, void*)@Base" 0.6.0 + (c++)"QHash::keys() const@Base" 0.6.0 - (c++)"QHash::deleteNode2(QHashData::Node*)@Base" 0.6.0+20150709 - (c++)"QHash::duplicateNode(QHashData::Node*, void*)@Base" 0.6.0+20150709 - (c++)"QHash::~QHash()@Base" 0.6.0+20150709 - (c++)"QHash::remove(QString const&)@Base" 0.6.0+20150709 - (c++)"QHash::deleteNode2(QHashData::Node*)@Base" 0.6.0+20150709 - (c++)"QHash::duplicateNode(QHashData::Node*, void*)@Base" 0.6.0+20150709 - (c++)"QHash::remove(QString const&)@Base" 0.6.0+20150709 + (c++)"QHash::deleteNode2(QHashData::Node*)@Base" 0.6.0 + (c++)"QHash::duplicateNode(QHashData::Node*, void*)@Base" 0.6.0 + (c++)"QHash::remove(QString const&)@Base" 0.6.0 + (c++)"QHash::deleteNode2(QHashData::Node*)@Base" 0.6.0 + (c++)"QHash::duplicateNode(QHashData::Node*, void*)@Base" 0.6.0 + (c++)"QHash::remove(QString const&)@Base" 0.6.0 - (c++)"QList::~QList()@Base" 0.6.0+20150709 - (c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0+20150709 - (c++)"QList::~QList()@Base" 0.6.0+20150709 - (c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0+20150709 - (c++)"QList::~QList()@Base" 0.6.0+20150709 - (c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0+20150709 - (c++)"QList::~QList()@Base" 0.6.0+20150709 - (c++)"QList::~QList()@Base" 0.6.0+20150709 - (c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0+20150709 - (c++)"QList::detach_helper(int)@Base" 0.6.0+20150709 - (c++)"QList::~QList()@Base" 0.6.0+20150709 - (c++)"QList::QList(QList const&)@Base" 0.6.0+20150709 - (c++)"QList::append(Konsole::KeyboardTranslatorReader::Token const&)@Base" 0.6.0+20150709 - (c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0+20150709 - (c++)"QList::detach_helper(int)@Base" 0.6.0+20150709 - (c++)"QList::~QList()@Base" 0.6.0+20150709 - (c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0+20150709 - (c++)"QList::~QList()@Base" 0.6.0+20150709 - (c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0+20150709 - (c++)"QList::~QList()@Base" 0.6.0+20150709 - (c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0+20150709 - (c++)"QList::~QList()@Base" 0.6.0+20150709 - (c++)"QList::removeAll(Konsole::TerminalDisplay* const&)@Base" 0.6.0+20150709 + (c++)"QHash::findNode(unsigned short const&, unsigned int) const@Base" 0.6.1~ - (c++)"QTermWidget::activity()@Base" 0.6.0+20150709 - (c++)"QTermWidget::availableColorSchemes()@Base" 0.6.0+20150709 - (c++)"QTermWidget::availableKeyBindings()@Base" 0.6.0+20150709 - (c++)"QTermWidget::bell(QString const&)@Base" 0.6.0+20150709 - (c++)"QTermWidget::changeDir(QString const&)@Base" 0.6.0+20150709 - (c++)"QTermWidget::clear()@Base" 0.6.0+20150709 - (c++)"QTermWidget::copyAvailable(bool)@Base" 0.6.0+20150709 - (c++)"QTermWidget::copyClipboard()@Base" 0.6.0+20150709 - (c++)"QTermWidget::find()@Base" 0.6.0+20150709 - (c++)"QTermWidget::findNext()@Base" 0.6.0+20150709 - (c++)"QTermWidget::findPrevious()@Base" 0.6.0+20150709 - (c++)"QTermWidget::finished()@Base" 0.6.0+20150709 - (c++)"QTermWidget::flowControlEnabled()@Base" 0.6.0+20150709 - (c++)"QTermWidget::getHotSpotAt(int, int) const@Base" 0.6.0+20150709 - (c++)"QTermWidget::getHotSpotAt(QPoint const&) const@Base" 0.6.0+20150709 - (c++)"QTermWidget::getPtySlaveFd() const@Base" 0.6.0+20150709 - (c++)"QTermWidget::getSelectionEnd(int&, int&)@Base" 0.6.0+20150709 - (c++)"QTermWidget::getSelectionStart(int&, int&)@Base" 0.6.0+20150709 - (c++)"QTermWidget::getShellPID()@Base" 0.6.0+20150709 - (c++)"QTermWidget::getTerminalFont()@Base" 0.6.0+20150709 - (c++)"QTermWidget::historyLinesCount()@Base" 0.6.0+20150709 - (c++)"QTermWidget::init(int)@Base" 0.6.0+20150709 - (c++)"QTermWidget::keyBindings()@Base" 0.6.0+20150709 - (c++)"QTermWidget::matchFound(int, int, int, int)@Base" 0.6.0+20150709 - (c++)"QTermWidget::metaObject() const@Base" 0.6.0+20150709 - (c++)"QTermWidget::noMatchFound()@Base" 0.6.0+20150709 - (c++)"QTermWidget::pasteClipboard()@Base" 0.6.0+20150709 - (c++)"QTermWidget::pasteSelection()@Base" 0.6.0+20150709 - (c++)"QTermWidget::~QTermWidget()@Base" 0.6.0+20150709 - (c++)"QTermWidget::QTermWidget(int, QWidget*)@Base" 0.6.0+20150709 - (c++)"QTermWidget::QTermWidget(QWidget*)@Base" 0.6.0+20150709 - (c++)"QTermWidget::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0+20150709 - (c++)"QTermWidget::qt_metacast(char const*)@Base" 0.6.0+20150709 - (c++)"QTermWidget::resizeEvent(QResizeEvent*)@Base" 0.6.0+20150709 - (c++)"QTermWidget::screenColumnsCount()@Base" 0.6.0+20150709 - (c++)"QTermWidget::screenLinesCount()@Base" 0.6.0+20150709 - (c++)"QTermWidget::scrollToEnd()@Base" 0.6.0+20150709 - (c++)"QTermWidget::search(bool, bool)@Base" 0.6.0+20150709 - (c++)"QTermWidget::selectedText(bool)@Base" 0.6.0+20150709 - (c++)"QTermWidget::selectionChanged(bool)@Base" 0.6.0+20150709 - (c++)"QTermWidget::sendData(char const*, int)@Base" 0.6.0+20150709 - (c++)"QTermWidget::sendText(QString const&)@Base" 0.6.0+20150709 - (c++)"QTermWidget::sessionFinished()@Base" 0.6.0+20150709 - (c++)"QTermWidget::setArgs(QStringList const&)@Base" 0.6.0+20150709 - (c++)"QTermWidget::setColorScheme(QString const&)@Base" 0.6.0+20150709 - (c++)"QTermWidget::setEnvironment(QStringList const&)@Base" 0.6.0+20150709 - (c++)"QTermWidget::setFlowControlEnabled(bool)@Base" 0.6.0+20150709 - (c++)"QTermWidget::setFlowControlWarningEnabled(bool)@Base" 0.6.0+20150709 - (c++)"QTermWidget::setHistorySize(int)@Base" 0.6.0+20150709 - (c++)"QTermWidget::setKeyBindings(QString const&)@Base" 0.6.0+20150709 - (c++)"QTermWidget::setMonitorActivity(bool)@Base" 0.6.0+20150709 - (c++)"QTermWidget::setMonitorSilence(bool)@Base" 0.6.0+20150709 - (c++)"QTermWidget::setMotionAfterPasting(int)@Base" 0.6.0+20150709 - (c++)"QTermWidget::setScrollBarPosition(QTermWidget::ScrollBarPosition)@Base" 0.6.0+20150709 - (c++)"QTermWidget::setSelectionEnd(int, int)@Base" 0.6.0+20150709 - (c++)"QTermWidget::setSelectionStart(int, int)@Base" 0.6.0+20150709 - (c++)"QTermWidget::setShellProgram(QString const&)@Base" 0.6.0+20150709 - (c++)"QTermWidget::setSilenceTimeout(int)@Base" 0.6.0+20150709 - (c++)"QTermWidget::setSize(QSize const&)@Base" 0.6.0+20151225 - (c++)"QTermWidget::setTerminalFont(QFont const&)@Base" 0.6.0+20150709 - (c++)"QTermWidget::setTerminalOpacity(double)@Base" 0.6.0+20150709 - (c++)"QTermWidget::setTextCodec(QTextCodec*)@Base" 0.6.0+20150709 - (c++)"QTermWidget::setWorkingDirectory(QString const&)@Base" 0.6.0+20150709 - (c++)"QTermWidget::setZoom(int)@Base" 0.6.0+20150709 - (c++)"QTermWidget::silence()@Base" 0.6.0+20150709 - (c++)"QTermWidget::sizeHint() const@Base" 0.6.0+20150709 - (c++)"QTermWidget::startShellProgram()@Base" 0.6.0+20150709 - (c++)"QTermWidget::startTerminalTeletype()@Base" 0.6.0+20150709 - (c++)"QTermWidget::staticMetaObject@Base" 0.6.0+20150709 - (c++)"QTermWidget::termGetFocus()@Base" 0.6.0+20150709 - (c++)"QTermWidget::termKeyPressed(QKeyEvent*)@Base" 0.6.0+20150709 - (c++)"QTermWidget::termLostFocus()@Base" 0.6.0+20150709 - (c++)"QTermWidget::toggleShowSearchBar()@Base" 0.6.0+20150709 - (c++)"QTermWidget::urlActivated(QUrl const&)@Base" 0.6.0+20150709 - (c++)"QTermWidget::workingDirectory()@Base" 0.6.0+20150709 - (c++)"QTermWidget::zoomIn()@Base" 0.6.0+20150709 - (c++)"QTermWidget::zoomOut()@Base" 0.6.0+20150709 + (c++)"QList::~QList()@Base" 0.6.0 + (c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0 + (c++)"QList::~QList()@Base" 0.6.0 + (c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0 + (c++)"QList::~QList()@Base" 0.6.0 + (c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0 + (c++)"QList::~QList()@Base" 0.6.0 + (c++)"QList::~QList()@Base" 0.6.0 + (c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0 + (c++)"QList::detach_helper(int)@Base" 0.6.0 + (c++)"QList::~QList()@Base" 0.6.0 + (c++)"QList::QList(QList const&)@Base" 0.6.0 + (c++)"QList::append(Konsole::KeyboardTranslatorReader::Token const&)@Base" 0.6.0 + (c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0 + (c++)"QList::detach_helper(int)@Base" 0.6.0 + (c++)"QList::~QList()@Base" 0.6.0 + (c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0 + (c++)"QList::~QList()@Base" 0.6.0 + (c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0 + (c++)"QList::~QList()@Base" 0.6.0 + (c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0 + (c++)"QList::~QList()@Base" 0.6.0 + (c++)"QList::removeAll(Konsole::TerminalDisplay* const&)@Base" 0.6.0 - (c++)"QVector::operator=(QVector const&)@Base" 0.6.0+20150709 - (c++)"QVector::~QVector()@Base" 0.6.0+20150709 - (c++)"QVector::reallocData(int, int, QFlags)@Base" 0.6.0+20150709 + (c++)"QList::reserve(int)@Base" 0.6.1~ - createTermWidget@Base 0.6.0+20150709 - (c++)"SearchBar::clearBackgroundColor()@Base" 0.6.0+20150709 - (c++)"SearchBar::findNext()@Base" 0.6.0+20150709 - (c++)"SearchBar::findPrevious()@Base" 0.6.0+20150709 - (c++)"SearchBar::highlightAllMatches()@Base" 0.6.0+20150709 - (c++)"SearchBar::highlightMatchesChanged(bool)@Base" 0.6.0+20150709 - (c++)"SearchBar::keyReleaseEvent(QKeyEvent*)@Base" 0.6.0+20150709 - (c++)"SearchBar::matchCase()@Base" 0.6.0+20150709 - (c++)"SearchBar::metaObject() const@Base" 0.6.0+20150709 - (c++)"SearchBar::noMatchFound()@Base" 0.6.0+20150709 - (c++)"SearchBar::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0+20150709 - (c++)"SearchBar::qt_metacast(char const*)@Base" 0.6.0+20150709 - (c++)"SearchBar::~SearchBar()@Base" 0.6.0+20150709 - (c++)"SearchBar::SearchBar(QWidget*)@Base" 0.6.0+20150709 - (c++)"SearchBar::searchCriteriaChanged()@Base" 0.6.0+20150709 - (c++)"SearchBar::searchText()@Base" 0.6.0+20150709 - (c++)"SearchBar::show()@Base" 0.6.0+20150709 - (c++)"SearchBar::staticMetaObject@Base" 0.6.0+20150709 - (c++)"SearchBar::useRegularExpression()@Base" 0.6.0+20150709 + (c++)"QTermWidget::activity()@Base" 0.6.0 + (c++)"QTermWidget::addCustomColorSchemeDir(QString const&)@Base" 0.6.1~ + (c++)"QTermWidget::availableColorSchemes()@Base" 0.6.0 + (c++)"QTermWidget::availableKeyBindings()@Base" 0.6.0 + (c++)"QTermWidget::bell(QString const&)@Base" 0.6.0 + (c++)"QTermWidget::changeDir(QString const&)@Base" 0.6.0 + (c++)"QTermWidget::clear()@Base" 0.6.0 + (c++)"QTermWidget::copyAvailable(bool)@Base" 0.6.0 + (c++)"QTermWidget::copyClipboard()@Base" 0.6.0 + (c++)"QTermWidget::find()@Base" 0.6.0 + (c++)"QTermWidget::findNext()@Base" 0.6.0 + (c++)"QTermWidget::findPrevious()@Base" 0.6.0 + (c++)"QTermWidget::finished()@Base" 0.6.0 + (c++)"QTermWidget::flowControlEnabled()@Base" 0.6.0 + (c++)"QTermWidget::getHotSpotAt(int, int) const@Base" 0.6.0 + (c++)"QTermWidget::getHotSpotAt(QPoint const&) const@Base" 0.6.0 + (c++)"QTermWidget::getPtySlaveFd() const@Base" 0.6.0 + (c++)"QTermWidget::getSelectionEnd(int&, int&)@Base" 0.6.0 + (c++)"QTermWidget::getSelectionStart(int&, int&)@Base" 0.6.0 + (c++)"QTermWidget::getShellPID()@Base" 0.6.0 + (c++)"QTermWidget::getTerminalFont()@Base" 0.6.0 + (c++)"QTermWidget::historyLinesCount()@Base" 0.6.0 + (c++)"QTermWidget::iconText() const@Base" 0.6.1~ + (c++)"QTermWidget::init(int)@Base" 0.6.0 + (c++)"QTermWidget::keyBindings()@Base" 0.6.0 + (c++)"QTermWidget::matchFound(int, int, int, int)@Base" 0.6.0 + (c++)"QTermWidget::metaObject() const@Base" 0.6.0 + (c++)"QTermWidget::noMatchFound()@Base" 0.6.0 + (c++)"QTermWidget::pasteClipboard()@Base" 0.6.0 + (c++)"QTermWidget::pasteSelection()@Base" 0.6.0 + (c++)"QTermWidget::~QTermWidget()@Base" 0.6.0 + (c++)"QTermWidget::QTermWidget(int, QWidget*)@Base" 0.6.0 + (c++)"QTermWidget::QTermWidget(QWidget*)@Base" 0.6.0 + (c++)"QTermWidget::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0 + (c++)"QTermWidget::qt_metacast(char const*)@Base" 0.6.0 + (c++)"QTermWidget::resizeEvent(QResizeEvent*)@Base" 0.6.0 + (c++)"QTermWidget::screenColumnsCount()@Base" 0.6.0 + (c++)"QTermWidget::screenLinesCount()@Base" 0.6.0 + (c++)"QTermWidget::scrollToEnd()@Base" 0.6.0 + (c++)"QTermWidget::search(bool, bool)@Base" 0.6.0 + (c++)"QTermWidget::selectedText(bool)@Base" 0.6.0 + (c++)"QTermWidget::selectionChanged(bool)@Base" 0.6.0 + (c++)"QTermWidget::sendData(char const*, int)@Base" 0.6.0 + (c++)"QTermWidget::sendText(QString const&)@Base" 0.6.0 + (c++)"QTermWidget::sessionFinished()@Base" 0.6.0 + (c++)"QTermWidget::sessionTitleChanged()@Base" 0.6.1~ + (c++)"QTermWidget::setArgs(QStringList const&)@Base" 0.6.0 + (c++)"QTermWidget::setColorScheme(QString const&)@Base" 0.6.0 + (c++)"QTermWidget::setEnvironment(QStringList const&)@Base" 0.6.0 + (c++)"QTermWidget::setFlowControlEnabled(bool)@Base" 0.6.0 + (c++)"QTermWidget::setFlowControlWarningEnabled(bool)@Base" 0.6.0 + (c++)"QTermWidget::setHistorySize(int)@Base" 0.6.0 + (c++)"QTermWidget::setKeyBindings(QString const&)@Base" 0.6.0 + (c++)"QTermWidget::setKeyboardCursorShape(QTermWidget::KeyboardCursorShape)@Base" 0.6.1~ + (c++)"QTermWidget::setMonitorActivity(bool)@Base" 0.6.0 + (c++)"QTermWidget::setMonitorSilence(bool)@Base" 0.6.0 + (c++)"QTermWidget::setMotionAfterPasting(int)@Base" 0.6.0 + (c++)"QTermWidget::setScrollBarPosition(QTermWidget::ScrollBarPosition)@Base" 0.6.0 + (c++)"QTermWidget::setSelectionEnd(int, int)@Base" 0.6.0 + (c++)"QTermWidget::setSelectionStart(int, int)@Base" 0.6.0 + (c++)"QTermWidget::setShellProgram(QString const&)@Base" 0.6.0 + (c++)"QTermWidget::setSilenceTimeout(int)@Base" 0.6.0 + (c++)"QTermWidget::setSize(QSize const&)@Base" 0.6.0 + (c++)"QTermWidget::setTerminalFont(QFont const&)@Base" 0.6.0 + (c++)"QTermWidget::setTerminalOpacity(double)@Base" 0.6.0 + (c++)"QTermWidget::setTextCodec(QTextCodec*)@Base" 0.6.0 + (c++)"QTermWidget::setWorkingDirectory(QString const&)@Base" 0.6.0 + (c++)"QTermWidget::setZoom(int)@Base" 0.6.0 + (c++)"QTermWidget::silence()@Base" 0.6.0 + (c++)"QTermWidget::sizeHint() const@Base" 0.6.0 + (c++)"QTermWidget::startShellProgram()@Base" 0.6.0 + (c++)"QTermWidget::startTerminalTeletype()@Base" 0.6.0 + (c++)"QTermWidget::staticMetaObject@Base" 0.6.0 + (c++)"QTermWidget::termGetFocus()@Base" 0.6.0 + (c++)"QTermWidget::termKeyPressed(QKeyEvent*)@Base" 0.6.0 + (c++)"QTermWidget::termLostFocus()@Base" 0.6.0 + (c++)"QTermWidget::titleChanged()@Base" 0.6.1~ + (c++)"QTermWidget::toggleShowSearchBar()@Base" 0.6.0 + (c++)"QTermWidget::urlActivated(QUrl const&)@Base" 0.6.0 + (c++)"QTermWidget::userTitle() const@Base" 0.6.1~ + (c++)"QTermWidget::workingDirectory()@Base" 0.6.0 + (c++)"QTermWidget::zoomIn()@Base" 0.6.0 + (c++)"QTermWidget::zoomOut()@Base" 0.6.0 - (c++)"TermWidgetImpl::createSession(QWidget*)@Base" 0.6.0+20150709 - (c++)"TermWidgetImpl::createTerminalDisplay(Konsole::Session*, QWidget*)@Base" 0.6.0+20150709 - (c++)"TermWidgetImpl::TermWidgetImpl(QWidget*)@Base" 0.6.0+20150709 + (c++)"QVector::operator=(QVector const&)@Base" 0.6.0 + (c++)"QVector::~QVector()@Base" 0.6.0 + (c++)"QVector::reallocData(int, int, QFlags)@Base" 0.6.0 - (c++)"typeinfo for HistorySearch@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::AutoScrollHandler@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::CompactHistoryBlock@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::CompactHistoryLine@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::CompactHistoryScroll@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::CompactHistoryType@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::Emulation@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::Filter@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::FilterChain@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::Filter::HotSpot@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::FilterObject@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::HistoryFile@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::HistoryScroll@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::HistoryScrollBlockArray@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::HistoryScrollBuffer@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::HistoryScrollFile@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::HistoryScrollNone@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::HistoryType@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::HistoryTypeBlockArray@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::HistoryTypeBuffer@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::HistoryTypeFile@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::HistoryTypeNone@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::HTMLDecoder@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::PlainTextDecoder@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::Pty@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::RegExpFilter@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::RegExpFilter::HotSpot@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::ScreenWindow@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::Session@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::SessionGroup@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::TerminalCharacterDecoder@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::TerminalDisplay@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::TerminalImageFilterChain@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::UrlFilter@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::UrlFilter::HotSpot@Base" 0.6.0+20150709 - (c++)"typeinfo for Konsole::Vt102Emulation@Base" 0.6.0+20150709 - (c++)"typeinfo for KProcess@Base" 0.6.0+20150709 - (c++)"typeinfo for KPty@Base" 0.6.0+20150709 - (c++)"typeinfo for KPtyDevice@Base" 0.6.0+20150709 - (c++)"typeinfo for KPtyDevicePrivate@Base" 0.6.0+20150709 - (c++)"typeinfo for KPtyPrivate@Base" 0.6.0+20150709 - (c++)"typeinfo for KPtyProcess@Base" 0.6.0+20150709 - (c++)"typeinfo for QList@Base" 0.6.0+20150709 - (c++)"typeinfo for QListSpecialMethods@Base" 0.6.0+20150709 - (c++)"typeinfo for QTermWidget@Base" 0.6.0+20150709 - (c++)"typeinfo for SearchBar@Base" 0.6.0+20150709 - (c++)"typeinfo name for HistorySearch@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::AutoScrollHandler@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::CompactHistoryBlock@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::CompactHistoryLine@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::CompactHistoryScroll@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::CompactHistoryType@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::Emulation@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::Filter@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::FilterChain@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::Filter::HotSpot@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::FilterObject@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::HistoryFile@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::HistoryScroll@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::HistoryScrollBlockArray@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::HistoryScrollBuffer@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::HistoryScrollFile@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::HistoryScrollNone@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::HistoryType@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::HistoryTypeBlockArray@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::HistoryTypeBuffer@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::HistoryTypeFile@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::HistoryTypeNone@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::HTMLDecoder@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::PlainTextDecoder@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::Pty@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::RegExpFilter@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::RegExpFilter::HotSpot@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::ScreenWindow@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::Session@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::SessionGroup@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::TerminalCharacterDecoder@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::TerminalDisplay@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::TerminalImageFilterChain@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::UrlFilter@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::UrlFilter::HotSpot@Base" 0.6.0+20150709 - (c++)"typeinfo name for Konsole::Vt102Emulation@Base" 0.6.0+20150709 - (c++)"typeinfo name for KProcess@Base" 0.6.0+20150709 - (c++)"typeinfo name for KPty@Base" 0.6.0+20150709 - (c++)"typeinfo name for KPtyDevice@Base" 0.6.0+20150709 - (c++)"typeinfo name for KPtyDevicePrivate@Base" 0.6.0+20150709 - (c++)"typeinfo name for KPtyPrivate@Base" 0.6.0+20150709 - (c++)"typeinfo name for KPtyProcess@Base" 0.6.0+20150709 - (c++)"typeinfo name for QList@Base" 0.6.0+20150709 - (c++)"typeinfo name for QListSpecialMethods@Base" 0.6.0+20150709 - (c++)"typeinfo name for QTermWidget@Base" 0.6.0+20150709 - (c++)"typeinfo name for SearchBar@Base" 0.6.0+20150709 + createTermWidget@Base 0.6.0 + (c++)"SearchBar::clearBackgroundColor()@Base" 0.6.0 + (c++)"SearchBar::findNext()@Base" 0.6.0 + (c++)"SearchBar::findPrevious()@Base" 0.6.0 + (c++)"SearchBar::highlightAllMatches()@Base" 0.6.0 + (c++)"SearchBar::highlightMatchesChanged(bool)@Base" 0.6.0 + (c++)"SearchBar::keyReleaseEvent(QKeyEvent*)@Base" 0.6.0 + (c++)"SearchBar::matchCase()@Base" 0.6.0 + (c++)"SearchBar::metaObject() const@Base" 0.6.0 + (c++)"SearchBar::noMatchFound()@Base" 0.6.0 + (c++)"SearchBar::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.6.0 + (c++)"SearchBar::qt_metacast(char const*)@Base" 0.6.0 + (c++)"SearchBar::~SearchBar()@Base" 0.6.0 + (c++)"SearchBar::SearchBar(QWidget*)@Base" 0.6.0 + (c++)"SearchBar::searchCriteriaChanged()@Base" 0.6.0 + (c++)"SearchBar::searchText()@Base" 0.6.0 + (c++)"SearchBar::show()@Base" 0.6.0 + (c++)"SearchBar::staticMetaObject@Base" 0.6.0 + (c++)"SearchBar::useRegularExpression()@Base" 0.6.0 - (c++)"Ui_SearchBar::setupUi(QWidget*)@Base" 0.6.0+20150709 + (c++)"TermWidgetImpl::createSession(QWidget*)@Base" 0.6.0 + (c++)"TermWidgetImpl::createTerminalDisplay(Konsole::Session*, QWidget*)@Base" 0.6.0 + (c++)"TermWidgetImpl::TermWidgetImpl(QWidget*)@Base" 0.6.0 - (c++)"vtable for HistorySearch@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::AutoScrollHandler@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::CompactHistoryBlock@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::CompactHistoryLine@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::CompactHistoryScroll@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::CompactHistoryType@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::Emulation@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::Filter@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::FilterChain@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::Filter::HotSpot@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::FilterObject@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::HistoryFile@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::HistoryScroll@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::HistoryScrollBlockArray@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::HistoryScrollBuffer@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::HistoryScrollFile@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::HistoryScrollNone@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::HistoryType@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::HistoryTypeBlockArray@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::HistoryTypeBuffer@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::HistoryTypeFile@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::HistoryTypeNone@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::HTMLDecoder@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::PlainTextDecoder@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::Pty@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::RegExpFilter@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::RegExpFilter::HotSpot@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::ScreenWindow@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::Session@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::SessionGroup@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::TerminalDisplay@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::TerminalImageFilterChain@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::UrlFilter@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::UrlFilter::HotSpot@Base" 0.6.0+20150709 - (c++)"vtable for Konsole::Vt102Emulation@Base" 0.6.0+20150709 - (c++)"vtable for KProcess@Base" 0.6.0+20150709 - (c++)"vtable for KPtyDevice@Base" 0.6.0+20150709 - (c++)"vtable for KPtyDevicePrivate@Base" 0.6.0+20150709 - (c++)"vtable for KPtyPrivate@Base" 0.6.0+20150709 - (c++)"vtable for KPtyProcess@Base" 0.6.0+20150709 - (c++)"vtable for QTermWidget@Base" 0.6.0+20150709 - (c++)"vtable for SearchBar@Base" 0.6.0+20150709 + (c++)"typeinfo for HistorySearch@Base" 0.6.0 + (c++)"typeinfo for Konsole::AutoScrollHandler@Base" 0.6.0 + (c++)"typeinfo for Konsole::CompactHistoryBlock@Base" 0.6.0 + (c++)"typeinfo for Konsole::CompactHistoryLine@Base" 0.6.0 + (c++)"typeinfo for Konsole::CompactHistoryScroll@Base" 0.6.0 + (c++)"typeinfo for Konsole::CompactHistoryType@Base" 0.6.0 + (c++)"typeinfo for Konsole::Emulation@Base" 0.6.0 + (c++)"typeinfo for Konsole::Filter@Base" 0.6.0 + (c++)"typeinfo for Konsole::FilterChain@Base" 0.6.0 + (c++)"typeinfo for Konsole::Filter::HotSpot@Base" 0.6.0 + (c++)"typeinfo for Konsole::FilterObject@Base" 0.6.0 + (c++)"typeinfo for Konsole::HistoryFile@Base" 0.6.0 + (c++)"typeinfo for Konsole::HistoryScroll@Base" 0.6.0 + (c++)"typeinfo for Konsole::HistoryScrollBlockArray@Base" 0.6.0 + (c++)"typeinfo for Konsole::HistoryScrollBuffer@Base" 0.6.0 + (c++)"typeinfo for Konsole::HistoryScrollFile@Base" 0.6.0 + (c++)"typeinfo for Konsole::HistoryScrollNone@Base" 0.6.0 + (c++)"typeinfo for Konsole::HistoryType@Base" 0.6.0 + (c++)"typeinfo for Konsole::HistoryTypeBlockArray@Base" 0.6.0 + (c++)"typeinfo for Konsole::HistoryTypeBuffer@Base" 0.6.0 + (c++)"typeinfo for Konsole::HistoryTypeFile@Base" 0.6.0 + (c++)"typeinfo for Konsole::HistoryTypeNone@Base" 0.6.0 + (c++)"typeinfo for Konsole::HTMLDecoder@Base" 0.6.0 + (c++)"typeinfo for Konsole::PlainTextDecoder@Base" 0.6.0 + (c++)"typeinfo for Konsole::Pty@Base" 0.6.0 + (c++)"typeinfo for Konsole::RegExpFilter@Base" 0.6.0 + (c++)"typeinfo for Konsole::RegExpFilter::HotSpot@Base" 0.6.0 + (c++)"typeinfo for Konsole::ScreenWindow@Base" 0.6.0 + (c++)"typeinfo for Konsole::Session@Base" 0.6.0 + (c++)"typeinfo for Konsole::SessionGroup@Base" 0.6.0 + (c++)"typeinfo for Konsole::TerminalCharacterDecoder@Base" 0.6.0 + (c++)"typeinfo for Konsole::TerminalDisplay@Base" 0.6.0 + (c++)"typeinfo for Konsole::TerminalImageFilterChain@Base" 0.6.0 + (c++)"typeinfo for Konsole::UrlFilter@Base" 0.6.0 + (c++)"typeinfo for Konsole::UrlFilter::HotSpot@Base" 0.6.0 + (c++)"typeinfo for Konsole::Vt102Emulation@Base" 0.6.0 + (c++)"typeinfo for KProcess@Base" 0.6.0 + (c++)"typeinfo for KProcessPrivate@Base" 0.6.1~ + (c++)"typeinfo for KPty@Base" 0.6.0 + (c++)"typeinfo for KPtyDevice@Base" 0.6.0 + (c++)"typeinfo for KPtyDevicePrivate@Base" 0.6.0 + (c++)"typeinfo for KPtyPrivate@Base" 0.6.0 + (c++)"typeinfo for KPtyProcess@Base" 0.6.0 + (c++)"typeinfo for KPtyProcessPrivate@Base" 0.6.1~ + (c++)"typeinfo for QList@Base" 0.6.0 + (c++)"typeinfo for QListSpecialMethods@Base" 0.6.0 + (c++)"typeinfo for QTermWidget@Base" 0.6.0 + (c++)"typeinfo for SearchBar@Base" 0.6.0 + (c++)"typeinfo name for HistorySearch@Base" 0.6.0 + (c++)"typeinfo name for Konsole::AutoScrollHandler@Base" 0.6.0 + (c++)"typeinfo name for Konsole::CompactHistoryBlock@Base" 0.6.0 + (c++)"typeinfo name for Konsole::CompactHistoryLine@Base" 0.6.0 + (c++)"typeinfo name for Konsole::CompactHistoryScroll@Base" 0.6.0 + (c++)"typeinfo name for Konsole::CompactHistoryType@Base" 0.6.0 + (c++)"typeinfo name for Konsole::Emulation@Base" 0.6.0 + (c++)"typeinfo name for Konsole::Filter@Base" 0.6.0 + (c++)"typeinfo name for Konsole::FilterChain@Base" 0.6.0 + (c++)"typeinfo name for Konsole::Filter::HotSpot@Base" 0.6.0 + (c++)"typeinfo name for Konsole::FilterObject@Base" 0.6.0 + (c++)"typeinfo name for Konsole::HistoryFile@Base" 0.6.0 + (c++)"typeinfo name for Konsole::HistoryScroll@Base" 0.6.0 + (c++)"typeinfo name for Konsole::HistoryScrollBlockArray@Base" 0.6.0 + (c++)"typeinfo name for Konsole::HistoryScrollBuffer@Base" 0.6.0 + (c++)"typeinfo name for Konsole::HistoryScrollFile@Base" 0.6.0 + (c++)"typeinfo name for Konsole::HistoryScrollNone@Base" 0.6.0 + (c++)"typeinfo name for Konsole::HistoryType@Base" 0.6.0 + (c++)"typeinfo name for Konsole::HistoryTypeBlockArray@Base" 0.6.0 + (c++)"typeinfo name for Konsole::HistoryTypeBuffer@Base" 0.6.0 + (c++)"typeinfo name for Konsole::HistoryTypeFile@Base" 0.6.0 + (c++)"typeinfo name for Konsole::HistoryTypeNone@Base" 0.6.0 + (c++)"typeinfo name for Konsole::HTMLDecoder@Base" 0.6.0 + (c++)"typeinfo name for Konsole::PlainTextDecoder@Base" 0.6.0 + (c++)"typeinfo name for Konsole::Pty@Base" 0.6.0 + (c++)"typeinfo name for Konsole::RegExpFilter@Base" 0.6.0 + (c++)"typeinfo name for Konsole::RegExpFilter::HotSpot@Base" 0.6.0 + (c++)"typeinfo name for Konsole::ScreenWindow@Base" 0.6.0 + (c++)"typeinfo name for Konsole::Session@Base" 0.6.0 + (c++)"typeinfo name for Konsole::SessionGroup@Base" 0.6.0 + (c++)"typeinfo name for Konsole::TerminalCharacterDecoder@Base" 0.6.0 + (c++)"typeinfo name for Konsole::TerminalDisplay@Base" 0.6.0 + (c++)"typeinfo name for Konsole::TerminalImageFilterChain@Base" 0.6.0 + (c++)"typeinfo name for Konsole::UrlFilter@Base" 0.6.0 + (c++)"typeinfo name for Konsole::UrlFilter::HotSpot@Base" 0.6.0 + (c++)"typeinfo name for Konsole::Vt102Emulation@Base" 0.6.0 + (c++)"typeinfo name for KProcess@Base" 0.6.0 + (c++)"typeinfo name for KProcessPrivate@Base" 0.6.1~ + (c++)"typeinfo name for KPty@Base" 0.6.0 + (c++)"typeinfo name for KPtyDevice@Base" 0.6.0 + (c++)"typeinfo name for KPtyDevicePrivate@Base" 0.6.0 + (c++)"typeinfo name for KPtyPrivate@Base" 0.6.0 + (c++)"typeinfo name for KPtyProcess@Base" 0.6.0 + (c++)"typeinfo name for KPtyProcessPrivate@Base" 0.6.1~ + (c++)"typeinfo name for QList@Base" 0.6.0 + (c++)"typeinfo name for QListSpecialMethods@Base" 0.6.0 + (c++)"typeinfo name for QTermWidget@Base" 0.6.0 + (c++)"typeinfo name for SearchBar@Base" 0.6.0 + + (c++)"Ui_SearchBar::setupUi(QWidget*)@Base" 0.6.0 + (c++)"Ui_SearchBar::setupUi(QWidget*)::{lambda()#10}::operator()() const::qstring_literal@Base" 0.6.1~ + (c++)"Ui_SearchBar::setupUi(QWidget*)::{lambda()#11}::operator()() const::qstring_literal@Base" 0.6.1~ + (c++)"Ui_SearchBar::setupUi(QWidget*)::{lambda()#12}::operator()() const::qstring_literal@Base" 0.6.1~ + (c++)"Ui_SearchBar::setupUi(QWidget*)::{lambda()#13}::operator()() const::qstring_literal@Base" 0.6.1~ + (c++)"Ui_SearchBar::setupUi(QWidget*)::{lambda()#14}::operator()() const::qstring_literal@Base" 0.6.1~ + (c++)"Ui_SearchBar::setupUi(QWidget*)::{lambda()#15}::operator()() const::qstring_literal@Base" 0.6.1~ + (c++)"Ui_SearchBar::setupUi(QWidget*)::{lambda()#1}::operator()() const::qstring_literal@Base" 0.6.1~ + (c++)"Ui_SearchBar::setupUi(QWidget*)::{lambda()#2}::operator()() const::qstring_literal@Base" 0.6.1~ + (c++)"Ui_SearchBar::setupUi(QWidget*)::{lambda()#3}::operator()() const::qstring_literal@Base" 0.6.1~ + (c++)"Ui_SearchBar::setupUi(QWidget*)::{lambda()#4}::operator()() const::qstring_literal@Base" 0.6.1~ + (c++)"Ui_SearchBar::setupUi(QWidget*)::{lambda()#5}::operator()() const::qstring_literal@Base" 0.6.1~ + (c++)"Ui_SearchBar::setupUi(QWidget*)::{lambda()#6}::operator()() const::qstring_literal@Base" 0.6.1~ + (c++)"Ui_SearchBar::setupUi(QWidget*)::{lambda()#7}::operator()() const::qstring_literal@Base" 0.6.1~ + (c++)"Ui_SearchBar::setupUi(QWidget*)::{lambda()#8}::operator()() const::qstring_literal@Base" 0.6.1~ + (c++)"Ui_SearchBar::setupUi(QWidget*)::{lambda()#9}::operator()() const::qstring_literal@Base" 0.6.1~ + (c++)"vtable for HistorySearch@Base" 0.6.0 + (c++)"vtable for Konsole::AutoScrollHandler@Base" 0.6.0 + (c++)"vtable for Konsole::CompactHistoryBlock@Base" 0.6.0 + (c++)"vtable for Konsole::CompactHistoryLine@Base" 0.6.0 + (c++)"vtable for Konsole::CompactHistoryScroll@Base" 0.6.0 + (c++)"vtable for Konsole::CompactHistoryType@Base" 0.6.0 + (c++)"vtable for Konsole::Emulation@Base" 0.6.0 + (c++)"vtable for Konsole::Filter@Base" 0.6.0 + (c++)"vtable for Konsole::FilterChain@Base" 0.6.0 + (c++)"vtable for Konsole::Filter::HotSpot@Base" 0.6.0 + (c++)"vtable for Konsole::FilterObject@Base" 0.6.0 + (c++)"vtable for Konsole::HistoryFile@Base" 0.6.0 + (c++)"vtable for Konsole::HistoryScroll@Base" 0.6.0 + (c++)"vtable for Konsole::HistoryScrollBlockArray@Base" 0.6.0 + (c++)"vtable for Konsole::HistoryScrollBuffer@Base" 0.6.0 + (c++)"vtable for Konsole::HistoryScrollFile@Base" 0.6.0 + (c++)"vtable for Konsole::HistoryScrollNone@Base" 0.6.0 + (c++)"vtable for Konsole::HistoryType@Base" 0.6.0 + (c++)"vtable for Konsole::HistoryTypeBlockArray@Base" 0.6.0 + (c++)"vtable for Konsole::HistoryTypeBuffer@Base" 0.6.0 + (c++)"vtable for Konsole::HistoryTypeFile@Base" 0.6.0 + (c++)"vtable for Konsole::HistoryTypeNone@Base" 0.6.0 + (c++)"vtable for Konsole::HTMLDecoder@Base" 0.6.0 + (c++)"vtable for Konsole::PlainTextDecoder@Base" 0.6.0 + (c++)"vtable for Konsole::Pty@Base" 0.6.0 + (c++)"vtable for Konsole::RegExpFilter@Base" 0.6.0 + (c++)"vtable for Konsole::RegExpFilter::HotSpot@Base" 0.6.0 + (c++)"vtable for Konsole::ScreenWindow@Base" 0.6.0 + (c++)"vtable for Konsole::Session@Base" 0.6.0 + (c++)"vtable for Konsole::SessionGroup@Base" 0.6.0 + (c++)"vtable for Konsole::TerminalDisplay@Base" 0.6.0 + (c++)"vtable for Konsole::TerminalImageFilterChain@Base" 0.6.0 + (c++)"vtable for Konsole::UrlFilter@Base" 0.6.0 + (c++)"vtable for Konsole::UrlFilter::HotSpot@Base" 0.6.0 + (c++)"vtable for Konsole::Vt102Emulation@Base" 0.6.0 + (c++)"vtable for KProcess@Base" 0.6.0 + (c++)"vtable for KProcessPrivate@Base" 0.6.1~ + (c++)"vtable for KPtyDevice@Base" 0.6.0 + (c++)"vtable for KPtyDevicePrivate@Base" 0.6.0 + (c++)"vtable for KPtyPrivate@Base" 0.6.0 + (c++)"vtable for KPtyProcess@Base" 0.6.0 + (c++)"vtable for KPtyProcessPrivate@Base" 0.6.1~ + (c++)"vtable for QTermWidget@Base" 0.6.0 + (c++)"vtable for SearchBar@Base" 0.6.0 ## optional symbols - (optional|c++)"get_color_schemes_dir()@Base" 0.6.0+20150709 - (optional|c++)"get_kb_layout_dir()@Base" 0.6.0+20150709 - (optional|c++)"moveBlock(_IO_FILE*, int, int, char*)@Base" 0.6.0+20150709 - (optional|c++)"string_width(QString const&)@Base" 0.6.0+20150709 - (optional|c++)"operator+(QString const&, char)@Base" 0.6.0+20150709 - (optional|c++)"QByteArray::~QByteArray()@Base" 0.6.0+20150709 - (optional|c++)"QHash::detach_helper()@Base" 0.6.0+20150709 - (optional|c++)"QHash::findNode(Konsole::Session* const&, unsigned int*) const@Base" 0.6.0+20150709 - (optional|c++)"QHash::detach_helper()@Base" 0.6.0+20150709 - (optional|c++)"QHash::findNode(QString const&, unsigned int*) const@Base" 0.6.0+20150709 - (optional|c++)"QHash::detach_helper()@Base" 0.6.0+20150709 - (optional|c++)"QHash::findNode(QString const&, unsigned int*) const@Base" 0.6.0+20150709 - (optional|c++)"QHash::detach_helper()@Base" 0.6.0+20150709 - (optional|c++)"QHash::findNode(int const&, unsigned int*) const@Base" 0.6.0+20150709 - (optional|c++)"QHash::detach_helper()@Base" 0.6.0+20150709 - (optional|c++)"QHash::findNode(int const&, unsigned int*) const@Base" 0.6.0+20150709 - (optional|c++)"QHash::deleteNode2(QHashData::Node*)@Base" 0.6.0+20150709 - (optional|c++)"QHash::detach_helper()@Base" 0.6.0+20150709 - (optional|c++)"QHash::duplicateNode(QHashData::Node*, void*)@Base" 0.6.0+20150709 - (optional|c++)"QHash::findNode(int const&, unsigned int*) const@Base" 0.6.0+20150709 - (optional|c++)"QHash::~QHash()@Base" 0.6.0+20150709 - (optional|c++)"QHash::deleteNode2(QHashData::Node*)@Base" 0.6.0+20150709 - (optional|c++)"QHash::detach_helper()@Base" 0.6.0+20150709 - (optional|c++)"QHash::duplicateNode(QHashData::Node*, void*)@Base" 0.6.0+20150709 - (optional|c++)"QHash::findNode(unsigned short const&, unsigned int*) const@Base" 0.6.0+20150709 - (optional|c++)"QHash::~QHash()@Base" 0.6.0+20150709 - (optional|c++)"QLinkedList::append(QByteArray const&)@Base" 0.6.0+20150709 - (optional|c++)"QLinkedList::detach_helper2(QLinkedList::iterator)@Base" 0.6.0+20150709 - (optional|c++)"QLinkedList::~QLinkedList()@Base" 0.6.0+20150709 - (optional|c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0+20150709 - (optional|c++)"QList::detach_helper(int)@Base" 0.6.0+20150709 - (optional|c++)"QList::append(Konsole::CompactHistoryBlock* const&)@Base" 0.6.0+20150709 - (optional|c++)"QList::clear()@Base" 0.6.0+20150709 - (optional|c++)"QList::detach_helper(int)@Base" 0.6.0+20150709 - (optional|c++)"QList::append(Konsole::CompactHistoryLine* const&)@Base" 0.6.0+20150709 - (optional|c++)"QList::clear()@Base" 0.6.0+20150709 - (optional|c++)"QList::detach_helper(int)@Base" 0.6.0+20150709 - (optional|c++)"QList::QList(QList const&)@Base" 0.6.0+20150709 - (optional|c++)"QList::append(Konsole::Filter* const&)@Base" 0.6.0+20150709 - (optional|c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0+20150709 - (optional|c++)"QList::detach_helper(int)@Base" 0.6.0+20150709 - (optional|c++)"QList::removeAll(Konsole::Filter* const&)@Base" 0.6.0+20150709 - (optional|c++)"QList::QList(QList const&)@Base" 0.6.0+20150709 - (optional|c++)"QList::append(Konsole::Filter::HotSpot* const&)@Base" 0.6.0+20150709 - (optional|c++)"QList::operator+=(QList const&)@Base" 0.6.0+20150709 - (optional|c++)"QList::append(Konsole::KeyboardTranslator::Entry const&)@Base" 0.6.0+20150709 - (optional|c++)"QList::QList(QList const&)@Base" 0.6.0+20150709 - (optional|c++)"QList::append(Konsole::ScreenWindow* const&)@Base" 0.6.0+20150709 - (optional|c++)"QList::QList(QList const&)@Base" 0.6.0+20150709 - (optional|c++)"QList::append(Konsole::Session* const&)@Base" 0.6.0+20150709 - (optional|c++)"QList::detach_helper(int)@Base" 0.6.0+20150709 - (optional|c++)"QList::QList(QList const&)@Base" 0.6.0+20150709 - (optional|c++)"QList::append(Konsole::TerminalDisplay* const&)@Base" 0.6.0+20150709 - (optional|c++)"QList::detach_helper(int)@Base" 0.6.0+20150709 - (optional|c++)"QList::append(int const&)@Base" 0.6.0+20150709 - (optional|c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0+20150709 - (optional|c++)"QList::detach_helper(int)@Base" 0.6.0+20150709 - (optional|c++)"QList::~QList()@Base" 0.6.0+20150709 - (optional|c++)"QList::QList(QList const&)@Base" 0.6.0+20150709 - (optional|c++)"QList::append(QAction* const&)@Base" 0.6.0+20150709 - (optional|c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0+20150709 - (optional|c++)"QList::append(QString const&)@Base" 0.6.0+20150709 - (optional|c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0+20150709 - (optional|c++)"QList::detach_helper(int)@Base" 0.6.0+20150709 - (optional|c++)"QList::mid(int, int) const@Base" 0.6.0+20150709 - (optional|c++)"QList::~QList()@Base" 0.6.0+20150709 - (optional|c++)"QList::QList(QList const&)@Base" 0.6.0+20150709 - (optional|c++)"QList::removeAll(QString const&)@Base" 0.6.0+20150709 - (optional|c++)"QList::detach_helper(int)@Base" 0.6.0+20150709 - (optional|c++)"QList::~QList()@Base" 0.6.0+20150709 - (optional|c++)"QString::~QString()@Base" 0.6.0+20150709 - (optional|c++)"QVarLengthArray::realloc(int, int)@Base" 0.6.0+20150709 - (optional|c++)"QVector::QVector(int)@Base" 0.6.0+20150709 - (optional|c++)"QVector::insert(Konsole::Character*, int, Konsole::Character const&)@Base" 0.6.0+20150709 - (optional|c++)"QVector::resize(int)@Base" 0.6.0+20150709 - (optional|c++)"QVector::~QVector()@Base" 0.6.0+20150709 - (optional|c++)"QVector::~QVector()@Base" 0.6.0+20150709 - (optional|c++)"QVector::reallocData(int, int, QFlags)@Base" 0.6.0+20150709 - (optional|c++)"QWeakPointer::~QWeakPointer()@Base" 0.6.0+20150709 + (optional|c++)"add_custom_color_scheme_dir(QString const&)@Base" 0.6.1~ + (optional|c++)"get_color_schemes_dirs()@Base" 0.6.1~ + (optional|c++)"get_kb_layout_dir()@Base" 0.6.0 + (optional|c++)"moveBlock(_IO_FILE*, int, int, char*)@Base" 0.6.0 + (optional|c++)"string_width(QString const&)@Base" 0.6.0 + (optional|c++)"operator+(QString const&, char)@Base" 0.6.0 + (optional|c++)"QByteArray::~QByteArray()@Base" 0.6.0 + (optional|c++)"QHash::detach_helper()@Base" 0.6.0 + + (optional|c++)"QHash::findNode(Konsole::Session* const&, unsigned int*) const@Base" 0.6.1~ + (optional|c++)"QHash::findNode(Konsole::Session* const&, unsigned int) const@Base" 0.6.1~ + + (optional|c++)"QHash::remove(Konsole::Session* const&)@Base" 0.6.1~ + (optional|c++)"QHash::detach_helper()@Base" 0.6.0 + (optional|c++)"QHash::findNode(QString const&, unsigned int*) const@Base" 0.6.0 + (optional|c++)"QHash::detach_helper()@Base" 0.6.0 + (optional|c++)"QHash::findNode(QString const&, unsigned int*) const@Base" 0.6.0 + (optional|c++)"QHash::detach_helper()@Base" 0.6.0 + (optional|c++)"QHash::deleteNode2(QHashData::Node*)@Base" 0.6.0 + (optional|c++)"QHash::duplicateNode(QHashData::Node*, void*)@Base" 0.6.0 + + (optional|c++)"QHash::findNode(int const&, unsigned int) const@Base" 0.6.1~ + (optional|c++)"QHash::findNode(int const&, unsigned int) const@Base" 0.6.1~ + + (optional|c++)"QHash::deleteNode2(QHashData::Node*)@Base" 0.6.0 + (optional|c++)"QHash::detach_helper()@Base" 0.6.0 + (optional|c++)"QHash::duplicateNode(QHashData::Node*, void*)@Base" 0.6.0 + (optional|c++)"QLinkedList::append(QByteArray const&)@Base" 0.6.0 + (optional|c++)"QLinkedList::detach_helper2(QLinkedList::iterator)@Base" 0.6.0 + (optional|c++)"QLinkedList::~QLinkedList()@Base" 0.6.0 + (optional|c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0 + (optional|c++)"QList::append(Konsole::CompactHistoryBlock* const&)@Base" 0.6.0 + (optional|c++)"QList::detach_helper(int)@Base" 0.6.0 + (optional|c++)"QList::append(Konsole::CompactHistoryLine* const&)@Base" 0.6.0 + (optional|c++)"QList::detach_helper(int)@Base" 0.6.0 + (optional|c++)"QList::QList(QList const&)@Base" 0.6.0 + (optional|c++)"QList::append(Konsole::Filter* const&)@Base" 0.6.0 + (optional|c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0 + (optional|c++)"QList::detach_helper(int)@Base" 0.6.0 + (optional|c++)"QList::removeAll(Konsole::Filter* const&)@Base" 0.6.0 + (optional|c++)"QList::QList(QList const&)@Base" 0.6.0 + (optional|c++)"QList::append(Konsole::Filter::HotSpot* const&)@Base" 0.6.0 + (optional|c++)"QList::operator+=(QList const&)@Base" 0.6.0 + (optional|c++)"QList::append(Konsole::KeyboardTranslator::Entry const&)@Base" 0.6.0 + (optional|c++)"QList::QList(QList const&)@Base" 0.6.0 + (optional|c++)"QList::append(Konsole::ScreenWindow* const&)@Base" 0.6.0 + (optional|c++)"QList::QList(QList const&)@Base" 0.6.0 + (optional|c++)"QList::append(Konsole::Session* const&)@Base" 0.6.0 + (optional|c++)"QList::QList(QList const&)@Base" 0.6.0 + (optional|c++)"QList::append(Konsole::TerminalDisplay* const&)@Base" 0.6.0 + (optional|c++)"QList::append(int const&)@Base" 0.6.0 + (optional|c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0 + (optional|c++)"QList::~QList()@Base" 0.6.0 + (optional|c++)"QList::append(QAction* const&)@Base" 0.6.0 + (optional|c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0 + (optional|c++)"QList::append(QString const&)@Base" 0.6.0 + (optional|c++)"QList::detach_helper_grow(int, int)@Base" 0.6.0 + (optional|c++)"QList::detach_helper(int)@Base" 0.6.0 + (optional|c++)"QList::mid(int, int) const@Base" 0.6.0 + (optional|c++)"QList::~QList()@Base" 0.6.0 + (optional|c++)"QList::QList(QList const&)@Base" 0.6.0 + (optional|c++)"QList::removeAll(QString const&)@Base" 0.6.0 + (optional|c++)"QList::detach_helper(int)@Base" 0.6.0 + (optional|c++)"QList::~QList()@Base" 0.6.0 + (optional|c++)"QString::~QString()@Base" 0.6.0 + (optional|c++)"QStringList::~QStringList()@Base" 0.6.1~ + (optional|c++)"QVarLengthArray::realloc(int, int)@Base" 0.6.0 + (optional|c++)"QVector::QVector(int)@Base" 0.6.0 + (optional|c++)"QVector::insert(Konsole::Character*, int, Konsole::Character const&)@Base" 0.6.0 + (optional|c++)"QVector::resize(int)@Base" 0.6.0 + (optional|c++)"QVector::~QVector()@Base" 0.6.0 + (optional|c++)"QVector::~QVector()@Base" 0.6.0 + (optional|c++)"QVector::reallocData(int, int, QFlags)@Base" 0.6.0 ## arch-bits=32 - (arch-bits=32|c++)"Konsole::BlockArray::at(unsigned int)@Base" 0.6.0+20150709 - (arch-bits=32|c++)"Konsole::BlockArray::decreaseBuffer(unsigned int)@Base" 0.6.0+20150709 - (arch-bits=32|c++)"Konsole::BlockArray::has(unsigned int) const@Base" 0.6.0+20150709 - (arch-bits=32|c++)"Konsole::BlockArray::setHistorySize(unsigned int)@Base" 0.6.0+20150709 - (arch-bits=32|c++)"Konsole::BlockArray::setSize(unsigned int)@Base" 0.6.0+20150709 - (arch-bits=32|c++)"Konsole::CompactHistoryBlock::allocate(unsigned int)@Base" 0.6.0+20150709 - (arch-bits=32|c++)"Konsole::CompactHistoryBlockList::allocate(unsigned int)@Base" 0.6.0+20150709 - (arch-bits=32|c++)"Konsole::CompactHistoryLine::operator new(unsigned int, Konsole::CompactHistoryBlockList&)@Base" 0.6.0+20150709 - (arch-bits=32|c++)"Konsole::HistoryScrollBlockArray::HistoryScrollBlockArray(unsigned int)@Base" 0.6.0+20150709 - (arch-bits=32|c++)"Konsole::HistoryTypeBlockArray::HistoryTypeBlockArray(unsigned int)@Base" 0.6.0+20150709 + (arch-bits=32|c++)"Konsole::BlockArray::at(unsigned int)@Base" 0.6.0 + (arch-bits=32|c++)"Konsole::BlockArray::decreaseBuffer(unsigned int)@Base" 0.6.0 + (arch-bits=32|c++)"Konsole::BlockArray::has(unsigned int) const@Base" 0.6.0 + (arch-bits=32|c++)"Konsole::BlockArray::setHistorySize(unsigned int)@Base" 0.6.0 + (arch-bits=32|c++)"Konsole::BlockArray::setSize(unsigned int)@Base" 0.6.0 + (arch-bits=32|c++)"Konsole::CompactHistoryBlock::allocate(unsigned int)@Base" 0.6.0 + (arch-bits=32|c++)"Konsole::CompactHistoryBlockList::allocate(unsigned int)@Base" 0.6.0 + (arch-bits=32|c++)"Konsole::CompactHistoryLine::operator new(unsigned int, Konsole::CompactHistoryBlockList&)@Base" 0.6.0 + (arch-bits=32|c++)"Konsole::HistoryScrollBlockArray::HistoryScrollBlockArray(unsigned int)@Base" 0.6.0 + (arch-bits=32|c++)"Konsole::HistoryTypeBlockArray::HistoryTypeBlockArray(unsigned int)@Base" 0.6.0 ## arch-bits=32 optional - (optional|arch-bits=32|c++)"QHash::deleteNode2(QHashData::Node*)@Base" 0.6.0+20150709 - (optional|arch-bits=32|c++)"QHash::detach_helper()@Base" 0.6.0+20150709 - (optional|arch-bits=32|c++)"QHash::duplicateNode(QHashData::Node*, void*)@Base" 0.6.0+20150709 - (optional|arch-bits=32|c++)"QHash::findNode(int const&, unsigned int*) const@Base" 0.6.0+20150709 + (optional|arch-bits=32|c++)"QHash::deleteNode2(QHashData::Node*)@Base" 0.6.0 + (optional|arch-bits=32|c++)"QHash::detach_helper()@Base" 0.6.0 + (optional|arch-bits=32|c++)"QHash::duplicateNode(QHashData::Node*, void*)@Base" 0.6.0 ## arch-bits=64 - (arch-bits=64|c++)"Konsole::BlockArray::at(unsigned long)@Base" 0.6.0+20150709 - (arch-bits=64|c++)"Konsole::BlockArray::decreaseBuffer(unsigned long)@Base" 0.6.0+20150709 - (arch-bits=64|c++)"Konsole::BlockArray::has(unsigned long) const@Base" 0.6.0+20150709 - (arch-bits=64|c++)"Konsole::BlockArray::setHistorySize(unsigned long)@Base" 0.6.0+20150709 - (arch-bits=64|c++)"Konsole::BlockArray::setSize(unsigned long)@Base" 0.6.0+20150709 - (arch-bits=64|c++)"Konsole::CompactHistoryBlock::allocate(unsigned long)@Base" 0.6.0+20150709 - (arch-bits=64|c++)"Konsole::CompactHistoryBlockList::allocate(unsigned long)@Base" 0.6.0+20150709 - (arch-bits=64|c++)"Konsole::CompactHistoryLine::operator new(unsigned long, Konsole::CompactHistoryBlockList&)@Base" 0.6.0+20150709 - (arch-bits=64|c++)"Konsole::HistoryScrollBlockArray::HistoryScrollBlockArray(unsigned long)@Base" 0.6.0+20150709 - (arch-bits=64|c++)"Konsole::HistoryTypeBlockArray::HistoryTypeBlockArray(unsigned long)@Base" 0.6.0+20150709 + (arch-bits=64|c++)"Konsole::BlockArray::at(unsigned long)@Base" 0.6.0 + (arch-bits=64|c++)"Konsole::BlockArray::decreaseBuffer(unsigned long)@Base" 0.6.0 + (arch-bits=64|c++)"Konsole::BlockArray::has(unsigned long) const@Base" 0.6.0 + (arch-bits=64|c++)"Konsole::BlockArray::setHistorySize(unsigned long)@Base" 0.6.0 + (arch-bits=64|c++)"Konsole::BlockArray::setSize(unsigned long)@Base" 0.6.0 + (arch-bits=64|c++)"Konsole::CompactHistoryBlock::allocate(unsigned long)@Base" 0.6.0 + (arch-bits=64|c++)"Konsole::CompactHistoryBlockList::allocate(unsigned long)@Base" 0.6.0 + (arch-bits=64|c++)"Konsole::CompactHistoryLine::operator new(unsigned long, Konsole::CompactHistoryBlockList&)@Base" 0.6.0 + (arch-bits=64|c++)"Konsole::HistoryScrollBlockArray::HistoryScrollBlockArray(unsigned long)@Base" 0.6.0 + (arch-bits=64|c++)"Konsole::HistoryTypeBlockArray::HistoryTypeBlockArray(unsigned long)@Base" 0.6.0 ## arch-bits=64 optional - (optional|arch-bits=64|c++)"QHash::deleteNode2(QHashData::Node*)@Base" 0.6.0+20150709 - (optional|arch-bits=64|c++)"QHash::detach_helper()@Base" 0.6.0+20150709 - (optional|arch-bits=64|c++)"QHash::duplicateNode(QHashData::Node*, void*)@Base" 0.6.0+20150709 - (optional|arch-bits=64|c++)"QHash::findNode(int const&, unsigned int*) const@Base" 0.6.0+20150709 + (optional|arch-bits=64|c++)"QHash::deleteNode2(QHashData::Node*)@Base" 0.6.0 + (optional|arch-bits=64|c++)"QHash::detach_helper()@Base" 0.6.0 + (optional|arch-bits=64|c++)"QHash::duplicateNode(QHashData::Node*, void*)@Base" 0.6.0 ## some really weird symbols ## i don't want do break build with this one, so setting them optional is a good idea for now ## if the symbols file don't fully match, we can refine them with the output of the build - (optional|arch= amd64 arm64 i386 kfreebsd64 m86k powerpc ppc64 ppc64el s390x sh4 sparc64 x32 |c++)"QHash::values() const@Base" 0.6.0+20150709 - (optional|arch= armel armhf alpha hppa mips mipsel mips64el |c++)"QList::append(Konsole::ColorScheme const* const&)@Base" 0.6.0+20150709 + (optional|arch= amd64 arm64 i386 kfreebsd64 m86k powerpc ppc64 ppc64el s390x sh4 sparc64 x32 |c++)"QHash::values() const@Base" 0.6.0 + (optional|arch= armel armhf alpha hppa mips mipsel mips64el |c++)"QList::append(Konsole::ColorScheme const* const&)@Base" 0.6.0 ## missed in arm64, armel, mips, mipsel, powerpc, ppc64el, s390x, alpha, hppa, ## m68k, mips64el, ppc64, sh4, sparc64 - (optional|c++)"QList::operator+=(QList const&)@Base" 0.6.0+20150709 + (optional|c++)"QList::operator+=(QList const&)@Base" 0.6.0 ## missed in armel, mips, mipsel, alpha, hppa, mips64el, sparc64 - (optional|c++)"QHash::keys() const@Base" 0.6.0+20150709 + (optional|c++)"QHash::keys() const@Base" 0.6.0 diff --git a/debian/rules b/debian/rules index 290595d..4a0b6d7 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,15 @@ #!/usr/bin/make -f -#export DH_VERBOSE=1 +# export DH_VERBOSE=1 +export LC_ALL=C.UTF-8 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh ${@} --buildsystem cmake \ - --parallel \ + --parallel\ --fail-missing + +override_dh_auto_configure: + dh_auto_configure -- \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo diff --git a/debian/source/options b/debian/source/options index c510180..112dfc8 100644 --- a/debian/source/options +++ b/debian/source/options @@ -1,2 +1 @@ tar-ignore=.gitignore -tar-ignore=mangled diff --git a/lib/BlockArray.cpp b/lib/BlockArray.cpp index 3f36390..e4ccf8d 100644 --- a/lib/BlockArray.cpp +++ b/lib/BlockArray.cpp @@ -27,7 +27,6 @@ #include "BlockArray.h" // System -#include #include #include #include @@ -57,7 +56,7 @@ BlockArray::BlockArray() BlockArray::~BlockArray() { setHistorySize(0); - assert(!lastblock); + Q_ASSERT(!lastblock); } size_t BlockArray::append(Block * block) @@ -149,7 +148,7 @@ const Block * BlockArray::at(size_t i) size_t j = i; // (current - (index - i) + (index/size+1)*size) % size ; - assert(j < size); + Q_ASSERT(j < size); unmap(); Block * block = (Block *)mmap(0, blocksize, PROT_READ, MAP_PRIVATE, ion, j * blocksize); @@ -218,7 +217,7 @@ bool BlockArray::setHistorySize(size_t newsize) return false; } - assert(!lastblock); + Q_ASSERT(!lastblock); lastblock = new Block(); size = newsize; diff --git a/lib/CharacterColor.h b/lib/CharacterColor.h index 08f44c8..2373783 100644 --- a/lib/CharacterColor.h +++ b/lib/CharacterColor.h @@ -256,13 +256,16 @@ inline bool operator != (const CharacterColor& a, const CharacterColor& b) inline const QColor color256(quint8 u, const ColorEntry* base) { // 0.. 16: system colors - if (u < 8) return base[u+2 ].color; u -= 8; - if (u < 8) return base[u+2+BASE_COLORS].color; u -= 8; + if (u < 8) return base[u+2 ].color; + u -= 8; + if (u < 8) return base[u+2+BASE_COLORS].color; + u -= 8; // 16..231: 6x6x6 rgb color cube if (u < 216) return QColor(((u/36)%6) ? (40*((u/36)%6)+55) : 0, ((u/ 6)%6) ? (40*((u/ 6)%6)+55) : 0, - ((u/ 1)%6) ? (40*((u/ 1)%6)+55) : 0); u -= 216; + ((u/ 1)%6) ? (40*((u/ 1)%6)+55) : 0); + u -= 216; // 232..255: gray, leaving out black and white int gray = u*10+8; return QColor(gray,gray,gray); diff --git a/lib/ColorScheme.cpp b/lib/ColorScheme.cpp index 200b991..8e38043 100644 --- a/lib/ColorScheme.cpp +++ b/lib/ColorScheme.cpp @@ -558,17 +558,13 @@ ColorSchemeManager::~ColorSchemeManager() void ColorSchemeManager::loadAllColorSchemes() { qDebug() << "loadAllColorSchemes"; - int success = 0; int failed = 0; QList nativeColorSchemes = listColorSchemes(); - QListIterator nativeIter(nativeColorSchemes); while ( nativeIter.hasNext() ) { - if ( loadColorScheme( nativeIter.next() ) ) - success++; - else + if ( !loadColorScheme( nativeIter.next() ) ) failed++; } @@ -576,9 +572,7 @@ void ColorSchemeManager::loadAllColorSchemes() QListIterator kde3Iter(kde3ColorSchemes); while ( kde3Iter.hasNext() ) { - if ( loadKDE3ColorScheme( kde3Iter.next() ) ) - success++; - else + if ( !loadKDE3ColorScheme( kde3Iter.next() ) ) failed++; } @@ -650,6 +644,11 @@ bool ColorSchemeManager::loadCustomColorScheme(const QString& path) return false; } +void ColorSchemeManager::addCustomColorSchemeDir(const QString& custom_dir) +{ + add_custom_color_scheme_dir(custom_dir); +} + bool ColorSchemeManager::loadColorScheme(const QString& filePath) { if ( !filePath.endsWith(QLatin1String(".colorscheme")) || !QFile::exists(filePath) ) @@ -686,15 +685,18 @@ bool ColorSchemeManager::loadColorScheme(const QString& filePath) } QList ColorSchemeManager::listKDE3ColorSchemes() { - QString dname(get_color_schemes_dir()); - QDir dir(dname); - QStringList filters; - filters << "*.schema"; - dir.setNameFilters(filters); - QStringList list = dir.entryList(filters); QStringList ret; - foreach(QString i, list) - ret << dname + "/" + i; + for (const QString &scheme_dir : get_color_schemes_dirs()) + { + const QString dname(scheme_dir); + QDir dir(dname); + QStringList filters; + filters << "*.schema"; + dir.setNameFilters(filters); + QStringList list = dir.entryList(filters); + for (const QString &i : list) + ret << dname + "/" + i; + } return ret; //return KGlobal::dirs()->findAllResources("data", // "konsole/*.schema", @@ -703,15 +705,18 @@ QList ColorSchemeManager::listKDE3ColorSchemes() } QList ColorSchemeManager::listColorSchemes() { - QString dname(get_color_schemes_dir()); - QDir dir(dname); - QStringList filters; - filters << "*.colorscheme"; - dir.setNameFilters(filters); - QStringList list = dir.entryList(filters); QStringList ret; - foreach(QString i, list) - ret << dname + "/" + i; + for (const QString &scheme_dir : get_color_schemes_dirs()) + { + const QString dname(scheme_dir); + QDir dir(dname); + QStringList filters; + filters << "*.colorscheme"; + dir.setNameFilters(filters); + QStringList list = dir.entryList(filters); + for (const QString &i : list) + ret << dname + "/" + i; + } return ret; // return KGlobal::dirs()->findAllResources("data", // "konsole/*.colorscheme", @@ -742,12 +747,17 @@ bool ColorSchemeManager::deleteColorScheme(const QString& name) QString ColorSchemeManager::findColorSchemePath(const QString& name) const { // QString path = KStandardDirs::locate("data","konsole/"+name+".colorscheme"); - QString path(get_color_schemes_dir() + "/"+ name + ".colorscheme"); + const QStringList dirs = get_color_schemes_dirs(); + if ( dirs.isEmpty() ) + return QString(); + + const QString dir = dirs.first(); + QString path(dir + "/"+ name + ".colorscheme"); if ( !path.isEmpty() ) - return path; + return path; //path = KStandardDirs::locate("data","konsole/"+name+".schema"); - path = get_color_schemes_dir() + "/"+ name + ".schema"; + path = dir + "/"+ name + ".schema"; return path; } @@ -777,12 +787,8 @@ const ColorScheme* ColorSchemeManager::findColorScheme(const QString& name) return 0; } } - -ColorSchemeManager* ColorSchemeManager::theColorSchemeManager = 0; -//K_GLOBAL_STATIC( ColorSchemeManager , theColorSchemeManager ) +Q_GLOBAL_STATIC(ColorSchemeManager, theColorSchemeManager) ColorSchemeManager* ColorSchemeManager::instance() { - if (! theColorSchemeManager) - theColorSchemeManager = new ColorSchemeManager(); return theColorSchemeManager; } diff --git a/lib/ColorScheme.h b/lib/ColorScheme.h index 5f2b77e..f9e619b 100644 --- a/lib/ColorScheme.h +++ b/lib/ColorScheme.h @@ -327,6 +327,14 @@ public: * @return Whether the color scheme is loaded successfully. */ bool loadCustomColorScheme(const QString& path); + + /** + * @brief Allows to add a custom location of color schemes. + * + * @param[in] custom_dir Custom location of color schemes (must end with /). + */ + void addCustomColorSchemeDir(const QString& custom_dir); + private: // loads a color scheme from a KDE 4+ .colorscheme file bool loadColorScheme(const QString& path); @@ -348,8 +356,6 @@ private: bool _haveLoadedAll; static const ColorScheme _defaultColorScheme; - - static ColorSchemeManager * theColorSchemeManager; }; } diff --git a/lib/Emulation.cpp b/lib/Emulation.cpp index cbfdbf8..42155ba 100644 --- a/lib/Emulation.cpp +++ b/lib/Emulation.cpp @@ -23,7 +23,6 @@ #include "Emulation.h" // System -#include #include #include #include @@ -55,7 +54,8 @@ Emulation::Emulation() : _codec(0), _decoder(0), _keyTranslator(0), - _usesMouse(false) + _usesMouse(false), + _bracketedPasteMode(false) { // create screens with a default size _screen[0] = new Screen(40,80); @@ -66,8 +66,10 @@ Emulation::Emulation() : QObject::connect(&_bulkTimer2, SIGNAL(timeout()), this, SLOT(showBulk()) ); // listen for mouse status changes - connect( this , SIGNAL(programUsesMouseChanged(bool)) , - SLOT(usesMouseChanged(bool)) ); + connect(this , SIGNAL(programUsesMouseChanged(bool)) , + SLOT(usesMouseChanged(bool))); + connect(this , SIGNAL(programBracketedPasteModeChanged(bool)) , + SLOT(bracketedPasteModeChanged(bool))); } bool Emulation::programUsesMouse() const @@ -80,6 +82,16 @@ void Emulation::usesMouseChanged(bool usesMouse) _usesMouse = usesMouse; } +bool Emulation::programBracketedPasteMode() const +{ + return _bracketedPasteMode; +} + +void Emulation::bracketedPasteModeChanged(bool bracketedPasteMode) +{ + _bracketedPasteMode = bracketedPasteMode; +} + ScreenWindow* Emulation::createWindow() { ScreenWindow* window = new ScreenWindow(); diff --git a/lib/Emulation.h b/lib/Emulation.h index cb680ef..57802d9 100644 --- a/lib/Emulation.h +++ b/lib/Emulation.h @@ -218,6 +218,8 @@ public: */ bool programUsesMouse() const; + bool programBracketedPasteMode() const; + public slots: /** Change the size of the emulation's image */ @@ -325,6 +327,8 @@ signals: */ void programUsesMouseChanged(bool usesMouse); + void programBracketedPasteModeChanged(bool bracketedPasteMode); + /** * Emitted when the contents of the screen image change. * The emulation buffers the updates from successive image changes, @@ -471,8 +475,11 @@ private slots: void usesMouseChanged(bool usesMouse); + void bracketedPasteModeChanged(bool bracketedPasteMode); + private: bool _usesMouse; + bool _bracketedPasteMode; QTimer _bulkTimer1; QTimer _bulkTimer2; diff --git a/lib/History.cpp b/lib/History.cpp index 476d616..e16531f 100644 --- a/lib/History.cpp +++ b/lib/History.cpp @@ -24,7 +24,6 @@ // System #include #include -#include #include #include #include @@ -110,7 +109,7 @@ HistoryFile::~HistoryFile() //to avoid this. void HistoryFile::map() { - assert( fileMap == 0 ); + Q_ASSERT( fileMap == 0 ); fileMap = (char*)mmap( 0 , length , PROT_READ , MAP_PRIVATE , ion , 0 ); @@ -119,14 +118,14 @@ void HistoryFile::map() { readWriteBalance = 0; fileMap = 0; - qDebug() << __FILE__ << __LINE__ << ": mmap'ing history failed. errno = " << errno; + //qDebug() << __FILE__ << __LINE__ << ": mmap'ing history failed. errno = " << errno; } } void HistoryFile::unmap() { int result = munmap( fileMap , length ); - assert( result == 0 ); Q_UNUSED( result ); + Q_ASSERT( result == 0 ); Q_UNUSED( result ); fileMap = 0; } @@ -502,7 +501,7 @@ void HistoryScrollBlockArray::getCells(int lineno, int colno, return; } - assert(((colno + count) * sizeof(Character)) < ENTRIES); + Q_ASSERT(((colno + count) * sizeof(Character)) < ENTRIES); memcpy(res, b->data + (colno * sizeof(Character)), count * sizeof(Character)); } @@ -513,7 +512,7 @@ void HistoryScrollBlockArray::addCells(const Character a[], int count) if (!b) return; // put cells in block's data - assert((count * sizeof(Character)) < ENTRIES); + Q_ASSERT((count * sizeof(Character)) < ENTRIES); memset(b->data, 0, ENTRIES); @@ -521,7 +520,7 @@ void HistoryScrollBlockArray::addCells(const Character a[], int count) b->size = count * sizeof(Character); size_t res = m_blockArray.newBlock(); - assert (res > 0); + Q_ASSERT(res > 0); Q_UNUSED( res ); m_lineLengths.insert(m_blockArray.getCurrent(), count); @@ -634,7 +633,6 @@ CompactHistoryLine::CompactHistoryLine ( const TextLine& line, CompactHistoryBlo Q_ASSERT (text!=NULL); length=line.size(); - formatLength=formatLength; wrapped=false; // record formats and their positions in the format array diff --git a/lib/KeyboardTranslator.cpp b/lib/KeyboardTranslator.cpp index 66e1a4e..856fadb 100644 --- a/lib/KeyboardTranslator.cpp +++ b/lib/KeyboardTranslator.cpp @@ -884,11 +884,8 @@ bool KeyboardTranslatorManager::deleteTranslator(const QString& name) return false; } } -//K_GLOBAL_STATIC( KeyboardTranslatorManager , theKeyboardTranslatorManager ) -KeyboardTranslatorManager* KeyboardTranslatorManager::theKeyboardTranslatorManager = 0; +Q_GLOBAL_STATIC( KeyboardTranslatorManager , theKeyboardTranslatorManager ) KeyboardTranslatorManager* KeyboardTranslatorManager::instance() { - if (! theKeyboardTranslatorManager) - theKeyboardTranslatorManager = new KeyboardTranslatorManager(); return theKeyboardTranslatorManager; } diff --git a/lib/KeyboardTranslator.h b/lib/KeyboardTranslator.h index c63060d..37efc10 100644 --- a/lib/KeyboardTranslator.h +++ b/lib/KeyboardTranslator.h @@ -456,6 +456,9 @@ public: KeyboardTranslatorManager(); ~KeyboardTranslatorManager(); + KeyboardTranslatorManager(const KeyboardTranslatorManager&) = delete; + KeyboardTranslatorManager& operator=(const KeyboardTranslatorManager&) = delete; + /** * Adds a new translator. If a translator with the same name * already exists, it will be replaced by the new translator. @@ -507,8 +510,6 @@ private: QHash _translators; // maps translator-name -> KeyboardTranslator // instance bool _haveLoadedAll; - - static KeyboardTranslatorManager * theKeyboardTranslatorManager; }; inline int KeyboardTranslator::Entry::keyCode() const { return _keyCode; } diff --git a/lib/Screen.cpp b/lib/Screen.cpp index 9ba0768..fa03652 100644 --- a/lib/Screen.cpp +++ b/lib/Screen.cpp @@ -27,7 +27,6 @@ #include #include #include -#include #include #include @@ -1177,7 +1176,7 @@ int Screen::copyLineToStream(int line , static const int MAX_CHARS = 1024; static Character characterBuffer[MAX_CHARS]; - assert( count < MAX_CHARS ); + Q_ASSERT( count < MAX_CHARS ); LineProperty currentLineProperties = 0; @@ -1202,9 +1201,9 @@ int Screen::copyLineToStream(int line , } // safety checks - assert( start >= 0 ); - assert( count >= 0 ); - assert( (start+count) <= history->getLineLen(line) ); + Q_ASSERT( start >= 0 ); + Q_ASSERT( count >= 0 ); + Q_ASSERT( (start+count) <= history->getLineLen(line) ); history->getCells(line,start,count,characterBuffer); @@ -1216,7 +1215,7 @@ int Screen::copyLineToStream(int line , if ( count == -1 ) count = columns - start; - assert( count >= 0 ); + Q_ASSERT( count >= 0 ); const int screenLine = line-history->getLines(); diff --git a/lib/Session.cpp b/lib/Session.cpp index f25d3d6..2e3e4ce 100644 --- a/lib/Session.cpp +++ b/lib/Session.cpp @@ -26,7 +26,6 @@ #include "Session.h" // Standard -#include #include // Qt @@ -186,6 +185,11 @@ void Session::addView(TerminalDisplay * widget) widget->setUsesMouse( _emulation->programUsesMouse() ); + connect( _emulation , SIGNAL(programBracketedPasteModeChanged(bool)) , + widget , SLOT(setBracketedPasteMode(bool)) ); + + widget->setBracketedPasteMode(_emulation->programBracketedPasteMode()); + widget->setScreenWindow(_emulation->createWindow()); } @@ -343,7 +347,7 @@ void Session::setUserTitle( int what, const QString & caption ) if (what == 11) { QString colorString = caption.section(';',0,0); - qDebug() << __FILE__ << __LINE__ << ": setting background colour to " << colorString; + //qDebug() << __FILE__ << __LINE__ << ": setting background colour to " << colorString; QColor backColor = QColor(colorString); if (backColor.isValid()) { // change color via \033]11;Color\007 if (backColor != _modifiedBackground) { diff --git a/lib/TerminalDisplay.cpp b/lib/TerminalDisplay.cpp index b3511f5..c524802 100644 --- a/lib/TerminalDisplay.cpp +++ b/lib/TerminalDisplay.cpp @@ -318,7 +318,7 @@ TerminalDisplay::TerminalDisplay(QWidget *parent) ,_lineSelectionMode(false) ,_preserveLineBreaks(false) ,_columnSelectionMode(false) -,_scrollbarLocation(NoScrollBar) +,_scrollbarLocation(QTermWidget::NoScrollBar) ,_wordCharacters(":@-./_~") ,_bellMode(SystemBeepBell) ,_blinking(false) @@ -338,7 +338,7 @@ TerminalDisplay::TerminalDisplay(QWidget *parent) ,_colorsInverted(false) ,_blendColor(qRgba(0,0,0,0xff)) ,_filterChain(new TerminalImageFilterChain()) -,_cursorShape(BlockCursor) +,_cursorShape(QTermWidget::BlockCursor) ,mMotionAfterPasting(NoMoveScreenWindow) { // terminal applications are not designed with Right-To-Left in mind, @@ -371,6 +371,7 @@ TerminalDisplay::TerminalDisplay(QWidget *parent) // KCursor::setAutoHideCursor( this, true ); setUsesMouse(true); + setBracketedPasteMode(false); setColorTable(base_color_table); setMouseTracking(true); @@ -552,11 +553,11 @@ void TerminalDisplay::drawLineCharString( QPainter& painter, int x, int y, co painter.setPen( currentPen ); } -void TerminalDisplay::setKeyboardCursorShape(KeyboardCursorShape shape) +void TerminalDisplay::setKeyboardCursorShape(QTermWidget::KeyboardCursorShape shape) { _cursorShape = shape; } -TerminalDisplay::KeyboardCursorShape TerminalDisplay::keyboardCursorShape() const +QTermWidget::KeyboardCursorShape TerminalDisplay::keyboardCursorShape() const { return _cursorShape; } @@ -643,7 +644,7 @@ void TerminalDisplay::drawCursor(QPainter& painter, else painter.setPen(foregroundColor); - if ( _cursorShape == BlockCursor ) + if ( _cursorShape == QTermWidget::BlockCursor ) { // draw the cursor outline, adjusting the area so that // it is draw entirely inside 'rect' @@ -665,12 +666,12 @@ void TerminalDisplay::drawCursor(QPainter& painter, } } } - else if ( _cursorShape == UnderlineCursor ) + else if ( _cursorShape == QTermWidget::UnderlineCursor ) painter.drawLine(cursorRect.left(), cursorRect.bottom(), cursorRect.right(), cursorRect.bottom()); - else if ( _cursorShape == IBeamCursor ) + else if ( _cursorShape == QTermWidget::IBeamCursor ) painter.drawLine(cursorRect.left(), cursorRect.top(), cursorRect.left(), @@ -833,7 +834,7 @@ void TerminalDisplay::scrollImage(int lines , const QRect& screenWindowRegion) int scrollBarWidth = _scrollBar->isHidden() ? 0 : _scrollBar->width(); const int SCROLLBAR_CONTENT_GAP = 1; QRect scrollRect; - if ( _scrollbarLocation == ScrollBarLeft ) + if ( _scrollbarLocation == QTermWidget::ScrollBarLeft ) { scrollRect.setLeft(scrollBarWidth+SCROLLBAR_CONTENT_GAP); scrollRect.setRight(width()); @@ -1290,7 +1291,7 @@ void TerminalDisplay::paintFilters(QPainter& painter) QPoint cursorPos = mapFromGlobal(QCursor::pos()); int cursorLine; int cursorColumn; - int scrollBarWidth = (_scrollbarLocation == ScrollBarLeft) ? _scrollBar->width() : 0; + int scrollBarWidth = (_scrollbarLocation == QTermWidget::ScrollBarLeft) ? _scrollBar->width() : 0; getCharacterPosition( cursorPos , cursorLine , cursorColumn ); Character cursorCharacter = _image[loc(cursorColumn,cursorLine)]; @@ -1717,12 +1718,12 @@ void TerminalDisplay::scrollToEnd() _screenWindow->setTrackOutput( _screenWindow->atEndOfOutput() ); } -void TerminalDisplay::setScrollBarPosition(ScrollBarPosition position) +void TerminalDisplay::setScrollBarPosition(QTermWidget::ScrollBarPosition position) { if (_scrollbarLocation == position) return; - if ( position == NoScrollBar ) + if ( position == QTermWidget::NoScrollBar ) _scrollBar->hide(); else _scrollBar->show(); @@ -1827,7 +1828,7 @@ void TerminalDisplay::mouseMoveEvent(QMouseEvent* ev) { int charLine = 0; int charColumn = 0; - int scrollBarWidth = (_scrollbarLocation == ScrollBarLeft) ? _scrollBar->width() : 0; + int scrollBarWidth = (_scrollbarLocation == QTermWidget::ScrollBarLeft) ? _scrollBar->width() : 0; getCharacterPosition(ev->pos(),charLine,charColumn); @@ -2487,6 +2488,15 @@ bool TerminalDisplay::usesMouse() const return _mouseMarks; } +void TerminalDisplay::setBracketedPasteMode(bool on) +{ + _bracketedPasteMode = on; +} +bool TerminalDisplay::bracketedPasteMode() const +{ + return _bracketedPasteMode; +} + /* ------------------------------------------------------------------------- */ /* */ /* Clipboard */ @@ -2508,6 +2518,11 @@ void TerminalDisplay::emitSelection(bool useXselection,bool appendReturn) if ( ! text.isEmpty() ) { text.replace('\n', '\r'); + if ( bracketedPasteMode() ) + { + text.prepend("\e[200~"); + text.append("\e[201~"); + } QKeyEvent e(QEvent::KeyPress, 0, Qt::NoModifier, text); emit keyPressedSignal(&e); // expose as a big fat keypress event @@ -2841,16 +2856,16 @@ void TerminalDisplay::calcGeometry() _scrollBar->resize(_scrollBar->sizeHint().width(), contentsRect().height()); switch(_scrollbarLocation) { - case NoScrollBar : + case QTermWidget::NoScrollBar : _leftMargin = DEFAULT_LEFT_MARGIN; _contentWidth = contentsRect().width() - 2 * DEFAULT_LEFT_MARGIN; break; - case ScrollBarLeft : + case QTermWidget::ScrollBarLeft : _leftMargin = DEFAULT_LEFT_MARGIN + _scrollBar->width(); _contentWidth = contentsRect().width() - 2 * DEFAULT_LEFT_MARGIN - _scrollBar->width(); _scrollBar->move(contentsRect().topLeft()); break; - case ScrollBarRight: + case QTermWidget::ScrollBarRight: _leftMargin = DEFAULT_LEFT_MARGIN; _contentWidth = contentsRect().width() - 2 * DEFAULT_LEFT_MARGIN - _scrollBar->width(); _scrollBar->move(contentsRect().topRight() - QPoint(_scrollBar->width()-1,0)); diff --git a/lib/TerminalDisplay.h b/lib/TerminalDisplay.h index cf4e4bb..22d5b3d 100644 --- a/lib/TerminalDisplay.h +++ b/lib/TerminalDisplay.h @@ -29,6 +29,7 @@ // Konsole #include "Filter.h" #include "Character.h" +#include "qtermwidget.h" //#include "konsole_export.h" #define KONSOLEPRIVATE_EXPORT @@ -102,23 +103,11 @@ public: /** Sets the opacity of the terminal display. */ void setOpacity(qreal opacity); - /** - * This enum describes the location where the scroll bar is positioned in the display widget. - */ - enum ScrollBarPosition - { - /** Do not show the scroll bar. */ - NoScrollBar=0, - /** Show the scroll bar on the left side of the display. */ - ScrollBarLeft=1, - /** Show the scroll bar on the right side of the display. */ - ScrollBarRight=2 - }; /** * Specifies whether the terminal display has a vertical scroll bar, and if so whether it * is shown on the left or right side of the display. */ - void setScrollBarPosition(ScrollBarPosition position); + void setScrollBarPosition(QTermWidget::ScrollBarPosition position); /** * Sets the current position and range of the display's scroll bar. @@ -200,25 +189,6 @@ public: void emitSelection(bool useXselection,bool appendReturn); - /** - * This enum describes the available shapes for the keyboard cursor. - * See setKeyboardCursorShape() - */ - enum KeyboardCursorShape - { - /** A rectangular block which covers the entire area of the cursor character. */ - BlockCursor, - /** - * A single flat line which occupies the space at the bottom of the cursor - * character's area. - */ - UnderlineCursor, - /** - * An cursor shaped like the capital letter 'I', similar to the IBeam - * cursor used in Qt/KDE text editors. - */ - IBeamCursor - }; /** * Sets the shape of the keyboard cursor. This is the cursor drawn * at the position in the terminal where keyboard input will appear. @@ -229,11 +199,11 @@ public: * * Defaults to BlockCursor */ - void setKeyboardCursorShape(KeyboardCursorShape shape); + void setKeyboardCursorShape(QTermWidget::KeyboardCursorShape shape); /** * Returns the shape of the keyboard cursor. See setKeyboardCursorShape() */ - KeyboardCursorShape keyboardCursorShape() const; + QTermWidget::KeyboardCursorShape keyboardCursorShape() const; /** * Sets the color used to draw the keyboard cursor. @@ -505,6 +475,9 @@ public slots: /** See setUsesMouse() */ bool usesMouse() const; + void setBracketedPasteMode(bool bracketedPasteMode); + bool bracketedPasteMode() const; + /** * Shows a notification that a bell event has occurred in the terminal. * TODO: More documentation here @@ -757,6 +730,7 @@ private: bool _terminalSizeStartup; bool _bidiEnabled; bool _mouseMarks; + bool _bracketedPasteMode; QPoint _iPntSel; // initial selection point QPoint _pntSel; // current selection point @@ -769,7 +743,7 @@ private: QClipboard* _clipboard; QScrollBar* _scrollBar; - ScrollBarPosition _scrollbarLocation; + QTermWidget::ScrollBarPosition _scrollbarLocation; QString _wordCharacters; int _bellMode; @@ -814,7 +788,7 @@ private: TerminalImageFilterChain* _filterChain; QRegion _mouseOverHotspotArea; - KeyboardCursorShape _cursorShape; + QTermWidget::KeyboardCursorShape _cursorShape; // custom cursor color. if this is invalid then the foreground // color of the character under the cursor is used diff --git a/lib/Vt102Emulation.cpp b/lib/Vt102Emulation.cpp index 38c6bfd..f3bf1f9 100644 --- a/lib/Vt102Emulation.cpp +++ b/lib/Vt102Emulation.cpp @@ -40,7 +40,6 @@ // Standard #include #include -#include // Qt #include @@ -1170,6 +1169,7 @@ void Vt102Emulation::resetModes() resetMode(MODE_Mouse1001); saveMode(MODE_Mouse1001); resetMode(MODE_Mouse1002); saveMode(MODE_Mouse1002); resetMode(MODE_Mouse1003); saveMode(MODE_Mouse1003); + resetMode(MODE_BracketedPaste); saveMode(MODE_BracketedPaste); resetMode(MODE_AppScreen); saveMode(MODE_AppScreen); resetMode(MODE_AppCuKeys); saveMode(MODE_AppCuKeys); @@ -1193,7 +1193,11 @@ void Vt102Emulation::setMode(int m) case MODE_Mouse1001: case MODE_Mouse1002: case MODE_Mouse1003: - emit programUsesMouseChanged(false); + emit programUsesMouseChanged(false); + break; + + case MODE_BracketedPaste: + emit programBracketedPasteModeChanged(true); break; case MODE_AppScreen : _screen[1]->clearSelection(); @@ -1223,6 +1227,10 @@ void Vt102Emulation::resetMode(int m) emit programUsesMouseChanged(true); break; + case MODE_BracketedPaste: + emit programBracketedPasteModeChanged(false); + break; + case MODE_AppScreen : _screen[0]->clearSelection(); setScreen(0); diff --git a/lib/kprocess.h b/lib/kprocess.h index babcc2a..ec90721 100644 --- a/lib/kprocess.h +++ b/lib/kprocess.h @@ -355,6 +355,9 @@ protected: openMode(QIODevice::ReadWrite) { } + virtual ~KProcessPrivate() + { + } void writeAll(const QByteArray &buf, int fd); void forwardStd(KProcess::ProcessChannel good, int fd); void _k_forwardStdout(); diff --git a/lib/kpty.h b/lib/kpty.h index 24457a5..ab34f6e 100644 --- a/lib/kpty.h +++ b/lib/kpty.h @@ -25,7 +25,7 @@ #include -struct KPtyPrivate; +class KPtyPrivate; struct termios; /** diff --git a/lib/kpty_p.h b/lib/kpty_p.h index 3f6bb88..4f865b8 100644 --- a/lib/kpty_p.h +++ b/lib/kpty_p.h @@ -27,7 +27,8 @@ #include -struct KPtyPrivate { +class KPtyPrivate { +public: Q_DECLARE_PUBLIC(KPty) diff --git a/lib/kptydevice.h b/lib/kptydevice.h index 3ef8d17..0fccd62 100644 --- a/lib/kptydevice.h +++ b/lib/kptydevice.h @@ -41,7 +41,7 @@ class QSocketNotifier; #define Q_DECLARE_PRIVATE_MI(Class, SuperClass) \ inline Class##Private* d_func() { return reinterpret_cast(SuperClass::d_ptr); } \ inline const Class##Private* d_func() const { return reinterpret_cast(SuperClass::d_ptr); } \ - friend class Class##Private; + friend struct Class##Private; /** * Encapsulates KPty into a QIODevice, so it can be used with Q*Stream, etc. diff --git a/lib/kptyprocess.h b/lib/kptyprocess.h index 15e4de4..1270c47 100644 --- a/lib/kptyprocess.h +++ b/lib/kptyprocess.h @@ -37,7 +37,7 @@ class KPtyDevice; -struct KPtyProcessPrivate; +class KPtyProcessPrivate; /** * This class extends KProcess by support for PTYs (pseudo TTYs). @@ -155,7 +155,8 @@ private: // private data // ////////////////// -struct KPtyProcessPrivate : KProcessPrivate { +class KPtyProcessPrivate : public KProcessPrivate { +public: KPtyProcessPrivate() : ptyChannels(KPtyProcess::NoChannels), addUtmp(false) diff --git a/lib/qtermwidget.cpp b/lib/qtermwidget.cpp index 126025a..fdbd384 100644 --- a/lib/qtermwidget.cpp +++ b/lib/qtermwidget.cpp @@ -296,11 +296,13 @@ void QTermWidget::init(int startnow) m_searchBar->setFont(font); setScrollBarPosition(NoScrollBar); + setKeyboardCursorShape(BlockCursor); m_impl->m_session->addView(m_impl->m_terminalDisplay); connect(m_impl->m_session, SIGNAL(resizeRequest(QSize)), this, SLOT(setSize(QSize))); connect(m_impl->m_session, SIGNAL(finished()), this, SLOT(sessionFinished())); + connect(m_impl->m_session, SIGNAL(titleChanged()), this, SLOT(sessionTitleChanged())); } @@ -432,6 +434,11 @@ QStringList QTermWidget::availableColorSchemes() return ret; } +void QTermWidget::addCustomColorSchemeDir(const QString& custom_dir) +{ + ColorSchemeManager::instance()->addCustomColorSchemeDir(custom_dir); +} + void QTermWidget::setSize(const QSize &size) { if (!m_impl->m_terminalDisplay) @@ -451,7 +458,7 @@ void QTermWidget::setScrollBarPosition(ScrollBarPosition pos) { if (!m_impl->m_terminalDisplay) return; - m_impl->m_terminalDisplay->setScrollBarPosition((TerminalDisplay::ScrollBarPosition)pos); + m_impl->m_terminalDisplay->setScrollBarPosition(pos); } void QTermWidget::scrollToEnd() @@ -478,6 +485,11 @@ void QTermWidget::sessionFinished() emit finished(); } +void QTermWidget::sessionTitleChanged() +{ + emit titleChanged(); +} + void QTermWidget::copyClipboard() { @@ -641,3 +653,20 @@ int QTermWidget::getPtySlaveFd() const { return m_impl->m_session->getPtySlaveFd(); } + +void QTermWidget::setKeyboardCursorShape(KeyboardCursorShape shape) +{ + if (!m_impl->m_terminalDisplay) + return; + m_impl->m_terminalDisplay->setKeyboardCursorShape(shape); +} + +QString QTermWidget::userTitle() const +{ + return m_impl->m_session->userTitle(); +} + +QString QTermWidget::iconText() const +{ + return m_impl->m_session->iconText(); +} diff --git a/lib/qtermwidget.h b/lib/qtermwidget.h index f442b16..1ecbc51 100644 --- a/lib/qtermwidget.h +++ b/lib/qtermwidget.h @@ -32,13 +32,35 @@ class QTermWidget : public QWidget { Q_OBJECT public: + /** + * This enum describes the location where the scroll bar is positioned in the display widget. + */ enum ScrollBarPosition { /** Do not show the scroll bar. */ - NoScrollBar=0, + NoScrollBar = 0, /** Show the scroll bar on the left side of the display. */ - ScrollBarLeft=1, + ScrollBarLeft = 1, /** Show the scroll bar on the right side of the display. */ - ScrollBarRight=2 + ScrollBarRight = 2 + }; + + /** + * This enum describes the available shapes for the keyboard cursor. + * See setKeyboardCursorShape() + */ + enum KeyboardCursorShape { + /** A rectangular block which covers the entire area of the cursor character. */ + BlockCursor = 0, + /** + * A single flat line which occupies the space at the bottom of the cursor + * character's area. + */ + UnderlineCursor = 1, + /** + * An cursor shaped like the capital letter 'I', similar to the IBeam + * cursor used in Qt/KDE text editors. + */ + IBeamCursor = 2 }; //Creation of widget @@ -98,6 +120,7 @@ public: */ void setColorScheme(const QString & name); static QStringList availableColorSchemes(); + static void addCustomColorSchemeDir(const QString& custom_dir); // History size for scrolling void setHistorySize(int lines); //infinite if lines < 0 @@ -176,6 +199,15 @@ public: */ int getPtySlaveFd() const; + /** + * Sets the shape of the keyboard cursor. This is the cursor drawn + * at the position in the terminal where keyboard input will appear. + */ + void setKeyboardCursorShape(KeyboardCursorShape shape); + + QString userTitle() const; + QString iconText() const; + signals: void finished(); void copyAvailable(bool); @@ -199,6 +231,8 @@ signals: */ void sendData(const char *,int); + void titleChanged(); + public slots: // Copy selection to clipboard void copyClipboard(); @@ -231,6 +265,7 @@ protected: protected slots: void sessionFinished(); + void sessionTitleChanged(); void selectionChanged(bool textSelected); private slots: diff --git a/lib/tools.cpp b/lib/tools.cpp index 487495d..d7054ea 100644 --- a/lib/tools.cpp +++ b/lib/tools.cpp @@ -43,36 +43,61 @@ QString get_kb_layout_dir() #endif // BUNDLE_KEYBOARDLAYOUTS } -/*! Helper function to get possible location of layout files. +/*! Helper function to add custom location of color schemes. +*/ +namespace { + QStringList custom_color_schemes_dirs; +} +void add_custom_color_scheme_dir(const QString& custom_dir) +{ + if (!custom_color_schemes_dirs.contains(custom_dir)) + custom_color_schemes_dirs << custom_dir; +} + +/*! Helper function to get possible locations of color schemes. By default the COLORSCHEMES_DIR is used (linux/BSD/macports). But in some cases (apple bundle) there can be more locations). */ -QString get_color_schemes_dir() +const QStringList get_color_schemes_dirs() { #ifdef BUNDLE_COLORSCHEMES return QLatin1String(":/"); #else // qDebug() << __FILE__ << __FUNCTION__; - QString rval = ""; + QStringList rval; QString k(COLORSCHEMES_DIR); QDir d(k); // qDebug() << "default COLORSCHEMES_DIR: " << k; if (d.exists()) - rval = k.append("/"); + rval << k.append("/"); // subdir in the app location d.setPath(QCoreApplication::applicationDirPath() + "/color-schemes/"); //qDebug() << d.path(); if (d.exists()) - rval = QCoreApplication::applicationDirPath() + "/color-schemes/"; + { + if (!rval.isEmpty()) + rval.clear(); + rval << (QCoreApplication::applicationDirPath() + "/color-schemes/"); + } #ifdef Q_WS_MAC d.setPath(QCoreApplication::applicationDirPath() + "/../Resources/color-schemes/"); if (d.exists()) - rval = QCoreApplication::applicationDirPath() + "/../Resources/color-schemes/"; + { + if (!rval.isEmpty()) + rval.clear(); + rval << (QCoreApplication::applicationDirPath() + "/../Resources/color-schemes/"); + } #endif + for (const QString& custom_dir : custom_color_schemes_dirs) + { + d.setPath(custom_dir); + if (d.exists()) + rval << custom_dir; + } #ifdef QT_DEBUG if(!rval.isEmpty()) { qDebug() << "Using color-schemes: " << rval; diff --git a/lib/tools.h b/lib/tools.h index b24d88f..455037e 100644 --- a/lib/tools.h +++ b/lib/tools.h @@ -2,9 +2,10 @@ #define TOOLS_H #include +#include QString get_kb_layout_dir(); -QString get_color_schemes_dir(); - +void add_custom_color_scheme_dir(const QString& custom_dir); +const QStringList get_color_schemes_dirs(); #endif diff --git a/pyqt/README.md b/pyqt/README.md new file mode 100644 index 0000000..71e8758 --- /dev/null +++ b/pyqt/README.md @@ -0,0 +1,34 @@ +PyQt5 Bindings for QTermWidget +============================== + + +INSTALL: +------------ +####1. Download QTermWidget -> https://github.com/lxde/qtermwidget + +####2. Compile and install it: + $ mkdir build && cd build + $ cmake .. + $ make + $ sudo make install +If `make install` command will not work just copy the `qtermwidget.so*` files to /usr/lib directory. +####3. Install PyQt5 and PyQt5-devel if not yet installed. +####4. Configure, compile and install bindings. Execute in terminal in the qtermwidget bindings folder: + + $ python config.py + $ make + $ sudo make install + +####5. You can run ./test.py to test the installed module. + + +ABOUT: +--------- +Based on previous PyQt4 bindings by: +- Piotr "Riklaunim" Maliński , +- Alexander Slesarev + + +PyQt5 QTermWidget Bindings +License: GPL3 + diff --git a/pyqt/config-old.py b/pyqt/config-old.py new file mode 100755 index 0000000..b5eb76e --- /dev/null +++ b/pyqt/config-old.py @@ -0,0 +1,85 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +# PyQt4 bindings for th QTermWidget project. +# +# Copyright (C) 2009 Piotr "Riklaunim" Maliński , +# Alexander Slesarev +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +import os +import sipconfig +from PyQt4 import pyqtconfig + +# The name of the SIP build file generated by SIP and used by the build +# system. +build_file = "qtermwidget.sbf" + +# Get the PyQt configuration information. +config = pyqtconfig.Configuration() + +# Get the extra SIP flags needed by the imported qt module. Note that +# this normally only includes those flags (-x and -t) that relate to SIP's +# versioning system. +qt_sip_flags = config.pyqt_sip_flags + +# Run SIP to generate the code. Note that we tell SIP where to find the qt +# module's specification files using the -I flag. +os.system(" ".join([config.sip_bin, "-c", ".", "-b", build_file, "-I", + config.pyqt_sip_dir, qt_sip_flags, "qtermwidget.sip"])) + +# We are going to install the SIP specification file for this module and +# its configuration module. +installs = [] + +installs.append(["qtermwidget.sip", os.path.join(config.default_sip_dir, + "qtermwidget")]) + +installs.append(["qtermwidgetconfig.py", config.default_mod_dir]) + +# Create the Makefile. The QtModuleMakefile class provided by the +# pyqtconfig module takes care of all the extra preprocessor, compiler and +# linker flags needed by the Qt library. +makefile = pyqtconfig.QtGuiModuleMakefile( + configuration = config, + build_file = build_file, + installs = installs) + +# Add the library we are wrapping. The name doesn't include any platform +# specific prefixes or extensions (e.g. the "lib" prefix on UNIX, or the +# ".dll" extension on Windows). +makefile.extra_lib_dirs.append("..") +makefile.extra_libs = ["qtermwidget4"] + +# Generate the Makefile itself. +makefile.generate() + +# Now we create the configuration module. This is done by merging a Python +# dictionary (whose values are normally determined dynamically) with a +# (static) template. +content = { + # Publish where the SIP specifications for this module will be + # installed. + "qtermwidget_sip_dir": config.default_sip_dir, + + # Publish the set of SIP flags needed by this module. As these are the + # same flags needed by the qt module we could leave it out, but this + # allows us to change the flags at a later date without breaking + # scripts that import the configuration module. + "qtermwidget_sip_flags": qt_sip_flags} + +# This creates the qtermwidgetconfig.py module from the qtermwidgetconfig.py.in +# template and the dictionary. +sipconfig.create_config_module("qtermwidgetconfig.py", "config.py.in", content) diff --git a/pyqt/config.py b/pyqt/config.py new file mode 100755 index 0000000..70ad215 --- /dev/null +++ b/pyqt/config.py @@ -0,0 +1,93 @@ +import os +import sipconfig +import subprocess +import os +import site +import pprint +from distutils import sysconfig +import pyqtconfig +from PyQt5 import QtCore +import PyQt5 + +class Configuration(sipconfig.Configuration): + """The class that represents PyQt configuration values. + """ + def getEnv(self,name, default): + return os.environ.get(name) or default + + def __init__(self): + qtconfig = subprocess.check_output(["/usr/lib64/qt5/bin/qmake", "-query"], universal_newlines=True) + qtconfig = dict(x.split(":", 1) for x in qtconfig.splitlines()) + + self.pyQtIncludePath = self.getEnv('PYQT_INCLUDE_PATH','/usr/share/sip/PyQt5' ) + + pyqtconfig = { + "pyqt_config_args": "--confirm-license -v "+str(self.pyQtIncludePath)+" --qsci-api -q /usr/lib64/qt5/bin/qmake", + "pyqt_version": QtCore.PYQT_VERSION, + "pyqt_version_str": QtCore.PYQT_VERSION_STR, + "pyqt_bin_dir": PyQt5.__path__[0], + "pyqt_mod_dir": PyQt5.__path__[0], + "pyqt_sip_dir": str(self.pyQtIncludePath), + "pyqt_modules": "QtCore QtGui QtWidgets", #... and many more + "pyqt_sip_flags": QtCore.PYQT_CONFIGURATION['sip_flags'], + "qt_version": QtCore.QT_VERSION, + "qt_edition": "free", + "qt_winconfig": "shared", + "qt_framework": 0, + "qt_threaded": 1, + "qt_dir": qtconfig['QT_INSTALL_PREFIX'], + "qt_data_dir": qtconfig['QT_INSTALL_DATA'], + "qt_archdata_dir": qtconfig['QT_INSTALL_DATA'], + "qt_inc_dir": qtconfig['QT_INSTALL_HEADERS'], + "qt_lib_dir": qtconfig['QT_INSTALL_LIBS'] + } + + macros = sipconfig._default_macros.copy() + macros['INCDIR_QT'] = qtconfig['QT_INSTALL_HEADERS'] + macros['LIBDIR_QT'] = qtconfig['QT_INSTALL_LIBS'] + macros['MOC'] = os.path.join(qtconfig['QT_INSTALL_BINS'], 'moc') + + sipconfig.Configuration.__init__(self, [pyqtconfig]) + self.set_build_macros(macros) + + +## The name of the SIP build file generated by SIP and used by the build system. +build_file = "qtermwidget.sbf" + +# Get the SIP configuration information. +config = Configuration() + +# Run SIP to generate the build_file +os.system(" ".join([config.sip_bin, '-I' , str(config.pyQtIncludePath), str(config.pyqt_sip_flags), "-b", build_file,"-o", "-c", ". " " qtermwidget.sip"])) + +installs = [] +installs.append(["qtermwidget.sip", os.path.join(config.pyqt_sip_dir,"qtermwidget")]) +installs.append(["qtermwidgetconfig.py", config.pyqt_mod_dir]) + +makefile = sipconfig.SIPModuleMakefile( configuration = config, build_file = build_file, installs = installs, qt=["QtCore" ,"QtGui", "QtWidgets"] ) + +# Add the library we are wrapping. The name doesn't include any platform +# specific prefixes or extensions (e.g. the "lib" prefix on UNIX, or the +# ".dll" extension on Windows). +makefile.extra_lib_dirs.append("../lib/") +makefile.extra_lib_dirs.append("..") +makefile.extra_libs = ["qtermwidget5"] + +# Generate the Makefile itself. +makefile.generate() + +content = { + # Publish where the SIP specifications for this module will be + # installed. + "qtermwidget_sip_dir": config.pyqt_sip_dir, + + # Publish the set of SIP flags needed by this module. As these are the + # same flags needed by the qt module we could leave it out, but this + # allows us to change the flags at a later date without breaking + # scripts that import the configuration module. + "qtermwidget_sip_flags": config.pyqt_sip_flags + } + +# This creates the qtermwidgetconfig.py module from the qtermwidgetconfig.py.in +# template and the dictionary. +sipconfig.create_config_module("qtermwidgetconfig.py", "config.py.in", content) diff --git a/pyqt/config.py.in b/pyqt/config.py.in new file mode 100644 index 0000000..e69de29 diff --git a/pyqt/qtermwidget.sip b/pyqt/qtermwidget.sip new file mode 100644 index 0000000..51a4f80 --- /dev/null +++ b/pyqt/qtermwidget.sip @@ -0,0 +1,86 @@ +%Module QTermWidget + + + + +%Import QtGui/QtGuimod.sip +%Import QtCore/QtCoremod.sip +%Import QtWidgets/QtWidgetsmod.sip + +class QTermWidget : QWidget { + +%TypeHeaderCode +#include <../lib/qtermwidget.h> +%End + +public: + enum ScrollBarPosition + { + NoScrollBar=0, + ScrollBarLeft=1, + ScrollBarRight=2 + }; + + QTermWidget(int startnow = 1, QWidget *parent = 0); + ~QTermWidget(); + + QSize sizeHint() const; + void startShellProgram(); + int getShellPID(); + void changeDir(const QString & dir); + void setTerminalFont(QFont &font); + QFont getTerminalFont(); + void setTerminalOpacity(qreal level); + void setEnvironment(const QStringList & environment); + void setShellProgram(const QString & progname); + void setWorkingDirectory(const QString & dir); + QString workingDirectory(); + void setArgs(QStringList &args); + void setTextCodec(QTextCodec *codec); + void setColorScheme(const QString & name); + static QStringList availableColorSchemes(); + void setHistorySize(int lines); + void setScrollBarPosition(ScrollBarPosition); + void scrollToEnd(); + void sendText(QString &text); + void setFlowControlEnabled(bool enabled); + bool flowControlEnabled(); + void setFlowControlWarningEnabled(bool enabled); + static QStringList availableKeyBindings(); + QString keyBindings(); + void setMotionAfterPasting(int); + int historyLinesCount(); + int screenColumnsCount(); + void setSelectionStart(int row, int column); + void setSelectionEnd(int row, int column); + void getSelectionStart(int& row, int& column); + void getSelectionEnd(int& row, int& column); + QString selectedText(bool preserveLineBreaks = true); + void setMonitorActivity(bool); + void setMonitorSilence(bool); + void setSilenceTimeout(int seconds); +signals: + void finished(); + void copyAvailable(bool); + void termGetFocus(); + void termLostFocus(); + void termKeyPressed(QKeyEvent *); + void urlActivated(const QUrl&); + void bell(const QString& message); + void activity(); + void silence(); +public slots: + void copyClipboard(); + void pasteClipboard(); + void pasteSelection(); + void zoomIn(); + void zoomOut(); + void setKeyBindings(const QString & kb); + void clear(); + void toggleShowSearchBar(); + void setSize(const QSize&); +protected: + void resizeEvent(QResizeEvent *e); +private: + void *createTermWidget(int startnow, void *parent); +}; diff --git a/pyqt/qtermwidgetconfig.py b/pyqt/qtermwidgetconfig.py new file mode 100644 index 0000000..e69de29 diff --git a/pyqt/test.py b/pyqt/test.py new file mode 100755 index 0000000..8d82f20 --- /dev/null +++ b/pyqt/test.py @@ -0,0 +1,34 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +# PyQt4 bindings for th QTermWidget project. +# +# Copyright (C) 2009 Piotr "Riklaunim" Maliński , +# Alexander Slesarev +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +import sys, signal +from PyQt5 import QtCore,QtWidgets + +import QTermWidget + +signal.signal(signal.SIGINT, signal.SIG_DFL) +a = QtWidgets.QApplication(sys.argv) + +w = QTermWidget.QTermWidget() +w.finished.connect(a.quit) +w.show() + +a.exec_() \ No newline at end of file