core: Remove updateSQLResource.sh, cleanup docs
[quassel.git] / src / qtui /
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...
2018-09-06 Manuel Nickschasclang-tidy: Avoid potential memory leak in QtUi
2018-09-06 Manuel Nickschasclang-tidy: Avoid warnings for calling virtual methods...
2018-09-03 Shane Synancommon: Port local nicks to NickHighlightMatcher
2018-09-03 Shane Synanclient: Port old HighlightRule to ExpressionMatch
2018-09-03 Shane Synancommon: Port IgnoreListManager to ExpressionMatch
2018-09-03 Shane Synancommon: Port HighlightRule to ExpressionMatch
2018-09-03 Shane Synanclient: Handle newlines in Ignore rule scope edit
2018-09-03 Shane Synanclient: Fix .ui reference to oxygen_icons.qrc
2018-08-28 Shane Synancommon: Unify Date/Time formatting, UTC offset
2018-08-28 Shane Synansettings: Unify ChatMonitor defaults
2018-08-28 Manuel Nickschasqtui: Properly render hovered-upon clickables
2018-08-23 Manuel Nickschasqa: Remove [[clang::fallthrough]] annotations again
2018-08-23 Shane Synansettings: Reset Network SASL status on load
2018-08-23 Shane Synansettings: Local Highlights, default Current nick
2018-08-23 Shane Synansettings: Local Highlights, clean up nick case UI
2018-08-23 Manuel Nickschasuisupport: Allow to disable spell checking
2018-07-24 Jan Alexander Stef... QtUiStyle: Support more font weights
2018-07-17 Shane Synanclient: Clarify highlight 'Channel' functionality
2018-07-17 Shane Synancommon: Empty highlight name matches all messages
2018-07-17 Shane Synanclient: Fix CoreHighlightSettings Sender resize
2018-07-17 Shane Synanclient: Unify CoreHighlightSettingsPage tooltips
2018-07-17 Manuel Nickschascore: Improve handling of core initialization errors
2018-07-17 Shane Synanclient: Fix lost unsaved highlights on Import
2018-07-16 Shane Synanchatmonitor: Always -> "Include ignored buffers"
2018-07-16 Jan Alexander Stef... Chat Monitor: Add option to always include own messages
2018-07-16 Jan Alexander Stef... ChatMonitorFilter: Refactor conditions
2018-07-12 Shane Synanclient: /list automatically requests channel list
2018-07-12 Shane Synanclient: Set Channel List input focus, sort A-Z
2018-07-12 Shane Synanclient: Convert /list #chan to UI advanced search
2018-07-12 Manuel Nickschaslogger: Refactor the logging framework
2018-07-12 Manuel Nickschasqtui: Remove bogus Quassel instance
2018-06-21 Manuel Nickschasqtui: Remove remnant from debugging icon loading
2018-06-20 Shane Synanclient: Use sentence case for Core Info details
2018-06-20 Shane Synancommon: Make CommitDate Unix epoch, handle legacy
2018-06-19 Shane Synancommon: Use UTF-8 server encoding by default
2018-06-19 Shane Synanclient: Fix text format shortcuts edge case
2018-06-19 Shane Synanclient: Poll legacy CoreInfo when dialog is open
2018-06-19 Shane Synanclient: Detect legacy CoreInfo, request on show
2018-06-18 Manuel NickschasClean up the HighlightRuleManager a bit
2018-06-18 Janne KoschinskiRework sync protocol for highlight rules
2018-06-18 Manuel Nickschasicons: Override system icon theme by default
2018-06-18 Shane Synanclient: Fix Remote Cores marked unsaved on load
next