aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/channelsjoin
Commit message (Collapse)AuthorAgeFilesLines
* Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541)Gravatar ctrlaltca2023-07-081-2/+2
| | | | | | * Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed. --------- Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net>
* Use override where possible and remove unnecessary usages of the virtual ↵Gravatar IceN9ne2018-11-281-2/+2
| | | | keyword.
* General code cleanup and coverity fixes - mostly fixes uninitialized membersGravatar IceN9ne2017-10-212-16/+14
|
* make channel list dialogs more consistent; fix #1790Gravatar Fabio Bas2017-02-042-6/+12
|
* Cleanup included filesGravatar IceN9ne2016-10-283-24/+24
|
* cleanup: remove more ancient commented code p3Gravatar un1versal2016-05-081-30/+0
|
* Apply clang-tidy: modernize-loop-convertGravatar Alexey Sokolov2016-04-301-4/+3
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-302-4/+4
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-293-100/+109
|
* documentation: formatting/indentation + minor syntax fixesGravatar un1versal2016-03-141-1/+1
| | | | | | + Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes
* QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ↵Gravatar un1versal2016-02-271-1/+1
| | | | | | to improve entries + add window title to find and replace dialog
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-283-4/+4
| | | | opinion -> option
* ChannelsJoinDialog: fix password label not showingGravatar un1versal2015-11-091-1/+2
| | | | closes #1734
* ChannelsJoinDialog: cleanup and minor button adjustmentsGravatar un1versal2015-11-091-4/+4
|
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-283-3/+3
|
* Fix item parent-child relationship in channelsjoin dialogGravatar Szymon Tomasz Stefanek2015-08-301-10/+12
|
* 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-5/+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-251-4/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 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-5/+5
| | | | | | | | 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-141-9/+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
* - Happy new year!Gravatar Fabio Bas2012-01-013-5/+4
| | | | | | | | | | | | - 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
* make the join button work, without having to select the channel firstGravatar wodim2011-03-201-0/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5658 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed collapse/expande tree in channelsjoin windowGravatar Fabio Bas2011-03-051-0/+7
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5540 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fix #1102Gravatar Szymon Tomasz Stefanek2011-03-051-2/+8
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5534 17fca916-40b9-46aa-a4ea-0a15b648b75c
* join channels dialog: sort channel namesGravatar Fabio Bas2011-01-181-0/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5374 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Unlike KviThread, QThread needs to be waited() for before deletion. Also a ↵Gravatar Szymon Tomasz Stefanek2011-01-071-1/+1
| | | | | | small fix in the channels join dialog. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5311 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reworked icon stuffGravatar Elvio Basello2011-01-051-6/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5301 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed win32 compilation of channelsjoin moduleGravatar Fabio Bas2011-01-031-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5291 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Implemented #1022Gravatar Fabio Bas2011-01-032-52/+149
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5290 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The big rename for modules. Still some details remaining.Gravatar Szymon Tomasz Stefanek2011-01-014-33/+33
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renames, fix the spelling of KVIrc etc...Gravatar Szymon Tomasz Stefanek2010-12-293-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
* yet more splittingGravatar Elvio Basello2010-12-291-0/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5253 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Yet more renaming and cleanupsGravatar Szymon Tomasz Stefanek2010-12-272-8/+8
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5238 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-273-11/+11
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming & cleanup.Gravatar Szymon Tomasz Stefanek2010-12-261-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-253-15/+15
| | | | | | names, when possible. Move classes to one per file. Move C functions to namespaces, if possible. Kill some abbreviations... git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c
* applied further patches for #996Gravatar Fabio Bas2010-10-161-3/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5075 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Reunited all the kvs-escape related functions is a single method supporting ↵Gravatar Fabio Bas2010-10-101-0/+5
| | | | | | | | different flags; small fixes to defscript and inputbar escaping in userfriendlymode git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5057 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for #963Gravatar Fabio Bas2010-09-181-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5012 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for a crash when opening "join channels" widgetGravatar Fabio Bas2010-08-061-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4795 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Rewrite parts of the regchan module in order toGravatar Szymon Tomasz Stefanek2010-07-141-5/+4
| | | | | | | | | avoid the heavy usage of pointers. Add some new nice debug macros and tools. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4669 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Rework the recent channels a bit: clean up and make sure that after a fresh ↵Gravatar Szymon Tomasz Stefanek2010-06-101-14/+54
| | | | | | startup #kvirc is in the list git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4436 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added a button to clear recent channels list in "join channels" dialogGravatar Fabio Bas2010-05-102-0/+28
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4315 17fca916-40b9-46aa-a4ea-0a15b648b75c
* final fix for #695, plus added missing po files for "python" and ↵Gravatar Fabio Bas2010-01-241-1/+2
| | | | | | "sharedfile" (notice to translators) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3877 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed useless tal_treewidgetGravatar Fabio Bas2009-09-242-9/+9
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3521 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed visual studio projects: they are outdated and a better version can ↵Gravatar Fabio Bas2009-09-011-258/+0
| | | | | | be created using cmake git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3451 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updates FSF address, thanks to Kebianizao for noticingGravatar Markus Rennings2009-05-083-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed tmphighlight items in popupsGravatar Fabio Bas2009-03-171-2/+8
| | | | | | | fixed registered channels config saving (#400) fixed notify list widget config saving (#400) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3149 17fca916-40b9-46aa-a4ea-0a15b648b75c