aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/setup/setupwizard.h
Commit message (Collapse)AuthorAgeFilesLines
* The big rename for modules. Still some details remaining.Gravatar Szymon Tomasz Stefanek2011-01-011-158/+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 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
* More renaming & cleanup.Gravatar Szymon Tomasz Stefanek2010-12-261-4/+4
| | | | 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
* Quick fixGravatar Szymon Tomasz Stefanek2010-06-221-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4507 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Restored theme choice on first setup, added minimal dark themeGravatar Fabio Bas2010-02-231-5/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4017 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed "portable mode" in setup not activating the "next page" button correctlyGravatar Fabio Bas2010-01-311-1/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3922 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - trailing whitespace cleanups all over the placeGravatar Robert Förster2009-09-011-11/+11
| | | | | | | | - 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
* 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
* trashed kvi_styledcontrolsGravatar Fabio Bas2008-06-301-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1972 17fca916-40b9-46aa-a4ea-0a15b648b75c
* mingw32: fixed module compilation up to kvirijndael; added some installation ↵Gravatar Fabio Bas2008-05-281-2/+2
| | | | | | rules to test git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1864 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed styled widgets + more QT4 portGravatar Noldor2008-05-271-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1859 17fca916-40b9-46aa-a4ea-0a15b648b75c
* quick fixGravatar Elvio Basello2008-05-031-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1665 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Preliminary KDE4 support. Now compiles and runs.Gravatar Szymon Tomasz Stefanek2008-04-281-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1616 17fca916-40b9-46aa-a4ea-0a15b648b75c
* ported some modulesGravatar Elvio Basello2008-04-081-8/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1423 17fca916-40b9-46aa-a4ea-0a15b648b75c
* applied sardanap's patch to link modules under MacOS X;Gravatar Elvio Basello2008-04-041-1/+1
| | | | | | | | 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
* ported KviTalHBox and KviTalVBox to Qt4;Gravatar Elvio Basello2008-03-261-16/+17
| | | | | | | | | removed some qt3 include files and cleaned a bit the code around; moved config dir to ~/.config/KVIrc according to LSB 2.0 standards; changed codename to 'Insomnia'; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1293 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Uncluttered a bit the setup dialog: removed unused stuff and changed logoGravatar Szymon Tomasz Stefanek2008-03-121-9/+10
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1208 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Rewritten KviTalWizard in a QtX independent form, working on a new setup too...Gravatar Szymon Tomasz Stefanek2007-07-131-3/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@674 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Implemented easy migration from mIRC - loading mIRC servers, personal info ↵Gravatar Alexey Uzhva2007-04-051-0/+4
| | | | | | and history at the first run git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@462 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More Qt4 tweaksGravatar Szymon Tomasz Stefanek2007-03-281-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@439 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more qt4 portGravatar Noldor2007-02-281-4/+13
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@387 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More Qt4 portGravatar Szymon Tomasz Stefanek2007-02-091-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@334 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed win projects and compiling errors :)Gravatar Noldor2007-02-051-0/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@303 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More Qt 4.x portGravatar Szymon Tomasz Stefanek2007-01-231-7/+7
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@246 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Switching from cvs to svn, initial importGravatar Szymon Tomasz Stefanek2006-12-181-0/+148
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@14 17fca916-40b9-46aa-a4ea-0a15b648b75c