aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/logview/LogViewWindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* add export for all logs (channel, etc.)•••this line was always commented (since initial impl in 184e489) but this feature seems to be working fineGravatar Alex P2019-09-071-1/+2
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-141-2/+2
* Fix Log Viewer search returning no hits after repeated searches•••Searches returning one result (e.g. one channel on one network), when ran more than once in a row, end up with no search hits - a variable that needed to be reset was missed. Fixes #2233 Gravatar OmegaPhil2017-06-221-0/+3
* Apply clang-tidy: modernize-loop-convertGravatar Alexey Sokolov2016-04-301-8/+8
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-7/+7
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-138/+148
* LogViewWindow: Fix possible crashGravatar staticfox2016-04-171-3/+4
* LogViewWindow: append colons to labelsGravatar un1versal2016-02-231-3/+3
* Floppy icon rename to -> Save and fix assignmentsGravatar un1versal2016-01-081-1/+1
* log export: Capitalization of menu option labelsGravatar un1versal2016-01-051-4/+4
* various files: typos/consistency and capitalization see notes below.•••https://techbase.kde.org/Projects/Usability/HIG/Capitalization This was just done last minute over some notes I had made during earlier similar fixes. * dont capitalize prepositions/conjunctions with less than 5 letters + fix wrong plural. * freenode is all lowercase instance only. * tooltips are not Camel Case capitalization style either. * some centered text on a dialog when all the etxt is left aligned looks off, tootips we can give a pass to. * Tree items are Camel Case * Typos in Unknow channel modes * more tooltips in the Channel Mode/Ban Masks/Invite but flawed design on these The tooltips text doubles up as title one isnt capitalized and the other is... So now none are in this area only since unlike toolbars thers no test display here and its passable. Alternative is to fix these dialogs and toolbars and tbh I cant do it. * cannot vs can't : these are consistency fixes for strings and debug messages only. * about dialog group titles "Runtime Info" "Build Info" are Camel Cased as per capitalization guidelines, but label are like all other labels. s spaces tyyt Gravatar un1versal2015-12-191-4/+4
* LogViewWindow: capitalization of dialog header textGravatar un1versal2015-12-051-2/+2
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-281-1/+1
* Fix button label capitalizationGravatar un1versal2015-11-041-1/+1
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
* Clean up trailing whitespaces and excess newlines•••Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk Gravatar Matt Ullman2015-10-181-2/+0
* Update all applicable Subversion references to GitGravatar Matt Ullman2015-10-041-1/+1
* Fix icon assignments in in Editor actions menusGravatar universal2015-09-111-3/+3
* File dialogs seem to always require a parent. Without it Qt5 enters in a kind...Gravatar Szymon Tomasz Stefanek2015-08-251-1/+9
* For exporting logs, read from the LogFile object to cope with optional compre...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6401 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar OmegaPhil2014-12-031-38/+33
* Allow user to export logs to a custom directory, save directory path for futu...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6400 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar OmegaPhil2014-12-021-15/+29
* Work around Qt4 bug to actually export a logfile to the temprary•••directory Part of https://svn.kvirc.de/kvirc/ticket/934 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6399 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar OmegaPhil2014-11-221-6/+23
* - massive trailing whitespace cleanup (yes, one of these "you can hate me for...•••- 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 Gravatar Robert Förster2014-11-211-2/+2
* qt5 support (sip): code only, no touch to build system by now•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-251-3/+1
* Created KVICOREACTIONS for the old previously caps-based entries in the tools...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6089 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-03-081-2/+2
* fix compilation, thanks minde for noticing (CtrlAltCa <3)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6073 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2012-02-271-1/+1
* 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-11/+11
* fix for a crash in log viewwer related to #1139; thanks TheRipper•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6012 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-011-0/+2
* - 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-3/+3
* fix for #1167•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5890 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-07-111-9/+3
* more work on $log.export (wip)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5797 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-04-211-10/+17
* added initial implementation of $log.export() (wip);•••splitted LogFile class in its own files; added control procedure to call logview functions from log module git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5785 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-04-141-106/+3
* fixed paragraph formatting;•••fixed icons names; make exported XHTML 1.1 W3C compliant; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5779 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-04-121-11/+13
* more work on #934;•••improved hungarian notation; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5776 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-04-111-25/+66
* Treat dead channel logs just like non-dead ones•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5775 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-04-101-1/+1
* More internal filtering in html log export•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5774 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2011-04-101-8/+8
* More work on #934 (html export)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5772 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2011-04-101-15/+65
* more work on #934: added export to html (wip) and improved the whole stuff•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5765 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-04-071-24/+113
* initial implementation of #934: added the ability to export the log to plain ...•••this is still a wip git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5762 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-04-071-112/+239
* splitted log translations from kvirc to its own translation file, merging it ...•••improved hungarian notation git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5751 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-04-041-209/+207
* fixed translation string•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5731 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-03-301-2/+3
* fixed logview second level items•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5397 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-01-261-1/+13
* logviewer: fixed view of files inside subdirectories;•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5366 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-01-151-5/+6
* gave the logviewer recursive directory scanning superpowers, to support the n...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5362 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-01-141-20/+36
* 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
* renamed a global pointer;•••more work on KDE notifier; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5303 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-061-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-3/+3
* 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/+567