| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
* Fix invalid IP integer for RSEND
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
| |
+ remove separators to make it consistent.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
opinion -> option
|
| | |
|
| | |
|
| |
|
|
| |
able to spot yet. Please report. Closes #1630.
|
| |
|
|
| |
kind of modal loop that prevents user from interacting with the whole application.
|
| |
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6158 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5952 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5339 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
|
|
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c
|