aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/window/libkviwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Gravatar IceN9ne2016-11-201-0/+102
| | | | function $window.isSplitView
* libkviwindow: Properly enumerateGravatar staticfox2016-08-111-2/+4
|
* Part 1: Bring KVIrc to the 21st centuryGravatar staticfox2016-08-031-37/+27
| | | | | | | 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.
* 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-301-5/+5
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-205/+244
|
* general: Typo fixesGravatar staticfox2016-04-231-1/+1
|
* Fixed documentation typoGravatar TheReign2016-03-221-1/+1
|
* documentation: formatting/indentation + minor syntax fixesGravatar un1versal2016-03-141-5/+5
| | | | | | + Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes
* run codespell to fix some typos, run mkabouttext.pl, fix typos reported by ↵Gravatar Dessa2016-01-311-2/+2
| | | | Arfrever
* various files: typos/consistency and capitalization see notes below.Gravatar un1versal2015-12-191-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-33/+33
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-1/+1
| | | | opinion -> option
* 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 ↵Gravatar Szymon Tomasz Stefanek2015-09-281-163/+18
| | | | able to spot yet. Please report. Closes #1630.
* fixes #1423Gravatar wodim2013-09-241-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6354 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Add .cryptEngineGravatar Szymon Tomasz Stefanek2013-09-201-37/+71
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6352 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Typos, thx to fiber in ticket #1302Gravatar Markus Rennings2012-07-091-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6224 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - Happy new year!Gravatar Fabio Bas2012-01-011-2/+1
| | | | | | | | | | | | - 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
* bump spanish translationGravatar wodim2011-03-091-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5559 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Code improvements in window classGravatar Noldor2011-02-231-4/+9
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5506 17fca916-40b9-46aa-a4ea-0a15b648b75c
* killed some defines;Gravatar Elvio Basello2011-01-071-3/+3
| | | | | | | | 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-6/+8
| | | | 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-7/+7
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renames, fix the spelling of KVIrc etc...Gravatar Szymon Tomasz Stefanek2010-12-291-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
* daily documentation fixes by OmegaPhilGravatar Fabio Bas2010-12-281-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5242 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Yet more renaming and cleanupsGravatar Szymon Tomasz Stefanek2010-12-271-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5238 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-16/+16
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Yet more renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5236 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Kill system memmove, ix86 asm and kvi_memmove stuff: modern gcc coupled to ↵Gravatar Szymon Tomasz Stefanek2010-12-271-3/+3
| | | | | | glibc can do better these times. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5235 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-251-14/+14
| | | | | | names, when possible. Move classes to one per file. Move C functions to namespaces, if possible. Kill some abbreviations... git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added $window.isDocked and window.savePropertiesAsDefaultGravatar Fabio Bas2010-11-201-2/+58
| | | | | | | | | | 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
* applied further patches for #996Gravatar Fabio Bas2010-10-161-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5075 17fca916-40b9-46aa-a4ea-0a15b648b75c
* applied typo fixes for the "file" and "config" modules (thank OmegaPhil)Gravatar Fabio Bas2010-08-311-2/+2
| | | | | | | | 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
* Implemented channel mode descriptions for most common irc networks/daemons ↵Gravatar Fabio Bas2010-08-181-0/+1
| | | | | | | | (wip.. missing quakenet, please request support for your favourite ones) 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
* improved hungarian notation;Gravatar Elvio Basello2010-08-141-4/+4
| | | | | | | cleaned code; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4869 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fixed OnUserModeChange event nameGravatar Fabio Bas2010-08-101-4/+8
| | | | | | | 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
* final fix for #695, plus added missing po files for "python" and ↵Gravatar Fabio Bas2010-01-241-1/+2
| | | | | | "sharedfile" (notice to translators) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3877 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed old options & code regarding window caption colorsGravatar Fabio Bas2009-07-191-16/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3353 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updates FSF address, thanks to Kebianizao for noticingGravatar Markus Rennings2009-05-081-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for #327Gravatar Fabio Bas2008-12-291-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2956 17fca916-40b9-46aa-a4ea-0a15b648b75c
* hopefully removed all the remaining noisy messages from gccGravatar Fabio Bas2008-11-081-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2841 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed typosGravatar Markus Rennings2008-10-031-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2635 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed license template for modules from n to the end;Gravatar Elvio Basello2008-09-181-4/+4
| | | | | | | | | please, when you create a new file or edit an old one, don't simply copy/paste the license from an other file, but adjust the infos in it (author, datetime, license owner) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2485 17fca916-40b9-46aa-a4ea-0a15b648b75c