aboutsummaryrefslogtreecommitdiffstats
path: root/admin
Commit message (Expand)AuthorAgeFilesLines
* readme changesGravatar Benjamin Staneck2018-04-111-2/+2
* doc: Allow to override build date•••in order to make builds reproducible. See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable. Gravatar Bernhard M. Wiedemann2018-04-031-2/+2
* Fix makedist script. Add a super-minimal readme entry.Gravatar Szymon Tomasz Stefanek2017-12-291-0/+7
* Fix wrapping of <pre> in the docs.•••Fixes #2288 Gravatar wodim2017-08-312-2/+5
* misc doc fixesGravatar wodim2017-08-291-0/+2
* Allow code examples in docs to wrapGravatar wodim2017-08-271-2/+0
* Remove lots of redundant line feeds around block elements in the docs.Gravatar wodim2017-08-251-2/+2
* Fix the text of all links in the documentation being lowercase.Gravatar wodim2017-08-251-2/+2
* 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 &nbsp;s, which means there are extra spaces inside the notes where line breaks in the source files were. Gravatar wodim2017-08-242-200/+186
* ran "pngcrush -ow -rem allb -reduce"Gravatar Dessa2017-06-291-0/+0
* fix a few oddities in the help browserGravatar wodim2017-03-031-10/+5
* ran optipng -o9 on all png filesGravatar wodim2017-02-171-0/+0
* documentation: typos + formatting fixesGravatar un1versal2016-08-011-1/+1
* gendoc: tweak colorsGravatar un1versal2016-07-271-3/+2
* Boilerplating: fix typos and capitalizationGravatar un1versal2016-04-131-1/+1
* gendoc: remove <center></center> tagsGravatar un1versal2016-02-021-2/+2
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-283-6/+6
* Website docs header bg should be same color•••Test at http://www.kvirc.net/doc/index.html will update www docs again soon as I can. Gravatar un1versal2015-11-231-1/+1
* documentation formating colors updatesGravatar un1versal2015-11-211-21/+21
* Clean up trailing whitespaces and excess newlines•••Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk Gravatar Matt Ullman2015-10-183-7/+5
* gendoc: Fix grammarGravatar Matt Ullman2015-10-171-1/+1
* Error: message - same as in sourceGravatar un1versal2015-10-081-4/+4
* [admin dir] Minor fixes to gendoc.pl makedist.sh and sedfiles.shGravatar un1versal2015-10-073-11/+11
* 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
* Merge pull request #1536 from uNiversaI/Cant-Help_Myself•••Kvirc_doxy png update fileGravatar Szymon Tomasz Stefanek2015-08-301-0/+0
|\
| * Kvirc_doxy png update fileGravatar uNiversaI2015-08-301-0/+0
* | Modernize the documentationGravatar Szymon Tomasz Stefanek2015-08-281-80/+317
|/
* Retrieve git commit id instead of subversion revision number•••Updated cmakelists.txt and the makedist.sh script Gravatar Fabio Bas2015-08-011-10/+9
* Fix expression evaluation identifier links in documentation, slight rework of...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6442 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar OmegaPhil2015-02-221-2/+5
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use pr...•••sprinkle around some svn:ignore, svn:eol-style and svn:mime-type stuff, also remove mime-type property which does not exist, it should be svn:mime-type instead git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6052 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-144-106/+0
* added KviShortcut class that takes care of creating shortcuts. Now it's possi...•••gendoc.pl: permit external links git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5939 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-08-221-1/+1
* updated doxygen rules to 1.7.3•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5347 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-121-0/+0
* quick fixes•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4749 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-08-011-1/+1
* Yet more tweaks to the distribution script•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4738 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-08-011-5/+41
* Minor hacks in the distro script•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4736 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-08-011-9/+20
* Yet more tweaks to the script•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4541 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-06-271-6/+35
* Yet another small fix to the script•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4540 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-06-271-2/+0
* A better distribution script•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4539 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-06-271-8/+59
* updated italian translation; quick tweaks•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4502 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-06-211-10/+5
* tweaked makedist.sh a bit: We can use svn export and don't need to deal with•••the .svn dirs ourselves. Added some quoting on vars. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4499 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Markus Rennings2010-06-211-18/+16
* 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-0/+9
* Yet more tweaks with the makedist script•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4487 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-06-201-0/+1
* Better handling of subversion in the distribution script•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4486 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-06-201-0/+7
* Fix makedist script•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4484 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-06-201-1/+1
* Make-dist script•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4483 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-06-201-0/+51
* userdoc generation script: made output more cmake-friendly•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3769 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-12-301-26/+41
* 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-4/+32
* fixed license•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3505 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2009-09-176-3/+151
* - trailing whitespace cleanups all over the place•••- 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 Gravatar Robert Förster2009-09-013-12/+12
* some svn cleaning (yes, this is a good sign)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3434 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-08-294-7492/+1