aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme
Commit message (Collapse)AuthorAgeFilesLines
...
* More renaming & cleanup.Gravatar Szymon Tomasz Stefanek2010-12-263-6/+6
| | | | 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-259-39/+39
| | | | | | 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
* fix for #976Gravatar Fabio Bas2010-10-183-25/+39
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5090 17fca916-40b9-46aa-a4ea-0a15b648b75c
* applied further patches for #996Gravatar Fabio Bas2010-10-161-2/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5075 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Rework the addon pack dialog.Gravatar Szymon Tomasz Stefanek2010-06-262-18/+17
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4520 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Misc tweaks on the addon dialog.Gravatar Szymon Tomasz Stefanek2010-05-251-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4374 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updated translation files; updated italian translationGravatar Elvio Basello2010-05-221-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4357 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed infinite loop on corrupted theme installation (could cause a problem ↵Gravatar Fabio Bas2010-05-081-1/+1
| | | | | | | | | with themes containing empty files) fixed theme error reporting git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4311 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More improvements in theme moduleGravatar Noldor2010-04-251-0/+46
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4295 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed theme loadingGravatar Fabio Bas2010-04-241-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4293 17fca916-40b9-46aa-a4ea-0a15b648b75c
* KVS improvements in theme moduleGravatar Noldor2010-04-231-0/+84
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4287 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Improvements in theme manager (by hellvis - code cleaning by CtrlAltCa & Noldor)Gravatar Noldor2010-04-033-212/+372
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4234 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed missing wordwrap in theme export wizardGravatar Fabio Bas2010-03-151-0/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4137 17fca916-40b9-46aa-a4ea-0a15b648b75c
* theme.screenshot: avoid the generation of an uncompressed png image (that ↵Gravatar Fabio Bas2010-03-071-1/+1
| | | | | | could takes MiBs) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4105 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed KviTalItemDelegate height calculation in sizeHint()Gravatar Fabio Bas2010-03-071-1/+1
| | | | | | Theme management dialog: double click to apply a theme (was single click) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4103 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-212-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3858 17fca916-40b9-46aa-a4ea-0a15b648b75c
* [KVIrc] (trunk) Fixed some spelling mistakes found by Lintian.Gravatar Kai Wasserbäch2010-01-102-5/+5
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3829 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added a combobox to switch datetime format between classic behaviour, ISO ↵Gravatar Elvio Basello2009-12-182-2/+32
| | | | | | 8601 and system locale; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3710 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed useless KviTalTextEdit classGravatar Elvio Basello2009-09-244-28/+26
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3520 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for #557 and checked all commondialogs extension filters Gravatar Fabio Bas2009-09-171-2/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3507 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reworked addon system:Gravatar Elvio Basello2009-09-171-4/+2
| | | | | | | | | | | | - ported to the new way of handling wizard; - added automagic functions; modified file extensions; This new addon system is far to be complete and does NOT create any package yet. Please test the new GUI git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3502 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - trailing whitespace cleanups all over the placeGravatar Robert Förster2009-09-012-16/+16
| | | | | | | | - 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-351/+0
| | | | | | be created using cmake git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3451 17fca916-40b9-46aa-a4ea-0a15b648b75c
* -pedantic compilation patch (fix for #526). Thanks to toma.Gravatar Bugslayer2009-08-162-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3413 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updates FSF address, thanks to Kebianizao for noticingGravatar Markus Rennings2009-05-089-9/+9
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c
* hopefully removed all the remaining noisy messages from gccGravatar Fabio Bas2008-11-082-4/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2841 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix: removed still present references to doublebuffer.hGravatar Fabio Bas2008-11-011-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2805 17fca916-40b9-46aa-a4ea-0a15b648b75c
* get rid of QString::null; added doxygen comments;Gravatar Elvio Basello2008-10-101-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2681 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Win VS projects cleanup.Gravatar Noldor2008-09-261-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2575 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed some old references to qt3Gravatar Fabio Bas2008-09-251-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2571 17fca916-40b9-46aa-a4ea-0a15b648b75c
* update win projects + some compilation fixesGravatar Noldor2008-09-251-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2570 17fca916-40b9-46aa-a4ea-0a15b648b75c
* finished porting of theme module to qt4Gravatar Fabio Bas2008-09-255-52/+50
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2566 17fca916-40b9-46aa-a4ea-0a15b648b75c
* ported reguser moduleGravatar Fabio Bas2008-09-231-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2537 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed license template for modules from n to the end;Gravatar Elvio Basello2008-09-189-20/+20
| | | | | | | | | 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
* pop in some EOL and svn properties fixes.Gravatar Robert Förster2008-09-161-351/+351
| | | | | | | | | | | | - 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-13/+12
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2449 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix possible segfault after applying themeGravatar Tomasz Moń2008-08-101-4/+5
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2225 17fca916-40b9-46aa-a4ea-0a15b648b75c
* modules editor (wip), objects(wip) QT4 port.Gravatar Noldor2008-08-071-2/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2209 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more QT4 port (objects module) + vs2005 projects update + some compilation fixesGravatar Noldor2008-08-041-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2174 17fca916-40b9-46aa-a4ea-0a15b648b75c
* trashed kvi_styledcontrolsGravatar Fabio Bas2008-06-304-15/+9
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1972 17fca916-40b9-46aa-a4ea-0a15b648b75c
* oh yeah, removed autotools!;Gravatar Elvio Basello2008-06-031-36/+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
* fixed styled widgets + more QT4 portGravatar Noldor2008-05-274-11/+10
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1859 17fca916-40b9-46aa-a4ea-0a15b648b75c
* QT4 resource port (wip)Gravatar Noldor2008-05-185-20/+44
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1812 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more work on addon manager (wip);Gravatar Elvio Basello2008-05-141-1/+1
| | | | | | | 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-132-19/+13
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1765 17fca916-40b9-46aa-a4ea-0a15b648b75c
* quick fixGravatar Elvio Basello2008-05-121-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1755 17fca916-40b9-46aa-a4ea-0a15b648b75c
* new addon manager (wip)Gravatar Elvio Basello2008-05-061-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1686 17fca916-40b9-46aa-a4ea-0a15b648b75c
* quick fixesGravatar Elvio Basello2008-05-062-8/+8
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1685 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added kvi_tal_listwidget and kvi_tal_itemdelegates + some fixes Gravatar Noldor2008-05-052-74/+42
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1678 17fca916-40b9-46aa-a4ea-0a15b648b75c