aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/helpmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: modernize HelpManagerDavid Schulz2018-01-241-25/+30
* Apply current filter to search resultsJarek Kobus2017-05-041-2/+0
* Make Creator compile without Qt tools in some configurationhjk2017-02-101-0/+50
* Core: Use Qt5-style connectsOrgad Shaneh2016-02-031-3/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Help index filter optimizationsEike Ziller2015-01-081-46/+1
* | Help: Clean up automatically registered documentationEike Ziller2014-12-081-14/+62
* | HelpManager: Use QTC_ASSERTEike Ziller2014-12-041-29/+17
* | Core: CosmeticsOrgad Shaneh2014-11-261-2/+2
|/
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-031-1/+1
* License updateEike Ziller2014-10-091-7/+8
* Help: Open example documentation in extra windowEike Ziller2014-06-241-2/+7
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-191-1/+2
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Core/Help: Clean up HelpManager interface and usershjk2013-08-301-21/+21
* Locator: Case sensitivity of input affects prioritizingNikolai Kosjar2013-08-221-2/+3
* Unify pattern used for privates and constructorsEike Ziller2013-07-011-1/+3
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Qt5: QUrl doesn't accept paths without leading slash anymoreEike Ziller2012-10-261-3/+3
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Sort the search hits to match the actual search term.kh12012-06-041-8/+14
* Removed module names from #include directives.Erik Verbruggen2012-02-151-12/+12
* Add "delayedInitialize" feature to plugin manager.Eike Ziller2012-02-031-7/+0
* Delay setting up the help manager.Eike Ziller2012-01-301-2/+7
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-2/+2
* CorePlugin: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2011-12-221-1/+1
* Use QStringList directly for setting.Eike Ziller2011-12-161-1/+1
* Don't explicitly look in "install settings" for installed doc.Eike Ziller2011-12-161-1/+1
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | Read from install-wide settings for registering documentation.Eike Ziller2011-11-101-23/+24
|/
* helpmanager: cleanuphjk2011-09-051-21/+17
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Utils: Introduce FileSystemWatcher.Friedemann Kleint2011-04-151-5/+6
* Update license.hjk2011-04-131-14/+13
* Fix locator crash.kh12011-03-161-2/+6
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Header cleanup in coreplugin, part 1Friedemann Kleint2010-09-161-86/+99
* Monitor the collection file for doc updates during sdk update.kh12010-09-101-2/+19
* Refactor: add userResourcePath() accessor to ICore.Daniel Molkentin2010-08-251-5/+1
* Infrastructure to get/set custom values and user defined filters.kh12010-08-021-0/+92
* Reregister a help file if creation time is newer.kh12010-07-301-7/+15
* Re-write of cpp hover handler and tooltip integration with qtdocs.Leandro Melo2010-07-121-0/+7
* Coverity: Fixes value hides parameter issue.Bill King2010-06-211-3/+3
* Move help manager into core.kh12010-06-111-0/+321