aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/logview
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
* Remove C-style typedef structsGravatar IceN9ne2018-11-281-3/+2
* Use override where possible and remove unnecessary usages of the virtual keyw...Gravatar IceN9ne2018-11-281-6/+6
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-141-2/+2
* Fix Coverity complaints about uninitialized member variablesGravatar IceN9ne2018-04-141-4/+3
* 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
* logview module: Fix memory leak in logview exportGravatar IceN9ne2017-03-092-4/+4
* Apply clang-tidy: modernize-loop-convertGravatar Alexey Sokolov2016-04-301-8/+8
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-303-12/+12
* Apply clang-formatGravatar Alexey Sokolov2016-04-297-241/+269
* LogViewWindow: Fix possible crashGravatar staticfox2016-04-171-3/+4
* cleanup: add or remove empty lines between documentation blocks & codeGravatar un1versal2016-03-141-0/+2
* 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
* LogFile: consistency fixes.Gravatar un1versal2015-12-051-1/+1
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-287-7/+7
* Fix button label capitalizationGravatar un1versal2015-11-041-1/+1
* Fix icon assignments cut != remove help != otherGravatar un1versal2015-11-041-1/+1
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-287-7/+7
* 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-183-4/+0
* Update all applicable Subversion references to GitGravatar Matt Ullman2015-10-041-1/+1
* Bye bye MDI. I have probably introduced few minor bugs that I haven't been ab...Gravatar Szymon Tomasz Stefanek2015-09-281-2/+0
* 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-022-15/+30
* 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-222-9/+27
* - 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-213-5/+5
* some warning fixes for sunpro, and a compile fix, sunpro is still dumb and br...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6322 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2013-03-261-4/+4
* convert cmake files to lowercase statements prehistoric cmake versions requir...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-041-3/+3
* qt5 support: cmake build system update•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-281-7/+0
* 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-252-6/+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-086-75/+10
* 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-262-12/+12
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use pr...•••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 Gravatar Robert Förster2012-01-142-19/+0
* 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-013-5/+5
* fixed parsing the date of some log files (#1188) + updated deprecated Qt::Sys...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5937 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-08-211-2/+32
* fix for #1188 (make the logviewer able to load different date types)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5927 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-08-131-4/+29
* 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
* finished workin' on $log.export;•••fixed typos git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5801 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-04-212-7/+1
* Add a filename parameter to the log structure•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5800 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-04-212-2/+2
* quick fix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5798 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-04-211-1/+1
* 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-216-62/+88
* 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-146-208/+291
* 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