aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/system/plugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* More renames, fix the spelling of KVIrc etc...Gravatar Szymon Tomasz Stefanek2010-12-291-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-251-4/+4
| | | | | | 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
* Constness fixes. Thnks PKEuS :)Gravatar Szymon Tomasz Stefanek2010-07-061-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4621 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updates FSF address, thanks to Kebianizao for noticingGravatar Markus Rennings2009-05-081-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed license template for modules from n to the end;Gravatar Elvio Basello2008-09-181-1/+1
| | | | | | | | | please, when you create a new file or edit an old one, don't simply copy/paste the license from an other file, but adjust the infos in it (author, datetime, license owner) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2485 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixGravatar Alexey Uzhva2008-08-281-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2330 17fca916-40b9-46aa-a4ea-0a15b648b75c
* no more libdl dependency. modulenames now unicode.Gravatar Alexey Uzhva2008-08-271-59/+54
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2314 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed $system.call(); thanks to thexceptionGravatar Elvio Basello2008-06-071-3/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1911 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed QT3 QString stuff (wip). Need test.Gravatar Noldor2008-04-131-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1476 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more code cleanGravatar Elvio Basello2008-04-051-5/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1400 17fca916-40b9-46aa-a4ea-0a15b648b75c
* ported modules about and action;Gravatar Elvio Basello2008-03-291-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1329 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More alternate port to Qt4: no longer relying on Qt collection classesGravatar Szymon Tomasz Stefanek2008-01-151-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1085 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updated doc: easyplugins documentationGravatar TheXception2007-04-291-14/+10
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@543 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added _canunload + more doc + small fixGravatar TheXception2007-04-291-11/+49
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@542 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added _free function again due problems while freeing memoryGravatar TheXception2007-04-231-1/+34
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@529 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed _free function of pluginGravatar TheXception2007-04-231-34/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@528 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed plugin stuffGravatar Alexey Uzhva2007-04-221-9/+16
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@525 17fca916-40b9-46aa-a4ea-0a15b648b75c
* small fixGravatar TheXception2007-04-221-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@524 17fca916-40b9-46aa-a4ea-0a15b648b75c
* crash fix + a bit more docGravatar TheXception2007-04-211-1/+54
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@523 17fca916-40b9-46aa-a4ea-0a15b648b75c
* some cosmetic fixes and better internal apiGravatar Alexey Uzhva2007-04-161-63/+58
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@492 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Updated $system.call documentationGravatar TheXception2007-04-141-0/+13
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@489 17fca916-40b9-46aa-a4ea-0a15b648b75c
* some small fixes and changes for $system.callGravatar TheXception2007-04-131-44/+38
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@488 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added $system.call() to call functions of dll/so filesGravatar TheXception2007-04-121-0/+331
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@485 17fca916-40b9-46aa-a4ea-0a15b648b75c