aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/DccBroker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix invalid IP integer for DCC RSEND request (#2252)Gravatar Kevin Mian Kraiker2017-09-101-1/+1
| | | * Fix invalid IP integer for RSEND
* Cleanup included filesGravatar IceN9ne2016-10-281-0/+1
|
* DccBroker: remove Auto-saving tooltip and clickable actionGravatar un1versal2016-06-061-1/+1
| | | | | | | | | | 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.
* various cosmetic: consistent comment formatGravatar un1versal2016-05-171-18/+18
| | | | + remove separators to make it consistent.
* 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 ↵Gravatar un1versal2015-11-281-1/+1
| | | | opinion -> option
* 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 ↵Gravatar Szymon Tomasz Stefanek2015-09-281-7/+0
| | | | able to spot yet. Please report. Closes #1630.
* File dialogs seem to always require a parent. Without it Qt5 enters in a ↵Gravatar Szymon Tomasz Stefanek2015-08-251-5/+29
| | | | kind of modal loop that prevents user from interacting with the whole application.
* Merge patch by TheReignGravatar Szymon Tomasz Stefanek2014-12-281-6/+7
| | | | | | | | | | * 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
* qt5 support (sip): code only, no touch to build system by nowGravatar Fabio Bas2012-09-251-4/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed useless parameterGravatar Elvio Basello2012-04-171-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6158 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - Happy new year!Gravatar Fabio Bas2012-01-011-15/+14
| | | | | | | | | | | | - 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
* fix all warnings under clangGravatar wodim2011-08-261-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5952 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed format stringsGravatar Elvio Basello2011-01-111-6/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5339 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The big rename for modules. Still some details remaining.Gravatar Szymon Tomasz Stefanek2011-01-011-0/+994
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c