| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix invalid IP integer for DCC RSEND request (#2252)•••* Fix invalid IP integer for RSEND | Kevin Mian Kraiker | 2017-09-10 | 1 | -1/+1 |
| * | Cleanup included files | IceN9ne | 2016-10-28 | 1 | -0/+1 |
| * | DccBroker: remove Auto-saving tooltip and clickable action•••Clicking this (if it worked as intended) would open the file and play it.
Problem is, this is first created when a file is accepted and is saved onto disk and here at this stage the file is not complete and could be in progress or interrupted or canceled (we just dont know).
So if this ever works as intended we dont want conflicts or cause possible corruption by trying to open a file that is possibly in progress or is incomplete.
Aside from this, the play $0 is hardcoded and not all file types can be played so this is wrong no matter how you look at it.
This commit makes this part sane at least. | un1versal | 2016-06-06 | 1 | -1/+1 |
| * | various cosmetic: consistent comment format•••+ remove separators to make it consistent.
| un1versal | 2016-05-17 | 1 | -18/+18 |
| * | Cleanup random separators with no comments | un1versal | 2016-05-06 | 1 | -18/+19 |
| * | cleanup duplicate includes | un1versal | 2016-05-04 | 1 | -1/+0 |
| * | modules dcc: minor capitalization fixes | un1versal | 2016-05-03 | 1 | -7/+7 |
| * | Apply clang-tidy: modernize-use-nullptr | Alexey Sokolov | 2016-04-30 | 1 | -19/+19 |
| * | Apply clang-format | Alexey Sokolov | 2016-04-29 | 1 | -334/+364 |
| * | DccBBroker: remove dialog center formatting | un1versal | 2016-02-02 | 1 | -1/+1 |
| * | 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] no strings - cpp files - typo corrections | un1versal | 2015-10-08 | 1 | -1/+1 |
| * | Bye bye MDI. I have probably introduced few minor bugs that I haven't been ab... | Szymon Tomasz Stefanek | 2015-09-28 | 1 | -7/+0 |
| * | File dialogs seem to always require a parent. Without it Qt5 enters in a kind... | Szymon Tomasz Stefanek | 2015-08-25 | 1 | -5/+29 |
| * | 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 | -6/+7 |
| * | qt5 support (sip): code only, no touch to build system by now•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-09-25 | 1 | -4/+0 |
| * | removed useless parameter•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6158 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2012-04-17 | 1 | -2/+2 |
| * | - 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 | -15/+14 |
| * | fix all warnings under clang•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5952 17fca916-40b9-46aa-a4ea-0a15b648b75c
| wodim | 2011-08-26 | 1 | -2/+2 |
| * | fixed format strings•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5339 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2011-01-11 | 1 | -6/+6 |
| * | 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 | -0/+994 |