aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/filetransferwindow/libkvifiletransferwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-2/+2
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-18/+15
* Add a 'clear' command to the filetransferwindow moduleGravatar Szymon Tomasz Stefanek2016-04-221-0/+31
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-281-1/+1
* 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-1/+1
* use kvs to open the filetransferwindow when needed, since the alloc routine h...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6157 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-04-161-45/+0
* The FileTransferWindow no longer offers a module extension interface•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6146 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-04-141-46/+42
* fixed filetransferwindow window not opening up automatically•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6136 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-04-101-10/+62
* Created KVICOREACTIONS for the old previously caps-based entries in the tools...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6089 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-03-081-62/+10
* moar window management fixes:•••- cache userlist/notifylist splitter size when it's hidden to avoid dummy values - cache window geometry when minimized/maximized to avoid qt reporting dummy geometry - avoid raising the filetransferwindow when kvirc is not the active window - per-window TextEncoding option is already saved in a section, no need to append channel name to it git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6047 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-111-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-1/+1
* renamed a global pointer;•••more work on KDE notifier; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5303 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-061-4/+4
* reworked icon stuff•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5301 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-051-1/+1
* 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-3/+3
* More renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-271-5/+5
* Beginning of 'the big rename & cleanup'. File names should match class names,...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-251-2/+2
* final fix for #695, plus added missing po files for "python" and "sharedfile"...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3877 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-01-241-1/+2
* updates FSF address, thanks to Kebianizao for noticing•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Markus Rennings2009-05-081-1/+1
* ensure that all the modules that creates a window using g_pFrame->addWindow c...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3080 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-02-171-5/+3
* second round of misc compilation noise reduction•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2838 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-11-081-2/+2
* many fixed to filetrasferwindows / transfer modules•••fixed a signal in kvitexticonwin git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2645 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-10-041-1/+1
* fixed license template for modules from a to f•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2480 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-09-181-3/+3
* more code clean•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1381 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-04-031-7/+4
* some little fixes around;•••fixed docs; bumped version to 3.4.0 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1183 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-03-041-3/+3
* More alternate port to Qt4: no longer relying on Qt collection classes•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1085 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2008-01-151-1/+1
* More Qt 4.x port•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@195 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2007-01-191-1/+1
* Switching from cvs to svn, initial import•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@14 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2006-12-181-0/+161