aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/DccBroker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid IP integer for DCC RSEND request (#2252)•••* Fix invalid IP integer for RSENDGravatar Kevin Mian Kraiker2017-09-101-1/+1
* Cleanup included filesGravatar IceN9ne2016-10-281-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.Gravatar un1versal2016-06-061-1/+1
* various cosmetic: consistent comment format•••+ remove separators to make it consistent. Gravatar un1versal2016-05-171-18/+18
* Cleanup random separators with no commentsGravatar un1versal2016-05-061-18/+19
* cleanup duplicate includesGravatar un1versal2016-05-041-1/+0
* modules dcc: minor capitalization fixesGravatar un1versal2016-05-031-7/+7
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-19/+19
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-334/+364
* DccBBroker: remove dialog center formattingGravatar un1versal2016-02-021-1/+1
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-281-1/+1
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
* [ci skip] no strings - cpp files - typo correctionsGravatar un1versal2015-10-081-1/+1
* Bye bye MDI. I have probably introduced few minor bugs that I haven't been ab...Gravatar Szymon Tomasz Stefanek2015-09-281-7/+0
* File dialogs seem to always require a parent. Without it Qt5 enters in a kind...Gravatar Szymon Tomasz Stefanek2015-08-251-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 Gravatar Szymon Tomasz Stefanek2014-12-281-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 Gravatar Fabio Bas2012-09-251-4/+0
* removed useless parameter•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6158 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2012-04-171-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 Gravatar Fabio Bas2012-01-011-15/+14
* fix all warnings under clang•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5952 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-08-261-2/+2
* fixed format strings•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5339 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-111-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 Gravatar Szymon Tomasz Stefanek2011-01-011-0/+994