aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Add a spellchecker backend based on windows >=8 integrated spellchecker (#2743)•••* Add a spellchecker backend based on windows >=8 integrated spellchecker * CI: remove enchant from windows builds * Assume Qt5 is Windows 7, Qt6 is Windows >= 10 * Qt5 build is picking up a foreign libenchant from the build system, disable itGravatar ctrlaltca2025-12-221-8/+13
* Release 5.2.10 (#2737) 5.2.10Gravatar ctrlaltca2025-12-121-1/+1
* version 5.2.8 5.2.8Gravatar Fabio Bas2025-07-301-1/+1
* Fix cmake rules related to CMP0175 (#2687)Gravatar ctrlaltca2024-11-191-4/+5
* Version 5.2.6 (#2683) 5.2.6Gravatar ctrlaltca2024-10-111-1/+1
* update windows versions and target windows 10 for Qt6 (#2677)•••* update windows version detection to include 11 and 10 subversions * target windows 10 for Qt6Gravatar Dessa2024-09-101-4/+8
* Misc fixes to sound module related to autodetect (#2669)•••* Sound options: don't immediately save changes when sound system gets autodetected; fix #2667 * If the config-saved sound system is not available anymore, force an autodetect; fix #2668 * Fix "qt" sound system under qt6 and unify the code path for Qt5. * If phonon is available, prefer it over "qt" sound system (the latter can only play wav files) * Nuke support for aRts (KDE2/3 sound server) and ESD (Gnome sound server before 2009) * Sound module: replace SoundEffect with QmediaPlayer to support more file formats. Adjust the priority of "qt" sound system in autodetect * Convert to smart pointers * Sound options: force an autodetect if the current sound system is not validGravatar ctrlaltca2024-08-021-11/+0
* Remove GTK Style flag; fix #2117. Default to Fusion theme on Windows (#2664)•••* Remove the remnants of GTK Style * Add a Qt6 entry in build info; keep Qt5 since some scripts may need it * Default to Fusion style on windowsGravatar ctrlaltca2024-07-151-14/+0
* Version 5.2.4 (#2642) 5.2.4Gravatar ctrlaltca2024-05-111-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/debianGravatar ctrlaltca2024-05-091-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 targetGravatar ctrlaltca2024-05-011-17/+16
* Version 5.2.2 (#2614) 5.2.2Gravatar ctrlaltca2024-03-091-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 nowGravatar ctrlaltca2024-03-081-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/patchesGravatar ctrlaltca2024-02-241-3/+3
* Check for QtMultimedia before using QSound; partially fix #2166 (#2604)Gravatar ctrlaltca2024-02-121-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 typoGravatar ctrlaltca2024-02-081-0/+18
* Fix ability to select Qt5 vs Qt6•••https://bugs.gentoo.org/922636 Gravatar Alexey Sokolov2024-01-211-1/+3
* Update version to 5.2.0, update translations (#2590) 5.2.0Gravatar ctrlaltca2024-01-141-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-beta3Gravatar ctrlaltca2023-12-261-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.Gravatar Aleksei Bavshin2023-12-251-10/+17
* Git version detection: ensure correct tag is returned if present 5.2.0-beta1-fixGravatar Fabio Bas2023-12-071-1/+1
* Update version to 5.1.1 and extract translations (#2577) 5.2.0-beta1Gravatar ctrlaltca2023-12-071-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 Gravatar Fabio Bas2023-10-181-1/+1
* Qt6: required Qt5 compatibility module; needed by QRegExpGravatar Fabio Bas2023-10-181-0/+9
* cmake: add support for qt6Gravatar Fabio Bas2023-10-181-69/+76
* Rename COMPILE_WEBKIT_SUPPORT to COMPILE_WEBENGINE_SUPPORTGravatar Fabio Bas2023-10-181-8/+9
* Replace WtWbKit with QtWebEngine (#2554)Gravatar ctrlaltca2023-09-191-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>Gravatar Chris MacLeod2023-08-051-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>Gravatar ctrlaltca2023-07-081-7/+5
* Fix issue "CMake Warning (dev) at /home/n/kde/usr/share/ECM/modules/ECMFindMo...Gravatar nmariusp2022-06-261-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>Gravatar Arfrever2022-02-011-2/+2
* Fixed up to build on MacOS 11.6 and restore SSL and Python support (#2518)Gravatar Thomas Horsten2021-11-261-2/+0
* Merge branch 'master' into py3Gravatar Alexey Sokolov2019-12-291-1/+1
|\
| * bump version to 5.0.1Gravatar Benjamin Staneck2019-10-121-1/+1
* | Replace FindPythonLibs with FindPython3 in CMakeGravatar Alexey Sokolov2019-12-291-6/+6
* | Merge branch 'master' into python3Gravatar wodim2019-04-011-64/+28
|\|
| * Bump CMake requirements to 3.8, which supports C++17Gravatar Alexey Sokolov2019-01-031-1/+1
| * Remove redundant comments from CMakeListsGravatar Alexey Sokolov2018-12-091-2/+1
| * Cmake: Specify source file encoding for MSVCGravatar craftwar2018-12-051-2/+2
| * Change MSVC compiler flagsGravatar craftwar2018-12-051-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. Gravatar Bernhard M. Wiedemann2018-11-241-2/+0
| * update version to 5.0.0 (#2373)•••update version to 5.0.0Gravatar Benjamin Staneck2018-04-221-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. Gravatar Dessa2018-04-141-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. Gravatar Bernhard M. Wiedemann2018-04-011-10/+1
| * CMakeLists: Detect and use libenchant 2.x•••Fixes #2350. Gravatar Vladimir Panteleev2018-02-201-1/+1
| * Bump version number to 4.9.3 for releaseGravatar Szymon Tomasz Stefanek2017-12-281-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 Gravatar Fabio Bas2017-09-211-29/+0
| * test: remove hack cmake_policy(SET CMP0026 OLD) this breaks appveyor builds (...Gravatar Data2017-09-101-1/+2
* | Add support for Python 3Gravatar wodim2017-08-261-5/+2
|/
* qt 5.7+ dropped vista support, so raise default target to 7Gravatar Dessa2017-06-261-2/+2