quassel.git
2018-11-18 Manuel Nickschascmake: Use official FindBacktrace rather than custom...
2018-11-18 Manuel Nickschascmake: Bump minimum required CMake version to 3.5
2018-11-18 Manuel Nickschascmake: Only require a C++ compiler
2018-11-18 Manuel Nickschascmake: Make zlib a required dependency, remove bundled...
2018-11-18 Manuel Nickschascommon: Rework command line option handling
2018-11-18 Manuel Nickschascommon: Initialize translations in Quassel::init()
2018-11-18 Manuel Nickschasqt4-b-gone: Initialize data dir paths on demand
2018-11-18 Manuel Nickschasqt4-b-gone: Reorganize the initialization sequence
2018-11-18 Manuel Nickschasqt4-b-gone: Remove bundled sha512 implementation
2018-11-18 Manuel Nickschasqt4-b-gone: Remove all code supporting Qt < 5.5 and...
2018-11-18 Manuel Nickschasqt4-b-gone: Remove support for Phonon
2018-11-18 Manuel Nickschasqt4-b-gone: Remove support for libindicate
2018-11-18 Manuel Nickschascmake: Bump minimum required version of Qt to 5.5.0
2018-11-18 Manuel Nickschascmake: Remove build system support for Qt4/KDE4
2018-11-18 Manuel Nickschastravis: Add bionic as target distro
2018-11-18 Manuel Nickschastravis: Add jobs for building against KDE Frameworks
2018-11-18 Manuel Nickschastravis: Use docker-based builds, new baseline
2018-11-17 Manuel NickschasPost-release version bump 0.14-pre
2018-11-17 Manuel NickschasBump version for release 0.13.0
2018-11-17 Manuel NickschasUpdate ChangeLog
2018-11-16 Manuel NickschasMinor cleanup of BufferView
2018-11-16 Martin T. H... Allow selecting the search result when searching for...
2018-11-07 Manuel Nickschascommon: Fix syncing of BufferViewManager
2018-11-07 Manuel Nickschasqtui: Make the debug log a proper dialog
2018-11-01 Manuel Nickschascore: Avoid Clang warning for inconsistent override
2018-10-31 Manuel Nickschasircuser: Fix setting of away message time by pre-0...
2018-10-30 Manuel Nickschasqtui: Disable web preview by default
2018-10-28 David ‘Bombe... Fix the order of the Davids
2018-10-15 Manuel NickschasBump version for release 0.13-rc2 build/0.13-rc2
2018-10-15 Manuel NickschasUpdate ChangeLog
2018-10-14 Manuel Nickschascommon: Remove left-overs from signal handling rework
2018-10-14 Shane Synanclient: For filter, prioritize exact, startsWith
2018-10-14 Shane Synanclient: Sort network name case-insensitively
2018-10-14 Manuel Nickschascommon: Don't use unsafe functions when handling POSIX...
2018-10-04 Manuel Nickschasqtui: Don't parent dialogs created on the stack
2018-10-04 Manuel NickschasRevert "qtui: Don't create parented dialogs on the...
2018-10-01 Manuel Nickschascommon: Don't warn on unknown user in IrcChannel
2018-10-01 Manuel Nickschascore: Fix quitting from networks on shutdown
2018-10-01 Manuel Nickschascore: Allow clean shutdown of the core
2018-10-01 Manuel Nickschasqtui: Fix quit sequence and lifetime issues
2018-10-01 Manuel Nickschasgit: Update .gitignore
2018-10-01 Manuel Nickschascore: Use the Singleton mixin for the Core instance
2018-10-01 Manuel Nickschascommon: Prepare Quassel::quit() to be used more widely
2018-10-01 Manuel Nickschascommon: Use the Singleton mixin for the Quassel instance
2018-10-01 Manuel Nickschascommon: Provide Singleton mixin for handling pseudo...
2018-10-01 Manuel Nickschascommon: Don't warn when "closing" InternalPeer
2018-10-01 Manuel Nickschasqtui: Don't create parented dialogs on the stack
2018-10-01 Manuel Nickschascommon: Avoid crash on SignalProxy destruction
2018-09-24 Daniel AlbersClean up translator attributions
2018-09-24 Daniel AlbersRemove empty translation files
2018-09-24 Daniel AlbersUpdate quassel.pot
2018-09-24 Daniel AlbersUpdate translations from Transifex
2018-09-24 Daniel AlbersUpdate Transifex URL
2018-09-17 Manuel Nickschasqtui: Fix load/save states of SonnetSettingsPage
2018-09-16 Shane Synancore: Remove away-notify hack for non-spec server
2018-09-16 Shane Synancore: Clean up AutoWho comments, variable names
2018-09-13 Shane Synancore: Cancel nickname AutoWho on IrcUser quit
2018-09-13 Shane Synancore: AutoWhoX, only search nickname by nickname
2018-09-13 Shane Synansettings: Fix NetworkAddDlg states on type change
2018-09-13 Shane Synanutil: Remove T separator from ISO 8601 (RFC 3339)
2018-09-10 Manuel Nickschasqa: Don't return a const ref from Settings::localValue()
2018-09-09 Matt SchatzChange to an early continue for a NULL IrcUser
2018-09-06 Manuel Nickschasqa: Avoid warning about missing field initializers
2018-09-06 Manuel Nickschasqa: Try to avoid fall-through warnings
2018-09-06 Manuel Nickschasqa: Don't compile the expression match tests
2018-09-06 Manuel Nickschasclang-tidy: Avoid another bogus warning about a potenti...
2018-09-06 Manuel Nickschasclang-tidy: Avoid memory leak in MainWin
2018-09-06 Manuel Nickschasclang-tidy: Avoid another warning about potential memor...
2018-09-06 Manuel Nickschasclang-tidy: Avoid potential memory leak in QtUi
2018-09-06 Manuel Nickschasclang-tidy: Remove dead stores
2018-09-06 Manuel Nickschasclang-tidy: Avoid warnings for calling virtual methods...
2018-09-06 Manuel Nickschasclang-tidy: Don't make methods virtual for no reason...
2018-09-06 Manuel Nickschasclang-tidy: Add nullptr check
2018-09-06 Manuel Nickschasclang-tidy: Avoid potential memory leak in BufferViewMa...
2018-09-06 Manuel Nickschasclang-tidy: Reorder NetworkMO attributes to avoid exces...
2018-09-06 Manuel Nickschasclang-tidy: Reorder NetworkInfo attributes to avoid...
2018-09-03 alturiakcipher.cpp: Default to CBC instead of ECB
2018-09-03 Shane Synancommon: Add "--debug-irc" to log raw IRC messages
2018-09-03 Manuel Nickschasclient: Don't store the list of properties in every...
2018-09-03 Manuel Nickschasclient: Don't send dataChanged() before actually changi...
2018-09-03 Shane Synancommon: Port local nicks to NickHighlightMatcher
2018-09-03 Shane Synancommon: Port remote nicks to NickHighlightMatcher
2018-09-03 Shane Synancommon: Add auto-caching NickHighlightMatcher
2018-09-03 Shane Synanutil: Remove unused and broken scopeMatch()
2018-09-03 Shane Synanclient: Port old HighlightRule to ExpressionMatch
2018-09-03 Shane Synancommon: Fix whitespace CTCP ignore invalid index
2018-09-03 Shane Synancommon: Port IgnoreListManager to ExpressionMatch
2018-09-03 Shane Synancommon: Port HighlightRule to ExpressionMatch
2018-09-03 Shane Synanclient: Handle newlines in Ignore rule scope edit
2018-09-03 Shane Synancommon: Add ExpressionMatchTests unit tests
2018-09-03 Shane Synancommon: Add auto-caching ExpressionMatch class
2018-09-03 Shane Synanclient: Fix .ui reference to oxygen_icons.qrc
2018-08-30 Hannah von... We don't need dbus on Windows
2018-08-30 Hannah von... Don't install clang on appveyor
2018-08-29 Manuel Nickschasmacos client: Fix copyright year in Info.plist
2018-08-29 Davide `rainbow... macos client: fix automatic GPU switching
2018-08-28 Shane Synancore: Limit "User is away" to 1hr or when changed
2018-08-28 Shane Synancommon: Unify Date/Time formatting, UTC offset
2018-08-28 Shane Synansettings: Fix defaults caching, cache key exists
2018-08-28 Shane Synansettings: Unify ChatMonitor defaults
next