Replace deprecated qSort with std::sort
[quassel.git] / src /
2019-08-28 Janne KoschinskiReplace deprecated qSort with std::sort
2019-08-04 Jan Alexander Stef... qtui: Set desktop file name
2019-08-04 Kai Uwe BroulikCheck for KNotifications version
2019-08-04 Kai Uwe BroulikSet default action on notification
2019-08-04 Janne KoschinskiImplement a metrics daemon to expose Prometheus metrics
2019-08-02 Daniel AlbersMerge branch 'simplify-time-formatting' of https:/...
2019-08-02 Daniel AlbersMerge branch 'select-account-from-cli' of https://githu...
2019-08-02 Janne KoschinskiSimplify the time formatting used in formatDateTimeToISO 504/head
2019-07-26 Janne KoschinskiAllow selecting the core account to connect to from CLI 503/head
2019-05-31 Kai Uwe BroulikSend icon name instead of pixmap
2019-05-31 Ben RosserCore: in LDAP authenticator, don't try database auth...
2019-05-31 Ben RosserCore: only try local auth if a user has the "database...
2019-05-30 Janne KoschinskiImplement IRCv3 Server-Time
2019-05-30 Janne KoschinskiCleanup allowing for tags to be available at later...
2019-05-30 Janne KoschinskiDon't server-encode twice
2019-05-30 Janne KoschinskiImprove debugging for new IRCv3 functionality
2019-05-30 Janne KoschinskiMinor cleanup of messages handling
2019-05-30 Janne KoschinskiCode cleanup
2019-05-30 Janne KoschinskiImplement IRCv3 tag parsing and sending
2019-02-14 Wolfgang Müllerlogger: export LogEntry symbols
2019-02-14 Shane Synanlogger: Dedup code, fix client Debug Log loglevel
2019-02-14 Wolfgang Müllerlogger: resolve program name using RunMode and BuildInfo
2019-02-14 Wolfgang Müllerlogger: resolve level string in msgWithTime
2019-02-14 Wolfgang Müllerlogger: Make output to syslog nicer
2019-02-14 phuzionUpdate Help>About Qt to use modern Qt logo and remove...
2019-02-13 Shane Synancore: Remove updateSQLResource.sh, cleanup docs
2019-02-13 Shane Synancore: Remove redundant updateSchemaVersion() call
2019-02-13 Shane Synancore: Display problem step if storage setup fails
2019-02-13 Shane Synancore: Track upgrade step within schema version
2019-02-13 Shane Synancommon: Don't add quotes to exit exceptions
2019-02-13 Janne KoschinskiFixes misalignment of buttons in inputwidget
2019-02-13 Janne KoschinskiFixes bug where nicklist was broken on first start
2019-02-13 Shane SynanApply suggested info change
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-11-20 Manuel Nickschascmake: Add missing Boost dependency
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 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 Nickschasfunchelpers: Provide overload for invoking a member...
2018-11-18 Manuel Nickschasfunchelpers: Support the invocation of non-void callables
2018-11-18 Manuel Nickschascleanup: Clean up BufferViewConfig
2018-11-18 Manuel Nickschassigproxy: Modernize RPC calls (remote signals)
2018-11-18 Manuel Nickschassigproxy: Actually rename SyncableObjects when requested
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 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: Reformat ALL the source... again!
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 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 Nickschassrc: Mark symbols to be exported where needed
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: Build Windows icon resource again
2018-11-18 Manuel Nickschascmake: Autogenerate most of the .qrc resource 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: Set -DHAVE_UMASK only where it's needed
2018-11-18 Manuel Nickschascmake: Modernize build system
2018-11-18 Manuel Nickschascmake: Remove support for building static binaries
next