| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix modality of option dialogs | Szymon Tomasz Stefanek | 2015-08-24 | 6 | -10/+13 |
| * | Remove documentation for an option that shouldn't be there | Szymon Tomasz Stefanek | 2015-08-24 | 1 | -9/+15 |
| * | Fix #1255 | Szymon Tomasz Stefanek | 2015-08-24 | 1 | -2/+5 |
| * | Add basic KDE5 support. | Szymon Tomasz Stefanek | 2015-08-24 | 19 | -92/+136 |
| * | Fix target pane for echoprivmg. Fixes #1422 | Szymon Tomasz Stefanek | 2015-08-23 | 4 | -23/+59 |
| * | Fix #1379 | Szymon Tomasz Stefanek | 2015-08-23 | 1 | -6/+26 |
| * | Properly handle RPL_WHOISREGNICK. Needs testing on a server that actually sen... | Szymon Tomasz Stefanek | 2015-08-23 | 4 | -4/+23 |
| * | More Qt5 porting | Szymon Tomasz Stefanek | 2015-08-23 | 2 | -5/+4 |
| * | Port more exotic stuff to Qt5 | Szymon Tomasz Stefanek | 2015-08-23 | 6 | -29/+87 |
| * | Merge branch 'master' of https://github.com/kvirc/KVIrc | Szymon Tomasz Stefanek | 2015-08-23 | 1 | -2/+2 |
| |\ |
|
| | * | Merge pull request #1518 from blindirc/typos•••consolewindow: Fix typos in comments | Szymon Tomasz Stefanek | 2015-08-23 | 1 | -2/+2 |
| | |\ |
|
| | | * | consolewindow: Fix typos in comments | Matt Ullman | 2015-08-20 | 1 | -2/+2 |
| * | | | Port the Xss based idle time measurement tool to Qt5 | Szymon Tomasz Stefanek | 2015-08-23 | 2 | -16/+8 |
| |/ / |
|
| * | | Register http and ftp classes also with Qt5 | Szymon Tomasz Stefanek | 2015-08-23 | 1 | -6/+2 |
| * | | Port KVS ftp class to Qt5 | Szymon Tomasz Stefanek | 2015-08-23 | 7 | -10/+3466 |
| * | | Port KVS http class to Qt5 | Szymon Tomasz Stefanek | 2015-08-23 | 8 | -18/+5553 |
| |/ |
|
| * | str.join: Update documentation to fix a typo | Matt Ullman | 2015-08-19 | 1 | -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.
| Alexey Sokolov | 2015-08-15 | 13 | -71/+42 |
| * | Be tolerant with DCC ACKS when received more than 90% of the file. Fixes #1447 | Szymon Tomasz Stefanek | 2015-08-06 | 2 | -71/+84 |
| * | Rework automatic channel join process a bit. Fixes #1500 | Szymon Tomasz Stefanek | 2015-08-05 | 7 | -94/+131 |
| * | Fix naming conventions | Szymon Tomasz Stefanek | 2015-08-02 | 4 | -4/+4 |
| * | Spacing for toggle option for away color | Pan7 | 2015-08-02 | 1 | -0/+1 |
| * | UI toggle option for away color part 2 | Pan7 | 2015-08-02 | 1 | -1/+2 |
| * | UI toggle option for away color | Pan7 | 2015-08-02 | 3 | -14/+14 |
| * | Ability to disable away color for user names | Pan7 | 2015-08-02 | 1 | -6/+11 |
| * | Use a default default away message when the user leaves it blank: fixes #1360 | Szymon Tomasz Stefanek | 2015-08-02 | 1 | -1/+4 |
| * | Implemented options.close. Closes #1397 | Szymon Tomasz Stefanek | 2015-08-02 | 1 | -1/+56 |
| * | Fixes #1498 | Szymon Tomasz Stefanek | 2015-08-02 | 1 | -1/+1 |
| * | Minor details in Mdi stuff | Szymon Tomasz Stefanek | 2015-08-02 | 3 | -18/+26 |
| * | Implement support for IRCv3.1's away-notify extension | Fabio Bas | 2015-08-01 | 5 | -2/+38 |
| * | Add support for freenode's new numerics for q mode listing; fix #1487 | Fabio Bas | 2015-08-01 | 4 | -25/+61 |
| * | Fix the minimize to tray thing | Szymon Tomasz Stefanek | 2015-08-01 | 2 | -2/+12 |
| * | Merge pull request #1492 from Cizzle/master•••Fix for minimizing to tray when using Qt5 in Windows
Closes #1484 | Szymon Tomasz Stefanek | 2015-08-01 | 1 | -0/+16 |
| |\ |
|
| | * | Fix for minimizing to tray when using Qt5 in Windows | Christophe Beauval | 2015-07-31 | 1 | -0/+16 |
| * | | Force the user to choose a nickname at first startup.•••Closes #1489
| Szymon Tomasz Stefanek | 2015-08-01 | 6 | -22/+48 |
| |/ |
|
| * | Setup AppVeyor CI:•••Automatically build installer for windows.
Perl and spellchecker are not supported yet.
| Alexey Sokolov | 2015-07-29 | 1 | -8/+7 |
| * | Sasl auth: remove BLOWFISH. fix #1483•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6445 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2015-03-30 | 8 | -228/+16 |
| * | Remove spurious comment•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6443 17fca916-40b9-46aa-a4ea-0a15b648b75c
| OmegaPhil | 2015-02-22 | 1 | -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
| OmegaPhil | 2015-02-22 | 1 | -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
| OmegaPhil | 2015-02-14 | 4 | -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
| Alexey Sokolov | 2015-02-02 | 15 | -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
| Alexey Sokolov | 2015-01-25 | 1 | -21/+36 |
| * | ported to Qt5, fixes #1450•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6433 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2015-01-05 | 2 | -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
| Szymon Tomasz Stefanek | 2015-01-02 | 6 | -11/+16 |
| * | fixed doc, fix for #1373•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6430 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2015-01-02 | 1 | -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
| Fabio Bas | 2015-01-01 | 1 | -11/+5 |
| * | Some work on the wrapper class•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6428 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2014-12-31 | 4 | -121/+295 |
| * | Fix warnings in spellchecker module•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6427 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2014-12-31 | 1 | -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
| Elvio Basello | 2014-12-30 | 1 | -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
| Alexey Sokolov | 2014-12-29 | 1 | -1/+1 |