aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add a spellchecker backend based on windows >=8 integrated spellchecker (#2743)Gravatar ctrlaltca2025-12-221-2/+2
| | | | | | | | | * Add a spellchecker backend based on windows >=8 integrated spellchecker * CI: remove enchant from windows builds * Assume Qt5 is Windows 7, Qt6 is Windows >= 10 * Qt5 build is picking up a foreign libenchant from the build system, disable it
* Switching the mac CI to qt6 (#2612)Gravatar ctrlaltca2024-03-081-6/+1
| | | | | | | | | * try switching the mac CI to qt6; remove the cmake hardcoded deploy, use macdeployqt instead * mac: Try to mode kvilib and modules to Contents/Frameworks for macdeployqt to pick them up * Add Mattoje's patch * Just disable python by now
* Add package management moduleGravatar Szymon Tomasz Stefanek2015-09-151-1/+1
|
* Fix #24. Add spell checking support using Enchant library (wrapper for ↵Gravatar Alexey Sokolov2014-12-291-0/+4
| | | | | | | | | Aspell, Hunspell, and others). Thanks to alexzulu and S658P for inspiration, and to Pragma for code review. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6416 17fca916-40b9-46aa-a4ea-0a15b648b75c
* convert cmake files to lowercase statements prehistoric cmake versions ↵Gravatar Robert Förster2012-10-041-14/+14
| | | | | | 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
* Install kvirc, kvilib and the module in the place actually declared in the ↵Gravatar Fabio Bas2012-04-291-0/+5
| | | | | | | | | cmake summary; osx: put qt libraries and plugins inside the bundle, and fix dyld references => bundles will now be redistributable to other users without prerequisites git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6163 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Start making sense out of KviLocale: split into separate files inside a new ↵Gravatar Szymon Tomasz Stefanek2011-03-231-0/+1
| | | | | | subdirectory. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5672 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added fish module; wip: key exchange works, but the symmetrical encryption ↵Gravatar Fabio Bas2011-01-301-1/+1
| | | | | | layer is still based on mircryption and currently broken git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5403 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The kvs directory was way too big. Start reorganizing in subdirs.Gravatar Szymon Tomasz Stefanek2010-12-271-0/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5240 17fca916-40b9-46aa-a4ea-0a15b648b75c
* created "popup" module with popup.delitem and popup.showGravatar Fabio Bas2010-09-041-1/+1
| | | | | | | | internally aliased delpopupitem to popup.delitem internally aliased popup to popup.show (wip: popup.additem, popup.create, popup.destroy, ?) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4979 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added userlist module: userlist.select userlist.ensureVisible ↵Gravatar Fabio Bas2010-09-031-2/+1
| | | | | | | | | | | | | $userlist.selected() internally aliased $selected with $userlist.selected removed hardcoded "select nickname on nick link click" from ircview added select + sensureVisible nick in default handler for event OnChannelNickLinkClick fixed "select all" in userlistview added ensureVisible on keypress in userlistview implements #932 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4973 17fca916-40b9-46aa-a4ea-0a15b648b75c
* New classeditor (not working)Gravatar Noldor2010-02-231-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4019 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed uselss commentGravatar Elvio Basello2009-09-171-3/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3506 17fca916-40b9-46aa-a4ea-0a15b648b75c
* first testing implementation of python support: this IS NOT intended to work ↵Gravatar Elvio Basello2009-07-301-2/+6
| | | | | | yet! git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3391 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reworked r3156Gravatar Fabio Bas2009-03-241-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3160 17fca916-40b9-46aa-a4ea-0a15b648b75c
* don't try to compile perl scripting support if perl is disabledGravatar Fabio Bas2009-03-221-1/+5
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3156 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added rot13 crypto module by aeriana with small modifications: closes #276Gravatar Fabio Bas2009-02-161-1/+1
| | | | | | fixed a bug in the lamerizer module cmakelists.txt file git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3077 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed rijndael compilation under mingwGravatar Fabio Bas2009-01-071-8/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2980 17fca916-40b9-46aa-a4ea-0a15b648b75c
* re-enabled perl support; patched to work nicely with perl 5.10Gravatar Fabio Bas2008-11-171-5/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2872 17fca916-40b9-46aa-a4ea-0a15b648b75c
* re-enabled torrent moduleGravatar Fabio Bas2008-10-041-3/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2646 17fca916-40b9-46aa-a4ea-0a15b648b75c
* finished porting of theme module to qt4Gravatar Fabio Bas2008-09-251-6/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2566 17fca916-40b9-46aa-a4ea-0a15b648b75c
* ported trayicon moduleGravatar Fabio Bas2008-09-251-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2565 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed kvi_tal_listbox; removed qt3 support; now we're pure-qt4, baby (some ↵Gravatar Fabio Bas2008-09-241-2/+6
| | | | | | things still to be ported/fixed) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2553 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added first test of a upnp module (gateway control point that enables ↵Gravatar Fabio Bas2008-08-091-2/+2
| | | | | | port-forwarding and getting external ip address); based on code from Diederik van der Boor git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2219 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added module proxydbGravatar Elvio Basello2008-07-311-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2139 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reverted modules rulesGravatar Elvio Basello2008-07-231-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2110 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed header files which do not need to be moc'edGravatar Elvio Basello2008-07-231-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2109 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed old clock moduleGravatar TheXception2008-07-051-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2013 17fca916-40b9-46aa-a4ea-0a15b648b75c
* bumped sources data;Gravatar Elvio Basello2008-07-051-3/+3
| | | | | | | added initial new serverdb module; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2004 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed protocols nameGravatar Elvio Basello2008-07-051-7/+7
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2000 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed modules compilation (except rinjdael); first preliminary installation ↵Gravatar Fabio Bas2008-05-281-1/+8
| | | | | | rules git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1866 17fca916-40b9-46aa-a4ea-0a15b648b75c
* re-activated language module and started implementing its functionsGravatar Fabio Bas2008-05-101-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1743 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added template rules for modules. thanks to sardanap;Gravatar Elvio Basello2008-04-111-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1456 17fca916-40b9-46aa-a4ea-0a15b648b75c
* ported some modulesGravatar Elvio Basello2008-04-081-3/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1423 17fca916-40b9-46aa-a4ea-0a15b648b75c
* code cleanGravatar Elvio Basello2008-04-051-3/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1398 17fca916-40b9-46aa-a4ea-0a15b648b75c
* applied sardanap's patch to link modules under MacOS X;Gravatar Elvio Basello2008-04-041-2/+4
| | | | | | | | added skel for modules under windows; first try to install kvirc's shell scripts; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1392 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed varsGravatar Elvio Basello2008-04-021-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1376 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed cmake rules to work either on linux and mac and prepared a skel for ↵Gravatar Elvio Basello2008-04-021-1/+1
| | | | | | windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1373 17fca916-40b9-46aa-a4ea-0a15b648b75c
* code clean; applied patch for MacOS XGravatar Elvio Basello2008-04-011-1/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1370 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added CMake rules :)Gravatar Elvio Basello2008-03-291-0/+45
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1330 17fca916-40b9-46aa-a4ea-0a15b648b75c