aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/profileeditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: remove text editor action handlerDavid Schulz2024-04-091-3/+2
* Utils/all: Move mime constants into a central placehjk2023-11-081-9/+9
* More deprecation induced busyworkhjk2023-06-081-8/+8
* Utils: make column of convertPosition 0-based to merge it into PositionDavid Schulz2023-05-241-10/+9
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-3/+7
* Translations: Merge "OpenWith::Editors" into "QtC::Core"Alessandro Portale2023-02-201-4/+5
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* QMakeProjectManagerPlugin: Limit the usage of qMakePairJarek Kobus2022-10-041-8/+8
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-4/+4
* Do not pass Utils::LinkHandler by rvalue refChristian Kandeler2022-06-071-2/+2
* Utils: Rename ProcessLinkCallback to something less clumsyChristian Kandeler2022-06-031-2/+2
* QMake: fix gui thread lockDavid Schulz2021-11-181-1/+4
* Utils: filepathify LinkDavid Schulz2021-05-251-3/+3
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-061-5/+18
|\
| * QmakeProjectManager: Try harder not to access nodes of in-parse projectChristian Kandeler2020-03-051-5/+18
* | QmakeProjectManager: Merge QmakeManager into QmakeProjectManagerPrivatehjk2020-02-261-2/+0
|/
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-2/+5
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* Add path completion to .pro and CMakeLists.txt editorsDaniel Teske2019-04-251-1/+3
* QmakePM: Find prf files for CONFIG valuesChristian Kandeler2019-04-021-1/+41
* Utils: Adjust column numbers affected by convertPosition changeIvan Donchevskii2018-11-091-2/+4
* Remove a few redundant occurrences of 'virtual' and 'override'Alessandro Portale2018-06-181-4/+4
* CppTools: Remove processEvents call from follow symbolIvan Donchevskii2018-03-191-8/+11
* TextEditor: move Link class to separate header in UtilsIvan Donchevskii2017-11-271-3/+3
* QMake: Improve following of links in .pro/.pri filesTobias Hunger2017-09-241-9/+51
* QMakePM: Use generalized KeywordsCompletionProviderDavid Schulz2017-07-271-5/+3
* Allow giving TextEditorFactory custom CommentDefinitionEike Ziller2017-04-261-1/+1
* Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-1/+1
* Core: Use QString in FileIconProvider APITobias Hunger2016-11-101-3/+3
* Remove a few TextDocument subclassesEike Ziller2016-05-311-18/+9
* New file overlay iconsAlessandro Portale2016-04-251-1/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Add default implementation for IDocument::fallbackSaveAs(Path|FileName)Eike Ziller2016-01-191-12/+0
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-141-4/+4
* QMakeProjectManager: Introduce member initialization.Jarek Kobus2015-06-231-5/+0
* Add override to IDocument hierarchyEike Ziller2015-06-111-3/+3
* Add override keyword to IEditor & TextEditorWidget implementationsEike Ziller2015-06-091-2/+2
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-291-1/+1
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-5/+3
|/
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-031-1/+1
* Cleanup of ThemingAlessandro Portale2014-10-161-3/+7
* Implement theming for QtCreatorThorben Kroeger2014-10-151-3/+5
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Move CompletionAssistProvider constructionhjk2014-10-061-3/+6
* | TextEditor: Simplify HoverHandler handlinghjk2014-09-301-0/+3