quassel.git
2014-07-02 Manuel NickschasMerge pull request #78 from seezer/qt5contextmenu
2014-07-02 Manuel NickschasMerge pull request #73 from jpnurmi/signalproxy
2014-07-02 Manuel NickschasMerge pull request #72 from jpnurmi/datastream
2014-06-17 Sebastian GothFix contextmenu actions for Qt5 78/head
2014-06-14 Sebastian MeyerChecking for single char line endings
2014-05-09 Manuel NickschasFix build on KDE
2014-05-05 Manuel NickschasFix tab completion on exotic platforms
2014-05-05 Manuel NickschasUpdate ChangeLog
2014-05-05 Manuel NickschasFix crash with KDE network detection
2014-04-28 J-P Nurmisignalproxy.h: add missing forward declaration of QIODevice 73/head
2014-04-28 J-P NurmiDataStreamPeer: add missing include <QDataStream> 72/head
2014-04-09 Marcus EggenbergerBuild mono client packages on Mac OS X
2014-03-31 Manuel NickschasMake sure our Qt5 is new enough
2014-03-31 Manuel NickschasWe don't actually require XmlPatterns for WebKit
2014-03-31 Manuel NickschasMake --syslog option work again
2014-03-31 Manuel NickschasBring back COMMON_DEPS
2014-03-31 Manuel NickschasFix Qt resource handling
2014-03-30 Manuel NickschasMerge pull request #69 from Nevcairiel/qt5msvcbuild
2014-03-29 Hendrik LeppkesFix linking against Qt5 on MSVC 69/head
2014-03-29 Hendrik LeppkesFix building with Qt5 on MSVC by undefining min/max...
2014-03-28 Manuel NickschasAvoid race conditions in the build system
2014-03-28 Manuel NickschasProperly handle RPC calls that return void
2014-03-27 Manuel NickschasFix rendering of the sender column
2014-03-27 Manuel NickschasMerge pull request #68 from jpnurmi/build-date
2014-03-27 Manuel NickschasMerge pull request #67 from jpnurmi/preset
2014-03-27 Manuel NickschasMerge pull request #66 from TheOneRing/snore
2014-03-27 J-P NurmiProtocol::RegisterClient: add buildDate field 68/head
2014-03-26 J-P NurmiMove preset networks handling out of Network 67/head
2014-03-26 Manuel NickschasMove the PeerPtr declaration out of types.h
2014-03-26 Patrick von... Fixed detection of snore for Qt4/Qt5 66/head
2014-03-26 Manuel NickschasMerge pull request #64 from TheOneRing/warnings
2014-03-25 Daniel AlbersUpdate quassel.pot
2014-03-25 Daniel AlbersUpdate translations from Transifex
2014-03-25 Manuel NickschasUse the raster rendering engine by default on OSX
2014-03-25 K. Ernest ... Unnecessary forward declaration of CoreSession.
2014-03-25 Manuel NickschasMake the web preview build on Qt4 again
2014-03-25 K. Ernest ... Webkit changed location and scale() is gone.
2014-03-25 Manuel NickschasProperly find WebKit for Qt5
2014-03-24 Manuel NickschasQTreeView::dataChanged() signature changed in Qt5
2014-03-24 Manuel NickschasAdd missing include
2014-03-24 Manuel NickschasQDesktopServices -> QStandardPaths
2014-03-24 Manuel NickschasQSslCertificate::subjectInfo() returns a QStringList...
2014-03-24 Manuel NickschasUse QSslCertificate::isNull() instead of isValid()...
2014-03-24 Manuel NickschasQSslCertificate::{subject,issuer}Info() returns a QStri...
2014-03-24 Manuel NickschasQSslCertificate::isValid() no longer exists in Qt5
2014-03-24 Bas PapeqVariantCanConvert is deprecated
2014-03-24 Bas PapeQHeaderView::setResizeMode is deprecated in Qt 5
2014-03-24 Bas PapeLogging changed in Qt 5; use QtMessageHandler
2014-03-24 Bas PapeqVariantValue is deprecated in Qt 5.0
2014-03-24 Bas PapesetAcceptsHoverEvents is deprecated in Qt 5.
2014-03-24 Bas PapesetAlphaChannel is deprecated in Qt 5.
2014-03-24 Bas PapeQKeySequence's int operator is deprecated
2014-03-24 Bas PapeNo more posF in Qt 5; use the new localPos
2014-03-24 Bas Papereset is deprecated since Qt 5.0
2014-03-24 Bas PapePrevent unused-but-set warnings ifndef QT_NO_DEBUG
2014-03-24 Bas PapeQt::escape moved to QString::toHtmlEscaped in Qt 5
2014-03-24 Manuel NickschasChange Q_WS_* to Q_OS_*
2014-03-24 Manuel NickschasSignature of QTcpServer::incomingConnection() changed...
2014-03-24 Manuel NickschasCan't forward-declare meta types in Qt5
2014-03-24 K. Ernest ... Replace {from,to}Ascii with {from,to}Latin1
2014-03-24 Manuel NickschasRemove the useless coreeventmanager.cpp again
2014-03-24 Harald FernengelQt5 fixes
2014-03-24 Manuel NickschasProperly handle DBusMenuQt in the build system
2014-03-24 Manuel NickschasClean up and fix data/CMakeLists.txt
2014-03-23 Manuel NickschasFix handling the QtMain module on Windows
2014-03-23 Manuel NickschasImprove the handling of Qt5 modules in the build system
2014-03-23 Manuel NickschasFix SSL detection
2014-03-23 Manuel NickschasUpdate INSTALL file
2014-03-23 Manuel NickschasRemove obsolete CMake options
2014-03-23 Manuel NickschasMake SSL and syslog support non-configurable
2014-03-23 Manuel NickschasCompletely rework the dependency handling in the build...
2014-03-23 Manuel NickschasFix finding a custom Qt4 via -DQT_PATH
2014-03-23 Manuel NickschasRemove unnecessary include
2014-03-23 Manuel NickschasDon't make EventType::KeyEvent depend on HAVE_QCA2
2014-03-23 Manuel NickschasAdd a CMake wrapper for finding indicate-qt
2014-03-22 Manuel NickschasBacktrace generation depends on the target system,...
2014-03-20 Manuel NickschasImprove the CMake option stuff
2014-03-20 Manuel NickschasOops, left in some debug stuff...
2014-03-20 Manuel NickschasMerge pull request #54 from Bombe/issue-1227
2014-03-20 David ‘Bombe... Only create the regular expression for content/sender... 54/head
2014-03-19 Manuel NickschasDon't actually build miniz if we have zlib
2014-03-19 Manuel NickschasSimplify handling of (dual-)Qt in the build system
2014-03-17 Manuel NickschasEnable automoc
2014-03-17 Manuel NickschasMove compile settings into a separate CMake module
2014-03-17 Manuel NickschasMove all CMake scripts one level up
2014-03-17 Patrick von... silence some warnings 64/head
2014-03-16 Daniel AlbersInstall current cmake in Travis CI environment
2014-03-16 Manuel NickschasDisable Github's Travis CI for now
2014-03-16 Manuel NickschasDon't look recursively for a .git dir
2014-03-16 Manuel Nickschasgenversion-B-GONE
2014-03-16 Manuel NickschasUpdate README and COPYING-CMAKE-SCRIPTS
2014-03-16 Manuel NickschasUpdate currently bundled CMake scripts
2014-03-16 Manuel NickschasRemove obsolete CMake scripts
2014-03-16 Manuel NickschasBump CMake version requirement to 2.8.9
2014-03-16 Manuel NickschasStart of 0.11 cycle 0.11-pre
2014-03-16 Manuel NickschasBump version.inc for release 0.10-rc1
2014-03-16 Manuel NickschasYet another inxi version bump
2014-03-15 Manuel NickschasUpdate ChangeLog
2014-03-14 Manuel NickschasBump inxi version to 2.1.1
2014-03-14 Manuel NickschasFix round-robin for networks that support it
next