aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* Fix reference on temperary valueTim Jenssen2018-11-301-1/+1
* Cdb: fix std vector dumper in non python dumperDavid Schulz2018-10-111-1/+1
* Utils: Fix file saver for delete locked filesDavid Schulz2018-09-261-7/+20
* Fix incorrect grammar in 'does not exists'Kai Koehne2018-09-212-3/+3
* qmljs: fix bug in reformattingMarco Benelli2018-09-111-1/+4
* Tracing: Properly signal destruction of non-owned propertiesUlf Hermann2018-08-301-10/+44
* Tracing: Wrap pointers we don't own in QPointerUlf Hermann2018-08-281-3/+5
* Tracing: Make notes in TimelineModelAggregator mutableUlf Hermann2018-08-282-6/+27
* Fix editing of custom executable pathEike Ziller2018-08-281-2/+11
* Botan: forward QMAKE_CXX_FLAGS from mkspec to configureJürgen Hunold2018-08-271-1/+1
* Botan: Fix build with MSVC from Visual Studio 2017 15.8Christian Kandeler2018-08-172-2/+3
* Botan: Fix build with compiler wrapperOrgad Shaneh2018-08-171-1/+1
* Botan: Fix passing sysroot on macOSChristian Stenger2018-08-171-1/+1
* MimeProvider: Add #include <QtGlobal> for version checkOrgad Shaneh2018-08-161-0/+1
* Fix Botan build on macOSEike Ziller2018-08-132-2/+6
* Botan: Fix compile if documentation tools are presentChristian Stenger2018-08-132-2/+3
* SSH: Use Botan2Christian Kandeler2018-08-10499-65031/+75444
* Environment: Do not leave stray ':' in LD_LIBRARY_PATHTobias Hunger2018-07-261-2/+4
* Tracing: Don't rebuild flame graph if there is nothing to seeUlf Hermann2018-07-121-5/+7
* Utils: Follow symlinks in Environment::isSameExecutableOrgad Shaneh2018-07-111-1/+5
* Clang: Don't show template type parameters in Class View and Current Document...Ivan Donchevskii2018-07-093-1/+12
* 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