| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | editor: Fix crash when editing empty network list | Matt | 2023-06-16 | 1 | -0/+4 |
| * | Fix includes, QProcess is used not only without KDE•••https://bugs.gentoo.org/906940
| Alexey Sokolov | 2023-05-27 | 1 | -3/+4 |
| * | QString::null is deprecated (#2526) | nmariusp | 2022-06-29 | 1 | -3/+3 |
| * | Fixed up to build on MacOS 11.6 and restore SSL and Python support (#2518) | Thomas Horsten | 2021-11-26 | 1 | -1/+1 |
| * | Update URL to kvirc.net•••See https://github.com/kvirc/kvirc-www/pull/28
| Alexey Sokolov | 2021-07-02 | 2 | -2/+2 |
| * | Switch default channel from freenode to libera | Alexey Sokolov | 2021-05-26 | 10 | -48/+48 |
| * | Stop using deprecated KWindowSystem::windowInfo()•••Fix #2504
Patch by Andreas Sturmlechner | Alexey Sokolov | 2021-05-16 | 1 | -1/+1 |
| * | KVS quit command aborts delayed reconnect (#2461) | Andrio Celos | 2020-07-15 | 1 | -1/+1 |
| * | Fix build with Qt 5.15+ | Balló György | 2020-06-04 | 1 | -0/+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 | 8 | -114/+110 |
| |\ |
|
| | * | 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 |
| | * | 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 |
| | * | 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 |
| | * | DCC Module: Fix virtualness of member functions | IceN9ne | 2019-06-28 | 2 | -3/+3 |
| | * | 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 | 243 | -2113/+1956 |
| |\| |
|
| | * | uintUserListMinimumWidth: Reduce minimum due to account for certain combinati... | IceN9ne | 2019-01-21 | 1 | -1/+1 |
| | * | 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 | 2 | -12/+12 |
| | * | Add missing override keywords | IceN9ne | 2019-01-04 | 2 | -9/+9 |
| | * | Merge branch 'master' into cpp17 | IceN9ne | 2019-01-01 | 1 | -4/+4 |
| | |\ |
|
| | | * | Update build_detector.pl to improve consistency with detector.cpp | Alexey Sokolov | 2018-12-09 | 1 | -4/+4 |
| | * | | Convert 0s and NULLs to nullptr | IceN9ne | 2018-12-03 | 41 | -115/+114 |
| | * | | Remove C-style typedef structs | IceN9ne | 2018-11-28 | 22 | -65/+61 |
| | * | | Use override where possible and remove unnecessary usages of the virtual keyw... | IceN9ne | 2018-11-28 | 93 | -317/+317 |
| | * | | Remove unnecessary usages of the inline keyword per language evolution. | IceN9ne | 2018-11-28 | 11 | -33/+33 |
| | * | | Remove Q_UNUSED macros | IceN9ne | 2018-11-28 | 16 | -69/+26 |
| | |/ |
|
| | * | Fix compiler warnings in the code. | IceN9ne | 2018-11-27 | 7 | -11/+8 |
| | * | SASL: Add option for aborting connection on SASL failure | IceN9ne | 2018-11-26 | 1 | -1/+4 |
| | * | 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 | 1 | -4/+0 |
| | * | SASL: Add support for EXTERNAL method. Closes #2258 | IceN9ne | 2018-11-22 | 2 | -8/+25 |
| | * | 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.
| Alexey Sokolov | 2018-11-15 | 1 | -0/+2 |
| | * | Add anonymous namespace around detector.cpp•••It generates names which conflict with other names in global
namespace.
| Alexey Sokolov | 2018-11-14 | 1 | -0/+2 |
| | * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | Alexey Sokolov | 2018-11-14 | 47 | -108/+137 |
| | * | 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
| Dessa | 2018-09-06 | 3 | -619/+431 |
| | * | List object updates; fix #2384••• * fix a crash in $eof();
* add a boolean "reverse" parameter to $sort
| Fabio Bas | 2018-08-19 | 1 | -1/+24 |
| | * | Fix double "built on:" in output. | IceN9ne | 2018-05-28 | 1 | -2/+1 |
| | * | Remove usages of Q_FOREACH. Fixes #2385 | IceN9ne | 2018-05-22 | 4 | -15/+9 |
| | * | AboutDialog: Fix line break for non-SSL builds | IceN9ne | 2018-05-20 | 1 | -1/+1 |
| | * | AboutDialog: OpenSSL infos fix | Pan7 | 2018-05-20 | 1 | -3/+3 |
| | * | AboutDialog: OpenSSL infos | Pan7 | 2018-05-20 | 1 | -0/+31 |
| | * | LF and UTF8 all the things (#2378)•••Sweep over all files to make sure they are LF and UTF8
* LF all the things
* convert *.nsi files to utf8 and no longer treat them as binary
* convert the 3 cyrillic languages to utf8
* .dat files are also binary | Benjamin Staneck | 2018-04-26 | 2 | -52/+52 |
| | * | Fix undefined behavior involving lifetime of temporaries | IceN9ne | 2018-04-22 | 2 | -13/+10 |
| | * | Remove unused/useless code | IceN9ne | 2018-04-22 | 1 | -1/+0 |
| | * | Remove dead and useless code | IceN9ne | 2018-04-22 | 2 | -18/+0 |