aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/popupeditor/PopupEditorWindow.cpp
Commit message (Expand)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 reassignmnet•••Fixes #2106 Gravatar staticfox2016-08-141-2/+3
* PopupEditor: Maybe fix #2012•••Refactor some stuff too Gravatar staticfox2016-08-131-44/+19
* 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 includes•••Far Trek: The Wrath of Clang Gravatar un1versal2016-05-031-53/+23
* 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)•••* PopupEditorWindow: add contextRemove() to popup menu resolves #1944 * PopupEditorWindow: indenting fixes * PopupEditorWindow: nullptr updates Gravatar un1versal2016-04-191-68/+78
* QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ...•••+ add window title to find and replace dialog Gravatar un1versal2016-02-271-5/+5
* 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 +•••dont capitalize less than 5 letter prepositions Gravatar un1versal2015-12-281-1/+1
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-3/+3
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-281-2/+2
* 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 kind...Gravatar Szymon Tomasz Stefanek2015-08-251-2/+2
* single bugfix in webview object + a lot of make gcc happy•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6129 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-04-081-2/+2
* Dropped the KviTalPopupMenu layer, ported the involved code to QAction.•••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 Gravatar Fabio Bas2012-02-261-61/+60
* - Happy new year!••• - 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 Gravatar Fabio Bas2012-01-011-2/+2
* fix all warnings under clang•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5952 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-08-261-20/+19
* Objects module: fixed indentation (wip)•••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 Gravatar Fabio Bas2011-05-081-1/+2
* Fixed typos found by Lintian.•••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 Gravatar Kai Wasserbäch2011-05-071-1/+1
* killed some QString helpers. Pay attention to the localizations: format strin...•••updated translation files; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5328 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-101-1/+1
* killed some defines;•••more work on KDE notifier; improved hungarian notation; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5308 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-071-1/+1
* reworked icon stuff•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5301 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-051-16/+16
* The big rename for modules. Still some details remaining.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-01-011-0/+1460