aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/system/plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* updates FSF address, thanks to Kebianizao for noticing•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Markus Rennings2009-05-081-1/+1
* fixed license template for modules from n to the end;•••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 Gravatar Elvio Basello2008-09-181-1/+1
* fix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2330 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Uzhva2008-08-281-1/+1
* no more libdl dependency. modulenames now unicode.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2314 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Uzhva2008-08-271-59/+54
* fixed $system.call(); thanks to thexception•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1911 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-06-071-3/+4
* removed QT3 QString stuff (wip). Need test.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1476 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2008-04-131-3/+3
* more code clean•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1400 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-04-051-5/+2
* ported modules about and action;•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1329 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-03-291-1/+1
* More alternate port to Qt4: no longer relying on Qt collection classes•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1085 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2008-01-151-3/+3
* updated doc: easyplugins documentation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@543 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar TheXception2007-04-291-14/+10
* added _canunload + more doc + small fix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@542 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar TheXception2007-04-291-11/+49
* added _free function again due problems while freeing memory•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@529 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar TheXception2007-04-231-1/+34
* removed _free function of plugin•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@528 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar TheXception2007-04-231-34/+1
* fixed plugin stuff•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@525 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Uzhva2007-04-221-9/+16
* small fix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@524 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar TheXception2007-04-221-1/+1
* crash fix + a bit more doc•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@523 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar TheXception2007-04-211-1/+54
* some cosmetic fixes and better internal api•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@492 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Uzhva2007-04-161-63/+58
* Updated $system.call documentation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@489 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar TheXception2007-04-141-0/+13
* some small fixes and changes for $system.call•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@488 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar TheXception2007-04-131-44/+38
* added $system.call() to call functions of dll/so files•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@485 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar TheXception2007-04-121-0/+331