summaryrefslogtreecommitdiff
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* | TextEditor: De-QObject-ify TextEditorActionHandlerhjk2020-02-107-54/+65
* | Editor: Update viewport margin if extra area width differsDavid Schulz2020-02-101-4/+10
* | McuSupport: Adjust Kit parameters to changes for Qul 1.1Alessandro Portale2020-02-103-35/+25
* | ResourceEditor: Pimpl pluginhjk2020-02-103-100/+109
* | ProjectExplorer: Check Shadow Build on creation if neededOrgad Shaneh2020-02-101-0/+1
* | CMake Build: Let the version dialog log link point to the repo of originAlessandro Portale2020-02-101-7/+6
* | Beautifier: Avoid QObject parent in options pagehjk2020-02-103-15/+16
* | Android: Fix Managerhjk2020-02-101-1/+1
* | Todo: Pimpl plugin and move OptionPage to new schemehjk2020-02-109-281/+134
* | Editor: replace static functions with lambdasDavid Schulz2020-02-101-12/+2
* | Editor: reuse already collected viewport rectDavid Schulz2020-02-101-2/+1
* | Android: Automatically download SDK tools and essential packagesAssam Boudjelthia2020-02-0715-92/+813
* | TextEditor/Vcs: Remove use of QObject parent for editor factorieshjk2020-02-074-7/+5
* | ModelEditor: Do not query all files in the project for their mime typeChristian Kandeler2020-02-072-13/+21
* | Git: Make a few objects proper plugin pimpl membershjk2020-02-075-143/+182
* | Git: Partially move plugin pimpl to .cpphjk2020-02-0721-342/+374
* | CMakePM: Fix possible crash on exitChristian Stenger2020-02-071-3/+2
* | CMakePM: Fix handling of qml debuggingChristian Stenger2020-02-076-2/+74
* | Qmake: Use direct access to build config from system when availablehjk2020-02-071-8/+5
* | ProjectExplorer: Make DeploymentData::addFile() do what its name saysChristian Kandeler2020-02-071-6/+0
* | Vcs: Make some editor factories proper plugin pimpl membershjk2020-02-078-230/+301
* | Provide an empty default IPlugin::extensionsInitialized()hjk2020-02-0740-73/+1
* | QmlDesigner: Insert a node dragged to 3d edit view into correct sceneMiikka Heikkinen2020-02-073-13/+9
* | ClearCase: Make a some items proper data membershjk2020-02-073-23/+24
* | QmakeProjectManager: Make sure we reset the ProFileCacheManagerChristian Kandeler2020-02-072-5/+15
* | CMake/Qbs: Do not emit Project::fileListChanged()Christian Kandeler2020-02-072-3/+0
* | ClearCase: Partially move plugin pimpl to .cpphjk2020-02-077-273/+310
* | Utils: Add a non-toolbar variant of the "RELOAD" iconAlessandro Portale2020-02-076-6/+6
* | McuSupport: Remove Engineering packages/targetsAlessandro Portale2020-02-061-10/+0
* | QmlDesigner: Fix QTC_ASSERTThomas Hartmann2020-02-062-3/+9
* | QmlDesigner: Fix magic move offsetThomas Hartmann2020-02-061-1/+2
* | QmlDesigner: Make selection indiactor ignore zoomThomas Hartmann2020-02-061-2/+5
* | QmlDesigner: Add viewportTransform() to LayerItemThomas Hartmann2020-02-062-0/+14
* | QmlDesigner: Revert Shorten lifetime of AnimationCurveDialogThomas Hartmann2020-02-062-26/+10
* | QbsProjectManager: Build up the project tree in a dedicated threadChristian Kandeler2020-02-064-46/+81
* | CppTools: Make CppCodeStyleSettingsPage a plugin pimpl memberhjk2020-02-063-9/+3
* | Qmake: Deactivate parse guard before it can cause troublehjk2020-02-062-3/+6
* | CppTools: Use a plugin pimpl data member for CppToolsSettingshjk2020-02-063-6/+4
* | CppTools: Optionally move raw project parts creation into threadChristian Kandeler2020-02-064-16/+42
* | Mercurial: Simplify DiffEditorController setuphjk2020-02-062-54/+13
* | Vcs: Separate plugin and QObject parent roles for VcsSubmitEditorFactoryhjk2020-02-068-9/+11
* | TargetSetupPage: Improve reporting on invalid kitsTobias Hunger2020-02-0612-100/+104
* | CppTools: Use a normal plugin pimpl member for CppModelManagerhjk2020-02-063-15/+11
* | VcsBase: Fix memory leakChristian Kandeler2020-02-062-8/+4
* | Diff/Vcs: Use a function object for reloadinghjk2020-02-066-156/+94
* | Merge remote-tracking branch 'origin/4.11'Orgad Shaneh2020-02-061-0/+2
|\ \ | |/
| * ProjectExplorer: Fix endless waiting when switching to Git editorsOrgad Shaneh2020-02-051-0/+2
* | QmlDesigner: Remove unsued QGraphicsProxyWidgetThomas Hartmann2020-02-061-16/+0
* | TargetSetupPage: Keep selected kits selected on filter changeTobias Hunger2020-02-061-0/+12
* | QbsProjectManager: Fix setting up extra compilersChristian Kandeler2020-02-063-17/+35