aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* iOS: Work around mismatch of USB serial and iOS device idEike Ziller2018-10-231-6/+11
* Fix crash in folder navigation widgetEike Ziller2018-10-232-9/+23
* Fix Linux & macOS build in releaseEike Ziller2018-10-221-0/+2
* ProjectExplorer: do not send non existing debug outputDavid Schulz2018-10-191-0/+2
* Fix crash when pressing wrong shortcuts in welcome modeEike Ziller2018-10-191-2/+8
* Fix soft assert when adding file to subfolder in generic projectEike Ziller2018-10-181-2/+3
* Fix crash when adding file to sub folder in generic projectEike Ziller2018-10-181-1/+2
* ProjectExplorer: cancel MSVC tool chain detection on shutdownDavid Schulz2018-10-175-0/+16
* Cdb: fix std vector dumper in non python dumperDavid Schulz2018-10-111-1/+1
* Editor: Do not access a text document from another threadDavid Schulz2018-10-101-38/+38
* Editor: Do not jump over invisible blocks in paintEvent sub routineDavid Schulz2018-09-281-6/+5
* Utils: Fix file saver for delete locked filesDavid Schulz2018-09-261-7/+20
* Valgrind: Add target executable suffix to heob command lineHannes Domani2018-09-251-2/+3
* Fix conflicting LanguageVersion and value __cplusplus defineEike Ziller2018-09-241-3/+8
* SshDeviceProcess: Don't emit readyRead signals if no data availableJonathan Liu2018-09-211-2/+8
* Fix incorrect grammar in 'does not exists'Kai Koehne2018-09-214-6/+6
* Clang: Remove version check for skipping inlude file warningsIvan Donchevskii2018-09-211-1/+1
* qtcdebugger: Extend help textFriedemann Kleint2018-09-211-18/+30
* CppTools: Fix crash on smart selection change with lambdaNikolai Kosjar2018-09-201-0/+3
* ProjectExplorer: Do not add too many newlines for remote processesJonathan Liu2018-09-201-2/+2
* Clang: Fix possible out of bounds access in ClangFollowSymbolIvan Donchevskii2018-09-181-2/+2
* Qnx: Fix passing path to Qt libraries on device to run configurationv4.7.1Eike Ziller2018-09-181-0/+1
* Fix colorization of change numbers in VCS annotations (like git blame)Eike Ziller2018-09-121-2/+5
* qmljs: fix bug in reformattingMarco Benelli2018-09-111-1/+4
* Fix environment for Start and Debug External ApplicationEike Ziller2018-09-041-0/+5
* AutoTest: Fix handling cancellation for timeoutChristian Stenger2018-09-041-14/+14
* Update qbs submoduleChristian Kandeler2018-09-041-0/+0
* winrt: Use full path when running windeployqtOliver Wolff2018-09-041-1/+8
* Add line/column number handling to spotlight locator filterEike Ziller2018-09-031-5/+7
* Update qbs submoduleChristian Kandeler2018-09-031-0/+0
* QmlProfiler: Listen on QHostAddress::Any in QmlProfilerToolTestUlf Hermann2018-08-301-1/+1
* Tracing: Properly signal destruction of non-owned propertiesUlf Hermann2018-08-301-10/+44
* QmlProfiler: Don't scan the whole file system in rewriter testUlf Hermann2018-08-291-2/+3
* Tracing: Wrap pointers we don't own in QPointerUlf Hermann2018-08-281-3/+5
* Tracing: Make notes in TimelineModelAggregator mutableUlf Hermann2018-08-283-7/+29
* 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
* Fix painting of current line in generic and python editorsEike Ziller2018-08-242-7/+13
* Fix reload behavior of binary editorEike Ziller2018-08-221-2/+1
* Fix handling of read-only editors when applying refactoringsEike Ziller2018-08-221-2/+8
* Avoid shortcuts with "Alt" on macOSEike Ziller2018-08-212-8/+14
* Clang: Reuse full type qualification from tooltipsIvan Donchevskii2018-08-203-27/+29
* AutoTest: Disable run related items while executing testsChristian Stenger2018-08-201-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
* Fix Ctrl+n shortcut in locator widget in some configurationsEike Ziller2018-08-161-0/+7
* MimeProvider: Add #include <QtGlobal> for version checkOrgad Shaneh2018-08-161-0/+1
* File System View: Fix scroll position and bread crumb in some casesEike Ziller2018-08-152-8/+8
* Use Qt::AA_UseOpenGLES instead of QT_OPENGLThomas Hartmann2018-08-151-1/+1