Update INSTALL
[quassel.git] / src /
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-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 RethFixed detection of snore for Qt4/Qt5 66/head
2014-03-26 Manuel NickschasMerge pull request #64 from TheOneRing/warnings
2014-03-25 Manuel NickschasUse the raster rendering engine by default on OSX
2014-03-25 K. Ernest (iFire... Unnecessary forward declaration of CoreSession.
2014-03-25 Manuel NickschasMake the web preview build on Qt4 again
2014-03-25 K. Ernest (iFire... 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 (iFire... 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-23 Manuel NickschasFix handling the QtMain module on Windows
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 NickschasRemove unnecessary include
2014-03-23 Manuel NickschasDon't make EventType::KeyEvent depend on HAVE_QCA2
2014-03-22 Manuel NickschasBacktrace generation depends on the target system,...
2014-03-20 Manuel NickschasImprove the CMake option stuff
2014-03-20 Manuel NickschasMerge pull request #54 from Bombe/issue-1227
2014-03-20 David ‘Bombe’ RodenOnly 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 Patrick von Rethsilence some warnings 64/head
2014-03-16 Manuel Nickschasgenversion-B-GONE
2014-03-14 Manuel NickschasFix round-robin for networks that support it
2014-03-14 Manuel NickschasDon't always add a colon to custom commands
2014-03-14 Manuel NickschasMerge pull request #62 from Express50/issue_1243
2014-03-09 Express50Fix URL regex 62/head
2014-03-04 Daniel Albersadd context menu action to reset chat column widths
2014-03-04 Daniel Albersmake highlight rules case-insensitive by default
2014-03-02 Manuel NickschasSimplify clean-up-on-network-disconnect handling
2014-03-01 Manuel NickschasDon't crash on very long inputs
2014-02-27 Manuel NickschasFix reconnection logic in the client
2014-02-26 Michael MarleyUse autonegotiation to choose an SSL protocol. 61/head
2014-02-25 Patrick von RethUse Snore only if building without KDE
2014-02-24 Michael MarleyAllow for clients to negotiate whether compression...
2014-02-21 Daniel Albersmove © years out of translatable text in aboutDlg
2014-02-21 Daniel Albersremove old static versionLabel text
2014-02-19 Manuel NickschasSilence yet another warning
2014-02-19 Manuel NickschasFix -Wundef warning
2014-02-19 Manuel NickschasUse system zlib if available
2014-02-18 Manuel NickschasUpdate AboutDlg
2014-02-18 Chris HUse a unicode string instead of the escaped version.
2014-02-18 Deniz TürkogluDisable webpreview to avoid user interactaction
2014-02-18 Patrick von RethUse new snore api and a bug fix
2014-02-18 Adam HarwoodAdd option to include read messages in chat monitor
2014-02-18 Awad MackieAdd option for chat monitor to look in the backlog
2014-02-18 Pete BeardmoreAdd option to enable linewrap mode
2014-02-18 Chris Le SueurAdd CoreFeatures guard for hiding inactive networks
2014-02-18 Chris Le SueurAdd a setting to hide inactive networks in buffer views
2014-02-17 Manuel NickschasPeerFactory is not a QObject
2014-02-17 Manuel NickschasEnable the DataStream protocol by default
2014-02-17 Manuel NickschasImplement streaming compression support
2014-02-17 Manuel NickschasAdd miniz, a drop-in replacement for (parts of) zlib
2014-02-16 Manuel NickschasHook the Compressor into RemotePeer
2014-02-16 Manuel NickschasIntroduce basic (not-yet-compressing) implementation...
2014-02-16 Manuel NickschasMove all socket handling into RemotePeer
2014-02-15 Manuel NickschasDon't select the DataStream protocol by default for now
2014-02-15 Manuel NickschasRemove the STORED attribute from Q_PROPERTY declarations
2014-02-15 Manuel NickschasOutput the chosen protocol type on connect
2014-02-15 Manuel NickschasDataStreamPeer: Optimize IrcUsersAndChannels init data
2014-02-15 Manuel NickschasDataStreamPeer: Optimize the InitData message
2014-02-15 Manuel NickschasDataStreamPeer: Optimize message serialization format
2014-02-15 Manuel NickschasDataStreamPeer: Send QDateTime instead of QTime in...
2014-02-15 Manuel NickschasDataStreamPeer: Use UTF-8 QByteArrays instead of QStrin...
2014-02-15 Manuel NickschasDataStreamPeer: Remove per-message compression
next