summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* more work on addon system, fixed some stuff (wip);Gravatar Elvio Basello2009-09-172-553/+0
| | | | | | | | removed useless dir; added properties to KviFileSelector and KviDirectorySelector; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3510 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed obsolete mimelnk stuff, thanks to Kebianizao;Gravatar Elvio Basello2009-05-281-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3228 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
* small fixGravatar TheXception2008-10-071-3/+5
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2667 17fca916-40b9-46aa-a4ea-0a15b648b75c
* example python script how to extract user documentation comments from source ↵Gravatar TheXception2008-10-071-0/+87
| | | | | | files git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2666 17fca916-40b9-46aa-a4ea-0a15b648b75c
* oh yeah, removed autotools!;Gravatar Elvio Basello2008-06-032-11/+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 and re-enabled kvirc-configGravatar Fabio Bas2008-05-171-2/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1807 17fca916-40b9-46aa-a4ea-0a15b648b75c
* commented out kvirc-config (broken for coexistence)Gravatar Elvio Basello2008-05-161-1/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1795 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed coexistence rulesGravatar Elvio Basello2008-05-161-1/+8
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1790 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed old unused dirGravatar Elvio Basello2008-05-121-16/+13
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1754 17fca916-40b9-46aa-a4ea-0a15b648b75c
* indented sourceGravatar Elvio Basello2008-05-121-443/+443
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1753 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added python script to check translation status in a po fileGravatar Elvio Basello2008-05-122-0/+556
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1752 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Use CMAKE_INSTALL_PREFIX instead of INSTALL_PREFIX. Also hopefully fix out ↵Gravatar Szymon Tomasz Stefanek2008-05-111-1/+1
| | | | | | of source builds. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1744 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fixed kvirc4-config creation and installation (out of source builds)Gravatar Fabio Bas2008-04-142-12/+11
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1484 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - Removed kdevelop project file for cmake branch (unuseful)Gravatar Fabio Bas2008-04-141-8/+8
| | | | | | | - Made the main CMakeList.txt check for old kvi_sysconfig.h and prevent regeneration if the config is the same; this prevents full recompilation of the sources in front of a small change in a CMakeList.txt. To make this happen i had to "comment out" the #define KVIRC_BUILD_DATE (otherway it's impossible for the configs to match). Anyway, this define isn't used anywhere in the sources by now. - Probably fix for the "kvirc4-config" install issue git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1482 17fca916-40b9-46aa-a4ea-0a15b648b75c
* quick fixesGravatar Elvio Basello2008-04-121-8/+8
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1467 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed old scriptsGravatar Elvio Basello2008-04-088-166/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1436 17fca916-40b9-46aa-a4ea-0a15b648b75c
* quick fixGravatar Elvio Basello2008-04-081-4/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1421 17fca916-40b9-46aa-a4ea-0a15b648b75c
* small Mac OS X fixupsGravatar Thomas Kalla2008-04-071-1/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1420 17fca916-40b9-46aa-a4ea-0a15b648b75c
* initial rules for localizationGravatar Elvio Basello2008-04-051-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1395 17fca916-40b9-46aa-a4ea-0a15b648b75c
* applied sardanap's patch to link modules under MacOS X;Gravatar Elvio Basello2008-04-041-0/+17
| | | | | | | | 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
* git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1289 ↵Gravatar José Melo2008-03-251-189/+0
| | | | 17fca916-40b9-46aa-a4ea-0a15b648b75c
* rename to avoid conflicts,follow same naming policyGravatar José Melo2008-03-252-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1288 17fca916-40b9-46aa-a4ea-0a15b648b75c
* rename to avoid conflicts,follow same naming policyGravatar José Melo2008-03-252-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1287 17fca916-40b9-46aa-a4ea-0a15b648b75c
* update, rename to kvirc4-config instead kvirc-config4Gravatar José Melo2008-03-252-2/+191
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1284 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Renamed kvirc-config to kvirc-config4Gravatar Szymon Tomasz Stefanek2008-03-252-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1283 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Switching from cvs to svn, initial importGravatar Szymon Tomasz Stefanek2006-12-1811-0/+369
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@13 17fca916-40b9-46aa-a4ea-0a15b648b75c