aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dialog
Commit message (Collapse)AuthorAgeFilesLines
* More qt6 porting (#2622)Gravatar ctrlaltca2024-03-242-35/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Use override where possible and remove unnecessary usages of the virtual ↵Gravatar IceN9ne2018-11-281-6/+6
| | | | keyword.
* Remove lots of redundant line feeds around block elements in the docs.Gravatar wodim2017-08-251-1/+1
|
* Cleanup included filesGravatar IceN9ne2016-10-281-2/+2
|
* Remove KviParameterListGravatar staticfox2016-08-071-1/+0
| | | | It wasn't used anyway ^^
* 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-292-231/+277
|
* 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
|
* copyright header: File : libkvidialog.cpp -> File : libkvidialog.hGravatar un1versal2015-12-051-1/+1
|
* libkvidialog: minor syntax fixes.Gravatar un1versal2015-12-051-7/+7
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-282-2/+2
| | | | opinion -> option
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-282-2/+2
|
* 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-222-2/+11
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6315 17fca916-40b9-46aa-a4ea-0a15b648b75c
* convert cmake files to lowercase statements prehistoric cmake versions ↵Gravatar Robert Förster2012-10-041-3/+3
| | | | | | required uppercase, but lowercase is now preferred so change it (yeah feel free to hate me for this commit ) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support: cmake build system updateGravatar Fabio Bas2012-09-281-7/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 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
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use ↵Gravatar Robert Förster2012-01-141-10/+0
| | | | | | | | proper SVN Props instead sprinkle around some svn:ignore, svn:eol-style and svn:mime-type stuff, also remove mime-type property which does not exist, it should be svn:mime-type instead git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6052 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-292-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-272-12/+12
| | | | 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-252-9/+9
| | | | | | 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
* removed visual studio projects: they are outdated and a better version can ↵Gravatar Fabio Bas2009-09-011-253/+0
| | | | | | be created using cmake git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3451 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updates FSF address, thanks to Kebianizao for noticingGravatar Markus Rennings2009-05-082-2/+2
| | | | 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