summaryrefslogtreecommitdiff
path: root/src/plugins/help
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-222-3/+1
|\
| * Fix use of QtWebKit in QtCreator's Help pluginSimon Hausmann2012-10-221-1/+1
| * Creator should not try to open links ot non-html documents internally.kh12012-10-191-2/+0
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-091-6/+4
|\ \ | |/
| * Enable webkit for help plugin (Qt5 Build).Nikolai Kosjar2012-10-081-6/+4
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-0542-867/+826
|\ \ | |/
| * Adjust license headershjk2012-10-0542-867/+826
* | Merge origin/2.6Eike Ziller2012-10-051-1/+1
|\ \ | |/
| * Adapt to moved online documentation.Eike Ziller2012-10-041-1/+1
* | qbs files: Consolidate includePaths in QtcLibrary and QtcPluginOrgad Shaneh2012-10-051-8/+1
* | qbs files: Sort filesOrgad Shaneh2012-10-031-33/+33
* | qml files: Use buildDirectory as includePath for app_version_headerOrgad Shaneh2012-10-011-2/+2
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-09-262-29/+28
|\ \ | |/
| * Help: Prevent moc from running on helpviewer_qwv.cpp.Christian Kandeler2012-09-252-29/+28
* | Do not use qMemSet and qMemCopy.Christian Kandeler2012-09-211-1/+3
* | Do not use qFindChild() and qFindChildren().Christian Kandeler2012-09-201-6/+6
* | Replace qVariantValue() with qvariant_cast().Christian Kandeler2012-09-204-4/+4
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-09-192-11/+22
|\ \ | |/
| * Fixes: Qt Creator documentation is accumulatedEike Ziller2012-09-182-11/+22
* | Support built-in testing infrastructure with qbs build.Christian Kandeler2012-09-131-4/+1
* | remote help: fix enable/disable button when we have selected itemMontel Laurent2012-08-302-0/+9
* | Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2012-08-281-1/+1
|\ \ | |/
| * Fix source stringsJarek Kobus2012-08-281-1/+1
* | Utils: Introduce HostOsInfo class.Christian Kandeler2012-08-275-43/+39
|/
* Fix qmake-warnings in Qt 5.Friedemann Kleint2012-07-301-2/+3
* Changed URL to qt-project.org in pluginspecs.Konstantin Tokarev2012-07-301-2/+2
* tr()-fixes for 2.6Friedemann Kleint2012-07-261-1/+1
* Changed return type of :ICore::mainWindow() to QWidget*Konstantin Tokarev2012-07-191-1/+0
* Contact -> qt-project.orgEike Ziller2012-07-1941-123/+41
* use QT_BEGIN_NAMESPACE instead of QT_FORWARD_DECLARE_CLASShjk2012-07-173-11/+17
* qbs files: Enable 'Help' plugin for Qt5Yuchen Deng2012-06-211-4/+18
* Mac: Sanitize shortcuts.Eike Ziller2012-06-111-6/+6
* Fix crash whith external help open.kh12012-06-051-1/+6
* Change the font of the help, just size can be modified.kh12012-05-311-103/+117
* Fix font size was not applied at the first start of help system.kh12012-05-311-1/+1
* Fix cannot add help file if other file of the same version was removed.kh12012-05-311-23/+58
* Skip calling set custom value if nothing has changed.kh12012-05-312-4/+11
* ActionManager API cleanup.Eike Ziller2012-05-251-46/+42
* Make sure we call stop before removing a page.kh12012-05-244-0/+11
* Return a valid URL from a user supplied input.kh12012-05-241-1/+2
* Remove some unused code from central widget.kh12012-05-242-28/+0
* Fix broken handling of unsupported mime types.kh12012-05-231-7/+121
* IOptionsPage: replace virtual fuctions by data membershjk2012-05-236-98/+20
* Fix qbs build for help plugin.Christian Kandeler2012-05-221-1/+1
* Remove some objects from the objects pool. Fixes race condition.kh12012-05-151-2/+8
* Make it possible to Show/Hide the sidebar in help mode.kh12012-05-112-3/+28
* editormanager: simplify use of interfacehjk2012-05-111-1/+1
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-05-111-0/+4
|\
| * Let the desktop system handle mailto links.kh12012-05-101-0/+4
* | use Core::Id for IMode::id and IMode::typehjk2012-05-081-1/+1