aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dialog/libkvidialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* More qt6 porting (#2622)Gravatar ctrlaltca2024-03-241-35/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541)Gravatar ctrlaltca2023-07-081-6/+2
| | | | | | * Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed. --------- Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net>
* Remove lots of redundant line feeds around block elements in the docs.Gravatar wodim2017-08-251-1/+1
|
* cleanup: remove more ancient commented code p3Gravatar un1versal2016-05-081-45/+0
|
* Apply clang-tidy: modernize-loop-convertGravatar Alexey Sokolov2016-04-301-2/+2
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-5/+5
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-188/+233
|
* documentation: formatting/indentation + minor syntax fixesGravatar un1versal2016-03-141-4/+4
| | | | | | + Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes
* QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ↵Gravatar un1versal2016-02-271-1/+1
| | | | | | to improve entries + add window title to find and replace dialog
* libkvidialog: dont use quotes as text emphasis, italic or bold text is OKGravatar un1versal2016-02-021-30/+30
|
* libkvidialog: minor syntax fixes.Gravatar un1versal2015-12-051-7/+7
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-1/+1
| | | | opinion -> option
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
|
* Clean up trailing whitespaces and excess newlinesGravatar Matt Ullman2015-10-181-1/+0
| | | | | Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk
* [ci skip] no strings - cpp files - typo correctionsGravatar un1versal2015-10-081-2/+2
|
* More tweaks all aroundGravatar Szymon Tomasz Stefanek2015-08-251-7/+16
|
* File dialogs seem to always require a parent. Without it Qt5 enters in a ↵Gravatar Szymon Tomasz Stefanek2015-08-251-1/+1
| | | | kind of modal loop that prevents user from interacting with the whole application.
* Add basic KDE5 support.Gravatar Szymon Tomasz Stefanek2015-08-241-1/+1
|
* add support for passwords in dialog.textinput by dvdscripterGravatar wodim2013-02-221-2/+9
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6315 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support (sip): code only, no touch to build system by nowGravatar Fabio Bas2012-09-251-3/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixes #1246Gravatar wodim2012-01-051-5/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6019 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reworked icon stuffGravatar Elvio Basello2011-01-051-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5301 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renames, fix the spelling of KVIrc etc...Gravatar Szymon Tomasz Stefanek2010-12-291-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-8/+8
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Yet more renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5236 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming & cleanup.Gravatar Szymon Tomasz Stefanek2010-12-261-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-251-6/+6
| | | | | | names, when possible. Move classes to one per file. Move C functions to namespaces, if possible. Kill some abbreviations... git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c
* a lot of typo and documentarion fixes by OmegaPhilGravatar Fabio Bas2010-12-051-10/+18
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5175 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for #943Gravatar Fabio Bas2010-09-041-1/+11
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4976 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed dialog.message return value when closed with the window manager close ↵Gravatar Fabio Bas2010-09-011-14/+25
| | | | | | | | button fixes to switch, dialog module and toolbar module by OmegaPhil git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4961 17fca916-40b9-46aa-a4ea-0a15b648b75c
* applied typo fixes for the "file" and "config" modules (thank OmegaPhil)Gravatar Fabio Bas2010-08-311-22/+22
| | | | | | | | fixed fsf address in python/pythoncore modules fixed "space before comma" in documentation/coments/code regenerated translations git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4954 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for #754 (watch your underpants!)Gravatar Fabio Bas2010-04-021-3/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4232 17fca916-40b9-46aa-a4ea-0a15b648b75c
* final fix for #695, plus added missing po files for "python" and ↵Gravatar Fabio Bas2010-01-241-1/+2
| | | | | | "sharedfile" (notice to translators) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3877 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updates FSF address, thanks to Kebianizao for noticingGravatar Markus Rennings2009-05-081-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for #384Gravatar Fabio Bas2009-03-011-0/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3112 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed some crashes in the dialog module, added object namesGravatar Fabio Bas2008-11-291-28/+9
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2931 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed dialog.textinput layoutGravatar Fabio Bas2008-11-161-6/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2871 17fca916-40b9-46aa-a4ea-0a15b648b75c
* second round of misc compilation noise reductionGravatar Fabio Bas2008-11-081-24/+17
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2838 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed clearRecentChannels action + removed obsolete class ↵Gravatar Noldor2008-10-271-8/+12
| | | | | | KviGarbageCollector (using QObject::deleteLater() instead) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2776 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reverted definesGravatar Elvio Basello2008-10-091-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2678 17fca916-40b9-46aa-a4ea-0a15b648b75c
* renamed old KDE 3 defineGravatar Elvio Basello2008-10-091-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2676 17fca916-40b9-46aa-a4ea-0a15b648b75c
* hopefully fixed all the dual-screen setup dialog centering problemsGravatar Fabio Bas2008-10-061-1/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2660 17fca916-40b9-46aa-a4ea-0a15b648b75c
* missing part in dialog module porting to qt4Gravatar Fabio Bas2008-09-251-5/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2562 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed license template for modules from a to fGravatar Elvio Basello2008-09-181-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2480 17fca916-40b9-46aa-a4ea-0a15b648b75c
* QT4 port commit :) (modules) (wip)Gravatar Noldor2008-05-151-8/+9
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1786 17fca916-40b9-46aa-a4ea-0a15b648b75c
* compilation fixGravatar Fabio Bas2008-05-131-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1768 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Huge QT4 port commit :) (wip)Gravatar Noldor2008-05-131-2/+10
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1765 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Removed obsolete QGridLayout QT3 constructor.Gravatar Noldor2008-04-301-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1626 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more qt4 port (renamed QT3 stuff))Gravatar Noldor2008-04-211-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1547 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more qt4 port (renamed QT3 stuff))Gravatar Noldor2008-04-181-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1507 17fca916-40b9-46aa-a4ea-0a15b648b75c