summaryrefslogtreecommitdiff
path: root/src/plugins/help/helpplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* coreplugin: Make RightPaneWidget more widely usable.Pasi Hirvonen2011-02-241-2/+1
* It's 2011 now.con2011-01-121-1/+1
* In case of network error print the error string.kh12011-01-111-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Replace BaseMode convenience class by individual implementation.hjk2010-12-071-3/+3
* | Cannot reset font size for help when shown in side pane.kh12010-11-161-16/+44
* | Fix ambiguity with help manager by renaming the file to match class.kh12010-11-161-1/+1
* | Fix ui language for custom wizards.con2010-11-111-1/+1
* | Coreplugin: Header cleanup.Friedemann Kleint2010-11-021-0/+1
|/
* Fix regression: WelcomeMode has no RightPanePlaceHolder, switch to EditDaniel Molkentin2010-10-271-0/+3
* Fix potential crash and extra open page on initial help start.kh12010-10-121-7/+6
* Replace QToolBars with StyledBar. Remove minimum size constraints.kh12010-10-051-59/+60
* Some properties are not being highlighted in context sensitive help.kh12010-09-301-12/+24
* Prefer never documentation over old ones.kh12010-09-291-1/+16
* Don't put focus on the viewer if we couldn't find any documentation.kh12010-09-241-1/+1
* Implement opening find toolbar after '/' as requested by hjk.kh12010-09-221-0/+11
* Make it possible to return editor mode if the last help page was closed.kh12010-09-211-1/+7
* UI text - fix capitalizationLeena Miettinen2010-09-171-1/+1
* coreplugin: use Core::Id is some placeshjk2010-09-101-19/+18
* The sidebar viewer should not be allowed to open a new page.kh12010-09-091-0/+3
* Wrong messages/contexts in help pluginVictor Ostashevsky2010-09-011-2/+2
* Fix build without webkit.kh12010-08-261-0/+8
* Should have been part of fc6c2aa9980e8e5d37860d8844c18e5c21929e3d .kh12010-08-251-2/+0
* Small refactoring.kh12010-08-251-3/+5
* The backward menu logic was still broken.kh12010-08-251-3/+3
* Better naming.kh12010-08-251-4/+4
* Make next/ previous button work for external help.kh12010-08-251-28/+75
* Better naming.kh12010-08-251-11/+11
* Add navigation menus to the back and forth history buttons.kh12010-08-251-7/+98
* Fix jumping to an anchor once the page has been scrolled.kh12010-08-231-8/+12
* Make sure we set the saved size for the side bar.kh12010-08-171-1/+1
* Add some more missing shortcuts.kh12010-08-061-0/+2
* Merge remote branch 'origin/2.0'Friedemann Kleint2010-08-061-3/+3
|\
| * Highlight only topics, not in text hits.kh12010-07-291-3/+3
* | Missing connects when changed from the options dialog.kh12010-08-051-19/+24
* | Make the side bar able to hide, implement missing shortcuts.kh12010-08-041-9/+33
* | Make use of the user defined filter settings.kh12010-08-021-1/+1
* | Make use of the custom value settings functionality.kh12010-08-021-1/+2
* | Make sure on first start the IDE becomes the active window.kh12010-08-021-0/+3
* | Pedantic cleanup of filename parameters for QIcon constructorAlessandro Portale2010-07-301-2/+2
* | Remove superfluous class member.kh12010-07-261-3/+3
* | Initial support for showing help in external window.kh12010-07-231-5/+96
* | Some preparations for externel help support.kh12010-07-231-14/+23
* | Call the proper method to avoid code duplication.kh12010-07-231-2/+1
* | Move some code to where it belongs really.kh12010-07-231-1/+6
* | Use new function signature. Small code cleanup.kh12010-07-231-17/+15
* | Hide the Unfiltered filter in the settings dialog.kh12010-07-211-7/+6
* | Implement online help filter.kh12010-07-161-0/+6
* | Make sure we open the help only if needed.kh12010-07-141-9/+0