| Commit message (Expand) | Author | Age | Files | Lines |
| * | SIGPIPE should be already ignored globally. Simplify code to figure out what'... ignore-sigpipe | Szymon Tomasz Stefanek | 2020-05-15 | 1 | -13/+1 |
| * | fixes #2468•••while at it update german kvirc translation and fix a typo in it
| Dessa | 2020-04-23 | 2 | -3/+31 |
| * | Stop unsetting _DEBUG when including Python.h•••Because of https://stackoverflow.com/questions/59126760/building-a-python-c-extension-on-windows-with-a-debug-python-installation
| Alexey Sokolov | 2019-12-30 | 1 | -9/+1 |
| * | Merge branch 'master' into py3 | Alexey Sokolov | 2019-12-29 | 12 | -126/+124 |
| |\ |
|
| | * | options/windowList: Add event names to alert level tips•••This should make it more clear what each alert level will trigger on
| Matt Ullman | 2019-12-02 | 1 | -10/+50 |
| | * | Update KviIrcServerParser_literalHandlers.cpp | w0osh ~# | 2019-11-27 | 1 | -6/+6 |
| | * | Update KviIrcServerParser_literalHandlers.cpp | w0osh ~# | 2019-11-27 | 1 | -4/+4 |
| | * | Rework the server list GUI filter. Fixes #2438.•••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.
| Andrio Celos | 2019-09-08 | 2 | -59/+16 |
| | * | kvilib: Fix format specifier | craftwar | 2019-09-07 | 1 | -1/+1 |
| | * | add export for all logs (channel, etc.)•••this line was always commented (since initial impl in 184e489)
but this feature seems to be working fine | Alex P | 2019-09-07 | 1 | -1/+2 |
| | * | Change HTTP redirect limit to 20.•••This is the redirect limit used by Chrome. The previous limit of 2 was causing problems with some sites.
| Andrio Celos | 2019-09-01 | 1 | -1/+1 |
| | * | DCC Module: Fix virtualness of member functions | IceN9ne | 2019-06-28 | 2 | -3/+3 |
| | * | KviSSL: Check SSL_in_init before SSL_shutdown | IceN9ne | 2019-06-25 | 1 | -2/+4 |
| | * | libkviurl: Use "itemActivated" event instead of "itemDoubleClicked"•••Allows opening URLs with the keyboard (by pressing Enter).
| Vladimir Panteleev | 2019-05-02 | 2 | -3/+3 |
| | * | libkviurl: Add "Open" default action to menu•••Does exactly the same as double-clicking.
Copies the UI pattern from most graphical file managers.
A nice kind of redundancy to have.
| Vladimir Panteleev | 2019-05-02 | 2 | -2/+14 |
| | * | libkviurl: Use Qt's native context menu events instead of emulation•••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.
| Vladimir Panteleev | 2019-05-02 | 2 | -38/+22 |
| | * | libkviurl: Fix showing configuration dialog after closing it with Esc•••Pressing Esc hides the dialog, but does not delete it.
| Vladimir Panteleev | 2019-05-02 | 1 | -0/+2 |
| * | | This is not necessary anymore | wodim | 2019-04-01 | 1 | -26/+0 |
| * | | Merge branch 'master' into python3 | wodim | 2019-04-01 | 530 | -5875/+5479 |
| |\| |
|
| | * | uintUserListMinimumWidth: Reduce minimum due to account for certain combinati... | IceN9ne | 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.
| Vladimir Panteleev | 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
| Vladimir Panteleev | 2019-01-16 | 10 | -40/+41 |
| | * | KviOptions.h: Add getMircColor | Vladimir Panteleev | 2019-01-16 | 1 | -0/+10 |
| | * | Add KviControlCodes::getExtendedColor | Vladimir Panteleev | 2019-01-16 | 2 | -0/+101 |
| | * | KviOptions.h: Shift KVI_COLOR_EXT_USER_* up by 100•••Make room for extended mIRC colors (16-98).
| Vladimir Panteleev | 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.
| Vladimir Panteleev | 2019-01-16 | 1 | -1/+2 |
| | * | Unify KVI_MIRCCOLOR_MAX_FOREGROUND/_BACKGROUND into a single constant•••The distinction is not meaningful.
| Vladimir Panteleev | 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
| Dessa | 2019-01-11 | 1 | -112/+115 |
| | * | Add missing override keywords | IceN9ne | 2019-01-04 | 2 | -9/+9 |
| | * | KviToolBar: Adjust std::array style for Travis + clang issue | IceN9ne | 2019-01-04 | 1 | -11/+11 |
| | * | KviTalIconAndRichTextItemDelegate: Fix missing override | IceN9ne | 2019-01-02 | 1 | -1/+1 |
| | * | KviMainWindow: Update code | IceN9ne | 2019-01-02 | 2 | -152/+86 |
| | * | KviToolBar: Update code | IceN9ne | 2019-01-01 | 2 | -33/+24 |
| | * | Merge branch 'master' into cpp17 | IceN9ne | 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
| Szymon Tomasz Stefanek | 2018-12-13 | 3 | -54/+23 |
| | | * | Update build_detector.pl to improve consistency with detector.cpp | Alexey Sokolov | 2018-12-09 | 1 | -4/+4 |
| | * | | KviTextIconWindow: Update code | IceN9ne | 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.
| IceN9ne | 2018-12-31 | 2 | -77/+58 |
| | * | | Convert 0s and NULLs to nullptr | IceN9ne | 2018-12-03 | 102 | -428/+422 |
| | * | | Remove reliance Q_DISABLE_COPY macro | IceN9ne | 2018-11-28 | 1 | -4/+2 |
| | * | | Remove C-style typedef structs | IceN9ne | 2018-11-28 | 45 | -148/+141 |
| | * | | Use override where possible and remove unnecessary usages of the virtual keyw... | IceN9ne | 2018-11-28 | 136 | -566/+566 |
| | * | | Remove unnecessary usages of the inline keyword per language evolution. | IceN9ne | 2018-11-28 | 27 | -196/+196 |
| | * | | Remove Q_UNUSED macros | IceN9ne | 2018-11-28 | 32 | -231/+32 |
| | * | | Modernize to C++17 | IceN9ne | 2018-11-28 | 2 | -4/+4 |
| | |/ |
|
| | * | KviTranslator: Fix incorrect signature in override of translate. | IceN9ne | 2018-11-28 | 2 | -2/+2 |
| | * | Fix compiler warnings in the code. | IceN9ne | 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.
| IceN9ne | 2018-11-27 | 1 | -6/+6 |
| | * | SASL: Add option for aborting connection on SASL failure | IceN9ne | 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.
| Bernhard M. Wiedemann | 2018-11-24 | 3 | -34/+0 |