| Commit message (Expand) | Author | Age | Files | Lines |
| * | Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541)•••* Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed.
---------
Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net> | ctrlaltca | 2023-07-08 | 1 | -2/+2 |
| * | Use override where possible and remove unnecessary usages of the virtual keyw... | IceN9ne | 2018-11-28 | 1 | -2/+2 |
| * | General code cleanup and coverity fixes - mostly fixes uninitialized members | IceN9ne | 2017-10-21 | 2 | -16/+14 |
| * | make channel list dialogs more consistent; fix #1790 | Fabio Bas | 2017-02-04 | 2 | -6/+12 |
| * | Cleanup included files | IceN9ne | 2016-10-28 | 3 | -24/+24 |
| * | cleanup: remove more ancient commented code p3 | un1versal | 2016-05-08 | 1 | -30/+0 |
| * | Apply clang-tidy: modernize-loop-convert | Alexey Sokolov | 2016-04-30 | 1 | -4/+3 |
| * | Apply clang-tidy: modernize-use-nullptr | Alexey Sokolov | 2016-04-30 | 2 | -4/+4 |
| * | Apply clang-format | Alexey Sokolov | 2016-04-29 | 3 | -100/+109 |
| * | documentation: formatting/indentation + minor syntax fixes•••+ Dont use double quotes to emphasise words in normal circumstances.
+ improve indenting + consistency (good for readability when editing source)
+ also replace single quotes
| un1versal | 2016-03-14 | 1 | -1/+1 |
| * | QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ...•••+ add window title to find and replace dialog
| un1versal | 2016-02-27 | 1 | -1/+1 |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | un1versal | 2015-11-28 | 3 | -4/+4 |
| * | ChannelsJoinDialog: fix password label not showing•••closes #1734
| un1versal | 2015-11-09 | 1 | -1/+2 |
| * | ChannelsJoinDialog: cleanup and minor button adjustments | un1versal | 2015-11-09 | 1 | -4/+4 |
| * | Copyright Headers: Cosmetic typos irc -> IRC | un1versal | 2015-10-28 | 3 | -3/+3 |
| * | Fix item parent-child relationship in channelsjoin dialog | Szymon Tomasz Stefanek | 2015-08-30 | 1 | -10/+12 |
| * | convert cmake files to lowercase statements prehistoric cmake versions requir...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2012-10-04 | 1 | -3/+3 |
| * | qt5 support: cmake build system update•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-09-28 | 1 | -5/+0 |
| * | 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
| Fabio Bas | 2012-09-25 | 1 | -4/+0 |
| * | fix compilation, thanks minde for noticing (CtrlAltCa <3)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6073 17fca916-40b9-46aa-a4ea-0a15b648b75c
| wodim | 2012-02-27 | 1 | -1/+1 |
| * | Dropped the KviTalPopupMenu layer, ported the involved code to QAction.•••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
| Fabio Bas | 2012-02-26 | 2 | -5/+5 |
| * | admin: obliterate convert files and svn_fixsvnignore.sh, people should use pr...•••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
| Robert Förster | 2012-01-14 | 1 | -9/+0 |
| * | - 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
| Fabio Bas | 2012-01-01 | 3 | -5/+4 |
| * | make the join button work, without having to select the channel first•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5658 17fca916-40b9-46aa-a4ea-0a15b648b75c
| wodim | 2011-03-20 | 1 | -0/+1 |
| * | fixed collapse/expande tree in channelsjoin window•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5540 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-03-05 | 1 | -0/+7 |
| * | Fix #1102•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5534 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2011-03-05 | 1 | -2/+8 |
| * | join channels dialog: sort channel names•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5374 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-01-18 | 1 | -0/+4 |
| * | Unlike KviThread, QThread needs to be waited() for before deletion. Also a sm...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5311 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2011-01-07 | 1 | -1/+1 |
| * | reworked icon stuff•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5301 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2011-01-05 | 1 | -6/+6 |
| * | fixed win32 compilation of channelsjoin module•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5291 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-01-03 | 1 | -1/+1 |
| * | Implemented #1022•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5290 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-01-03 | 2 | -52/+149 |
| * | 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
| Szymon Tomasz Stefanek | 2011-01-01 | 4 | -33/+33 |
| * | More renames, fix the spelling of KVIrc etc...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-29 | 3 | -3/+3 |
| * | yet more splitting•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5253 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2010-12-29 | 1 | -0/+1 |
| * | Yet more renaming and cleanups•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5238 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-27 | 2 | -8/+8 |
| * | More renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-27 | 3 | -11/+11 |
| * | More renaming & cleanup.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-26 | 1 | -1/+1 |
| * | 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
| Szymon Tomasz Stefanek | 2010-12-25 | 3 | -15/+15 |
| * | applied further patches for #996•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5075 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-10-16 | 1 | -3/+4 |
| * | Reunited all the kvs-escape related functions is a single method supporting d...•••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
| Fabio Bas | 2010-10-10 | 1 | -0/+5 |
| * | fix for #963•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5012 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-09-18 | 1 | -3/+3 |
| * | fix for a crash when opening "join channels" widget•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4795 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-08-06 | 1 | -1/+0 |
| * | Rewrite parts of the regchan module in order to•••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
| Szymon Tomasz Stefanek | 2010-07-14 | 1 | -5/+4 |
| * | Rework the recent channels a bit: clean up and make sure that after a fresh s...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4436 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-06-10 | 1 | -14/+54 |
| * | added a button to clear recent channels list in "join channels" dialog•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4315 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-05-10 | 2 | -0/+28 |
| * | 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
| Fabio Bas | 2010-01-24 | 1 | -1/+2 |
| * | removed useless tal_treewidget•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3521 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-09-24 | 2 | -9/+9 |
| * | removed visual studio projects: they are outdated and a better version can be...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3451 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-09-01 | 1 | -258/+0 |
| * | updates FSF address, thanks to Kebianizao for noticing•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Markus Rennings | 2009-05-08 | 3 | -3/+3 |
| * | fixed tmphighlight items in popups•••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
| Fabio Bas | 2009-03-17 | 1 | -2/+8 |