summaryrefslogtreecommitdiff
path: root/src/plugins/help/openpagesmanager.h
Commit message (Collapse)AuthorAgeFilesLines
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
| | | | | Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
| | | | | | | | Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Long live the king!hjk2012-01-261-1/+1
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* Update license.hjk2011-04-131-14/+13
|
* It's 2011 now.con2011-01-121-1/+1
| | | | Reviewed-by: hjk
* License headers.con2010-12-171-7/+11
|
* Fix memory leak.kh12010-09-151-1/+1
| | | | Task-number: QTCREATORBUG-2335
* Show tooltip for open pages and add a copy to clipboard option.kh12010-08-161-0/+4
|
* CosmeticsThorbjørn Lindeijer2010-04-121-2/+2
|
* Fix typo.kh12010-04-121-2/+2
|
* Implement Ctrl+Tab/Ctrl+Shift+Tab support to cycle thru open pages.kh12010-04-121-2/+9
| | | | Reviewed-by: ck
* Implement a common interface for help viewers.kh12010-03-301-2/+1
| | | | | | Both implementations are now split into two source files, based on the base class type. They share also a commen implementation, but the class interface looks now clean to the outside. Adopt other classes for use.
* Implement open pages classes to handle doc files like edit mode.kh12010-03-301-0/+94
Based on the implementation done by ck, slightly modified and thus put under the private help internal namespace.