aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/openpagesmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace static_casts by QOverload where possiblehjk2019-02-261-1/+1
* Help: Use nullptr and fix a few warningsEike Ziller2018-04-191-7/+3
* Help: Use Qt5-style connectsOrgad Shaneh2016-06-301-21/+18
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Help: Do not save settings in help databaseEike Ziller2015-04-241-16/+11
* Update LicenseEike Ziller2015-01-161-6/+6
* Help: Fix highlighting of search terms.Eike Ziller2014-11-041-7/+2
* Help: Save home page in Qt Creator settings instead of help collectionEike Ziller2014-10-221-4/+2
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Share code between "central" and other help viewers.Eike Ziller2014-09-261-4/+4
* | Reuse code for open documents and open help pages panesEike Ziller2014-09-261-1/+0
|/
* Help: Provide native WebView backend on MacEike Ziller2014-05-301-1/+1
* Remove unnecessary QTreeView includesDaniel Teske2014-04-071-1/+0
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Core/Help: Clean up HelpManager interface and usershjk2013-08-301-3/+3
* 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
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-3/+2
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-6/+6
* Core::ModeManager: make some functions statichjk2012-01-271-2/+1
* Long live the king!hjk2012-01-261-1/+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
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Fix ambiguity with help manager by renaming the file to match class.kh12010-11-161-1/+1
|/
* Fix potential crash and extra open page on initial help start.kh12010-10-121-1/+2
* Replace QToolBars with StyledBar. Remove minimum size constraints.kh12010-10-051-1/+0
* Make it possible to return editor mode if the last help page was closed.kh12010-09-211-2/+17
* Fix memory leak.kh12010-09-151-12/+16
* Show tooltip for open pages and add a copy to clipboard option.kh12010-08-161-0/+20
* Move help manager into core.kh12010-06-111-2/+2
* Help mode: don't hide the frame for the open pages switcherThorbjørn Lindeijer2010-04-131-0/+2
* CosmeticsThorbjørn Lindeijer2010-04-121-2/+2
* Fix typo.kh12010-04-121-19/+19
* Implement Ctrl+Tab/Ctrl+Shift+Tab support to cycle thru open pages.kh12010-04-121-14/+55
* There was a connect to much, triggering a pages switch on mouse press.kh12010-04-091-2/+0
* Fix warning as seen by fkleint about missing stack widget item.kh12010-03-311-2/+3
* Fix typo and code leftover.kh12010-03-311-4/+2
* Fix dots showing up in second column of the widget.kh12010-03-301-0/+2
* Implement open pages classes to handle doc files like edit mode.kh12010-03-301-0/+254