aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into python3Gravatar wodim2019-04-01530-5875/+5479
|\|
| * uintUserListMinimumWidth: Reduce minimum due to account for certain combinati...Gravatar IceN9ne2019-01-212-3/+3
| * KviControlCodes.cpp: Remove %16 when parsing colors•••The modulo was already being applied inconsistently (e.g. getColorBytesW vs. getUnicodeColorBytes). It is now unnecessary, as we handle higher color values properly. Gravatar Vladimir Panteleev2019-01-161-4/+4
| * Replace KVI_OPTION_MIRCCOLOR usage with getMircColor•••- Replace occurrences in IRC-related views, and message type references - Don't replace occurrences dealing with the color picker or the configurable low (0-15) colors - Also replace hard-coded references to the maximum color index (15/16) with KVI_EXTCOLOR_MAX Gravatar Vladimir Panteleev2019-01-1610-40/+41
| * KviOptions.h: Add getMircColorGravatar Vladimir Panteleev2019-01-161-0/+10
| * Add KviControlCodes::getExtendedColorGravatar Vladimir Panteleev2019-01-162-0/+101
| * KviOptions.h: Shift KVI_COLOR_EXT_USER_* up by 100•••Make room for extended mIRC colors (16-98). Gravatar Vladimir Panteleev2019-01-161-7/+7
| * KviOptions.h: Define KVI_NUM_MIRCCOLOR_OPTIONS on top of KVI_MIRCCOLOR_MAX•••We will need the KviControlCodes include anyway. Gravatar Vladimir Panteleev2019-01-161-1/+2
| * Unify KVI_MIRCCOLOR_MAX_FOREGROUND/_BACKGROUND into a single constant•••The distinction is not meaningful. Gravatar Vladimir Panteleev2019-01-162-7/+6
| * update nsis plugin, remove pre-windows-7 version detection and add some new ones•••appveyor part mostly refs #2418 for build cache invalidation, update isn't really needed Gravatar Dessa2019-01-111-112/+115
| * Add missing override keywordsGravatar IceN9ne2019-01-042-9/+9
| * KviToolBar: Adjust std::array style for Travis + clang issueGravatar IceN9ne2019-01-041-11/+11
| * KviTalIconAndRichTextItemDelegate: Fix missing overrideGravatar IceN9ne2019-01-021-1/+1
| * KviMainWindow: Update codeGravatar IceN9ne2019-01-022-152/+86
| * KviToolBar: Update codeGravatar IceN9ne2019-01-012-33/+24
| * Merge branch 'master' into cpp17Gravatar IceN9ne2019-01-014-58/+27
| |\
| | * Save configuration files atomically so corruption is less likely (#2417)•••* Save configuration files atomically so corruption is less likely * Save configs only if dirty Gravatar Szymon Tomasz Stefanek2018-12-133-54/+23
| | * Update build_detector.pl to improve consistency with detector.cppGravatar Alexey Sokolov2018-12-091-4/+4
| * | KviTextIconWindow: Update codeGravatar IceN9ne2019-01-013-60/+42
| * | KviMenuBar: Update code•••Will need to wait until a newer Qt is used to fully convert to Qt5 signal and slot syntax. Gravatar IceN9ne2018-12-312-77/+58
| * | Convert 0s and NULLs to nullptrGravatar IceN9ne2018-12-03102-428/+422
| * | Remove reliance Q_DISABLE_COPY macroGravatar IceN9ne2018-11-281-4/+2
| * | Remove C-style typedef structsGravatar IceN9ne2018-11-2845-148/+141
| * | Use override where possible and remove unnecessary usages of the virtual keyw...Gravatar IceN9ne2018-11-28136-566/+566
| * | Remove unnecessary usages of the inline keyword per language evolution.Gravatar IceN9ne2018-11-2827-196/+196
| * | Remove Q_UNUSED macrosGravatar IceN9ne2018-11-2832-231/+32
| * | Modernize to C++17Gravatar IceN9ne2018-11-282-4/+4
| |/
| * KviTranslator: Fix incorrect signature in override of translate.Gravatar IceN9ne2018-11-282-2/+2
| * Fix compiler warnings in the code.Gravatar IceN9ne2018-11-2713-31/+17
| * Remove the keyword register from the code.•••* The register keyword doesn't do anything and is deprecated in C++17. Gravatar IceN9ne2018-11-271-6/+6
| * SASL: Add option for aborting connection on SASL failureGravatar IceN9ne2018-11-266-19/+25
| * Do not track Linux kernel version•••of build system to make reproducible builds easier. See https://reproducible-builds.org/ for why this is good. Gravatar Bernhard M. Wiedemann2018-11-243-34/+0
| * KVS away: Do not require connection for all-networks switchGravatar IceN9ne2018-11-241-2/+2
| * SASL: Add support for EXTERNAL method. Closes #2258Gravatar IceN9ne2018-11-229-23/+134
| * Add anonymous namespace to build_detector.pl too.•••It's probably not going to be run ever again, but just for case if it is. Gravatar Alexey Sokolov2018-11-151-0/+2
| * Add anonymous namespace around detector.cpp•••It generates names which conflict with other names in global namespace. Gravatar Alexey Sokolov2018-11-141-0/+2
| * Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-14119-262/+315
| * Use C++14Gravatar Alexey Sokolov2018-11-142-4/+4
| * KviIrcView: Fix an issue with copying short text across chunksGravatar IceN9ne2018-11-121-3/+2
| * more enchant windows things and perl updates•••- of course i missed to amend the include location, fixed now - update to ExtUtils::ParseXS 3.39 (no changes) - update to Devel::PPPort 3.42 and use the correct typemap Gravatar Dessa2018-09-063-619/+431
| * KviHttpRequest: Fix potential null pointer dereferenceGravatar IceN9ne2018-09-041-2/+2
| * KviHttp: support relative redirects; fix #2398 (#2399)•••* mac: fix plugin installation * c++11: fix some compiler warnings * KviHttp: support relative redirects; fix #2398 KviUrl: permit modification of the url KviHttpRequest: check for relative redirects and change the url's path Gravatar ctrlaltca2018-09-046-9/+91
| * List object updates; fix #2384••• * fix a crash in $eof(); * add a boolean "reverse" parameter to $sort Gravatar Fabio Bas2018-08-191-1/+24
| * Fix double "built on:" in output.Gravatar IceN9ne2018-05-281-2/+1
| * Fix stray carriage returns in improperly formatted output.Gravatar IceN9ne2018-05-281-2/+2
| * Remove modality of OptionsWidget_servers. Fixes #2341 and #2386Gravatar IceN9ne2018-05-264-5/+5
| * Remove usages of Q_FOREACH. Fixes #2385Gravatar IceN9ne2018-05-226-18/+12
| * AboutDialog: Fix line break for non-SSL buildsGravatar IceN9ne2018-05-201-1/+1
| * AboutDialog: OpenSSL infos fixGravatar Pan72018-05-201-3/+3
| * AboutDialog: OpenSSL infosGravatar Pan72018-05-201-0/+31