| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix geometry sanity check to permit startup on secondary monitors (#2731)•••Also, avoid a warning due to QGuiApplication::setHighDpiScaleFactorRoundingPolicy being called too late in application startup on qt6
Fix #2693 | ctrlaltca | 2025-12-07 | 1 | -1/+3 |
| * | Revert part of #2661 to fix the mainwindow icon (#2665) | ctrlaltca | 2024-07-17 | 1 | -0/+3 |
| * | Force app_id to be set in more places (#2661)•••While testing the new version of kvirc I noticed that the setup window was using the `net.kvirc.kvirc` app_id. It seems my previous fix was incomplete since that window is started before the other window where we set the app_id.
Fix it by adding it to the setup window as well, and also just add it to a bunch more locations so that the chances of it not being set elsewhere are lower. | Reilly Brogan | 2024-07-12 | 1 | -2/+0 |
| * | 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 | 1 | -0/+4 |
| * | Fix Wayland appId (#2621) | Reilly Brogan | 2024-03-21 | 1 | -1/+1 |
| * | Disable accellerators before freeing them (#2582) | ctrlaltca | 2023-12-24 | 1 | -0/+1 |
| * | Migrate almost all QMessagebox to qt6-friendly version. | Fabio Bas | 2023-10-18 | 1 | -14/+17 |
| * | Make shortcuts compatible with qt6; remove unused KviShortcut constructor sin... | Fabio Bas | 2023-10-18 | 1 | -22/+22 |
| * | 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 | -6/+3 |
| * | Wayland fixes: disable X11 IPC at runtime to avoid crash on start (partially ... | Fabio | 2021-06-16 | 1 | -1/+4 |
| * | KviMainWindow: Update code | IceN9ne | 2019-01-02 | 1 | -120/+53 |
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | Alexey Sokolov | 2018-11-14 | 1 | -7/+7 |
| * | Cleanup included files | IceN9ne | 2016-10-28 | 1 | -0/+1 |
| * | KviMainWindow: Modernize control loop (#2116) | IceN9ne | 2016-08-24 | 1 | -8/+3 |
| * | KviTrayIcon: Get rid of the die() method | staticfox | 2016-08-11 | 1 | -6/+2 |
| * | KviMainWindow: Enumerate through module extension toolbars properly | staticfox | 2016-08-11 | 1 | -1/+4 |
| * | Remove KviParameterList•••It wasn't used anyway ^^
| staticfox | 2016-08-07 | 1 | -1/+0 |
| * | KviMainWindow: Fix crash when recreating windows•••Closes #2079
| staticfox | 2016-08-03 | 1 | -2/+4 |
| * | Part 1: Bring KVIrc to the 21st century•••Avoid many un-necessary memory allocations as well as start
the migration to unique pointers where appropriate.
Start migrating out of the KVirc standard library into the C++ standard
library.
| staticfox | 2016-08-03 | 1 | -78/+63 |
| * | KviMainWindow: open toolbar editor in dialog | un1versal | 2016-06-28 | 1 | -1/+1 |
| * | add toggle + shortcut to switch between treewidow list <-> classic window lis...•••* KviMenuBar: add toggle Tree Window List -> Classic Window List
resolves #1035
* KviMenuBar: read KviOption_boolUseTreeWindowList flag on the fly
| un1versal | 2016-06-10 | 1 | -0/+7 |
| * | Revert "add toggle Tree Window List -> Classic Window List"•••This reverts commit 2944b27985c4f31aa19abf1a3c3a4d1b4dfe7747.
This needs to check the current state of the flag on the fly
as is it does the opposite when boolUseTreeWindowList is set via other methods
| un1versal | 2016-06-10 | 1 | -7/+0 |
| * | add toggle Tree Window List -> Classic Window List•••resolves #1035
| un1versal | 2016-06-09 | 1 | -0/+7 |
| * | KviMainWindow: use more common press for shortcuts | un1versal | 2016-05-25 | 1 | -3/+1 |
| * | KviMainWindow: fix close kvic message•••making this single string is easier for translators then making separate
strings
msgid "There are active connections, are you sure you wish to "
msgstr ""
msgid "quit KVIrc?"
msgstr ""
| un1versal | 2016-05-23 | 1 | -4/+2 |
| * | various cosmetic: consistent comment format•••+ remove separators to make it consistent.
| un1versal | 2016-05-17 | 1 | -4/+4 |
| * | fix double WindowList in bool name•••this was a dealers choice, repo themes all use this
option name, but its unlikely those themes will go unscathed in any case.
Im not volunteering to fix them, but Ill write some news calling out to themers.
| un1versal | 2016-05-11 | 1 | -1/+1 |
| * | Cleanup random separators with no comments | un1versal | 2016-05-06 | 1 | -4/+4 |
| * | cleanup duplicate includes | un1versal | 2016-05-04 | 1 | -2/+0 |
| * | Apply clang-tidy: modernize-loop-convert | Alexey Sokolov | 2016-04-30 | 1 | -2/+1 |
| * | Apply clang-tidy: modernize-use-nullptr | Alexey Sokolov | 2016-04-30 | 1 | -30/+30 |
| * | Apply clang-format | Alexey Sokolov | 2016-04-29 | 1 | -188/+233 |
| * | Add option to hide the taskbar button. (#1942) | Cizzle | 2016-04-26 | 1 | -2/+2 |
| * | general: Refactoring and cleanups | staticfox | 2016-04-17 | 1 | -34/+34 |
| * | Remove all ifdefs related to older versions of Qt.•••Now that we only support Qt 5 we will no longer need these.
| wodim | 2016-04-07 | 1 | -4/+0 |
| * | Added missing Shift+(F1-F12) shortcuts for OnAccelKeyPressed to match what th... | TheReign | 2016-04-04 | 1 | -0/+12 |
| * | Add a warning when the menu bar is going to be hidden. | wodim | 2016-04-03 | 1 | -0/+24 |
| * | Option to hide the menu bar temporarily. | wodim | 2016-04-02 | 1 | -0/+19 |
| * | QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ...•••+ add window title to find and replace dialog
| un1versal | 2016-02-27 | 1 | -1/+1 |
| * | run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Ar... | Dessa | 2016-01-31 | 1 | -1/+1 |
| * | If the user switches from the tree window list to the classic window list, do...•••Fixes #1797.
| wodim | 2016-01-08 | 1 | -1/+1 |
| * | assign toolbar icon and update reassignments for toobareditor•••there you go @swarfega
Lets not give swarfega a reason to be unhappy and moan. :D
| un1versal | 2015-12-21 | 1 | -1/+1 |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | un1versal | 2015-11-28 | 1 | -1/+1 |
| * | Kvi* various: typos, capitalization and consistency fixes | un1versal | 2015-11-13 | 1 | -1/+1 |
| * | shortcut: Readd tab switching between windows | Matt Ullman | 2015-10-28 | 1 | -0/+2 |
| * | Copyright Headers: Cosmetic typos irc -> IRC | un1versal | 2015-10-28 | 1 | -1/+1 |
| * | Clean up trailing whitespaces and excess newlines•••Oh how I can already hear the sound of angry villagers
with pitchforks running over to my desk
| Matt Ullman | 2015-10-18 | 1 | -2/+1 |
| * | Readd the Ctrl+W shortcut | Szymon Tomasz Stefanek | 2015-10-13 | 1 | -0/+10 |
| * | Fixes #1662 | wodim | 2015-10-08 | 1 | -3/+10 |
| * | Bye bye MDI. I have probably introduced few minor bugs that I haven't been ab... | Szymon Tomasz Stefanek | 2015-09-28 | 1 | -88/+41 |