aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_buttongroup.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-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Yet more renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5236 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-251-1/+1
| | | | | | 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
* Some fix in code and doc + removed obsolete codeGravatar Noldor2009-09-021-4/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3466 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 macro name convention and listview docGravatar Noldor2009-01-161-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3001 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more works on objects module (locale stuff+some fixes+code clean)Gravatar Noldor2008-10-181-16/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2752 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed some serious bugs in module object+code clean and improvements.Gravatar Noldor2008-10-151-7/+9
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2738 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more object module code cleaning.Gravatar Noldor2008-10-121-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2715 17fca916-40b9-46aa-a4ea-0a15b648b75c
* object module restyling/enhancement(work in progress)Gravatar Noldor2008-10-101-4/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2689 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed license template for modules from n to rGravatar Elvio Basello2008-09-181-1/+3
| | | | 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-1/+1
| | | | | | | | | | | | - 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
* ported buttongroup kvs class and init mlnedit port: objects modules now it ↵Gravatar Noldor2008-09-151-21/+55
| | | | | | is QT3_SUPPORT free :) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2465 17fca916-40b9-46aa-a4ea-0a15b648b75c
* QT4 port: QIconSet (completed), objects module (w.i.p.), code clean.Gravatar Noldor2008-04-141-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1480 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Ported kvs class layout and code cleaningGravatar Noldor2008-04-091-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1447 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More QT4 work and removed QT3 unused code in objects module. Gravatar Noldor2008-03-261-9/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1294 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed doc (file format win32 -> unix)Gravatar TheXception2008-02-201-87/+87
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1144 17fca916-40b9-46aa-a4ea-0a15b648b75c
* objects module QT4 porting (wip)Gravatar Noldor2007-02-271-2/+10
| | | | 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-0/+79
code, added doc to dynamictooltips git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@234 17fca916-40b9-46aa-a4ea-0a15b648b75c