summaryrefslogtreecommitdiff
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* Utils: SimplifyNikolai Kosjar2019-11-015-37/+16
* PluginManager is not moc'ed automaticallyv4.11.0-beta2Michael Winkelmann2019-10-311-1/+3
* Merge remote-tracking branch 'origin/4.10' into 4.11Eike Ziller2019-10-281-1/+0
|\
| * Remove extra setMargin(..) Some lines after we can see aLaurent Montel2019-10-173-3/+0
* | QtSupport: Simplify detection of qmake executable in PATH on WindowsOrgad Shaneh2019-10-221-1/+1
* | Debugger: always hex encode the value of assignments in cdbextDavid Schulz2019-10-228-140/+51
* | CMakeProjectManager: Fix clang code model when CMake PCHs are usedCristian Adam2019-10-222-0/+7
* | QmlJS: Fix regression caused by parser updateThomas Hartmann2019-10-211-1/+1
* | Utils: Fix display of first argumentOrgad Shaneh2019-10-101-1/+1
* | Retain ".pragma library" when reformatting JavaScript filesUlf Hermann2019-10-102-1/+11
* | Fix parsing of QML version tokens in the presence of "as Foo"Ulf Hermann2019-10-102-4/+14
* | QtCreatorCDBExt: CMake: handle presence of release version of Python libAlessandro Portale2019-10-091-12/+18
* | CMake Build: Properly build qtcreatorcdbextCristian Adam2019-10-082-24/+67
* | C++: Transfer noexcept specifier for refactoring actionsNikolai Kosjar2019-10-086-2/+25
* | QmlJS: Update QML parser using the one from qtdeclarative 5.15Ulf Hermann2019-10-0714-3413/+4244
* | CMake Build: Add qtcreator_ctrlc_stub buildCristian Adam2019-10-011-0/+7
* | SSH: Ignore connection timeout with Microsoft's OpenSSHChristian Kandeler2019-10-012-13/+23
* | SSH: Fix for Microsoft-provided sftp.exeChristian Kandeler2019-10-011-12/+18
* | Accept arrays as enum descriptions in qmltypes filesUlf Hermann2019-09-304-41/+29
* | macOS: Fix compiler warningEike Ziller2019-09-271-2/+2
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-09-231-6/+20
|\ \ | |/
| * Fix conflict between presentationMode and warp indicatorEike Ziller2019-09-181-6/+20
* | CMake Build: Use shared precompile headersCristian Adam2019-09-193-3/+4
* | Lower priority on buildOrgad Shaneh2019-09-183-5/+41
* | LanguageClient: more FileName to FilePath renamingDavid Schulz2019-09-172-4/+4
* | ClangTools: Add action for running on current fileNikolai Kosjar2019-09-127-0/+6
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-09-125-16/+13
|\ \ | |/
| * Utils: do not use QIODevice::Text open mode when saving text documentsDavid Schulz2019-09-121-7/+4
| * Fix MSVC warningsOrgad Shaneh2019-09-111-3/+3
| * cdbext: fix arg order in function declarationDavid Schulz2019-09-111-1/+1
| * macOS: Work around window stacking order issue after closing dialogEike Ziller2019-09-091-0/+4
| * QmlDesigner: Allow transformations in Qt Quick DesignerThomas Hartmann2019-09-051-5/+1
* | Utils: Add a FilePath::isDir() convenience functionhjk2019-09-112-1/+8
* | Utils: Remove build warningCristian Adam2019-09-101-1/+1
* | CppTools: Move QtVersion and BuildTargetTypeEike Ziller2019-09-101-0/+2
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-09-051-4/+9
|\ \ | |/
| * Debugger: skip child items when looking for partial variablesDavid Schulz2019-09-021-4/+9
* | QmlJS: Fix compiler warningsEike Ziller2019-09-043-55/+55
* | Utils: Fix determining default terminalEike Ziller2019-09-031-4/+5
* | ClangTools: Support loading exported diagnosticsNikolai Kosjar2019-09-031-0/+1
* | Remove usages of deprecated APIsSona Kurazyan2019-09-032-4/+4
* | Remove usages of deprecated APIs (part 2)Sona Kurazyan2019-09-033-0/+14
* | Replace the deprecated QWheelEvent::delta() -> QWheelEvent::angleDelta()Sona Kurazyan2019-09-022-3/+3
* | Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-028-10/+9
* | Fix CMake build by adding missing library dependenciesMilian Wolff2019-08-302-1/+2
* | FancyLineEdit: Make completers triggerable via Ctrl+SpaceChristian Kandeler2019-08-302-1/+47
* | Import YAML-Parser yaml-cppNikolai Kosjar2019-08-3097-0/+12545
* | Tracing: Add Chrome Trace Format Visualizer pluginTim Henning2019-08-291-0/+20842
* | Tracing: Add hasMixedTypesInExpandedState property to TimelineModelTim Henning2019-08-294-2/+22
* | ClangSupport: Fix missing overridesEike Ziller2019-08-282-2/+2