| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | CI: check file size when uploading nightly | 2020-06-02 | 3 | -3/+7 | ||
| | | ||||||
| * | nightly.kvirc.net has moved, update CI | 2020-06-01 | 1 | -1/+1 | ||
| | | ||||||
| * | appveyor: make cmake arguments more readable | 2020-05-30 | 1 | -1/+20 | ||
| | | ||||||
| * | Fix windows spell checker, make errors in CI more apparent | 2020-05-30 | 1 | -28/+28 | ||
| | | ||||||
| * | Update serverdb.kvc | 2020-04-28 | 1 | -0/+4 | ||
| | | ||||||
| * | fix spellchecker on windows builds and also update english dicts | 2020-04-24 | 1 | -4/+4 | ||
| | | ||||||
| * | fixes #2468 | 2020-04-23 | 3 | -3/+48 | ||
| | | | | | while at it update german kvirc translation and fix a typo in it | |||||
| * | pull pos from tx, push pot updates | 2020-03-30 | 32 | -4817/+4754 | ||
| | | ||||||
| * | Add SciFiCenter IRC Network (#2462) | 2020-02-17 | 1 | -0/+8 | ||
| | | ||||||
| * | fixed symbols that slipped into two po files | 2020-01-13 | 2 | -8/+8 | ||
| | | | | | some strings in two po files had ↩ symbols instead of \r literals | |||||
| * | Stop unsetting _DEBUG when including Python.h | 2019-12-30 | 1 | -9/+1 | ||
| | | | | | Because of https://stackoverflow.com/questions/59126760/building-a-python-c-extension-on-windows-with-a-debug-python-installation | |||||
| * | Appveyor: Maybe reinstall of cygwin will fix cygwin issue? | 2019-12-29 | 1 | -0/+2 | ||
| | | | | | c:\cygwin\bin\bash : 1 [main] bash (3052) c:\cygwin\bin\bash.exe: *** fatal error - cygheap base mismatch detected - 0x1180408/0xFB0408. | |||||
| * | Merge branch 'master' into py3 | 2019-12-29 | 17 | -136/+135 | ||
| |\ | ||||||
| | * | options/windowList: Add event names to alert level tips | 2019-12-02 | 1 | -10/+50 | ||
| | | | | | | | | | This should make it more clear what each alert level will trigger on | |||||
| | * | Update KviIrcServerParser_literalHandlers.cpp | 2019-11-27 | 1 | -6/+6 | ||
| | | | ||||||
| | * | Update KviIrcServerParser_literalHandlers.cpp | 2019-11-27 | 1 | -4/+4 | ||
| | | | ||||||
| | * | bump version to 5.0.1 | 2019-10-12 | 3 | -6/+6 | ||
| | | | ||||||
| | * | Ouch | 2019-09-27 | 1 | -1/+1 | ||
| | | | ||||||
| | * | osx: compile with openssl | 2019-09-27 | 1 | -3/+4 | ||
| | | | ||||||
| | * | perl compilation works | 2019-09-27 | 1 | -1/+1 | ||
| | | | ||||||
| | * | Rework the server list GUI filter. Fixes #2438. | 2019-09-08 | 2 | -59/+16 | ||
| | | | | | | | | | The filter now works as an AND arrangement: servers will be shown if they match both the text filter *and* the favorites filter (if applicable). Previously one was not respected when the other was updated. The favorites filter no longer hides empty networks when disabled. | |||||
| | * | kvilib: Fix format specifier | 2019-09-07 | 1 | -1/+1 | ||
| | | | ||||||
| | * | add export for all logs (channel, etc.) | 2019-09-07 | 1 | -1/+2 | ||
| | | | | | | | | | this line was always commented (since initial impl in 184e489) but this feature seems to be working fine | |||||
| | * | Change HTTP redirect limit to 20. | 2019-09-01 | 1 | -1/+1 | ||
| | | | | | | | | | This is the redirect limit used by Chrome. The previous limit of 2 was causing problems with some sites. | |||||
| | * | DCC Module: Fix virtualness of member functions | 2019-06-28 | 2 | -3/+3 | ||
| | | | ||||||
| | * | KviSSL: Check SSL_in_init before SSL_shutdown | 2019-06-25 | 1 | -2/+4 | ||
| | | | ||||||
| | * | libkviurl: Use "itemActivated" event instead of "itemDoubleClicked" | 2019-05-02 | 2 | -3/+3 | ||
| | | | | | | | | | Allows opening URLs with the keyboard (by pressing Enter). | |||||
| | * | libkviurl: Add "Open" default action to menu | 2019-05-02 | 2 | -2/+14 | ||
| | | | | | | | | | | | | | | | Does exactly the same as double-clicking. Copies the UI pattern from most graphical file managers. A nice kind of redundancy to have. | |||||
| | * | libkviurl: Use Qt's native context menu events instead of emulation | 2019-05-02 | 2 | -38/+22 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use Qt's customContextMenuRequested signal + setContextMenuPolicy, and unify UrlDialog::popup with UrlDialog::contextMenu, to fix: - Pressing the Menu key on the keyboard did not pop up a menu. - The right-clicked item was not selected before the context menu was displayed, thus, the selected action applied to the old selection. The selection changed to the right-clicked item after the context menu was closed. - If there was no room left, it was not possible to summon the context menu that held the "Configure" option. | |||||
| | * | libkviurl: Fix showing configuration dialog after closing it with Esc | 2019-05-02 | 1 | -0/+2 | ||
| | | | | | | | | | Pressing Esc hides the dialog, but does not delete it. | |||||
| * | | Replace FindPythonLibs with FindPython3 in CMake | 2019-12-29 | 1 | -6/+6 | ||
| | | | ||||||
| * | | This is not necessary anymore | 2019-04-01 | 1 | -26/+0 | ||
| | | | ||||||
| * | | Merge branch 'master' into python3 | 2019-04-01 | 961 | -69065/+64918 | ||
| |\| | ||||||
| | * | uintUserListMinimumWidth: Reduce minimum due to account for certain ↵ | 2019-01-21 | 2 | -3/+3 | ||
| | | | | | | | | | combinations of font and dpi | |||||
| | * | KviControlCodes.cpp: Remove %16 when parsing colors | 2019-01-16 | 1 | -4/+4 | ||
| | | | | | | | | | | | | | The modulo was already being applied inconsistently (e.g. getColorBytesW vs. getUnicodeColorBytes). It is now unnecessary, as we handle higher color values properly. | |||||
| | * | Replace KVI_OPTION_MIRCCOLOR usage with getMircColor | 2019-01-16 | 10 | -40/+41 | ||
| | | | | | | | | | | | | | | | | | | | - 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 | |||||
| | * | 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 | 2019-01-16 | 1 | -7/+7 | ||
| | | | | | | | | | Make room for extended mIRC colors (16-98). | |||||
| | * | KviOptions.h: Define KVI_NUM_MIRCCOLOR_OPTIONS on top of KVI_MIRCCOLOR_MAX | 2019-01-16 | 1 | -1/+2 | ||
| | | | | | | | | | We will need the KviControlCodes include anyway. | |||||
| | * | Unify KVI_MIRCCOLOR_MAX_FOREGROUND/_BACKGROUND into a single constant | 2019-01-16 | 2 | -7/+6 | ||
| | | | | | | | | | The distinction is not meaningful. | |||||
| | * | update nsis plugin, remove pre-windows-7 version detection and add some new ones | 2019-01-11 | 2 | -115/+118 | ||
| | | | | | | | | | appveyor part mostly refs #2418 for build cache invalidation, update isn't really needed | |||||
| | * | 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 | ||
| | | | ||||||
| | * | Revert "travis: revert clang upgrade and do gcc instead" | 2019-01-04 | 1 | -1/+0 | ||
| | | | | | | | | | This reverts commit 823203faac64c367b81804f7c9a643ef223d773e. | |||||
| | * | travis: and another one | 2019-01-03 | 1 | -3/+4 | ||
| | | | ||||||
| | * | travis: fix syntax | 2019-01-03 | 1 | -2/+2 | ||
| | | | ||||||
| | * | travis: add more keyservers and remove CC setting | 2019-01-03 | 1 | -2/+7 | ||
| | | | ||||||
| | * | travis: revert clang upgrade and do gcc instead | 2019-01-03 | 1 | -1/+2 | ||
| | | | ||||||
| | * | travis: upgrade to a newer clang | 2019-01-03 | 1 | -0/+1 | ||
| | | | ||||||
