| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 it | ctrlaltca | 2025-12-22 | 1 | -8/+13 |
| * | Release 5.2.10 (#2737) 5.2.10 | ctrlaltca | 2025-12-12 | 1 | -1/+1 |
| * | version 5.2.8 5.2.8 | Fabio Bas | 2025-07-30 | 1 | -1/+1 |
| * | Fix cmake rules related to CMP0175 (#2687) | ctrlaltca | 2024-11-19 | 1 | -4/+5 |
| * | Version 5.2.6 (#2683) 5.2.6 | ctrlaltca | 2024-10-11 | 1 | -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 Qt6 | Dessa | 2024-09-10 | 1 | -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 valid | ctrlaltca | 2024-08-02 | 1 | -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 windows | ctrlaltca | 2024-07-15 | 1 | -14/+0 |
| * | 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 |