aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * KviTalIconAndRichTextItemDelegate: Fix missing overrideGravatar IceN9ne2019-01-021-1/+1
| * Bump CMake requirements to 3.8, which supports C++17Gravatar Alexey Sokolov2019-01-031-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-018-70/+56
| |\
| | * Add release note to READMEGravatar Szymon Tomasz Stefanek2019-01-021-0/+18
| | * travis: different key server format 5.0.0Gravatar Benjamin Staneck2019-01-011-1/+1
| | * fix copy pastaGravatar Benjamin Staneck2019-01-011-1/+1
| | * travis: install rvm keys in a different wayGravatar Benjamin Staneck2019-01-011-1/+1
| | * 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
| | * Remove redundant comments from CMakeListsGravatar Alexey Sokolov2018-12-091-2/+1
| | * Update build_detector.pl to improve consistency with detector.cppGravatar Alexey Sokolov2018-12-091-4/+4
| | * Cmake: Specify source file encoding for MSVCGravatar craftwar2018-12-051-2/+2
| | * Change MSVC compiler flagsGravatar craftwar2018-12-051-6/+10
| | * AppVeyor: Remove unused variable, nuget_archGravatar craftwar2018-12-051-4/+0
| * | KviTextIconWindow: Update codeGravatar IceN9ne2019-01-013-60/+42
| * | travis: use ha.pool.sks-keyservers.net insteadGravatar Benjamin Staneck2019-01-011-1/+1
| * | 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
| * | try gcc7Gravatar Benjamin Staneck2018-12-311-4/+4
| * | fix gpg command and use both keysGravatar Benjamin Staneck2018-12-301-1/+1
| * | verify rvm key in a different wayGravatar Benjamin Staneck2018-12-301-2/+1
| * | install gpg2 on macOSGravatar Benjamin Staneck2018-12-301-1/+2
| * | build_debian: small fixGravatar Alexander Pozdnyakov2018-12-301-1/+1
| * | build_debian: add option CMAKE_VERBOSE_MAKEFILE=FalseGravatar Alexander Pozdnyakov2018-12-301-1/+1
| * | Revert "build_debian: debuild stdout and stderr to /dev/null"•••This reverts commit 20e1ae1eb8131f854dfd9217e545ee0b080eeba8. Gravatar Alexander Pozdnyakov2018-12-301-2/+1
| * | build_debian: debuild stdout and stderr to /dev/nullGravatar Alexander Pozdnyakov2018-12-301-1/+2
| * | build_debian: disable dh_verboseGravatar Alexander Pozdnyakov2018-12-301-1/+1
| * | build_debian: add option preserve-env and prepend-path•••when building in travis Gravatar Alexander Pozdnyakov2018-12-301-1/+3
| * | build_debian: shellcheck fixGravatar Alexander Pozdnyakov2018-12-301-20/+20
| * | build_debian: fix regexGravatar Alexander Pozdnyakov2018-12-301-1/+1
| * | update debian rulesGravatar Alexander Pozdnyakov2018-12-302-14/+7
| * | update travis dist to precise and remove manual cmake upgradeGravatar Benjamin Staneck2018-12-264-7/+5
| * | 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-283-5/+5
| |/
| * 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-245-38/+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
| * Travis: use sftp instead of scp to upload .dmgGravatar Alexey Sokolov2018-11-201-2/+1
| * Travis: recreate both SSH keys, and store both encrypted variables in .travis...•••See https://github.com/travis-ci/travis.rb/issues/627 for the reason. Gravatar Alexey Sokolov2018-11-203-4/+8
| * Travis: fix keys againGravatar Alexey Sokolov2018-11-201-3/+6
| * Travis: oops, wrong keyGravatar Alexey Sokolov2018-11-201-1/+1