summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Replace unneeded requests for updates in PdbEnginehjk2015-09-023-11/+18
* Debugger: Handle anonymous function argumentsChristian Stenger2015-09-021-0/+5
* Debugger: Fix stepping into other files with PdbEnginehjk2015-09-021-6/+1
* PythonEditor: Do not create run configuration for project fileChristian Stenger2015-09-021-0/+3
* PythonEditor: Do not recreate run configuration if already presentChristian Stenger2015-09-021-2/+13
* QmakeProject: Use QMAKE_PROJECT_NAME to set the display nameDaniel Teske2015-09-024-1/+29
* Provide pyqtc fileChristian Stenger2015-09-022-0/+4
* QmlProfiler: Use QPointer for storing config widgetUlf Hermann2015-09-022-9/+3
* QmlProfiler: Initialize pointer to QmlProfilerConfigWidgetUlf Hermann2015-09-021-2/+3
* fix metatype declaration in a few placesNikita Baryshnikov2015-09-028-13/+3
* Debugger: Work around lazy GDB communicationhjk2015-09-021-0/+5
* Debugger: Make Python debugger interruptiblehjk2015-09-021-0/+3
* ProjectExplorer: Fix warning about unsed parameter.Christian Kandeler2015-09-011-0/+1
* Debugger:QML: Fix compile for Qt5.4Christian Stenger2015-09-011-2/+2
* Cdb: Just print debug output when requested.David Schulz2015-09-011-1/+1
* TextEditor: Move constructor has now noexceptMarco Bubke2015-09-014-2/+12
* Debugger: Remove arg for a 0 hunk in disassembly.David Schulz2015-09-011-1/+1
* Fix typo in debugger docNiels Weber2015-09-011-1/+1
* Cdb: Clear output buffer after assigning it to the response.David Schulz2015-09-011-9/+9
* Merge branch 'master' of git://code.qt.io/qt-creator/qt-creatorEike Ziller2015-09-0114-412/+681
|\
| * OS X: Provide a setting for file system case sensitivity in preferencesEike Ziller2015-09-013-102/+212
| * Split general settings page in twoEike Ziller2015-09-0113-409/+570
| * Decouple the big files warning from the other warningsEike Ziller2015-09-011-3/+1
* | Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-09-0162-2347/+2575
|\ \ | |/ |/|
| * Squish: Verify shown filenames when adding C++ filesRobert Loehning2015-09-012-2/+6
| * Squish: Add test for creating new C++ classRobert Loehning2015-09-014-11/+112
| * Fix various context menu actions from project managersDaniel Teske2015-08-314-24/+18
| * Update qbs submodule.Christian Kandeler2015-08-312-3/+2
| * MiniTargetSelector: Sort build/deploy/run configurations case insensitivelyDaniel Teske2015-08-311-2/+2
| * GccToolChain: Support -D fooDaniel Teske2015-08-311-1/+2
| * Cmake: Read the build.ninja file only onceDaniel Teske2015-08-312-27/+40
| * C++: Add testsNikolai Kosjar2015-08-313-0/+207
| * Dark theme: make application output error message text color readable.Mitch Curtis2015-08-291-1/+1
| * PatchTool: Enable using git instead of patch.Friedemann Kleint2015-08-281-0/+6
| * Utils: Remove unused classEike Ziller2015-08-284-112/+0
| * CppClassWizard: Do not add signal/slot to non-QObject classesTobias Hunger2015-08-271-1/+1
| * BareMetal: Do not add a duplicate entry for GDB server providerOrgad Shaneh2015-08-273-7/+24
| * Qml2Puppet: Use helper functions from Qt 5.6Thomas Hartmann2015-08-262-1/+402
| * Doc: developing for embedded devicesLeena Miettinen2015-08-2616-19/+87
| * QmlInspector: Fix crash on engine ramp downhjk2015-08-262-2/+5
| * README.md: Fix instructions on deployment on Windows.Friedemann Kleint2015-08-261-1/+1
| * Set environment variable QT_AUTO_SCREEN_SCALE_FACTOR in Qt 5.6.Friedemann Kleint2015-08-261-0/+2
| * Ukrainian translation update for 3.5Viktor Ostashevskyi2015-08-251-2114/+1954
| * ProjectExplorer: Do not reject user file on target absenceOrgad Shaneh2015-08-251-1/+1
| * SSH: Remove bogus compatibility check.Christian Kandeler2015-08-251-21/+1
| * Installer: Fix syntax for Python 3Orgad Shaneh2015-08-251-3/+3
| * Fix size of fading indicatorEike Ziller2015-08-251-0/+2
| * qmlpuppet: Fix build against Qt 5.6Friedemann Kleint2015-08-251-2/+6
| * DiffEditor: Support mode change in Git diffOrgad Shaneh2015-08-252-1/+21
| * Debugger: Always disable wait indicator when switching engineshjk2015-08-241-0/+1