| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge branch 'master' into python3 | 2019-04-01 | 530 | -5875/+5479 | ||
| |\| | ||||||
| | * | uintUserListMinimumWidth: Reduce minimum due to account for certain combinati... | 2019-01-21 | 2 | -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. | 2019-01-16 | 1 | -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 | 2019-01-16 | 10 | -40/+41 | ||
| | * | KviOptions.h: Add getMircColor | 2019-01-16 | 1 | -0/+10 | ||
| | * | Add KviControlCodes::getExtendedColor | 2019-01-16 | 2 | -0/+101 | ||
| | * | KviOptions.h: Shift KVI_COLOR_EXT_USER_* up by 100•••Make room for extended mIRC colors (16-98). | 2019-01-16 | 1 | -7/+7 | ||
| | * | KviOptions.h: Define KVI_NUM_MIRCCOLOR_OPTIONS on top of KVI_MIRCCOLOR_MAX•••We will need the KviControlCodes include anyway. | 2019-01-16 | 1 | -1/+2 | ||
| | * | Unify KVI_MIRCCOLOR_MAX_FOREGROUND/_BACKGROUND into a single constant•••The distinction is not meaningful. | 2019-01-16 | 2 | -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 | 2019-01-11 | 1 | -112/+115 | ||
| | * | Add missing override keywords | 2019-01-04 | 2 | -9/+9 | ||
| | * | KviToolBar: Adjust std::array style for Travis + clang issue | 2019-01-04 | 1 | -11/+11 | ||
| | * | KviTalIconAndRichTextItemDelegate: Fix missing override | 2019-01-02 | 1 | -1/+1 | ||
| | * | KviMainWindow: Update code | 2019-01-02 | 2 | -152/+86 | ||
| | * | KviToolBar: Update code | 2019-01-01 | 2 | -33/+24 | ||
| | * | Merge branch 'master' into cpp17 | 2019-01-01 | 4 | -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 | 2018-12-13 | 3 | -54/+23 | ||
| | | * | Update build_detector.pl to improve consistency with detector.cpp | 2018-12-09 | 1 | -4/+4 | ||
| | * | | KviTextIconWindow: Update code | 2019-01-01 | 3 | -60/+42 | ||
| | * | | KviMenuBar: Update code•••Will need to wait until a newer Qt is used to fully convert to Qt5 signal and slot syntax. | 2018-12-31 | 2 | -77/+58 | ||
| | * | | Convert 0s and NULLs to nullptr | 2018-12-03 | 102 | -428/+422 | ||
| | * | | Remove reliance Q_DISABLE_COPY macro | 2018-11-28 | 1 | -4/+2 | ||
| | * | | Remove C-style typedef structs | 2018-11-28 | 45 | -148/+141 | ||
| | * | | Use override where possible and remove unnecessary usages of the virtual keyw... | 2018-11-28 | 136 | -566/+566 | ||
| | * | | Remove unnecessary usages of the inline keyword per language evolution. | 2018-11-28 | 27 | -196/+196 | ||
| | * | | Remove Q_UNUSED macros | 2018-11-28 | 32 | -231/+32 | ||
| | * | | Modernize to C++17 | 2018-11-28 | 2 | -4/+4 | ||
| | |/ | ||||||
| | * | KviTranslator: Fix incorrect signature in override of translate. | 2018-11-28 | 2 | -2/+2 | ||
| | * | Fix compiler warnings in the code. | 2018-11-27 | 13 | -31/+17 | ||
| | * | Remove the keyword register from the code.•••* The register keyword doesn't do anything and is deprecated in C++17. | 2018-11-27 | 1 | -6/+6 | ||
| | * | SASL: Add option for aborting connection on SASL failure | 2018-11-26 | 6 | -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. | 2018-11-24 | 3 | -34/+0 | ||
| | * | KVS away: Do not require connection for all-networks switch | 2018-11-24 | 1 | -2/+2 | ||
| | * | SASL: Add support for EXTERNAL method. Closes #2258 | 2018-11-22 | 9 | -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. | 2018-11-15 | 1 | -0/+2 | ||
| | * | Add anonymous namespace around detector.cpp•••It generates names which conflict with other names in global namespace. | 2018-11-14 | 1 | -0/+2 | ||
| | * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | 2018-11-14 | 119 | -262/+315 | ||
| | * | Use C++14 | 2018-11-14 | 2 | -4/+4 | ||
| | * | KviIrcView: Fix an issue with copying short text across chunks | 2018-11-12 | 1 | -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 | 2018-09-06 | 3 | -619/+431 | ||
| | * | KviHttpRequest: Fix potential null pointer dereference | 2018-09-04 | 1 | -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 | 2018-09-04 | 6 | -9/+91 | ||
| | * | List object updates; fix #2384••• * fix a crash in $eof(); * add a boolean "reverse" parameter to $sort | 2018-08-19 | 1 | -1/+24 | ||
| | * | Fix double "built on:" in output. | 2018-05-28 | 1 | -2/+1 | ||
| | * | Fix stray carriage returns in improperly formatted output. | 2018-05-28 | 1 | -2/+2 | ||
| | * | Remove modality of OptionsWidget_servers. Fixes #2341 and #2386 | 2018-05-26 | 4 | -5/+5 | ||
| | * | Remove usages of Q_FOREACH. Fixes #2385 | 2018-05-22 | 6 | -18/+12 | ||
| | * | AboutDialog: Fix line break for non-SSL builds | 2018-05-20 | 1 | -1/+1 | ||
| | * | AboutDialog: OpenSSL infos fix | 2018-05-20 | 1 | -3/+3 | ||
| | * | AboutDialog: OpenSSL infos | 2018-05-20 | 1 | -0/+31 | ||
