aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreatordev
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Add list to words to ignore for automatic linkingLeena Miettinen2020-09-091-0/+9
| | | | | Change-Id: Idfa50889deeff64a8d97bfbb5deaf4c86a32e2bf Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
* ExtensionSystem: Remove PluginSpec::isHiddenByDefaulthjk2020-06-161-7/+0
| | | | | | | Not used anymore. Change-Id: Ic73ba3024b9e6157ff044cb23450fc9dad3c4c02 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Add some documentation about distributing pluginsEike Ziller2020-06-032-1/+126
| | | | | | Change-Id: I02eff822105a4c98575f745bb0f4d222afb0bb73 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* Doc: Describe writing docs for independent pluginsLeena Miettinen2020-05-281-3/+20
| | | | | | | | Plugins that reside in their own repositories need their own documentation. Change-Id: I97ff5b2b6788c6dd90364117e842dcdfd63085b5 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Unregister deleted IContext objects automaticallyEike Ziller2020-05-271-2/+3
| | | | | Change-Id: I7b84c02c8fe1e7201431116e3d993792370fb942 Reviewed-by: hjk <hjk@qt.io>
* Doc: Fix naming of .index filesEike Ziller2020-05-251-1/+1
| | | | | | | | | | | Qt Creator Manual and Extending Qt Creator had the same project name, and therefore the same index file name. Also qdoc's "depends" configuration requires the index file to have the same name as the directory. Adapt the project names accordingly. Change-Id: Ie1ec8ede360e19e3ffd5c7dbea44344f0a631f68 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Add some documentation on action manager and commandsEike Ziller2020-04-204-0/+1048
| | | | | Change-Id: I03d8292120b30973155248471b12d1627536fb39 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Fix style for menu hierarchiesEike Ziller2020-04-031-1/+1
| | | | | | | Use \uicontrol for the individual components individually Change-Id: Idf62db7c37e94a55a988792f13aaa8c49cb1ac07 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Fix link to documentation on writing highlighting filesEike Ziller2020-04-021-2/+2
| | | | | Change-Id: I374219b03d94279ca9902567294ff4e49b8ad17a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Update guidelines for writing Qt Creator documentationLeena Miettinen2020-04-021-71/+250
| | | | | | | | | - Include information about writing Qt Design Studio Manual from its README file - Update information about building the docs Change-Id: Iaaff47ca3f07c859aa726e7e7f571042a8aadd48 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Update instructions for creating pluginsLeena Miettinen2020-03-179-20/+33
| | | | | | | Fixes: QTCREATORBUG-23701 Change-Id: I8e5569512eee87b18ddaeedde87122015e69b821 Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Add Core:: namespace to \fn commandsLeena Miettinen2020-02-251-2/+5
| | | | | | | | To suppress QDoc warnings. Task-number: QTCREATORBUG-23620 Change-Id: I4e5c633e7a0066f892f3247c28dac055557e68da Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Display Core plugin classes in the API ReferenceLeena Miettinen2020-02-251-2/+5
| | | | | | Task-number: QTCREATORBUG-23620 Change-Id: I64b3fc9ebd9ec140a28a5fbb2f70961086821ed2 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Fix QDoc warnings in Core plugin Wizard classesLeena Miettinen2020-02-211-5/+10
| | | | | | Task-number: QTCREATORBUG-23620 Change-Id: Ia8d27be35911378703126c1e2d06a157ce6185f0 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* doc: Fix qdoc warnings in aggregationEike Ziller2020-02-181-0/+2
| | | | | Change-Id: Ia9a2e6dcdb8dc82ae600b974e396fd8ac3a42678 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Fix QDoc warnings in Find classesLeena Miettinen2020-02-171-4/+3
| | | | | | | | | | | - Document BaseTextFind and FindSupport - Mark undocumented classes and namespaces \internal - Add and fix docs for IFindFilter, SearchResult, and SearchResultWindow Fixes: QTCREATORBUG-23600 Change-Id: Ic9445f7f15562f114f4cbd9fe16988d7249d48db Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Fix QDoc warnings in Core plugin dialogs classesLeena Miettinen2020-02-171-0/+0
| | | | | | | | | - Fix IOptionsPage class docs - Mark PromptOverwriteDialog and ReadOnlyFilesDialog Fixes: QTCREATORBUG-23608 Change-Id: I6a646f0bd68230a7c5f80bd748bda20729f23b74 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Fix broken links in Extending Qt Creator ManualLeena Miettinen2020-02-1017-192/+215
| | | | | | | | | | | | - Move some images from qtcreator\images to qtcreatordev\images - Hide directories from the doc build (these will be added gradually when we fix the docs for the classes in them) - Fix broken links - Add README.md that describes the doc projects in the repo Fixes: QTCREATORBUG-23544 Change-Id: I4fc29d8fbc8b7a0a0f81fa3261f6412c47b9d84e Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Extending Qt Creator Manual: Fix links in the online sidebarTopi Reinio2020-02-061-7/+6
| | | | | Change-Id: I08ca0c0847c022052428623de3be0416b8682e8d Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Merge remote-tracking branch 'origin/4.11'Orgad Shaneh2020-02-061-1/+2
| | | | Change-Id: I65ce6aa917219a8f8b91b48c7077f8097248375c
* Doc: Add doc footer and sidebar TOCLeena Miettinen2020-02-052-0/+33
| | | | | | | | | | | These are required for publishing the manual at doc.qt.io. Because this doc is more a collection of articles than a traditional guide, list the topics in this guide in the TOC in alphabetic order. Change-Id: I2f604ee19f81dcaaccf4601440f178b41b77ec9a Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
* Doc: Fix links in the Extending Qt Creator ManualLeena Miettinen2020-01-292-13/+30
| | | | | | | | | | - Hide links to sections that have not been written yet - Fix some links to information that was moved - Use HTTPS in links to Qt Creator Manual topics Fixes: QTCREATORBUG-23529 Change-Id: Idd162c04fe6992bbecd2acd4a7ec388e49f29b84 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Rearrange files in the doc folderLeena Miettinen2020-01-2734-0/+4733
Source and configuration files for each manual are now located in a separate subdirectory, with common configuration files in doc/config. doc |_config |_qtcreator |_qtcreatordev |_qtdesignstudio Edit the config files accordingly. Change-Id: Idc747a7c16e84f3e06add91234dc5fc908e64cc5 Reviewed-by: Eike Ziller <eike.ziller@qt.io>