summaryrefslogtreecommitdiff
path: root/sphinx/builders/qthelp.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-011-1/+1
|\
| * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-1/+1
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* Copyright update.Georg Brandl2013-01-011-1/+1
* Fix force_decode() to work on Python 3.1.1.3Georg Brandl2012-03-101-5/+4
* Fixes #816: Fix encoding issues in the Qt help builder.Georg Brandl2012-03-101-6/+8
* Closes #810: fix deprecation warnings with Python 3. What is left over is fro...Georg Brandl2012-01-291-15/+15
* Closes #791: Fix QtHelp and HtmlHelp index entry links.Georg Brandl2011-11-011-3/+3
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
* | merge with 1.0Georg Brandl2010-10-221-3/+11
|\ \ | |/ |/|
| * merge with 1.0Georg Brandl2010-08-251-3/+11
| |\
| | * Fixed error caused by mixing of string typesDasIch2010-06-171-2/+10
| | * Removed duplicated codeDasIch2010-06-171-1/+1
* | | #523: fixes for qthelp index.Georg Brandl2010-10-221-2/+2
|/ /
* | merge with 0.6Georg Brandl2010-08-251-0/+1
|\ \ | |/ |/|
| * #462: another qthelp namespace fix.Georg Brandl2010-07-021-0/+1
* | Fix domain_indices usage in qthelp builder.Georg Brandl2010-05-231-3/+3
* | merge with 0.6Georg Brandl2010-05-231-4/+5
|\ \ | |/ |/|
| * #413: Added a way for intersphinx to refer to named labels in otherGeorg Brandl2010-05-231-1/+1
| * Make the concept of "module index" generalized to domains. As a side-effect,...Georg Brandl2010-02-201-3/+3
| * Make the _ gettext alias an explicit import instead of installing into builtins.Georg Brandl2010-01-171-1/+2
* | Escape all strings put into the Qt help XML files.Georg Brandl2010-05-231-21/+22
* | Fix a problem the Qt help project generated by the ``qthelp`` builder that wo...Georg Brandl2010-05-231-14/+31
|/
* Happy new year!Georg Brandl2010-01-011-1/+1
* #232: Support non-ASCII metadata in Qt help builder.Georg Brandl2009-08-061-4/+5
* Make check happy.Georg Brandl2009-06-171-1/+2
* Include images in the Qt help qhp file, patch by Wouter van Heyst.Georg Brandl2009-05-221-2/+4
* Reformat to EOL80.Georg Brandl2009-01-101-2/+4
* Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-1/+1
* New builder for Qt help collections, by Antonio Valentino.Georg Brandl2008-12-291-0/+261