| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix typo in libkvidcc.cpp | wodim | 2018-01-11 | 1 | -1/+1 |
| * | Remove lots of redundant line feeds around block elements in the docs. | wodim | 2017-08-25 | 1 | -39/+27 |
| * | cleanup: remove more ancient commented code p3 | un1versal | 2016-05-08 | 1 | -1/+0 |
| * | cleanup duplicate includes | un1versal | 2016-05-04 | 1 | -1/+0 |
| * | Merge pull request #1962 from DarthGandalf/modernize•••Apply several fixes of clang-tidy | Alexey Sokolov | 2016-05-01 | 1 | -12/+12 |
| |\ |
|
| | * | Apply clang-tidy: modernize-use-nullptr | Alexey Sokolov | 2016-04-30 | 1 | -12/+12 |
| * | | libkvidcc: fix $dcc.currentSpeed documentation add missing @short and fix rig...•••These docs had what should have been the @short defined as @title and no @short whatsoever.
also update help text instant -> current done by @TheReign recently. | un1versal | 2016-05-01 | 1 | -1/+3 |
| |/ |
|
| * | Apply clang-format | Alexey Sokolov | 2016-04-29 | 1 | -407/+447 |
| * | Changed the name of KVS $dcc.instantSpeed to $dcc.currentSpeed | TheReign | 2016-03-20 | 1 | -6/+6 |
| * | Added $dcc.instantSpeed KVS function | TheReign | 2016-03-19 | 1 | -0/+42 |
| * | 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
| un1versal | 2016-03-14 | 1 | -155/+112 |
| * | run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Ar... | Dessa | 2016-01-31 | 1 | -1/+1 |
| * | Fix false friend. | wodim | 2016-01-04 | 1 | -1/+1 |
| * | 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
| un1versal | 2015-12-19 | 1 | -13/+13 |
| * | libkvidcc: capitalization and consistency fixes. | un1versal | 2015-12-05 | 1 | -167/+166 |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | un1versal | 2015-11-28 | 1 | -1/+1 |
| * | Copyright Headers: Cosmetic typos irc -> IRC | un1versal | 2015-10-28 | 1 | -1/+1 |
| * | [ci skip] cpp file typos and capitalization corrections | un1versal | 2015-10-08 | 1 | -1/+1 |
| * | Merge patch by TheReign••• * Fixes most of the bugs in DCC send support for files larger than 4GiB. I doubt I found them all, but it catches all of the ones I needed for myself.
* NOTE: I confess I probably didn't choose the best solution for this, but it seems to do what is needed.
* NOTE: The better solution may be to add 64-bit number support to sendFmtData()
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6415 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2014-12-28 | 1 | -2/+3 |
| * | documentation fixes by OmegaWeapon•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6340 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2013-06-11 | 1 | -48/+48 |
| * | fixed compilation of dcc module when using qt4•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6308 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-12-29 | 1 | -0/+2 |
| * | fix incorrect usage of QString::contains()•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6305 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-12-23 | 1 | -3/+3 |
| * | Don't crash on dcc.abort when used inside the dcc chat window•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6221 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2012-07-05 | 1 | -2/+4 |
| * | fix #1289•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6170 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-05-27 | 1 | -1/+11 |
| * | - 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
| Fabio Bas | 2012-01-01 | 1 | -2/+2 |
| * | some fixes on documentation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5966 17fca916-40b9-46aa-a4ea-0a15b648b75c
| wodim | 2011-09-11 | 1 | -1/+1 |
| * | fix several typos•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5962 17fca916-40b9-46aa-a4ea-0a15b648b75c
| wodim | 2011-09-03 | 1 | -4/+4 |
| * | renamed namespace•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5459 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2011-02-10 | 1 | -1/+0 |
| * | 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
| Szymon Tomasz Stefanek | 2011-01-01 | 1 | -60/+60 |
| * | More renames, fix the spelling of KVIrc etc...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-29 | 1 | -1/+1 |
| * | More renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-27 | 1 | -9/+9 |
| * | Yet more renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5236 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-27 | 1 | -1/+1 |
| * | More renaming & cleanup.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-26 | 1 | -1/+1 |
| * | daily documentation fixes by OmegaPhil•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5230 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-12-25 | 1 | -55/+54 |
| * | 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
| Szymon Tomasz Stefanek | 2010-12-25 | 1 | -7/+7 |
| * | Fix Lintian warnings (spelling-error-in-binary). [Part 1/2]•••Lintian found some "informations" which should have been "information", this
commit fixes the source files (the next commit contains the updated POT and PO
files.
Please see <http://lintian.debian.org/manual/> for more information about
Lintian.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5169 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Kai Wasserbäch | 2010-11-25 | 1 | -5/+5 |
| * | probable compilation fix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5086 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-10-17 | 1 | -1/+2 |
| * | applied further patches for #996•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5075 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-10-16 | 1 | -3/+3 |
| * | 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
| Fabio Bas | 2010-08-31 | 1 | -6/+6 |
| * | applied some patches by Syn1 for better certificate digest handling (ticket #...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4878 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-08-14 | 1 | -122/+15 |
| * | implemented $certificate() to get info from local cert (ticket #866)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4862 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-08-13 | 1 | -1/+5 |
| * | implemented fingerprintHashId, fingerprintHashStr and fingerprintContents que...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4848 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-08-10 | 1 | -0/+18 |
| * | added fingerprintIsValid query to dcc.getSSLCertInfo()•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4847 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-08-10 | 1 | -1/+7 |
| * | renamed getSSLInfo to getSSLCertInfo and added ability to get information fro...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4794 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-08-06 | 1 | -13/+28 |
| * | implemented $dcc.getSSLInfo() as part of the request for ticket #866•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4793 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-08-06 | 1 | -0/+208 |
| * | Rewrite parts of the regchan module in order to•••avoid the heavy usage of pointers.
Add some new nice debug macros and tools.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4669 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-07-14 | 1 | -2/+2 |
| * | more work on dcc video: video&&text working in sjpeg; stay away from ogg/theo...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4242 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-04-06 | 1 | -1/+1 |
| * | fixed default alternative nicknames•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4209 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-03-23 | 1 | -4/+2 |
| * | 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
| Fabio Bas | 2010-01-24 | 1 | -1/+2 |
| * | [KVIrc] (trunk) Fixed some spelling mistakes found by Lintian.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3829 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Kai Wasserbäch | 2010-01-10 | 1 | -24/+24 |