| Commit message (Expand) | Author | Age | Files | Lines |
| * | Version 5.2.4 (#2642) 5.2.4 | ctrlaltca | 2024-05-11 | 1 | -1/+1 |
| * | 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 | -2/+2 |
| * | Add cmake option WANT_PERL_DOCS to disable doc generation. (#2635)•••* Add cmake option WANT_PERL_DOCS to disable doc generation. Ensure Qt version is reported correctly by cmake. Fix #2634
* KviApplication::checkGlobalKvircDirectory: don't test for help subdir, it may not exist
* Cmake: use the imported target for Threads instead of CMAKE_THREAD_LIBS_INIT
* Cmake: always import the Threads target | ctrlaltca | 2024-05-01 | 1 | -17/+16 |
| * | Version 5.2.2 (#2614) 5.2.2 | ctrlaltca | 2024-03-09 | 1 | -1/+1 |
| * | Switching the mac CI to qt6 (#2612)•••* try switching the mac CI to qt6; remove the cmake hardcoded deploy, use macdeployqt instead
* mac: Try to mode kvilib and modules to Contents/Frameworks for macdeployqt to pick them up
* Add Mattoje's patch
* Just disable python by now | ctrlaltca | 2024-03-08 | 1 | -1/+2 |
| * | Switch windows CI builds to Github Actions and Qt6 (#2606)•••* Make build compatible with ninja generator
* Remove usage of Qt Windows Extras under qt6
* Avoid compilation noise on UNICODE redefinition
* Remove "KviHeapObject::operator new" signature for debug builds, add placement new operator
* Fix implicit cast of 0 to QFlags
* Fix Avoid ambiguous overload in concatenating strings
* KviIpcSentinel::winEvent - Adapt to changed method signature in qt6
* Remove windows 95/98/me support :)
* appveyor: try switching qt version
* Try creating a github action for windows build
* Remove appveyor config; move windows-only patches into dist/windows/patches | ctrlaltca | 2024-02-24 | 1 | -3/+3 |
| * | Check for QtMultimedia before using QSound; partially fix #2166 (#2604) | ctrlaltca | 2024-02-12 | 1 | -0/+1 |
| * | Add support for sanitizers at compile time (and fix some issues) (#2599)•••* Add an option to enable sanitizer at compile time
* Fix singleton classes initialization
* Revert r5378 - issue #1068 - to avoid having duplicate symbols exported by modules, that may cause a crash
* Fix cast in KviTalIconAndRichTextItemDelegate (used by both QListWidget and QTreeWidget)
* ScriptEditor: don't leak a timer for every script editor widget
* Add support for memory and thread sanitizers
* Fix sanitizer
* KviSignalhandler: don't leak the whole object
* Remove debug warning when a single message is longer than 512 bytes.
As per https://ircv3.net/specs/extensions/message-tags.html#size-limit , message tags can prepend a whooping 8kbs of "tags" (header data) to each message.
* Avoid initialization loop between KviLocale and KviMessageCatalogue. Assume all .po files are UTF8. This is already a requirement since about a decade.
* KviInputEditor: don't leak the undo/redo stacks
KviInputEditor: don't leak the undo/redo stacks - rework using smart pointers
* Fix typo | ctrlaltca | 2024-02-08 | 1 | -0/+18 |
| * | Fix ability to select Qt5 vs Qt6•••https://bugs.gentoo.org/922636
| Alexey Sokolov | 2024-01-21 | 1 | -1/+3 |
| * | Update version to 5.2.0, update translations (#2590) 5.2.0 | ctrlaltca | 2024-01-14 | 1 | -2/+2 |
| * | Update version to 5.1.3 (aka 5.2 beta 3) adopt new candidate release name "Qu...•••* Updated translations from Transifex
* Update version to beta3, adopt new candidate release name "Quasar" 5.2.0-beta3 | ctrlaltca | 2023-12-26 | 1 | -3/+2 |
| * | Fix build with KDE Frameworks 6 (#2585)•••* KF6: adapt to new KNotificationAction API
Use correct versioned location for the notifyrc.
* KF6: correct includes for KWindowInfo
* KF6: add KF6::StatusNotifierItem component
KStatusNotifierItem was split from KNotifications in KF6. | Aleksei Bavshin | 2023-12-25 | 1 | -10/+17 |
| * | Git version detection: ensure correct tag is returned if present 5.2.0-beta1-fix | Fabio Bas | 2023-12-07 | 1 | -1/+1 |
| * | Update version to 5.1.1 and extract translations (#2577) 5.2.0-beta1 | ctrlaltca | 2023-12-07 | 1 | -2/+2 |
| * | Changes that will need to be reworked.•••QFont changed the weight scale in Qt6, in order to use them we'd need to fix all configuration files in all themes.
QStreamConverter only supports Utf8/16/32 and Latin1 before Qt6.5. Stick to qt5compat's QTextCodec by now
| Fabio Bas | 2023-10-18 | 1 | -1/+1 |
| * | Qt6: required Qt5 compatibility module; needed by QRegExp | Fabio Bas | 2023-10-18 | 1 | -0/+9 |
| * | cmake: add support for qt6 | Fabio Bas | 2023-10-18 | 1 | -69/+76 |
| * | Rename COMPILE_WEBKIT_SUPPORT to COMPILE_WEBENGINE_SUPPORT | Fabio Bas | 2023-10-18 | 1 | -8/+9 |
| * | Replace WtWbKit with QtWebEngine (#2554) | ctrlaltca | 2023-09-19 | 1 | -4/+4 |
| * | Batch export logs (#2485)•••* Implement most basic functional batch export
For the future:
* The loop still needs to be made asynchronous so the process doesn't hang.
* Ideally, there should be some sort of progress window.
* There is redundant code that should be reduced.
* Make batch export asynchronous
Reminder: The comment about overwrite protection no longer applies
Todo: Progress dialog
* Avoid possible dangling pointer, improve type safety and const correctness in the process
In reality, the log exporting code has no reason to be in the GUI class to begin with. `exportLog` makes sense as a Qt slot, but `createLog` should be a member function of the `LogFile` class and operate on `this` rather than a `LogFile` argument.
A future commit should amend this, but for now I will avoid changing anything unnecessary until a working progress dialog is in place and I have tested the finished feature thoroughly.
* Add progress dialog
* Make LogViewWindow::createLog a member function of LogFile
* Reduce memory usage by sharing `LogFile`s with the GUI thread
* Correct progress dialog modality
* Collect log files directly instead of reiterating through view items later
Also adds a little documentation
* Fix batch export for paths with reserved characters
* avoid sigsegv
* fix tags removal before nickname in html export
* Fix directory selection and output path for icons in html export
---------
Co-authored-by: ctrlaltca <ctrlaltca@gmail.com> | Chris MacLeod | 2023-08-05 | 1 | -0/+7 |
| * | 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 | 1 | -7/+5 |
| * | Fix issue "CMake Warning (dev) at /home/n/kde/usr/share/ECM/modules/ECMFindMo... | nmariusp | 2022-06-26 | 1 | -1/+1 |
| * | CMakeLists.txt: Make devdocs and distclean targets compatible with Ninja gene...•••Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Co-authored-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | Arfrever | 2022-02-01 | 1 | -2/+2 |
| * | Fixed up to build on MacOS 11.6 and restore SSL and Python support (#2518) | Thomas Horsten | 2021-11-26 | 1 | -2/+0 |
| * | Merge branch 'master' into py3 | Alexey Sokolov | 2019-12-29 | 1 | -1/+1 |
| |\ |
|
| | * | bump version to 5.0.1 | Benjamin Staneck | 2019-10-12 | 1 | -1/+1 |
| * | | Replace FindPythonLibs with FindPython3 in CMake | Alexey Sokolov | 2019-12-29 | 1 | -6/+6 |
| * | | Merge branch 'master' into python3 | wodim | 2019-04-01 | 1 | -64/+28 |
| |\| |
|
| | * | Bump CMake requirements to 3.8, which supports C++17 | Alexey Sokolov | 2019-01-03 | 1 | -1/+1 |
| | * | Remove redundant comments from CMakeLists | Alexey Sokolov | 2018-12-09 | 1 | -2/+1 |
| | * | Cmake: Specify source file encoding for MSVC | craftwar | 2018-12-05 | 1 | -2/+2 |
| | * | Change MSVC compiler flags | craftwar | 2018-12-05 | 1 | -6/+10 |
| | * | 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 | -2/+0 |
| | * | update version to 5.0.0 (#2373)•••update version to 5.0.0 | Benjamin Staneck | 2018-04-22 | 1 | -3/+3 |
| | * | remove qt5_use_modules for Qt 5.11•••cmake modules for Qt 5.11 don't have that function anymore, so it needs to be replaced with the standard way of library linkage.
downside is that the module listing in the Status page isn't looking too fancy anymore.
| Dessa | 2018-04-14 | 1 | -12/+12 |
| | * | Use cmake TIMESTAMP•••This greatly simlifies the code
and helps to allow reproducible builds.
See https://reproducible-builds.org/ for why this is good.
| Bernhard M. Wiedemann | 2018-04-01 | 1 | -10/+1 |
| | * | CMakeLists: Detect and use libenchant 2.x•••Fixes #2350.
| Vladimir Panteleev | 2018-02-20 | 1 | -1/+1 |
| | * | Bump version number to 4.9.3 for release | Szymon Tomasz Stefanek | 2017-12-28 | 1 | -1/+1 |
| | * | Cmake updates••• * Remove the usage of CMP0026’s LOCATION
* fix WANT_STRIP option: fix #2306
* remove WANT_UNIVERSAL_BINARY option (obsolete)
* fix bundling of Qt libraries on Osx
| Fabio Bas | 2017-09-21 | 1 | -29/+0 |
| | * | test: remove hack cmake_policy(SET CMP0026 OLD) this breaks appveyor builds (... | Data | 2017-09-10 | 1 | -1/+2 |
| * | | Add support for Python 3 | wodim | 2017-08-26 | 1 | -5/+2 |
| |/ |
|
| * | qt 5.7+ dropped vista support, so raise default target to 7 | Dessa | 2017-06-26 | 1 | -2/+2 |
| * | [AV] update openssl, (hopefully short-term) hack for handling msvc 12 depende...•••also revert an erroneously committed change to the targeted windows version in CMakeLists.txt (though it appeared to be still working, i want to be sure)
| Dessa | 2017-05-29 | 1 | -1/+1 |
| * | unbreak my last commit, don't cache perl and choco dirs, too big | Dessa | 2017-05-24 | 1 | -3/+3 |
| * | push and pull po{t}s, typo fixes | Dessa | 2017-05-24 | 1 | -1/+1 |
| * | OS X is dead, long live macOS | staticfox | 2017-01-15 | 1 | -5/+5 |
| * | fix build on mingw | wodim | 2016-12-01 | 1 | -3/+5 |
| * | CMakelists / buildinfo: report GTK status (#2123)•••* cmakelists / buildinfo: report GTK status
in case GTK is compiled in we should know about it
helps debugging and removes guessing.
* CMakeLists: move GSM status to top
and remove one too many empty line
| un1versal | 2016-08-25 | 1 | -2/+5 |
| * | kill some more xp support and bump Devel::PPPort•••- remove specification of subsystem, now that we dropped XP
- update nsis to force Vista+
- get maketool from cmake var, no conditional needed anymore
- bump Devel::PPPort to 3.35 (no code change)
| Dessa | 2016-08-20 | 1 | -9/+2 |
| * | Goodbye XP, my old friend | staticfox | 2016-08-17 | 1 | -1/+2 |