summaryrefslogtreecommitdiffstats
path: root/doc/INSTALL
Commit message (Expand)AuthorAgeFilesLines
* updated Changelog, hackers.guide.txt, sourcesdate•••version bump: 4.2.0 added a stub README entry for 4.2.0 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6187 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-07-011-8/+8
* added a cmake option to focibly enable QGtkStyle themeing. No, you shouldn't ...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6036 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-081-0/+12
* droppped cryptopp dependency, as per resolution #4 of last week's ml discussi...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5943 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-08-241-11/+0
* minimal Qt required version is now 4.6•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5680 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-03-231-4/+4
* doc/INSTALL: Add missing information to WANT_CRYPTOPP entry.•••Add parts from WITHOUT_EMBEDDED_CODE, deleted in r5466, to WANT_CRYPTOPP, where it belongs now. Signed-off-by: Kai Wasserbäch <curan@debian.org> git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5470 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Kai Wasserbäch2011-02-121-1/+2
* Don't make Crypto++ and OpenSSL support mutally exclusive.•••This allows using SSL encrypted connections and still use Crypto++ for the remaining cryptographic functions. Signed-off-by: Kai Wasserbäch <curan@debian.org> git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5466 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Kai Wasserbäch2011-02-111-5/+0
* updated site to fit the recent changes on CMake;•••improved messaging; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5433 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-02-081-10/+10
* Some cmake-related changes:•••cleaned up the KVIRC_BUILD_FLAGS mess, now every #ifdef used in the code should have its own #define/#undef in kvi_sysconfig.h removed the old WITH_* family of flags, use the native cmake WANT_* options that avoids caching problems and permits to both set and unset the option use WANT_CRYPTOPP for cryptopp code (was: WANT_NO_EMBEDDED_CODE), and disable WANT_OPENSSL when the user wants tom switch to cryptopp updated INSTALL file accordingly git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5430 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-02-071-87/+81
* yet more splitting•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5262 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-12-291-1/+4
* updated docs•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5241 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-12-271-12/+0
* fixed missing window icon under gnome•••added pixmap for .desktop file under gnome small note on INSTALL git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4128 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-03-111-2/+2
* updated translation files;•••updated italian translation; fixed typo; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3764 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2009-12-301-21/+21
* typos•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3759 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Markus Rennings2009-12-271-6/+6
* doc fix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3755 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2009-12-261-1/+1
* Deleted faulty statement.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3754 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Mihai Moldovan2009-12-261-5/+0
* Updated INSTALL documentation.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3752 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Mihai Moldovan2009-12-261-132/+186
* reworked namespace KviQString;•••improved hungarian notation; added Doxygen comments; added TODO for hungarian notation: keep it updated! git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3666 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2009-12-051-13/+12
* [KVIrc] (trunk) Fix typo introduced with r3651.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3660 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Kai Wasserbäch2009-12-031-1/+1
* some cleaning in cmake scripts/code:•••- fix for #633 (added and documented obscure #defines) - use #defines in kvi_sysconfig.h instead of -D compilation directives - removed unused kvi_wincfg.h git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3653 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-12-021-11/+9
* [KVIrc] (trunk) Fix for #632 (document WITH_NO_EMBEDDED_CODE).•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3651 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Kai Wasserbäch2009-12-021-0/+14
* added cmake option to strip binaries•••documentation update git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3621 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-11-201-0/+4
* added switch for man dir•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3603 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2009-11-131-0/+7
* fix for #591•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3545 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-10-061-0/+2
* enable python by default•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3533 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-09-271-3/+4
* some doc update•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3530 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-09-271-3/+2
* reworked addon system:••• - 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 Gravatar Elvio Basello2009-09-171-23/+20
* added option to fix #549•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3442 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-08-311-0/+4
* reverted part of r3395 (fixes #511), LIB_SUFFIX is the common flag name for c...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3401 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-08-051-4/+4
* removed checks on python* modules;•••added python version to the definitions; changed LIB_SUFFIX with better LIBDIR_SUFFIX; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3395 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2009-07-301-4/+4
* [KVIrc] (trunk) It's qtsoftware.com since they were bought by Nokia.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3321 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Kai Wasserbäch2009-07-081-1/+1
* removed CPack rules;•••removed TODO-Qt4 since the port is complete; quick fixes around; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3319 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2009-07-081-10/+7
* removed indentation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3267 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2009-06-221-4/+4
* added a cmake variable to manually set the revision number (for windoze)•••updates to documentation git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3263 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-06-211-0/+4
* re-enabled usage of esd, oss, oss+audiofile audio backends•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3195 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-05-071-4/+10
* updated Changelog by HelLViS69•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3129 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-03-131-0/+3
* small fix on doc: how to compile kvirc using a special qt installation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3124 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-03-101-3/+7
* added info about how to compile kvirc4 using a specific qt4 version•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3102 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-02-261-0/+5
* fixed doc•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2895 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-11-181-4/+4
* Corrected misleading example•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2894 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Voker572008-11-181-10/+10
* quick fix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2889 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-11-181-2/+1
* fixed rules for python linking•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2888 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-11-181-1/+1
* fix typo•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2887 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2008-11-181-3/+2
* re-added two missing cmake rules in docs•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2883 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-11-171-0/+11
* updated docs•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2882 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-11-171-300/+12
* fixed KDE4 rules, added initial Python rules•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2879 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-11-171-5/+9
* added doxygen comments; updated docs and TODO•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2831 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-11-061-0/+1
* fixed setup module loading, thanks to GlaDiaC; fixed typo;•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2782 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-10-281-1/+2
* patched kvilib install path to follow LIB_SUFFIX; updated INSTALL•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2779 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-10-271-3/+3
* updated doc•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2756 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-10-181-12/+15
* removed conditional checks for Qt 4.4;•••bumped CMake requirements to 2.6 and Qt 4.4 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2473 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-09-161-2/+2