aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/helpviewer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Help viewer: Add option for scroll wheel zoomingEike Ziller2019-02-211-0/+20
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-191-0/+4
|\
| * Help: fix calling QDesktopServices::openUrl when opening about:blankDavid Schulz2018-11-161-0/+4
* | HelpPlugin: ModernizeAlessandro Portale2018-11-121-7/+4
|/
* Help: Use nullptr and fix a few warningsEike Ziller2018-04-191-3/+5
* Help: Make restoring override cursor more robustEike Ziller2017-08-231-1/+15
* Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-3/+3
* Remove spaces in initializer listsTim Jenssen2017-02-221-31/+31
* Remove unneded includes of QStringBuilderJarek Kobus2017-02-021-1/+0
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-2/+2
* Help: Option to open links in windowEike Ziller2016-09-231-0/+13
* Help: Fix compile for Qt5.5Christian Stenger2016-07-211-1/+1
* Help: Remove unnecessary QLatin1StringsEike Ziller2016-07-211-4/+4
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* 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