aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_widget.h
Commit message (Collapse)AuthorAgeFilesLines
* The big rename for modules. Still some details remaining.Gravatar Szymon Tomasz Stefanek2011-01-011-145/+0
| | | | 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-291-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 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-251-2/+2
| | | | | | 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
* KVS improvements/cleaningGravatar Noldor2010-01-151-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3838 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Updated/removed obsolete codeGravatar Noldor2010-01-091-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3815 17fca916-40b9-46aa-a4ea-0a15b648b75c
* some cleaning in cmake scripts/code:Gravatar Fabio Bas2009-12-021-0/+1
| | | | | | | | - fix for #633 (added and documented obscure #defines) - use #defines in kvi_sysconfig.h instead of -D compilation directives - removed unused kvi_wincfg.h git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3653 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - trailing whitespace cleanups all over the placeGravatar Robert Förster2009-09-011-2/+2
| | | | | | | | - removed charset dependent manpages since it really makes no sense to distribute them, they are getting installed in non standard places and one manpage per language is enough - added SpotChat to the serverdb, happens to be my network anyway :P (someone should remind me to check all the networks and servers there so we can do a cleanup if needed git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3463 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
* more work on splitting objects module locale stuff (wip)Gravatar Noldor2008-11-131-62/+62
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2858 17fca916-40b9-46aa-a4ea-0a15b648b75c
* some fixes around.Gravatar Noldor2008-11-121-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2849 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed license template for modules from n to rGravatar Elvio Basello2008-09-181-2/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2484 17fca916-40b9-46aa-a4ea-0a15b648b75c
* pop in some EOL and svn properties fixes.Gravatar Robert Förster2008-09-161-141/+141
| | | | | | | | | | | | - all textfiles were converted to unix line endings - svn:eol-style native has been set on that files so noone has to care about it again, now the svn client does take care of that, a checkout on unix will get unix lineendings, a checkout on windows will get windows lineendings - svn:executable fixup (some file had the executable bit set were they shouldn't) - svn:mime-type fixes for most of the files, which will probaly only affect trac in viewing that files - some typo fixup, the manpage seems to need some love, though. this will be pushed to the branches once i get to it today. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2469 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed compilationGravatar Elvio Basello2008-09-121-2/+11
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2442 17fca916-40b9-46aa-a4ea-0a15b648b75c
* QT4 new stuff and ftp/http(wip) new classes (lack of docs :\) Gravatar Noldor2008-09-121-2/+5
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2441 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added $loadInterface to object class, please testGravatar Elvio Basello2008-09-051-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2402 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Huge QT4 port commit :) (wip)Gravatar Noldor2008-05-131-0/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1765 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added $countStatusBarItems();Gravatar Elvio Basello2008-05-081-20/+15
| | | | | | | code clean; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1709 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added insertIntoStatusBar method to the KVS widget classes.Gravatar Noldor2008-05-071-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1704 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more qt4 port (renamed QT3 stuff))Gravatar Noldor2008-04-181-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1507 17fca916-40b9-46aa-a4ea-0a15b648b75c
* objects module QT4 port and code clean (wip).Gravatar Noldor2008-04-131-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1474 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More QT4 work and removed QT3 unused code in objects module. Gravatar Noldor2008-03-261-113/+134
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1294 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed compilation errorsGravatar Noldor2007-04-231-4/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@531 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Compilation fixesGravatar Thomas Kalla2007-04-201-1/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@520 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix boring warning and compilation errors; new dynamic tooltip system in ↵Gravatar Noldor2007-04-171-15/+1
| | | | | | widget objects. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@510 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added setAttribute to widget classes (QT4 only)Gravatar Noldor2007-04-121-0/+5
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@483 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added setMask to class widget [need doc]Gravatar Noldor2007-04-111-0/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@479 17fca916-40b9-46aa-a4ea-0a15b648b75c
* objects module QT4 porting (wip)Gravatar Noldor2007-02-271-3/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@384 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added new buttongroup classes,dcc.setBandwidthLimit; fixed/removed some old ↵Gravatar Noldor2007-01-231-2/+0
| | | | | | code, added doc to dynamictooltips git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@234 17fca916-40b9-46aa-a4ea-0a15b648b75c
* wip on dynamic tool tips in objects module(still incomplete, bugged and ↵Gravatar Noldor2007-01-011-6/+18
| | | | | | undocumented :D) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@86 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Switching from cvs to svn, initial importGravatar Szymon Tomasz Stefanek2006-12-181-0/+110
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@14 17fca916-40b9-46aa-a4ea-0a15b648b75c