summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix error() not propagating through if()Oswald Buddenhagen2016-08-023-7/+8
* nuke dead expandVariableReferences() overload prototypeOswald Buddenhagen2016-08-021-1/+0
* qmake: Fix missing newlines in generated vcxproj filesMat Sutcliffe2016-08-022-2/+9
* qmake: fix UB in QMakeParser::putHashStr()Marc Mutz2016-08-021-1/+2
* QMake: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-08-021-1/+1
* make write_file() capable of making files (not) executableOswald Buddenhagen2016-08-024-13/+36
* enable c++11 really globallyOswald Buddenhagen2016-08-027-10/+4
* Core: Fix tab order in several UI formsNazar Gerasymchuk2016-08-015-0/+53
* Squish: Stabilize tst_simple_analyzeRobert Loehning2016-08-011-1/+1
* Doc: Add Nim code snippets to list of editable snippetsLeena Miettinen2016-08-011-0/+2
* CppEditor: Adjust completer tests to latest changesDavid Schulz2016-08-011-1/+1
* Debugger: Move rarely interesting [extraData] out of sighthjk2016-08-011-16/+58
* QmlDesigner: make gotoCodeClicked more saferTim Jenssen2016-08-011-6/+6
* Debugger: Fix display of dynamic propertieshjk2016-08-011-3/+4
* Debugger: Add new build path do automatic source mappingshjk2016-08-011-1/+2
* Debugger: Deactivate metaObject extraction by inferior callhjk2016-08-011-0/+5
* Debugger: Remove unused DebuggerKitConfigWidget::indexOf()hjk2016-08-012-11/+0
* Debugger: Robustify QObject detectionhjk2016-08-011-4/+12
* Debugger: Use '[d]' for artificial QObjectPrivate memberhjk2016-08-011-1/+1
* Tests: Only disable crashhandler on UNIXChristian Stenger2016-08-011-1/+3
* Android: Run stop() asynchronouslyUlf Hermann2016-08-012-7/+12
* Android: Don't use blocking queued connections for running psUlf Hermann2016-08-012-21/+15
* qbs build: Remove "-s" from linker flagsChristian Kandeler2016-08-011-6/+0
* Update qbs submoduleChristian Kandeler2016-08-011-0/+0
* AutoTest: Minor fix for initial test scanChristian Stenger2016-08-011-1/+6
* Doc: Add QML JS static analysis message M128Leena Miettinen2016-08-011-0/+6
* Wizards: Fix list model wizard's rowCount()Lorenz Haas2016-07-311-1/+3
* QmlDesigner: Fix Flat Dark QmlDesigner_HighlightColorAlessandro Portale2016-07-301-1/+1
* creator-dark scheme: Make selection behave with the other colors #2Alessandro Portale2016-07-301-1/+1
* creator-dark scheme: Make selection behave with the other colorsAlessandro Portale2016-07-301-1/+1
* CppEditor: Rework CppIncludeHierarchy modelhjk2016-07-2913-895/+392
* QmlDesigner: Adding debugging operator to BindingPropertyThomas Hartmann2016-07-292-0/+21
* QmlDesigner: Fix regular expressionThomas Hartmann2016-07-291-2/+2
* Doc: Update creating components and screens with Qt Quick DesignerLeena Miettinen2016-07-293-1/+8
* Doc: Update screenshots of Qt Quick Designer Connections paneLeena Miettinen2016-07-294-0/+0
* QmlDesigner: Adding testproject for directory importsThomas Hartmann2016-07-293-0/+92
* CppTools: Cancel parsing if editor is closedNikolai Kosjar2016-07-2911-8/+48
* ProjectExplorer: Fix tab order in projectwizardpage.uiNazar Gerasymchuk2016-07-291-0/+6
* ProjectExplorer: Fix tab order in CustomParserConfigDialogNazar Gerasymchuk2016-07-291-1/+10
* QmlDesigner: disable validator for source property columnTim Jenssen2016-07-293-1/+8
* QmlDesigner: readd the flag to fix a crashTim Jenssen2016-07-291-0/+3
* Doc: Update Qt Quick Designer connection editor docsLeena Miettinen2016-07-292-3/+3
* Doc: Update descriptions of Qt Quick Application wizardsLeena Miettinen2016-07-291-5/+7
* Doc: Describe Qt item model wizardLeena Miettinen2016-07-291-0/+4
* Doc: Update info about QML file wizardsLeena Miettinen2016-07-291-6/+3
* Doc: Using Ctrl+N and Ctrl+P shortcuts to navigate in locatorLeena Miettinen2016-07-291-0/+5
* QmlDesigner: Use proper icons for Controls 1.0Thomas Hartmann2016-07-2838-39/+1
* ProjectExplorer: Themable miniprojecttargetselector.cppAlessandro Portale2016-07-284-5/+8
* Fix qbs build on macOSChristian Kandeler2016-07-2824-45/+45
* QmlDesigner.PropertyEditor: Improve binding editorThomas Hartmann2016-07-281-97/+114