aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/popupeditor/PopupEditorWindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Migrate almost all QMessagebox to qt6-friendly version.Gravatar Fabio Bas2023-10-181-5/+4
|
* Mass rename of margin -> contentsMarginsGravatar Fabio Bas2023-10-181-5/+5
|
* Remove dead and useless codeGravatar IceN9ne2018-04-221-5/+0
|
* PopupEditor: Fix unintentional item reassignmnetGravatar staticfox2016-08-141-2/+3
| | | | Fixes #2106
* PopupEditor: Maybe fix #2012Gravatar staticfox2016-08-131-44/+19
| | | | Refactor some stuff too
* ScriptEditorImplementation: add dialog minimum widthGravatar un1versal2016-05-121-5/+0
|
* cleanup: remove more ancient commented code p3Gravatar un1versal2016-05-081-18/+0
|
* editors: cleanup inconsistent formatting and remove duplicate includesGravatar un1versal2016-05-031-53/+23
| | | | Far Trek: The Wrath of Clang
* Apply clang-tidy: modernize-use-defaultGravatar Alexey Sokolov2016-04-301-2/+1
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-17/+17
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-379/+447
|
* PopupEditorWindow: Fix crash in context removalGravatar staticfox2016-04-211-2/+4
|
* PopupEditorWindow: Additional cleanupGravatar staticfox2016-04-191-16/+13
|
* PopupEditorWindow: Fix remaining indentationsGravatar staticfox2016-04-191-5/+5
|
* PopupEditorWindow: add contextRemove() to popup menu (#1945)Gravatar un1versal2016-04-191-68/+78
| | | | | | | | | | * PopupEditorWindow: add contextRemove() to popup menu resolves #1944 * PopupEditorWindow: indenting fixes * PopupEditorWindow: nullptr updates
* QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ↵Gravatar un1versal2016-02-271-5/+5
| | | | | | to improve entries + add window title to find and replace dialog
* PopupEditorWindow: remove tootip center formattingGravatar un1versal2016-02-021-5/+5
|
* editor windows: show correct icons in treeview when editor windows are openGravatar un1versal2016-01-121-1/+1
|
* Floppy icon rename to -> Save and fix assignmentsGravatar un1versal2016-01-081-1/+1
|
* Fix brain farts: dont capitalize option labels +Gravatar un1versal2015-12-281-1/+1
| | | | dont capitalize less than 5 letter prepositions
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-3/+3
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-2/+2
| | | | opinion -> option
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
|
* Fix icon assignments in in Editor actions menusGravatar universal2015-09-111-2/+2
|
* File dialogs seem to always require a parent. Without it Qt5 enters in a ↵Gravatar Szymon Tomasz Stefanek2015-08-251-2/+2
| | | | kind of modal loop that prevents user from interacting with the whole application.
* single bugfix in webview object + a lot of make gcc happyGravatar Fabio Bas2012-04-081-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6129 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Dropped the KviTalPopupMenu layer, ported the involved code to QAction.Gravatar Fabio Bas2012-02-261-61/+60
| | | | | | | | This fixes most of the random crashes on osx, and is the base for a next change in the menubar. Addiotional fix: "disconnect" menu entry was broken since the 3.x era git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6072 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - Happy new year!Gravatar Fabio Bas2012-01-011-2/+2
| | | | | | | | | | | | - 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-20/+19
| | | | 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-1/+2
| | | | | | | 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
* Fixed typos found by Lintian.Gravatar Kai Wasserbäch2011-05-071-1/+1
| | | | | | | | | This commit fixes: I: kvirc: spelling-error-in-binary usr/bin/kvirc writeable writable I: kvirc: spelling-error-in-binary usr/lib/kvirc/4.1/modules/libkvioptions.so allows to allows one to I: kvirc: spelling-error-in-binary usr/lib/kvirc/4.1/modules/libkvipopupeditor.so allows to allows one to git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5830 17fca916-40b9-46aa-a4ea-0a15b648b75c
* killed some QString helpers. Pay attention to the localizations: format ↵Gravatar Elvio Basello2011-01-101-1/+1
| | | | | | | | | 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
* reworked icon stuffGravatar Elvio Basello2011-01-051-16/+16
| | | | 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-011-0/+1460
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c