aboutsummaryrefslogtreecommitdiffstats
path: root/doc/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Add cmake option WANT_PERL_DOCS to disable doc generation. (#2635)•••* Add cmake option WANT_PERL_DOCS to disable doc generation. Ensure Qt version is reported correctly by cmake. Fix #2634 * KviApplication::checkGlobalKvircDirectory: don't test for help subdir, it may not exist * Cmake: use the imported target for Threads instead of CMAKE_THREAD_LIBS_INIT * Cmake: always import the Threads targetGravatar ctrlaltca2024-05-011-1/+1
* Docs folder cleanup (#2366)•••* delete accelerator.keys.txt content is at https://github.com/kvirc/KVIrc/wiki/Keyboard-shortcuts * delete INSTALL and doc/INSTALL.txt content is at https://github.com/kvirc/KVIrc/wiki/installation * delete doc/firefox.hack.txt should no longer be needed * delete doc/themes.howto.txt content is at https://github.com/kvirc/KVIrc/wiki/tutorials * delete doc/INSTALL-MacOS.txt content is at https://github.com/kvirc/KVIrc/wiki/Compiling-KVIrc-from-git-on-macOS-Sierra * add another VS file to .gitignore * delete doc/FAQ content is at https://github.com/kvirc/KVIrc/wiki/FAQ * delete old TODOs content should be, if relevant, in issues * delete doc/addon.howto.txt content is at https://github.com/kvirc/KVIrc/wiki/Addons * delete doc/scripting.faq.txt content is at https://github.com/kvirc/KVIrc/wiki/tutorials * delete translations.howto.txt and translations.spanish.notes.txt content should be at https://github.com/kvirc/KVIrc/wiki/Updating-KVIrc's-translations * delete win32_run_cmake.bat outdated? * adjust CMakeLists.txt for removed files * delete Windows compilation instructions content is at https://github.com/kvirc/KVIrc/wiki/Compiling-KVIrc-on-Windows * delete doc/hackers.guide.txt content is at https://github.com/kvirc/KVIrc/wiki/The-Source-Tree * delete doc/ui-style-tips.txt content is at https://github.com/kvirc/KVIrc/wiki/Contributing-code-to-KVIrc's-repositories * adjust README to doc changes * move main license file to root * adjust mentions of copyright files * revert status badges back from shields.io shields.io is overloaded all the time so the badges never display * change cmake syntax * restore the about license text to its original glory and install the amip license only on windows * update GPL2 from the GNU website * change the installer to show ABOUT-LICENSE as well Gravatar Benjamin Staneck2018-04-101-20/+5
* Make our docs work better with the QTextBrowser.•••There are a few things to take into account though. First, there shouldn't be [br] around block objects. This is, around [big], or [code], or [note]. [br] is meant to insert line breaks; block objects insert line breaks by themselves. So if there are [br]s around [big], for example, there will be extra space around it, which is bad. Also, [note]s shouldn't be indented, because extra indentation is turned into  s, which means there are extra spaces inside the notes where line breaks in the source files were. Gravatar wodim2017-08-241-4/+4
* remove gplv3, there was never a full transition to gplv3•••see https://github.com/kvirc/KVIrc/issues/2078 if you ever want to upgrade KVIrc to GPLv3 for legitmate reasons you need to do it right. follwoing right proceedures and not just wacking the lic in tree after some discussion on mailing list where no one agreed to anything and the main questions where unanswered and theres no evidence all the contributors to KVIrc agreeds or signed anything allowing their copyright to be handled this way. resolves #2078 Gravatar un1versal2016-08-101-1/+0
* CMakeLists: fix missing INSTALL-Win64.txtGravatar un1versal2015-10-041-0/+1
* INSTALL renamed to INSTALL.txtGravatar Szymon Tomasz Stefanek2015-09-081-1/+1
* Various SVN -> Git chnages and README updates•••modified: CMakeLists.txt modified: ChangeLog modified: admin/makedist.sh modified: cmake/Doxyfile.cmake modified: doc/CMakeLists.txt modified: doc/FAQ modified: doc/INSTALL modified: doc/INSTALL-MacOS.txt modified: doc/INSTALL-Win32.txt modified: doc/accelerator.keys.txt modified: doc/addon.howto.txt modified: doc/firefox.hack.txt modified: doc/hackers.guide.txt modified: doc/translations.howto.txt modified: po/core/kvirc/kvirc.pot modified: src/kvirc/kernel/KviApplication.cpp modified: src/kvirc/ui/KviStatusBarApplet.cpp Gravatar uNiversaI2015-09-061-1/+1
* - massive trailing whitespace cleanup (yes, one of these "you can hate me for...•••- apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks! - fix compilation on qt 5.4 on windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2014-11-211-1/+1
* convert cmake files to lowercase statements prehistoric cmake versions requir...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-041-38/+38
* added addon howto•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4504 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-06-211-0/+1
* The docs target explicitly builds documentation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4498 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-06-211-0/+15
* The documentation is built at every update•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4497 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-06-211-10/+19
* renamed user docs target•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4309 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-05-071-3/+3
* removed old scriptexamples: they were broken and could only confuse wannabe s...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4222 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-03-261-1/+0
* userdocs generation for win32/mingw•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3748 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-12-241-1/+6
* modified gendoc script to get directories instead of single files as parameters•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3747 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-12-241-1/+1
* added text for LICENSE-GPLV2, LICENSE-GPLV3, LICENSE-OPENSSL•••modified kvirc license according to ml discussion => moving to gpl2+ git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3743 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-12-241-1/+6
* avoid to generate userdocs files over and over•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3741 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-12-231-2/+3
* splitted userdocs creation in a two-phases step to permit uninstallation of h...•••created kvirc-userdocs cmake target that depends only on kvirc-userdocs-en (by now) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3740 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-12-231-3/+11
* quick fix: macosx help generation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2106 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-07-231-1/+1
* moved win32 tutorial to a proper name•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1977 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-07-011-1/+1
* Merged Arfrever Frehtes Taifersar Arahesis's patch to support DESTDIR in the ...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1969 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-06-301-2/+2
* more mingw32 fixes•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1870 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-05-311-2/+2
* added doc•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1858 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-05-261-1/+1
* addon manager now create packages :) ;•••quick fixes around; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1756 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-05-121-1/+1
* Use CMAKE_INSTALL_PREFIX instead of INSTALL_PREFIX. Also hopefully fix out of...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1744 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2008-05-111-9/+9
* fixed docs rules for macosx•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1610 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-04-281-1/+10
* create user documentation only on make install•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1600 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-04-261-13/+2
* user documentation generation (aka "the help inside kvirc")•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1524 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-04-191-0/+17
* HUGE modifications on cmake main rules; please test, especially -DWITHOUT_X*•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1502 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-04-181-0/+1
* add the doc directory to cmake•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1448 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Thomas Kalla2008-04-091-50/+1
* moved docs from root to doc/;•••added install target for doc/; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1429 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-04-081-0/+80