summaryrefslogtreecommitdiff
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* Fix conflict between presentationMode and warp indicatorEike Ziller2019-09-181-6/+20
* 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
* Debugger: skip child items when looking for partial variablesDavid Schulz2019-09-021-4/+9
* Clang: Fix clang installation macrosNikolai Kosjar2019-08-231-2/+4
* ConsoleProcess: Build against 5.14/MSVCFriedemann Kleint2019-08-211-1/+2
* Use common functions for handling ampersands/acceleratorsEike Ziller2019-08-091-4/+5
* CMake build: Add "Devel" packageCristian Adam2019-07-256-6/+3
* ExtensionSystem: Remove one deprecated use of QTimehjk2019-07-232-12/+12
* Modeling: Avoid deprecation warningshjk2019-07-221-2/+2
* LSP: update colorProvider entry of ServerCapabilitiesDavid Schulz2019-07-192-5/+22
* LSP: Add RenameOptions to the protocol implementationDavid Schulz2019-07-193-3/+37
* File search: Avoid symlink loops and duplicate directoriesEike Ziller2019-07-182-16/+29
* Cope with Qt 5.14's dropping of the MIME type DB as a resourceThiago Macieira2019-07-174-10/+41244
* Sqlite: Remove temporary unused functionsMarco Bubke2019-07-162-7/+1
* Merge remote-tracking branch 'origin/4.9' into 4.10Eike Ziller2019-07-161-22/+16
|\
| * Re-fix QtCore resource path changing and prepare for Qt 5.134.9Thiago Macieira2019-07-161-26/+19
* | Sqlite: Handle cases that the database is busyMarco Bubke2019-07-111-10/+18
* | Sqlite: Use newest versionMarco Bubke2019-07-113-6002/+8413
* | CMake: Fix buildOrgad Shaneh2019-07-081-2/+0
* | QmlDebug: Destroy connection before signaling failure or retryingUlf Hermann2019-07-081-1/+2
* | QmlJS: Avoid deprecation warningshjk2019-07-051-6/+6
* | Clang: Remove unused memberNikolai Kosjar2019-07-052-2/+0
* | Utils: Move reuse.h out of sighthjk2019-07-057-65/+30
* | Utils: Fix a case fall through warninghjk2019-07-041-0/+1
* | More Utils::toSet/toListhjk2019-07-044-11/+17
* | Clang: Remove old codeMarco Bubke2019-07-0415-306/+0
* | Clang: Differentiate between user and non user includes for updatingMarco Bubke2019-07-045-51/+72
* | Utils: Add logging category to SynchronousProcessNikolai Kosjar2019-07-041-7/+19
* | algorithm.h: Fix compilation with Qt 5.13.1Friedemann Kleint2019-07-031-2/+2
* | Fix compilation with Qt 5.13hjk2019-07-031-4/+4
* | QmlDebug: Queue the socket error and disconnect signalsUlf Hermann2019-07-031-4/+13
* | clangsupport: Fix compiler warning about initialization re-orderingChristian Kandeler2019-07-021-2/+2
* | Utils: Add toSet/toList functionshjk2019-07-025-10/+35
* | CMake build: Fix building with CMakeCristian Adam2019-07-011-1/+6
* | Clang: Add reset to ModifiedTimeCheckerMarco Bubke2019-06-275-167/+176
* | Clang: Watch only PCH sourcesMarco Bubke2019-06-271-2/+2
* | Clang: Update ModifiedTimeChecker in SymbolIndexerMarco Bubke2019-06-272-1/+3
* | Clang: Watch directories instead of filesMarco Bubke2019-06-2719-127/+905
* | LanguageServerProtocol: Fix compilation warningsCristian Adam2019-06-251-3/+2
* | QmlJS: Add "Array" to global functionsThomas Hartmann2019-06-211-1/+1
* | Update KSyntaxHighlighting 5.52 -> 5.59David Schulz2019-06-2025-148/+593
* | Replace uses of QString::sprintf()hjk2019-06-201-4/+2
* | QmlJS: Fix code re-formatter for propertyTim Jenssen2019-06-201-4/+3
* | qmljs: sync parser with current 5.12 stateTim Jenssen2019-06-202-22/+48
* | SSH: Log some more information for sftp sessionsChristian Kandeler2019-06-191-0/+7
* | Utils: Fix default argument of ConsoleProcess::StartChristian Kandeler2019-06-181-1/+1