aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/window
Commit message (Expand)AuthorAgeFilesLines
* Convert 0s and NULLs to nullptrGravatar IceN9ne2018-12-031-1/+1
* Use override where possible and remove unnecessary usages of the virtual keyw...Gravatar IceN9ne2018-11-281-3/+3
* window module: Finish window.setBackgroundGravatar IceN9ne2017-04-011-5/+32
* module window: Fix memory leak in crypt engine initializer.Gravatar IceN9ne2017-03-051-4/+4
* Fix typo in b556221 in warning messagesGravatar IceN9ne2016-11-201-2/+2
* Add split view commands window.splitView and window.unsplitView, as well as f...Gravatar IceN9ne2016-11-201-0/+102
* libkviwindow: Properly enumerateGravatar staticfox2016-08-111-2/+4
* Part 1: Bring KVIrc to the 21st century•••Avoid many un-necessary memory allocations as well as start the migration to unique pointers where appropriate. Start migrating out of the KVirc standard library into the C++ standard library. Gravatar staticfox2016-08-032-40/+33
* KviDefaultScript/UserWindow: death to defining icons by numbersGravatar un1versal2016-06-161-1/+1
* cleanup: remove more ancient commented code p3Gravatar un1versal2016-05-081-28/+1
* cleanup: remove more ancient commneted codeGravatar un1versal2016-05-061-22/+0
* cleanup duplicate includesGravatar un1versal2016-05-041-1/+0
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-302-7/+7
* Apply clang-formatGravatar Alexey Sokolov2016-04-293-218/+267
* general: Typo fixesGravatar staticfox2016-04-231-1/+1
* Fixed documentation typoGravatar TheReign2016-03-221-1/+1
* documentation: formatting/indentation + minor syntax fixes•••+ Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes Gravatar un1versal2016-03-141-5/+5
* run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Ar...Gravatar Dessa2016-01-311-2/+2
* 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-10/+10
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-33/+33
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-283-3/+3
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
* [ci skip] cpp files, capitalization, typos, syntax normalization and punctuationGravatar un1versal2015-10-081-2/+2
* Bye bye MDI. I have probably introduced few minor bugs that I haven't been ab...Gravatar Szymon Tomasz Stefanek2015-09-281-163/+18
* fixes #1423•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6354 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2013-09-241-1/+1
* Add .cryptEngine•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6352 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2013-09-201-37/+71
* 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
* Typos, thx to fiber in ticket #1302•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6224 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Markus Rennings2012-07-091-1/+1
* 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-141-11/+0
* - 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-20/+6
* bump spanish translation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5559 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-03-091-1/+1
* Code improvements in window class•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5506 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2011-02-233-9/+16
* 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-072-4/+4
* reworked icon stuff•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5301 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-053-18/+20
* 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-014-22/+22
* More renames, fix the spelling of KVIrc etc...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-291-1/+1
* daily documentation fixes by OmegaPhil•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5242 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-12-281-4/+4
* Yet more renaming and cleanups•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5238 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-273-3/+3
* More renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-273-24/+24
* Yet more renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5236 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-271-1/+1
* Kill system memmove, ix86 asm and kvi_memmove stuff: modern gcc coupled to gl...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5235 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-271-3/+3
* Beginning of 'the big rename & cleanup'. File names should match class names,...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-253-16/+16
* added $window.isDocked and window.savePropertiesAsDefault•••removed hardcoded partAllChannels(), unhighlightAllWindows() and window "system popup" creation routines binded windows "system popup"request with the OnWindowPopupRequest event implemented all previous hardcoded functions in kvs in the (previously unused) "windowpopup" popup implements #1021; you'll need to restore default scripts or add the popup manually The first who opens a bug ticket because he missed to restore the scripts will win a puppy git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5150 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-11-201-2/+58
* applied further patches for #996•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5075 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-10-161-2/+2
* applied typo fixes for the "file" and "config" modules (thank OmegaPhil)•••fixed fsf address in python/pythoncore modules fixed "space before comma" in documentation/coments/code regenerated translations git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4954 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-08-311-2/+2
* Implemented channel mode descriptions for most common irc networks/daemons (w...•••moved around some header inclusions to reduce unneded recompilation git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4897 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-08-181-0/+1
* improved hungarian notation;•••cleaned code; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4869 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-08-141-4/+4
* Fixed OnUserModeChange event name•••Added OnWindowTitleRequest event (implements #804) Expanded window.setWindowTitle so that it can change the title of any type of window git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4846 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-08-101-4/+8
* final fix for #695, plus added missing po files for "python" and "sharedfile"...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3877 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-01-241-1/+2