aboutsummaryrefslogtreecommitdiffstats
path: root/doc/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add cmake option WANT_PERL_DOCS to disable doc generation. (#2635)Gravatar ctrlaltca2024-05-011-1/+1
| | | | | | | | | * 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 target
* Docs folder cleanup (#2366)Gravatar Benjamin Staneck2018-04-101-20/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Make our docs work better with the QTextBrowser.Gravatar wodim2017-08-241-4/+4
| | | | | | | | | | | | 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.
* remove gplv3, there was never a full transition to gplv3Gravatar un1versal2016-08-101-1/+0
| | | | | | | | | | | | | | 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
* 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 updatesGravatar uNiversaI2015-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | 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
* - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵Gravatar Robert Förster2014-11-211-1/+1
| | | | | | | | | for that" commits) - 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
* convert cmake files to lowercase statements prehistoric cmake versions ↵Gravatar Robert Förster2012-10-041-38/+38
| | | | | | required uppercase, but lowercase is now preferred so change it (yeah feel free to hate me for this commit ) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added addon howtoGravatar Elvio Basello2010-06-211-0/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4504 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The docs target explicitly builds documentationGravatar Szymon Tomasz Stefanek2010-06-211-0/+15
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4498 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The documentation is built at every updateGravatar Szymon Tomasz Stefanek2010-06-211-10/+19
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4497 17fca916-40b9-46aa-a4ea-0a15b648b75c
* renamed user docs targetGravatar Elvio Basello2010-05-071-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4309 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed old scriptexamples: they were broken and could only confuse wannabe ↵Gravatar Fabio Bas2010-03-261-1/+0
| | | | | | scripters git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4222 17fca916-40b9-46aa-a4ea-0a15b648b75c
* userdocs generation for win32/mingwGravatar Fabio Bas2009-12-241-1/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3748 17fca916-40b9-46aa-a4ea-0a15b648b75c
* modified gendoc script to get directories instead of single files as parametersGravatar Fabio Bas2009-12-241-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3747 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added text for LICENSE-GPLV2, LICENSE-GPLV3, LICENSE-OPENSSLGravatar Fabio Bas2009-12-241-1/+6
| | | | | | | 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
* avoid to generate userdocs files over and overGravatar Fabio Bas2009-12-231-2/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3741 17fca916-40b9-46aa-a4ea-0a15b648b75c
* splitted userdocs creation in a two-phases step to permit uninstallation of ↵Gravatar Fabio Bas2009-12-231-3/+11
| | | | | | | | | help files 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
* quick fix: macosx help generationGravatar Fabio Bas2008-07-231-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2106 17fca916-40b9-46aa-a4ea-0a15b648b75c
* moved win32 tutorial to a proper nameGravatar Elvio Basello2008-07-011-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1977 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Merged Arfrever Frehtes Taifersar Arahesis's patch to support DESTDIR in the ↵Gravatar Fabio Bas2008-06-301-2/+2
| | | | | | perl scripts that installs user documentation git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1969 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more mingw32 fixesGravatar Fabio Bas2008-05-311-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1870 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added docGravatar Elvio Basello2008-05-261-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1858 17fca916-40b9-46aa-a4ea-0a15b648b75c
* addon manager now create packages :) ;Gravatar Elvio Basello2008-05-121-1/+1
| | | | | | | quick fixes around; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1756 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Use CMAKE_INSTALL_PREFIX instead of INSTALL_PREFIX. Also hopefully fix out ↵Gravatar Szymon Tomasz Stefanek2008-05-111-9/+9
| | | | | | of source builds. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1744 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed docs rules for macosxGravatar Elvio Basello2008-04-281-1/+10
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1610 17fca916-40b9-46aa-a4ea-0a15b648b75c
* create user documentation only on make installGravatar Fabio Bas2008-04-261-13/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1600 17fca916-40b9-46aa-a4ea-0a15b648b75c
* user documentation generation (aka "the help inside kvirc")Gravatar Fabio Bas2008-04-191-0/+17
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1524 17fca916-40b9-46aa-a4ea-0a15b648b75c
* HUGE modifications on cmake main rules; please test, especially -DWITHOUT_X*Gravatar Elvio Basello2008-04-181-0/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1502 17fca916-40b9-46aa-a4ea-0a15b648b75c
* add the doc directory to cmakeGravatar Thomas Kalla2008-04-091-50/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1448 17fca916-40b9-46aa-a4ea-0a15b648b75c
* moved docs from root to doc/;Gravatar Elvio Basello2008-04-081-0/+80
added install target for doc/; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1429 17fca916-40b9-46aa-a4ea-0a15b648b75c