aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* Fix issues with saving files on network drives on WindowsEike Ziller2018-06-291-1/+1
* Utils: Separate the filter icon from the expand arrowAlessandro Portale2018-06-276-1/+4
* VcsCommand: Block auto reload while a command is runningOrgad Shaneh2018-06-272-0/+2
* Use C++11’s override and remove virtual where applicableAlessandro Portale2018-06-276-13/+13
* qmljs: Use C++11’s override and remove virtual where applicableAlessandro Portale2018-06-264-121/+121
* Fix Qt Creator build with ClangIvan Donchevskii2018-06-202-8/+15
* QmlDebug: Robustify packet protocolUlf Hermann2018-06-192-20/+39
* QmlDebug/QmlProfiler: Fix integer range checksUlf Hermann2018-06-191-7/+3
* Utils: Move common positionInText function to Utils::TextIvan Donchevskii2018-06-192-0/+10
* Tracing: Handle mouse events in FlameGraph QQuickItemUlf Hermann2018-06-183-27/+65
* Remove a few redundant occurrences of 'virtual' and 'override'Alessandro Portale2018-06-181-5/+6
* ClangSupport: Refix GCC warningOrgad Shaneh2018-06-151-1/+1
* Clang: Use built-in follow symbol for virtual methodsIvan Donchevskii2018-06-152-7/+7
* Fix painting of clear buttons in history completer popupEike Ziller2018-06-141-15/+42
* GlslEditor: Fix crash in function hint proposalChristian Stenger2018-06-082-7/+3
* Clang: Do not duplicate operator entriesIvan Donchevskii2018-06-061-0/+8
* QmlProfiler: When retrying to connect, double the timeoutUlf Hermann2018-06-062-8/+7
* CDB: Fix compilationOrgad Shaneh2018-06-061-1/+1
* Utils: Properly name withNtfsPermissions()Andre Hartmann2018-06-052-5/+5
* Fix compilation issues with C++17Eike Ziller2018-06-058-10/+8
* Clang: Disable crash recovery in libclangNikolai Kosjar2018-06-051-0/+1
* Clang: Disable internal threads in libclangNikolai Kosjar2018-06-053-0/+17
* RunExtensions: Support specifying thread stack sizeNikolai Kosjar2018-06-041-14/+78
* Clang: Clean up some IPC namesNikolai Kosjar2018-06-0448-342/+362
* Clang: Use follow symbol result from clang when global failsIvan Donchevskii2018-06-042-7/+57
* CppTools: Use cursor range for better outline navigationIvan Donchevskii2018-06-041-0/+5
* QmlProfiler: stop trying to connect when the application quitsUlf Hermann2018-06-042-0/+6
* Tracing: Fix layout of RangeDetailsUlf Hermann2018-05-312-5/+7
* Tracing: Don't change visible features on clearing and replayingUlf Hermann2018-05-311-2/+0
* QmlProfiler: Set the future to finished after loading all eventsUlf Hermann2018-05-292-0/+7
* Utils: Clean up ChangeSetNikolai Kosjar2018-05-241-23/+20
* FileInProjectFinder: performance improvementTim Jenssen2018-05-241-5/+6
* FileInProjectFinder: Use FileNameList for file namesTim Jenssen2018-05-242-8/+9
* Utils: Fix unit-test failure caused by SmallString issueIvan Donchevskii2018-05-241-0/+3
* Tracing: Fix past-end handling in TraceStashFile::IteratorUlf Hermann2018-05-221-2/+7
* Tracing: Add an Iterator class to TraceStashFileUlf Hermann2018-05-221-9/+75
* Tracing: Allow swapping out the event storageUlf Hermann2018-05-222-0/+6
* Tracing: Correctly handle custom mininum row valuesUlf Hermann2018-05-171-2/+9
* Utils: remove Clang from ClangCodeModel_*_TextMarkColorDavid Schulz2018-05-171-4/+5
* CPlusPlus: Fix some crashhjk2018-05-161-0/+3
* Tracing: Untangle some includesUlf Hermann2018-05-154-2/+6
* QmlDesigner: Use a less expensive QColor constructorAlessandro Portale2018-05-141-3/+3
* Utils: Fix manual usage of PathChooserChristian Stenger2018-05-141-1/+1
* ExtensionSystem: Forward setEnabledBySettings to PluginSpecIvan Donchevskii2018-05-142-0/+7
* Utils: Consistently use nullptrTobias Hunger2018-05-1352-95/+101
* Utils: Use override consistentlyTobias Hunger2018-05-1346-117/+122
* Tracing: Simplify saving and loadingUlf Hermann2018-05-113-73/+44
* Modeling: Use override consistentlyTobias Hunger2018-05-095-5/+5
* Modeling: Add a missing breakOrgad Shaneh2018-05-081-0/+1
* Tracing: Move event storage out of trace managerUlf Hermann2018-05-083-12/+45