Add a flag to enable Qt deprecation warnings on Qt < 5.13
[quassel.git] / src / uisupport /
2019-08-28 Janne KoschinskiReplace deprecated additionalFormats with formats
2019-08-28 Janne KoschinskiReplace deprecated QModelIndex::child with QAbstractIte...
2019-01-24 Manuel Nickschassrc: Yearly copyright bump
2018-11-18 Manuel Nickschasqa: Remove dead code
2018-11-18 Manuel Nickschasqa: Simplify main window activation logic
2018-11-18 Manuel Nickschasfunchelpers: Support traits for non-member functions
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: 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 Nickschasclazy: Convert many old-style connects into function...
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 Nickschassrc: Mark symbols to be exported where needed
2018-11-18 Manuel Nickschasuisupport: Let ClickableList inherit from std::vector...
2018-11-18 Manuel Nickschasqa: Remove lots of superfluous semicolons
2018-11-18 Manuel Nickschascmake: Link resources statically, and init locally
2018-11-18 Manuel Nickschascmake: Autogenerate most of the .qrc resource files
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: Remove all code supporting Qt < 5.5 and...
2018-11-18 Manuel Nickschascmake: Remove build system support for Qt4/KDE4
2018-11-16 Manuel NickschasMinor cleanup of BufferView
2018-11-16 Martin T. H. SandsmarkAllow selecting the search result when searching for...
2018-10-28 David ‘Bombe’ RodenFix the order of the Davids
2018-10-14 Shane Synanclient: For filter, prioritize exact, startsWith
2018-10-14 Shane Synanclient: Sort network name case-insensitively
2018-10-04 Manuel NickschasRevert "qtui: Don't create parented dialogs on the...
2018-10-01 Manuel Nickschasqtui: Fix quit sequence and lifetime issues
2018-10-01 Manuel Nickschasqtui: Don't create parented dialogs on the stack
2018-09-06 Manuel Nickschasclang-tidy: Avoid potential memory leak in QtUi
2018-08-28 Shane Synancommon: Unify Date/Time formatting, UTC offset
2018-08-28 Manuel Nickschasqss: Introduce new message label "hovered"
2018-08-23 Manuel Nickschasqa: Remove [[clang::fallthrough]] annotations again
2018-08-23 romibiUse Qt's font dialog instead of the (broken) native...
2018-08-23 Manuel Nickschasuisupport: Allow to disable spell checking
2018-07-24 Jan Alexander Stef... QssParser: Don't interpret `font: normal` as weight 0
2018-07-24 Jan Alexander Stef... QssParser: Interpret "oblique" as italic
2018-07-12 Shane Synanclient: /list automatically requests channel list
2018-07-12 Shane Synanclient: Convert /list #chan to UI advanced search
2018-06-19 Matt SchatzUpdate my AboutData entry
2018-06-19 Shane Synanaboutdata: Rename QuasselDroid -> Quasseldroid
2018-06-17 Shane Synanclient: Use QT_VERSION for 'enum class' fallback
2018-06-17 Manuel Nickschasicons: Warn on missing icons
2018-06-16 Shane Synanclient: UiStyle.h use "enum" for Qt4, cleanup
2018-06-16 Shane Synanclient: Highest sender prefix mode, migrate, fix
2018-06-16 Shane Synanclient: add FontSelector SettingsPage::hasChanged
2018-06-16 Shane Synanclient: Fix SettingsPage::hasChanged() failure
2018-06-15 Manuel Nickschasicons: Use more common names for irc-channel-* icons
2018-06-06 genius3000Add a Configure menu item to Networks in the buffer...
2018-05-03 romibiImprove channel navigation shortcut in some cases
2018-04-26 Manuel NickschasUpdate AboutData
2018-04-12 Manuel Nickschasuisupport: Forcefully disable horizontal scrollbar...
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2018-04-05 phuzionChange HTTP links to HTTPS for quassel-irc.org and...
2018-04-05 romibiLock Buffer- and Nick-Lists too
2018-04-05 Manuel Nickschasqa: Replace [[fallthrough]] by [[clang::fallthrough]]
2018-03-28 Janne KoschinskiOnly enable the relevant highlight depending on core...
2018-03-15 Manuel Nickschasuistyle: Ignore format code for Monospace
2018-03-08 Manuel Nickschasuistyle: Support rendering of strikethrough'd text
2018-03-08 Manuel Nickschasuistyle: Support reverse color rendering
2018-03-08 Manuel Nickschasuistyle: Define via stylesheet if color codes have...
2018-03-08 Manuel Nickschasuistyle: Support rendering of hex colors
2018-03-08 Manuel Nickschasuistyle: Fix weird way of registering Qt types
2018-03-08 Manuel Nickschasuistyle: Support extended mIRC colors
2018-03-08 Manuel Nickschasuistyle: Add more type-safety to UiStyle, and clean...
2018-02-27 Manuel Nickschasuisupport: Also fix doubleclick in nick views
2018-02-27 Manuel Nickschasuisupport: Join channels on doubleclick on all but...
2018-02-04 genius3000Remove old 'remove buffer' KeyPress code
2017-12-21 Janne KoschinskiImplement UI and serialization logic for sender modes
2017-12-19 Manuel Nickschasqa: Add [[fallthrough]] annotations where appropriate
2017-12-19 Janne KoschinskiClarified minor details, again
2017-12-19 Janne KoschinskiImplement client UI integration, add feature flag ...
2017-09-03 Manuel Nickschascommon: Make frequently called util methods more efficient
2017-04-13 Shane SynanFix expanding networks in Chat Monitor settings
2017-04-12 Shane SynanNew default sender colors!
2017-04-12 Shane SynanUse new nick for finding hash of Nick messages
2017-04-12 Shane SynanOptionally color nicknames in all messages
2017-04-12 Shane SynanSwitch sender colors to use color palette
2017-04-12 Shane SynanAllow palette names with digits 0-9
2017-04-12 Shane SynanOptionally use system locale for chat timestamp
2016-09-27 Manuel NickschasUse override in a few more places to avoid compiler...
2016-09-27 Manuel NickschasAvoid deprecation warnings with Qt 5.7
2016-09-20 Michael MarleyFix my AboutData entry
2016-09-20 Manuel NickschasUpdate ThanksTo in the AboutDlg
2016-09-19 Manuel NickschasUpdate AboutData
2016-09-14 Shane SynanUse case-insensitive match for buffer search
2016-09-14 Bernhard ScheirlePrevent the spelling highlighter from disabling itself
2016-09-14 A. V. LukyanovFix multiline textedit not expanding on OS X
2016-09-14 A. V. LukyanovOn OS X restore from both dock and tray
2016-09-14 A. V. LukyanovOn OS X restore from dock
next