summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make CMakeTool known to the KitsBenjamin Zeller2015-03-0320-142/+720
* Remove PathChooser subclasses that are no longer needed.Christian Kandeler2015-03-039-160/+39
* LocatorWidget: unbox m_showPopupTimerNikita Baryshnikov2015-03-022-7/+6
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-03-02312-1508/+2402
|\
| * Merge remote-tracking branch 'origin/3.3' into 3.4Eike Ziller2015-03-021-4/+8
| |\
| | * QmlDesigner: Do not set QML_IMPORT_PATH for the fallback puppetThomas Hartmann2015-02-261-4/+8
| * | Git: Fix tab order in PushToGerritOrgad Shaneh2015-03-021-0/+9
| * | Mercurial: Transform path separators on statusOrgad Shaneh2015-03-021-1/+1
| * | Keeping entered values in C++ Library WizardLibor Tomsik2015-03-021-8/+9
| * | Avoid storing references to rvalue FileName stringsOrgad Shaneh2015-03-023-3/+3
| * | CppEditor: Use correct language features in Follow SymbolOrgad Shaneh2015-02-284-19/+12
| * | CppEditor: Preserve indent during Doxygen continuation handlingLorenz Haas2015-02-272-1/+12
| * | MimeDatabase: Remove bestMatch, which was broken beyond repairEike Ziller2015-02-277-147/+11
| * | Qmake: Add an option to put debug info into separate filesUlf Hermann2015-02-273-16/+124
| * | C++: Accept language features in BackwardsScanner et alOrgad Shaneh2015-02-2714-42/+43
| * | CppTools: Move languageFeatures around in CompletionAssist...Orgad Shaneh2015-02-277-45/+52
| * | Debugger: Fix stack view update after switching threads with LLDBhjk2015-02-271-0/+1
| * | C++: fix parsing nested C99 designated initializers.Francois Ferrand2015-02-271-1/+7
| * | Debugger: Rely less on implicit state in lldbbridge.hjk2015-02-271-1/+0
| * | CppTools: Handle _Pragma() and __pragma()Nikolai Kosjar2015-02-271-1/+4
| * | EditorManager: add optional uniqueId parameterNikita Baryshnikov2015-02-273-16/+43
| * | Debugger: Be more explicit about ptrace configurationhjk2015-02-271-2/+5
| * | Clean exported headers of the Utils library.Friedemann Kleint2015-02-273-4/+4
| * | Debugger: Fix loading of Linux core files with LLDBhjk2015-02-273-9/+23
| * | Debugger: More modernizationhjk2015-02-2711-77/+35
| * | Debugger: Suppress fetching of locals when LLDB stack is emptyhjk2015-02-271-0/+5
| * | Analyzer: Don't offer non-supported kits in StartRemoteDialog.Christian Kandeler2015-02-271-2/+16
| * | Core: Avoid copy in IDocument::filePath()Orgad Shaneh2015-02-272-2/+2
| * | Debugger: Avoid excessive register retrieval in LldbEnginehjk2015-02-271-4/+0
| * | QmlJSTools: De-noise QmlJSModelManagerOrgad Shaneh2015-02-271-32/+37
| * | MimeType: Improve performance for matchesNameOrgad Shaneh2015-02-271-1/+3
| * | Utils: Avoid copy on FileName::toString()Orgad Shaneh2015-02-272-3/+3
| * | ProjectExplorer: Avoid copy for node pathOrgad Shaneh2015-02-273-3/+3
| * | Don't artificially prevent QML profilingUlf Hermann2015-02-271-1/+1
| * | Search result window: Modernize some codeEike Ziller2015-02-271-18/+18
| * | MimeDatabase: Avoid empty filter string in allFilterStrings.Eike Ziller2015-02-271-2/+5
| * | Debugger: State machine cosmeticshjk2015-02-276-17/+5
| * | Vcs: Fix compile for MSVC2010 as wellChristian Stenger2015-02-271-2/+2
| * | Refactor: Comment out delete statement of heap variablesLibor Tomsik2015-02-262-1/+25
| * | Debugger: Fix build.Christian Kandeler2015-02-263-3/+3
| * | Find: Fix Current Project find to fall back to startup projectDaniel Teske2015-02-261-4/+13
| * | Revert "Do not add an "Analyzer" category to the "Issues" pane filter."Christian Kandeler2015-02-261-0/+4
| * | Debugger: Fix soft assert when loading core filehjk2015-02-262-27/+21
| * | Prefix duplicate names in Open Documents to make them uniqueOrgad Shaneh2015-02-2620-42/+191
| * | Clean exported headers of the Debugger plugin.Friedemann Kleint2015-02-2628-12/+35
| * | QmlEngine: Avoid accessing null pointerChristian Stenger2015-02-261-0/+2
| * | CppTools: Use correct language features in createHighlighterOrgad Shaneh2015-02-261-7/+4
| * | VCS: Fix compile for older compilerChristian Stenger2015-02-261-2/+2
| * | Core: Add an ActionContainer::addSeparator(Id) overloadhjk2015-02-268-42/+42
| * | Vcs: Use correct project to trim down list of files on commitTobias Hunger2015-02-267-35/+256