aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Revert "Algorithms: Simplify Utils::transform implementation"""Eike Ziller2016-12-011-46/+80
* Debugger: Move symbolgroup indices after expandingDavid Schulz2016-12-011-3/+35
* QmlJS: Fix crash in QML reformatterThomas Hartmann2016-11-301-0/+9
* SSH: Fix typo in key generator that leads to a crashChristian Kandeler2016-11-281-1/+1
* Debugger: Expanding symbol before getting the number of childrenDavid Schulz2016-11-281-0/+2
* Debugger: Do not add values for indices out of boundsDavid Schulz2016-11-281-0/+6
* Remove last nokia references in commentsOrgad Shaneh2016-11-242-2/+1
* Debugger: Strip "union" from typename upon creationDavid Schulz2016-11-241-0/+3
* Debugger: Fix dereference function of the cdb valueDavid Schulz2016-11-241-14/+16
* Debugger: Create reference types for arrays and pointersDavid Schulz2016-11-242-44/+184
* Clang: Fix initial document parse with modified contentNikolai Kosjar2016-11-231-0/+15
* Debugger: Exclude special types containing '<' or '>'...David Schulz2016-11-211-0/+7
* Debugger: Add public pointer size functionDavid Schulz2016-11-212-2/+7
* Debugger: Adding debug messages to the pycdbext moduleDavid Schulz2016-11-212-0/+14
* Debugger: Don't return NULL from cdb python interfaceDavid Schulz2016-11-211-1/+3
* Debugger: Add symbol name convenience functionDavid Schulz2016-11-211-1/+6
* Debugger: Use type name from symbolDavid Schulz2016-11-212-4/+21
* Debugger: Reduce transfer of pointer ownershipDavid Schulz2016-11-212-7/+7
* Debugger: Add function to cdbbridge returning the bitsize of a valueDavid Schulz2016-11-211-0/+12
* Debugger: Remove SymbolGroup dependency...David Schulz2016-11-211-33/+14
* Debugger: Remove Unstable value lookupDavid Schulz2016-11-211-22/+5
* qtcreatorcdbext.pro: Fix architecture detectionFriedemann Kleint2016-11-211-5/+7
* QmlJSCheck: Allow Math. function in ui.qml filesThomas Hartmann2016-11-171-2/+19
* Reduce thread priority for test parsingEike Ziller2016-11-151-22/+38
* Replace WIN32 define with _WIN32Kai Koehne2016-11-141-3/+5
* QMlJSCheck: Add missed types of State changesDmitry V. Tchoomak2016-11-091-0/+2
* Theme: Use QVariantMap for theme propertiesUlf Hermann2016-11-084-23/+22
* QmlJSCheck: Adding more unsupported in designer typesThomas Hartmann2016-11-081-14/+23
* Debugger: Fix potential memory leakDavid Schulz2016-11-081-8/+19
* Timeline: Drop manual control of scale updatesUlf Hermann2016-11-071-10/+7
* Debugger: Adjust to latest field changesDavid Schulz2016-11-071-0/+54
* Debugger: Add helper function for value creationDavid Schulz2016-11-073-38/+21
* Debugger: Return None type instead NULLDavid Schulz2016-11-074-40/+40
* C++: Remove concurrent access to TemplateNameIdNikolai Kosjar2016-11-042-10/+8
* Don't shout in text messagesJarek Kobus2016-11-043-5/+5
* QML JS: Add missing space in UI textLeena Miettinen2016-11-041-1/+1
* Utils: Move the breakpoint icon mask from Debugger to UtilsAlessandro Portale2016-11-033-0/+2
* Core: Refactor argument handlingEike Ziller2016-11-021-0/+2
* Debugger: Add function returning type's module nameDavid Schulz2016-11-021-0/+18
* Debugger: Replace "__int64" with "int64" when looking up typesDavid Schulz2016-11-021-1/+3
* Debugger: Add code for unresolvable typesDavid Schulz2016-11-022-27/+49
* make resource file handling able to deal with QMakeProject's VFSOswald Buddenhagen2016-11-014-34/+49
* Utils: Improved "File New" and "File Open" iconsAlessandro Portale2016-11-014-0/+0
* QmlJS: Fix auto-indent after an opening brace placed on a new lineDenis Klychkov2016-11-011-2/+3
* QmlJS: Get version numbers from componentsThomas Hartmann2016-11-011-0/+8
* Debugger: Adjust cdbbridge to latest type changesDavid Schulz2016-11-011-1/+1
* Debugger: Add a fake void native type to the cdbbridgeDavid Schulz2016-11-011-37/+37
* Debugger: Add debug messages to the cdb python moduleDavid Schulz2016-11-012-0/+11
* Debugger: Fix target type for arrays in cdb python moduleDavid Schulz2016-11-011-5/+11
* Merge remote-tracking branch 'origin/4.1' into 4.2Eike Ziller2016-11-011-3/+3
|\