summaryrefslogtreecommitdiff
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Clang: Fix iterator mismatchMarco Bubke2019-08-271-1/+1
* | ClangRefactoring: Improve follow symbol and usageMarco Bubke2019-08-272-6/+7
* | Clang: Reduce database accessesMarco Bubke2019-08-2710-35/+89
* | CLang: Add ProjectPartNameIdMarco Bubke2019-08-272-0/+56
* | Clang: Make ProjectPartId StringCache friendlyMarco Bubke2019-08-271-0/+18
* | CLang: Improve locking in StringCacheMarco Bubke2019-08-271-11/+36
* | Clang: Move StringCacheEntry in extra fileMarco Bubke2019-08-273-16/+53
* | Utils: Optimize StringViewMarco Bubke2019-08-271-1/+3
* | Clang: Bulk add project file paths to databaseMarco Bubke2019-08-275-6/+33
* | Clang: Improve file path cacheMarco Bubke2019-08-274-17/+107
* | Clang: Use no mutex in copyable file path cacheMarco Bubke2019-08-273-15/+45
* | Clang: Optimize file path cacheMarco Bubke2019-08-278-138/+190
* | Clang: Sort file path idsMarco Bubke2019-08-271-0/+2
* | ClangPchManager: Watch unchanged PCHsMarco Bubke2019-08-273-3/+31
* | ClangPchManager: Update PCHs if time stamps of dependencies changedMarco Bubke2019-08-272-12/+3
* | Clang: Add fetchTimeStamps to PrecompiledHeaderStorageMarco Bubke2019-08-271-0/+13
* | Clang: Improve updating of PCHsMarco Bubke2019-08-272-20/+17
* | Clang: Remove reset from ModifiedTimeCheckerMarco Bubke2019-08-271-36/+2
* | Clang: Return zero as time stamp if file does not existsMarco Bubke2019-08-271-1/+4