aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/about
Commit message (Collapse)AuthorAgeFilesLines
...
* applied typo fixes for the "file" and "config" modules (thank OmegaPhil)Gravatar Fabio Bas2010-08-311-1/+1
| | | | | | | | fixed fsf address in python/pythoncore modules fixed "space before comma" in documentation/coments/code regenerated translations git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4954 17fca916-40b9-46aa-a4ea-0a15b648b75c
* final fix for #695, plus added missing po files for "python" and ↵Gravatar Fabio Bas2010-01-241-1/+2
| | | | | | "sharedfile" (notice to translators) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3877 17fca916-40b9-46aa-a4ea-0a15b648b75c
* [KVIrc] (trunk) Fix some remaining spelling errors (thanks to Lintian).Gravatar Kai Wasserbäch2010-01-211-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3858 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed useless KviTalTextEdit classGravatar Elvio Basello2009-09-241-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3520 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed licenseGravatar Elvio Basello2009-09-171-0/+25
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3505 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
* removed visual studio projects: they are outdated and a better version can ↵Gravatar Fabio Bas2009-09-011-261/+0
| | | | | | be created using cmake git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3451 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for #547Gravatar Fabio Bas2009-08-302-0/+50
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3437 17fca916-40b9-46aa-a4ea-0a15b648b75c
* [KVIrc] (trunk) Merge changes for $str.digest.Gravatar Kai Wasserbäch2009-07-191-0/+9
| | | | | | | Merge the changes for $str.digest from branches/curan/no_embedded_lib_code back into the trunk. Compiles and WFM. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3354 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updates FSF address, thanks to Kebianizao for noticingGravatar Markus Rennings2009-05-084-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c
* second round of misc compilation noise reductionGravatar Fabio Bas2008-11-081-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2838 17fca916-40b9-46aa-a4ea-0a15b648b75c
* ported new mdi system to trunkGravatar TheXception2008-11-042-26/+26
| | | | | | | needs testing git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2813 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed bug #262 (upport)Gravatar Noldor2008-10-181-0/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2763 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Win VS projects cleanup.Gravatar Noldor2008-09-263-196/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2575 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed VS QT3 project files.Gravatar Noldor2008-09-261-172/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2574 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed license template for modules from a to fGravatar Elvio Basello2008-09-184-7/+16
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2480 17fca916-40b9-46aa-a4ea-0a15b648b75c
* pop in some EOL and svn properties fixes.Gravatar Robert Förster2008-09-162-261/+261
| | | | | | | | | | | | - 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
* updates win projects to vs 2008Gravatar Noldor2008-09-121-7/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2449 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Self-celebrationGravatar Voker572008-08-232-1/+25
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2277 17fca916-40b9-46aa-a4ea-0a15b648b75c
* code cleanups: removed unused functions from KviApp class; removed ↵Gravatar Alexey Uzhva2008-08-011-6/+6
| | | | | | kvi_stringarray.cpp/h (never used); renamed KviValueList to QList and removed already empty kvi_valuelist.h; removed kvi_draganddrop.h - nobody actually using it git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2160 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed header files which do not need to be moc'edGravatar Elvio Basello2008-07-231-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2109 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed bug #178: removed the old "guessing resource directory" routine and ↵Gravatar Fabio Bas2008-07-082-21/+21
| | | | | | | | added a pointer to the directory where cmake installs kvirc to. plus: some self-celebrating update git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2043 17fca916-40b9-46aa-a4ea-0a15b648b75c
* bumped sources data;Gravatar Elvio Basello2008-07-051-1/+1
| | | | | | | added initial new serverdb module; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2004 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed normal popupsGravatar TheXception2008-07-051-19/+19
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2002 17fca916-40b9-46aa-a4ea-0a15b648b75c
* enabled cmake info on about module. test it with msvcGravatar Elvio Basello2008-06-242-4/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1935 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added some VS missing projectGravatar Noldor2008-06-031-0/+262
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1901 17fca916-40b9-46aa-a4ea-0a15b648b75c
* oh yeah, removed autotools!;Gravatar Elvio Basello2008-06-031-27/+0
| | | | | | | | | bumped sources date; cleaned up a bit kvi_settings.h; added -DVERBOSE to cmake rules; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1898 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more work on addon manager (wip);Gravatar Elvio Basello2008-05-142-2/+2
| | | | | | | added file filters; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1777 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Huge QT4 port commit :) (wip)Gravatar Noldor2008-05-131-1/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1765 17fca916-40b9-46aa-a4ea-0a15b648b75c
* self-celebrative commitGravatar Fabio Bas2008-05-102-2/+16
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1736 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added kvi_tal_listwidget and kvi_tal_itemdelegates + some fixes Gravatar Noldor2008-05-052-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1678 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Removed obsolete QGridLayout QT3 constructor.Gravatar Noldor2008-04-301-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1626 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more work on KviTalTabDialogGravatar Elvio Basello2008-04-261-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1598 17fca916-40b9-46aa-a4ea-0a15b648b75c
* initial porting of KviTalTabDialogGravatar Elvio Basello2008-04-251-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1593 17fca916-40b9-46aa-a4ea-0a15b648b75c
* ported KviTalTextEditGravatar Elvio Basello2008-04-251-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1590 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added son Easter's egg :)Gravatar Elvio Basello2008-04-251-3/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1584 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed compilationGravatar Elvio Basello2008-04-213-14/+11
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1551 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more work on honor tab (wip)Gravatar Elvio Basello2008-04-213-0/+64
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1545 17fca916-40b9-46aa-a4ea-0a15b648b75c
* cleaned honor & glory tab (wip)Gravatar Elvio Basello2008-04-213-220/+370
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1544 17fca916-40b9-46aa-a4ea-0a15b648b75c
* stylish fix for about moduleGravatar Elvio Basello2008-04-201-2/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1536 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix fox macosxGravatar Elvio Basello2008-04-201-0/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1535 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added Subversion to CMake rules;Gravatar Elvio Basello2008-04-202-3/+7
| | | | | | | | added SVN revision number to KVIrc; fixed compilation warning; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1533 17fca916-40b9-46aa-a4ea-0a15b648b75c
* quick fix for win32. test itGravatar Elvio Basello2008-04-201-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1527 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more work on about module (wip)Gravatar Elvio Basello2008-04-201-10/+46
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1526 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Splitted system configuration in two files. The frequently changing stuff in ↵Gravatar Szymon Tomasz Stefanek2008-04-191-1/+4
| | | | | | kvi_sysbuildinfo.h and is included ONLY from kbi_buildinfo.cpp in order to minimize recompilation cost. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1525 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more qt4 port (renamed QT3 stuff))Gravatar Noldor2008-04-181-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1507 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed DBus compilation for win32Gravatar Elvio Basello2008-04-171-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1497 17fca916-40b9-46aa-a4ea-0a15b648b75c
* QT4 port: QIconSet (completed), objects module (w.i.p.), code clean.Gravatar Noldor2008-04-141-1/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1480 17fca916-40b9-46aa-a4ea-0a15b648b75c
* quick fixesGravatar Elvio Basello2008-04-121-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1467 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more on cleaning sourcesGravatar Elvio Basello2008-04-121-1/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1465 17fca916-40b9-46aa-a4ea-0a15b648b75c