| Commit message (Expand) | Author | Age | Files | Lines |
| * | Painter object fixes; fix #2494 (#2728) | ctrlaltca | 2025-11-10 | 1 | -124/+110 |
| * | Fix error handling of QSslSocket (#2718) | ctrlaltca | 2025-10-10 | 3 | -5/+5 |
| * | Adapt to Qt 6.9 deprecations (#2706)•••* Adapt to Qt 6.9 deprecations
* Windows 2019 images are no more available no github, switch to 2022
* Wordaround Qt5 missing QTimezone::UTC | ctrlaltca | 2025-07-17 | 3 | -0/+31 |
| * | Include debian patches (#2639)•••* enable optimisation with debug; credits to wRAR
* Switch RFC2812 links from internal to external. Credits to wRAR
* admin/gendoc.pl: Ease the creation of reproducible builds by removing user and timestamp from generated documentation. Credits to Vagrant Cascadian
* Remove patches from dist/debian | ctrlaltca | 2024-05-09 | 1 | -1/+1 |
| * | More qt6 porting (#2622)•••* Port QColor::setNamedColor to QColor::fromString
* Port from QVariant::Type to QmetaType::Type
* KviCoreActions: port from QAction::parentWidget to qobject_cast + QAction::parent
* KviIrcView: port QString::fromUtf16 usage to the non-obsolete char16_t* overload
* KviTopicWidget: port QMouseEvent to a non-obsolete overload
* Port QMouseEvent from old pos(), x(), y(), to position()
* Port obsolete QMessageBox usage to custom buttons
* KviApplication: initialize the dbus notify message "replace ID" to 0
* KviIrcConnection: port deprecated QString::count() to QString::size()
* KvsObject_*: port QColor::setNamedColor to QColor::fromString
* KvsObject_widget: port QWidget::isTopLevel to QWidget::isWindow
* KviMainWindow: use QKeyCombination instead of int for shortcuts
* QHttp: avoid deprecated methods for QCryptographicHash
* ScriptEditorWidget: use the new signature for QMenu::addAction()
* KviInputEditor: Extract ACCEL_KEY from header and avoid warning
* KviStringConversion: convert old Qt5 font weights to new "css" font weights
* syntax fix | ctrlaltca | 2024-03-24 | 10 | -20/+83 |
| * | Misc Qt6 port for slightly changed class names and method signatures | Fabio Bas | 2023-10-18 | 7 | -15/+30 |
| * | Port from QRegExp (unavailable on qt6) to KviRegExp, based on QRegularExpression•••Method str_kvs_fnc_split() had to be replaced with the original version, since the newer one relied on Qt5's QStringRef
| Fabio Bas | 2023-10-18 | 2 | -6/+8 |
| * | Qt6 is stricter when casting numericals and chars. Add an explicit cast/conve...•••cast
| Fabio Bas | 2023-10-18 | 1 | -3/+3 |
| * | Port QDateTime::toTime_t() to toSecsSinceEpoch(); it's a quint64, but it shou... | Fabio Bas | 2023-10-18 | 1 | -1/+1 |
| * | Mass rename of margin -> contentsMargins | Fabio Bas | 2023-10-18 | 4 | -4/+4 |
| * | Rename COMPILE_WEBKIT_SUPPORT to COMPILE_WEBENGINE_SUPPORT | Fabio Bas | 2023-10-18 | 4 | -12/+12 |
| * | Replace WtWbKit with QtWebEngine (#2554) | ctrlaltca | 2023-09-19 | 3 | -866/+268 |
| * | Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541)•••* Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed.
---------
Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net> | ctrlaltca | 2023-07-08 | 5 | -20/+17 |
| * | Convert 0s and NULLs to nullptr | IceN9ne | 2018-12-03 | 4 | -6/+6 |
| * | Use override where possible and remove unnecessary usages of the virtual keyw... | IceN9ne | 2018-11-28 | 37 | -53/+53 |
| * | Remove unnecessary usages of the inline keyword per language evolution. | IceN9ne | 2018-11-28 | 1 | -1/+1 |
| * | Remove Q_UNUSED macros | IceN9ne | 2018-11-28 | 9 | -24/+3 |
| * | Fix compiler warnings in the code. | IceN9ne | 2018-11-27 | 2 | -2/+2 |
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | Alexey Sokolov | 2018-11-14 | 8 | -40/+54 |
| * | 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 |
| * | Remove usages of Q_FOREACH. Fixes #2385 | IceN9ne | 2018-05-22 | 1 | -11/+6 |
| * | Fix undefined behavior involving lifetime of temporaries | IceN9ne | 2018-04-22 | 1 | -6/+6 |
| * | Remove unused/useless code | IceN9ne | 2018-04-22 | 1 | -1/+0 |
| * | Fix Coverity complaints about uninitialized member variables | IceN9ne | 2018-04-14 | 4 | -14/+14 |
| * | General code cleanup and coverity fixes - mostly fixes uninitialized members | IceN9ne | 2017-10-21 | 2 | -8/+6 |
| * | Fix typo in manual & bug in alias (#2311)•••* fix typo in manual
The function 'objects.clearObjects' is called in the manual as 'objects.clear'
* fix for bug in alias 'clearobjects'
The function 'objects.clearObjects' was called in the alias clearobjects as 'objects.clear'
| minduser00 | 2017-09-28 | 1 | -4/+4 |
| * | small typo (#2305)•••Stray space in parameter "No Focus" must be "NoFocus". | minduser00 | 2017-09-10 | 1 | -1/+1 |
| * | Fix wrapping of <pre> in the docs.•••Fixes #2288
| wodim | 2017-08-31 | 10 | -123/+123 |
| * | Remove lots of redundant line feeds around block elements in the docs. | wodim | 2017-08-25 | 3 | -12/+12 |
| * | push and pull po{t}s, typo fixes | Dessa | 2017-05-24 | 2 | -2/+2 |
| * | Miscellaneous documentation fixes | OmegaPhil | 2017-02-23 | 1 | -0/+2 |
| * | Fixes unintentional hiding of local variable in nested scope | IceN9ne | 2017-02-02 | 1 | -1/+1 |
| * | Fix #2077 | Fabio Bas | 2017-01-28 | 2 | -1/+38 |
| * | KvsObject_widget: Add additional size functions | IceN9ne | 2016-11-30 | 2 | -0/+106 |
| * | KvsObject_painter: Fix potential memory leak in class function pen | IceN9ne | 2016-11-06 | 1 | -9/+7 |
| * | KvsObject_pixmap: Fix potential memory leak in class function pixel | IceN9ne | 2016-11-06 | 1 | -9/+7 |
| * | Cleanup included files | IceN9ne | 2016-10-28 | 4 | -4/+4 |
| * | KvsObjectLayout: Use correct macro | staticfox | 2016-08-15 | 1 | -2/+2 |
| * | remove unused variables•••@AndrioCelos
is that it?
| un1versal | 2016-08-07 | 1 | -2/+0 |
| * | Textbrowser : fix loading HTML files on Windows•••fixes #2076
| un1versal | 2016-08-07 | 1 | -1/+1 |
| * | documentation: typos + formatting fixes | un1versal | 2016-08-01 | 3 | -14/+13 |
| * | documentaion: formatting fixes | un1versal | 2016-07-27 | 2 | -5/+5 |
| * | KvsObject_groupBox: must add a hashtag else it wont fly as a real comment | un1versal | 2016-07-21 | 1 | -3/+4 |
| * | KvsObject_groupBox.cpp: Fix documentation comments | un1versal | 2016-07-21 | 1 | -3/+6 |
| * | separators and copyright headers cleanups•••+ add copyright boilerplate to KviDebugContext.cpp
probably more source files exist with no copyright boilerplate.
this was a by chance find.
| un1versal | 2016-06-14 | 3 | -3/+0 |
| * | source: cosmetic cleanups | un1versal | 2016-06-13 | 1 | -4/+0 |
| * | Expand the multilineedit class. Resolves kvirc/KVIrc#1985. (#1987) | Andrio Celos | 2016-05-24 | 2 | -16/+114 |
| * | wheeeeeeeeee | staticfox | 2016-05-22 | 3 | -8/+8 |
| * | various cosmetic: consistent comment format•••+ remove separators to make it consistent.
| un1versal | 2016-05-17 | 4 | -5/+0 |
| * | Various fixes | un1versal | 2016-05-15 | 1 | -1/+1 |