cmake: Modernize (and fix) deployment on macOS
[quassel.git] / src / qtui /
2020-12-15 Shane Synanclient: Group SASL EXTERNAL under SASL, test cap
2020-12-08 Lee Starnesqtui: Keep editing topic while someone talks
2020-11-28 Shane Synanclient: Fix settings crash on missing net identity
2020-11-28 Shane Synanqtui: Add keyboard/mouse access to version links
2020-11-28 Shane Synansettings: Add server-time to Network Features tab
2020-11-28 Shane Synansettings: Add Features tab to Network for skipCaps
2020-11-28 Shane Synanclient: Switch infobar dialog-* icons to emblem-*
2020-10-04 Manuel Nickschasqtui: Fix missing default value for backlog fetching
2020-10-04 Shane Synanclient: Workaround initial backlog fetch scrolling
2020-10-04 Shane Synanclient: Default to AsNeeded backlog fetching
2020-10-04 Shane Synanclient: Add AsNeededBacklogRequester, faster login
2020-10-04 Shane Synanclient: Optionally ensure backlog on buffer show
2020-10-04 Shane Synanuisupport: Fix invalid model segfault from index
2020-10-03 Shane Synanclient: Deprecate local highlight, migrate cleanup
2020-10-03 Shane SynanRevert "settings: Local Highlights, default Current...
2020-10-03 Shane Synancommon: Default Away on Detach for new identities
2020-10-03 Alex McGrathAdd button and bindings for striking through text
2020-08-22 Steve GroeszUpdate custom time format tooltip
2020-06-11 Janne Koschinskissl: Remove fallback code for missing SSL support
2020-06-11 Manuel Nickschasssl: Require SSL support in Qt
2020-05-30 Manuel Nickschascommon: Make SyncableObject non-copyable
2020-03-15 Manuel Nickschassrc: Yearly copyright bump
2020-01-08 Manuel Nickschasqa: Avoid deprecation warnings for QList/QSet conversions
2020-01-08 Manuel Nickschasqa: Replace deprecated qVariantFromValue() by QVariant...
2020-01-08 Manuel Nickschascommon: Always let QVariant::fromValue() deduce the...
2019-08-30 Manuel Nickschasqa: Replace Qt module includes by class ones
2019-08-29 Janne KoschinskiRemove debug console and QtScript, which was deprecated...
2019-08-28 Manuel NickschasAdd missing includes
2019-08-28 Janne KoschinskiReplace deprecated additionalFormats with formats
2019-08-28 Janne KoschinskiReplace deprecated QComboBox::currentIndexChanged with...
2019-08-28 Janne KoschinskiReplace deprecated QModelIndex::child with QAbstractIte...
2019-08-28 Janne KoschinskiReplace QSignalMapper with new-style lambda signals
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-02 Daniel AlbersMerge branch 'simplify-time-formatting' of https:/...
2019-08-02 Daniel AlbersMerge branch 'select-account-from-cli' of https://githu...
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-02-14 Shane Synanlogger: Dedup code, fix client Debug Log loglevel
2019-02-14 phuzionUpdate Help>About Qt to use modern Qt logo and remove...
2019-02-13 Janne KoschinskiFixes misalignment of buttons in inputwidget
2019-02-13 Janne KoschinskiFixes bug where nicklist was broken on first start
2019-01-24 Manuel Nickschassrc: Yearly copyright bump
2018-11-18 Manuel Nickschasqa: Remove dead code
2018-11-18 Manuel Nickschascleanup: Clean up BufferViewConfig
2018-11-18 Manuel Nickschassigproxy: Modernize RPC calls (remote signals)
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 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 Nickschasmodernize: Replace most remaining old-style connects...
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 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 Nickschassrc: Mark symbols to be exported where needed
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 Nickschasqa: Remove lots of superfluous semicolons
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 Nickschascommon: Rework command line option handling
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 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: Remove build system support for Qt4/KDE4
2018-11-07 Manuel Nickschasqtui: Make the debug log a proper dialog
2018-10-30 Manuel Nickschasqtui: Disable web preview by default
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 Nickschascore: Allow clean shutdown of the core
2018-10-01 Manuel Nickschasqtui: Fix quit sequence and lifetime issues
2018-10-01 Manuel Nickschascommon: Use the Singleton mixin for the Quassel instance
2018-10-01 Manuel Nickschasqtui: Don't create parented dialogs on the stack
2018-09-17 Manuel Nickschasqtui: Fix load/save states of SonnetSettingsPage
2018-09-13 Shane Synansettings: Fix NetworkAddDlg states on type change
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 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...
next