aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/filetransferwindow
Commit message (Collapse)AuthorAgeFilesLines
* FileTransferWindow: use current theme palette to draw items; (#2717)Gravatar ctrlaltca2025-10-101-1/+1
| | | fix #2714
* Migrate almost all QMessagebox to qt6-friendly version.Gravatar Fabio Bas2023-10-181-6/+6
|
* Remove unused calls to viewOptions()Gravatar Fabio Bas2023-10-181-1/+0
|
* Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541)Gravatar ctrlaltca2023-07-081-54/+61
| | | | | | * Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed. --------- Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net>
* Convert 0s and NULLs to nullptrGravatar IceN9ne2018-12-032-2/+2
|
* Use override where possible and remove unnecessary usages of the virtual ↵Gravatar IceN9ne2018-11-281-10/+10
| | | | keyword.
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-141-1/+1
|
* Make Windows code Unicode-aware (#2219)Gravatar wodim2017-05-241-1/+1
|
* normalize File: , Size: and Mime: formattingGravatar un1versal2016-11-171-2/+2
|
* FileTransferWindow: Add MIME data to right click menu for non-KDEGravatar IceN9ne2016-11-041-0/+6
|
* Part 1: Bring KVIrc to the 21st centuryGravatar staticfox2016-08-031-3/+5
| | | | | | | Avoid many un-necessary memory allocations as well as start the migration to unique pointers where appropriate. Start migrating out of the KVirc standard library into the C++ standard library.
* FileTransferWindow: clenup duplicate includeGravatar un1versal2016-06-121-1/+0
|
* cleanup: remove more ancient commented code p3Gravatar un1versal2016-05-081-31/+0
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-302-15/+15
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-293-279/+318
|
* Add a 'clear' command to the filetransferwindow moduleGravatar Szymon Tomasz Stefanek2016-04-221-0/+31
|
* FileTransferWindow: indenting fixesGravatar un1versal2016-04-212-27/+23
| | | | take 2 fuckitoll 2000mg and call me in the morning.
* FileTransferWindow: remove <nobr> and decrease tooltip paddingGravatar un1versal2016-04-211-6/+6
|
* Remove all ifdefs related to older versions of Qt.Gravatar wodim2016-04-071-5/+0
| | | | Now that we only support Qt 5 we will no longer need these.
* QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ↵Gravatar un1versal2016-02-271-3/+3
| | | | | | to improve entries + add window title to find and replace dialog
* run codespell to fix some typos, run mkabouttext.pl, fix typos reported by ↵Gravatar Dessa2016-01-311-1/+1
| | | | Arfrever
* Fix #1839Gravatar wodim2016-01-121-2/+3
|
* various files: typos/consistency and capitalization see notes below.Gravatar un1versal2015-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://techbase.kde.org/Projects/Usability/HIG/Capitalization This was just done last minute over some notes I had made during earlier similar fixes. * dont capitalize prepositions/conjunctions with less than 5 letters + fix wrong plural. * freenode is all lowercase instance only. * tooltips are not Camel Case capitalization style either. * some centered text on a dialog when all the etxt is left aligned looks off, tootips we can give a pass to. * Tree items are Camel Case * Typos in Unknow channel modes * more tooltips in the Channel Mode/Ban Masks/Invite but flawed design on these The tooltips text doubles up as title one isnt capitalized and the other is... So now none are in this area only since unlike toolbars thers no test display here and its passable. Alternative is to fix these dialogs and toolbars and tbh I cant do it. * cannot vs can't : these are consistency fixes for strings and debug messages only. * about dialog group titles "Runtime Info" "Build Info" are Camel Cased as per capitalization guidelines, but label are like all other labels. s spaces tyyt
* FileTransferWindow: dialog title capitalizattion fixGravatar un1versal2015-12-051-1/+1
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-283-5/+5
| | | | opinion -> option
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-282-2/+2
|
* Bye bye MDI. I have probably introduced few minor bugs that I haven't been ↵Gravatar Szymon Tomasz Stefanek2015-09-281-2/+2
| | | | able to spot yet. Please report. Closes #1630.
* Add basic KDE5 support.Gravatar Szymon Tomasz Stefanek2015-08-241-16/+16
|
* - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵Gravatar Robert Förster2014-11-211-2/+2
| | | | | | | | | for that" commits) - apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks! - fix compilation on qt 5.4 on windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - some fixing for cmake 3Gravatar Robert Förster2014-02-271-0/+4
| | | | | | | | - compile with WIN32_LEAN_AND_MEAN - fix compilation with qt5 on windows, thanks to d00p for the transparency fix - some work on windows resource files (still in progress) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6370 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed unused code in filetransferwindowGravatar Fabio Bas2012-11-232-10/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6293 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix #1334Gravatar Fabio Bas2012-11-131-2/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6283 17fca916-40b9-46aa-a4ea-0a15b648b75c
* convert cmake files to lowercase statements prehistoric cmake versions ↵Gravatar Robert Förster2012-10-041-3/+3
| | | | | | required uppercase, but lowercase is now preferred so change it (yeah feel free to hate me for this commit ) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support: cmake build system updateGravatar Fabio Bas2012-09-281-7/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support (sip): code only, no touch to build system by nowGravatar Fabio Bas2012-09-253-7/+10
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
* use kvs to open the filetransferwindow when needed, since the alloc routine ↵Gravatar Fabio Bas2012-04-161-45/+0
| | | | | | has been removed git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6157 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The FileTransferWindow no longer offers a module extension interfaceGravatar Szymon Tomasz Stefanek2012-04-143-50/+62
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6146 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed filetransferwindow window not opening up automaticallyGravatar Fabio Bas2012-04-103-14/+66
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6136 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Created KVICOREACTIONS for the old previously caps-based entries in the ↵Gravatar Fabio Bas2012-03-086-82/+14
| | | | | | tools menu; added 2 dynamic submenus to the tools menu to stop 3rd part caps-based items and scripting actions items git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6089 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix or the previous fix, sorry guysGravatar Fabio Bas2012-02-271-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6081 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for kdeGravatar Fabio Bas2012-02-272-5/+7
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6080 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for kdeGravatar Fabio Bas2012-02-271-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6079 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed compilation under win32Gravatar Fabio Bas2012-02-271-9/+8
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6076 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix compilation, thanks minde for noticing (CtrlAltCa <3)Gravatar wodim2012-02-271-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6073 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Dropped the KviTalPopupMenu layer, ported the involved code to QAction.Gravatar Fabio Bas2012-02-262-37/+36
| | | | | | | | This fixes most of the random crashes on osx, and is the base for a next change in the menubar. Addiotional fix: "disconnect" menu entry was broken since the 3.x era git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6072 17fca916-40b9-46aa-a4ea-0a15b648b75c
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use ↵Gravatar Robert Förster2012-01-142-19/+0
| | | | | | | | proper SVN Props instead sprinkle around some svn:ignore, svn:eol-style and svn:mime-type stuff, also remove mime-type property which does not exist, it should be svn:mime-type instead git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6052 17fca916-40b9-46aa-a4ea-0a15b648b75c
* moar window management fixes:Gravatar Fabio Bas2012-01-111-2/+2
| | | | | | | | | - 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
* - Happy new year!Gravatar Fabio Bas2012-01-013-5/+5
| | | | | | | | | | | | - 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
* renamed namespaceGravatar Elvio Basello2011-02-101-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5459 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed format stringsGravatar Elvio Basello2011-01-111-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5339 17fca916-40b9-46aa-a4ea-0a15b648b75c