quassel.git
2019-02-13 Janne KoschinskiAllow configuring listen address
2019-02-13 Janne KoschinskiProperly handle options if core has just now been confi...
2019-02-13 Janne KoschinskiMake the identd listen on all adresses
2019-01-24 Manuel Nickschassrc: Yearly copyright bump
2018-12-13 Manuel Nickschascmake: Remove left-over debug message
2018-11-20 Manuel Nickschascmake: Add missing Boost dependency
2018-11-20 Manuel Nickschascmake: Create imported target for Boost, if it doesn...
2018-11-20 Manuel Nickschascmake: Fix OSX post-build if not all targets are requested
2018-11-19 Manuel Nickschasserializers: Fix quint16 deserialization, remove code...
2018-11-18 Manuel Nickschascmake: Allow to make compile warnings fatal
2018-11-18 Manuel Nickschasqa: Remove dead code
2018-11-18 Manuel Nickschasqa: Simplify main window activation logic
2018-11-18 Manuel Nickschasqa: Don't import whole Protocol namespace
2018-11-18 Manuel Nickschascmake: Increase warning level on MSVC
2018-11-18 Manuel Nickschascmake: Set proper install paths for Windows
2018-11-18 Manuel Nickschastravis: Add Ubuntu 18.10 "Cosmic" to the list of CI...
2018-11-18 Manuel Nickschascmake: Move version setup into a separate .cmake file
2018-11-18 Manuel Nickschascmake: Consolidate compile settings
2018-11-18 Manuel Nickschasfunchelpers: Provide overload for invoking a member...
2018-11-18 Manuel Nickschasfunchelpers: Support the invocation of non-void callables
2018-11-18 Manuel Nickschastravis: Use ctest to execute unit tests
2018-11-18 Manuel Nickschascleanup: Clean up BufferViewConfig
2018-11-18 Manuel Nickschastests: Extend SignalProxyTest to cover request/receive...
2018-11-18 Manuel Nickschassigproxy: Modernize RPC calls (remote signals)
2018-11-18 Manuel Nickschassigproxy: Actually rename SyncableObjects when requested
2018-11-18 Manuel Nickschastests: Check that sourcePeer() is set in SignalProxyTest
2018-11-18 Manuel Nickschasfunchelpers: Add a way to invoke a callable with a...
2018-11-18 Manuel Nickschasfunchelpers: Support traits for non-member functions
2018-11-18 Manuel Nickschastypes: Add STL-compliant Hash functor for Qt types
2018-11-18 Manuel Nickschastests: Add unit test for basic SignalProxy functionality
2018-11-18 Manuel Nickschastest: Add a spy type that waits for one or more signals
2018-11-18 Manuel Nickschastest: Add a way to mock peers for SignalProxy-related...
2018-11-18 Manuel Nickschastest: Add GTest printers for commonly used Qt types
2018-11-18 Manuel Nickschastest: Add InvocationSpy and ValueSpy helper classes
2018-11-18 Manuel Nickschastest: Introduce Quassel::Test::Global library
2018-11-18 Manuel Nickschasmodernize: Remove custom Quassel-specific log macros
2018-11-18 Manuel Nickschasmodernize: Remove Uncrustify config and script
2018-11-18 Manuel Nickschasmodernize: Reformat ALL the source... again!
2018-11-18 Manuel Nickschascmake: Add build-time dependency to Boost 1.56
2018-11-18 Manuel Nickschastravis: Reduce ccache size
2018-11-18 Manuel Nickschastests: Enable tests in Travis
2018-11-18 Manuel Nickschastests: Convert ExpressionMatchTests into a GTest-based...
2018-11-18 Manuel Nickschastest: Add build system support and a main function...
2018-11-18 Manuel Nickschastest: Bundle GTest/GMock 1.8.1 sources and provide...
2018-11-18 Manuel Nickschasmodernize: Require member function pointers for Setting...
2018-11-18 Manuel Nickschasmodernize: Remove old-style slot usage in NetworkModelC...
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
next