quassel.git
2018-11-18 Manuel Nickschasmodernize: Don't use apparent connect-by-name slots...
2018-11-18 Manuel Nickschasmodernize: Migrate action-related things to PMF connects
2018-11-18 Manuel Nickschasuisupport: Provide helpers for dealing with widget...
2018-11-18 Manuel Nickschascommon: Provide helper for getting member function...
2018-11-18 Manuel Nickschasmodernize: Replace most remaining old-style connects...
2018-11-18 Manuel Nickschascommon: Provide helper for resolving overloaded functio...
2018-11-18 Manuel Nickschasqtui: Fix initialization order after switching to PMF...
2018-11-18 Manuel Nickschasclazy: Convert many old-style connects into function...
2018-11-18 Manuel Nickschasmodernize: Use ranged-for loops in some obvious cases
2018-11-18 Manuel Nickschasmodernize: Use 'while(true)' instead of 'while(1)'
2018-11-18 Manuel Nickschasmodernize: Use std::make_unique
2018-11-18 Manuel Nickschasmodernize: Use C++ versions of system headers
2018-11-18 Manuel Nickschasmodernize: Use raw string literals instead of escaped...
2018-11-18 Manuel Nickschasmodernize: Use braced-init list when returning types
2018-11-18 Manuel Nickschasmodernize: Use auto where the type is clear from context
2018-11-18 Manuel Nickschasmodernize: Use '= default' instead of empty ctor/dtor...
2018-11-18 Manuel Nickschasmodernize: Prefer default member init over ctor init
2018-11-18 Manuel Nickschasmodernize: Pass arguments by value and move in constructors
2018-11-18 Manuel Nickschasmodernize: Use 'using' instead of 'typedef'
2018-11-18 Manuel Nickschasmodernize: Use override instead of virtual
2018-11-18 Manuel Nickschasmodernize: Use nullptr
2018-11-18 Manuel Nickschasclang-tidy: Mark several settingspage methods as final
2018-11-18 Manuel Nickschasclang-tidy: Don't call virtual methods from CoreAccount...
2018-11-18 Manuel Nickschascmake: Build shared libraries (DLLs) on Windows
2018-11-18 Manuel Nickschascmake: Make symbols hidden by default on GCC/Clang
2018-11-18 Manuel Nickschassrc: Mark symbols to be exported where needed
2018-11-18 Manuel Nickschascmake: Support generation of export headers
2018-11-18 Manuel Nickschassigproxy: Don't expose the thread_local '_current'...
2018-11-18 Manuel Nickschasuisupport: Let ClickableList inherit from std::vector...
2018-11-18 Manuel Nickschasqtui: Add debug dialog for showing the resource file...
2018-11-18 Manuel Nickschascommon: Simplify SyncableObject macros and usage
2018-11-18 Manuel Nickschasqa: Remove lots of superfluous semicolons
2018-11-18 Manuel Nickschascmake: Reorder slightly for consistency
2018-11-18 Manuel Nickschascmake: Link resources statically, and init locally
2018-11-18 Manuel Nickschascmake: Add support for static libs to quassel_add_module
2018-11-18 Manuel Nickschascmake: Build shared libraries
2018-11-18 Manuel Nickschascmake: Modernize compile settings; require C++14
2018-11-18 Manuel Nickschascmake: Build Windows icon resource again
2018-11-18 Manuel Nickschascmake: Modernize translation generation
2018-11-18 Manuel Nickschascmake: Autogenerate most of the .qrc resource files
2018-11-18 Manuel Nickschascmake: Add support for generating .qrc files
2018-11-18 Manuel Nickschascmake: Fix source-specific compile definitions
2018-11-18 Manuel Nickschascmake: Modernize cmake support for LDAP
2018-11-18 Manuel Nickschascmake: Reorganize package finding
2018-11-18 Manuel Nickschascmake: Remove some compiler flags that are no longer...
2018-11-18 Manuel Nickschascmake: Set -DHAVE_UMASK only where it's needed
2018-11-18 Manuel Nickschascmake: Remove boilerplate from HAVE_SSL check
2018-11-18 Manuel Nickschascmake: Modernize use of Qt Linguist Tools
2018-11-18 Manuel Nickschascmake: Modernize build system
2018-11-18 Manuel Nickschascmake: Remove custom build types
2018-11-18 Manuel Nickschascmake: Remove support for building static binaries
2018-11-18 Manuel Nickschascmake: Use official CMake config for QCA
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
next