aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/actioneditor
Commit message (Collapse)AuthorAgeFilesLines
* Migrate almost all QMessagebox to qt6-friendly version.Gravatar Fabio Bas2023-10-181-2/+2
|
* Use override where possible and remove unnecessary usages of the virtual ↵Gravatar IceN9ne2018-11-281-5/+5
| | | | keyword.
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-141-1/+1
|
* Fix Coverity complaints about uninitialized member variablesGravatar IceN9ne2018-04-141-3/+0
|
* switch to the correct window even if it's open alreadyGravatar wodim2017-03-021-1/+1
|
* Cleanup included filesGravatar IceN9ne2016-10-281-2/+2
|
* Fixes Issue #2088 (#2091)Gravatar IceN9ne2016-08-082-7/+17
|
* wheeeeeeeeeeGravatar staticfox2016-05-221-1/+1
|
* ActionEditor: missing spaces in tooltipsGravatar un1versal2016-05-041-3/+3
|
* AliasEditorWindow: dont mess with tooltip text breaks for nowGravatar un1versal2016-05-031-21/+22
| | | | | issue #1860 comes into play here and clearly this lion wont be so easily tamed
* ActionEditor: reorganize Flag option grid and cleanup tooltipsGravatar un1versal2016-05-031-48/+45
| | | | | | | | indenting of tooltip block fixes! sorry couldnt look at this clanggified botch anymore it never made any sense, its never been logical since it varies from file to file on similar blocks and looks and handles like a 1949 Crosley Hotshot. :)
* Apply clang-tidy: modernize-use-defaultGravatar Alexey Sokolov2016-04-301-6/+3
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-302-14/+14
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-293-316/+337
|
* QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ↵Gravatar un1versal2016-02-271-2/+2
| | | | | | to improve entries + add window title to find and replace dialog
* editor windows: show correct icons in treeview when editor windows are openGravatar un1versal2016-01-121-1/+1
|
* ActionEditor: Capitalization fixes (for now)Gravatar un1versal2015-12-051-14/+14
| | | | https://techbase.kde.org/Projects/Usability/HIG/Capitalization
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-283-5/+5
| | | | opinion -> option
* copyright headers: cosmetic capitalization & consistecy fixes.Gravatar un1versal2015-11-271-1/+1
|
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-282-2/+2
|
* [ci skip] no strings - cpp files - typo correctionsGravatar un1versal2015-10-081-3/+3
|
* Quick fixGravatar Szymon Tomasz Stefanek2015-09-131-1/+0
|
* More icon assignment in menus fixesGravatar universal2015-09-131-0/+1
| | | | Im hoping the last.
* File dialogs seem to always require a parent. Without it Qt5 enters in a ↵Gravatar Szymon Tomasz Stefanek2015-08-251-1/+10
| | | | kind of modal loop that prevents user from interacting with the whole application.
* - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵Gravatar Robert Förster2014-11-211-1/+1
| | | | | | | | | for that" commits) - apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks! - fix compilation on qt 5.4 on windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 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
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use ↵Gravatar Robert Förster2012-01-141-9/+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
* - Happy new year!Gravatar Fabio Bas2012-01-013-6/+6
| | | | | | | | | | | | - Some parts of kvirc still refered to KviMainWindow as frame(), m_pFrm, etc.. => fixed - Some parts of kvirc were still coded as if more than one KviMainWindows could exists => fixed, this involved changing KviWindows's ctor and removing KviWindow::frame(), thus the big change - The trayicon module still called itself (and was called) dockextension, and was built to support more than one KviMainWindows => renamed and fixed - Modified KviWindow::hasAttention so that is can be used everywhere instead of mixing different ways to check if a notificationm should popup - should fix #1221 and hopefully introduce little to no bugs git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6010 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix all warnings under clangGravatar wodim2011-08-261-2/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5952 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Objects module: fixed indentation (wip)Gravatar Fabio Bas2011-05-081-10/+0
| | | | | | | webview class: proper documentation misc: fixed errors and bad pratices found by lwlint git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5834 17fca916-40b9-46aa-a4ea-0a15b648b75c
* killed some QString helpers. Pay attention to the localizations: format ↵Gravatar Elvio Basello2011-01-101-5/+4
| | | | | | | | | strings have changed!; updated translation files; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5328 17fca916-40b9-46aa-a4ea-0a15b648b75c
* killed some defines;Gravatar Elvio Basello2011-01-071-1/+1
| | | | | | | | more work on KDE notifier; improved hungarian notation; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5308 17fca916-40b9-46aa-a4ea-0a15b648b75c
* renamed a global pointer;Gravatar Elvio Basello2011-01-061-2/+2
| | | | | | | more work on KDE notifier; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5303 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reworked icon stuffGravatar Elvio Basello2011-01-051-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5301 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The big rename for modules. Still some details remaining.Gravatar Szymon Tomasz Stefanek2011-01-014-94/+94
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renames, fix the spelling of KVIrc etc...Gravatar Szymon Tomasz Stefanek2010-12-293-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-273-16/+16
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming & cleanup.Gravatar Szymon Tomasz Stefanek2010-12-261-3/+3
| | | | 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-253-12/+12
| | | | | | 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
* avoid qsplitter children to collapse, since we already have buttons where ↵Gravatar Fabio Bas2010-08-091-1/+1
| | | | | | | | necessary (fixes #889); small fix to iograph: added sanity check to traffic counters git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4828 17fca916-40b9-46aa-a4ea-0a15b648b75c
* cleaned code: removed all instances of debugGravatar Elvio Basello2010-08-071-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4805 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fix some icon issuesGravatar Szymon Tomasz Stefanek2010-06-072-53/+65
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4424 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
* quick fixes on editor modules;Gravatar Elvio Basello2010-01-231-1/+1
| | | | | | | updated translation files; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3869 17fca916-40b9-46aa-a4ea-0a15b648b75c
* {alias,action,event,raw,popup}editor: don't use a supplementary widget to ↵Gravatar Fabio Bas2009-12-132-22/+11
| | | | | | | | handle layout and resize events (should fix #642) input editor: code cleaning git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3694 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed useless tal_treewidgetGravatar Fabio Bas2009-09-242-9/+9
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3521 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for #557 and checked all commondialogs extension filters Gravatar Fabio Bas2009-09-171-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3507 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed visual studio projects: they are outdated and a better version can ↵Gravatar Fabio Bas2009-09-011-261/+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-083-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c