aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/helpviewer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* Help: Save home page in Qt Creator settings instead of help collectionEike Ziller2014-10-221-10/+1
* License updateEike Ziller2014-10-091-7/+8
* Help: Cleanly separate different viewer backendsEike Ziller2014-05-131-3/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Help: avoid opening external browser for 'no documentation available'Eike Ziller2013-10-301-1/+2
* Help: Only open 'internal' documentation links in Qt CreatorEike Ziller2013-10-181-6/+5
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Help: move global constantshjk2013-01-111-12/+0
|/
* Adjust license headershjk2012-10-051-21/+20
* Changed return type of :ICore::mainWindow() to QWidget*Konstantin Tokarev2012-07-191-1/+0
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Let the desktop system handle mailto links.kh12012-05-101-0/+4
* Removed module names from #include directives.Erik Verbruggen2012-02-151-9/+9
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-1/+1
* Fix loading files from within documentation.Eike Ziller2011-12-091-0/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* add/unify i/o error handlingOswald Buddenhagen2011-04-181-14/+12
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* Compile: include QApplication instead of QCoreApplicationdt2011-01-111-1/+1
* Fix missing progress indicator during load.kh12011-01-111-0/+12
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Specify the used charset, fixes e.g. polish translation.kh12010-11-181-3/+4
* | Fix ambiguity with help manager by renaming the file to match class.kh12010-11-161-1/+1
|/
* Make sure we can open local files as well.kh12010-08-161-7/+1
* Allow http request to be opened in the help plugin.kh12010-06-141-2/+0
* Move help manager into core.kh12010-06-111-3/+3
* We need to check for namespace nokia too.kh12010-04-281-1/+2
* Improved workaround for new qt documentation, base on dboddie's work.kh12010-04-231-5/+3
* Just use the path as the url can have an anchor attached etc...kh12010-04-201-3/+4
* Quick fix to make the documentation work, needs a proper solution though.kh12010-04-191-3/+56
* Implement a common interface for help viewers.kh12010-03-301-0/+129