aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix modality of option dialogsGravatar Szymon Tomasz Stefanek2015-08-246-10/+13
* Remove documentation for an option that shouldn't be thereGravatar Szymon Tomasz Stefanek2015-08-241-9/+15
* Fix #1255Gravatar Szymon Tomasz Stefanek2015-08-241-2/+5
* Add basic KDE5 support.Gravatar Szymon Tomasz Stefanek2015-08-2419-92/+136
* Fix target pane for echoprivmg. Fixes #1422Gravatar Szymon Tomasz Stefanek2015-08-234-23/+59
* Fix #1379Gravatar Szymon Tomasz Stefanek2015-08-231-6/+26
* Properly handle RPL_WHOISREGNICK. Needs testing on a server that actually sen...Gravatar Szymon Tomasz Stefanek2015-08-234-4/+23
* More Qt5 portingGravatar Szymon Tomasz Stefanek2015-08-232-5/+4
* Port more exotic stuff to Qt5Gravatar Szymon Tomasz Stefanek2015-08-236-29/+87
* Merge branch 'master' of https://github.com/kvirc/KVIrcGravatar Szymon Tomasz Stefanek2015-08-231-2/+2
|\
| * Merge pull request #1518 from blindirc/typos•••consolewindow: Fix typos in commentsGravatar Szymon Tomasz Stefanek2015-08-231-2/+2
| |\
| | * consolewindow: Fix typos in commentsGravatar Matt Ullman2015-08-201-2/+2
* | | Port the Xss based idle time measurement tool to Qt5Gravatar Szymon Tomasz Stefanek2015-08-232-16/+8
|/ /
* | Register http and ftp classes also with Qt5Gravatar Szymon Tomasz Stefanek2015-08-231-6/+2
* | Port KVS ftp class to Qt5Gravatar Szymon Tomasz Stefanek2015-08-237-10/+3466
* | Port KVS http class to Qt5Gravatar Szymon Tomasz Stefanek2015-08-238-18/+5553
|/
* str.join: Update documentation to fix a typoGravatar Matt Ullman2015-08-191-1/+1
* Get rid of kvi_va_start_by_reference.•••If to use va_start with references, behavior is undefined. So, KVIrc used asm magic instead, which relied on how compiler generates code. As a result, KVIrc has been crashing on Windows when compiled for x86 using msvc2013. Instead, pass the last parameter by value, and use standard va_start. Gravatar Alexey Sokolov2015-08-1513-71/+42
* Be tolerant with DCC ACKS when received more than 90% of the file. Fixes #1447Gravatar Szymon Tomasz Stefanek2015-08-062-71/+84
* Rework automatic channel join process a bit. Fixes #1500Gravatar Szymon Tomasz Stefanek2015-08-057-94/+131
* Fix naming conventionsGravatar Szymon Tomasz Stefanek2015-08-024-4/+4
* Spacing for toggle option for away colorGravatar Pan72015-08-021-0/+1
* UI toggle option for away color part 2Gravatar Pan72015-08-021-1/+2
* UI toggle option for away colorGravatar Pan72015-08-023-14/+14
* Ability to disable away color for user namesGravatar Pan72015-08-021-6/+11
* Use a default default away message when the user leaves it blank: fixes #1360Gravatar Szymon Tomasz Stefanek2015-08-021-1/+4
* Implemented options.close. Closes #1397Gravatar Szymon Tomasz Stefanek2015-08-021-1/+56
* Fixes #1498Gravatar Szymon Tomasz Stefanek2015-08-021-1/+1
* Minor details in Mdi stuffGravatar Szymon Tomasz Stefanek2015-08-023-18/+26
* Implement support for IRCv3.1's away-notify extensionGravatar Fabio Bas2015-08-015-2/+38
* Add support for freenode's new numerics for q mode listing; fix #1487Gravatar Fabio Bas2015-08-014-25/+61
* Fix the minimize to tray thingGravatar Szymon Tomasz Stefanek2015-08-012-2/+12
* Merge pull request #1492 from Cizzle/master•••Fix for minimizing to tray when using Qt5 in Windows Closes #1484 Gravatar Szymon Tomasz Stefanek2015-08-011-0/+16
|\
| * Fix for minimizing to tray when using Qt5 in WindowsGravatar Christophe Beauval2015-07-311-0/+16
* | Force the user to choose a nickname at first startup.•••Closes #1489 Gravatar Szymon Tomasz Stefanek2015-08-016-22/+48
|/
* Setup AppVeyor CI:•••Automatically build installer for windows. Perl and spellchecker are not supported yet. Gravatar Alexey Sokolov2015-07-291-8/+7
* Sasl auth: remove BLOWFISH. fix #1483•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6445 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2015-03-308-228/+16
* Remove spurious comment•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6443 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar OmegaPhil2015-02-221-2/+0
* Fix expression evaluation identifier links in documentation, slight rework of...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6442 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar OmegaPhil2015-02-221-9/+11
* Allow user to prevent notices from triggering the notifier•••Fixes https://svn.kvirc.de/kvirc/ticket/1476 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6441 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar OmegaPhil2015-02-144-7/+14
* Implement rough support of znc.in/server-time-iso•••Fix #1340 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6439 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Sokolov2015-02-0215-52/+161
* Rework splitting text to word for spellchecker.•••The initial implemenation was buggy: 1. "don't" was splitted to "don" and "t", 2. Bold/underline control characters were drawn invisible if a word started with them. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6438 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Sokolov2015-01-251-21/+36
* ported to Qt5, fixes #1450•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6433 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2015-01-052-29/+58
* Make options dialogs modal. Fixes ugly focus issues.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6431 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2015-01-026-11/+16
* fixed doc, fix for #1373•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6430 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2015-01-021-8/+8
* osx: fix qt's plugin installation in debug mode•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6429 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2015-01-011-11/+5
* Some work on the wrapper class•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6428 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2014-12-314-121/+295
* Fix warnings in spellchecker module•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6427 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2014-12-311-10/+16
* updated sources date.. 2 years.. a bit old :P•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6422 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2014-12-301-2/+2
* Fix input boxes alignment in nickserv options.•••Patch by TheReign, thanks! git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6419 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Sokolov2014-12-291-1/+1