summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Locator filters: Fix various thread-safety issuesEike Ziller2014-09-2322-69/+130
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-2310-23/+621
|\
| * Make compile with Qt 5.4Kevin Funk2014-09-222-5/+15
| * Locator: Fix the fix of the deadlockEike Ziller2014-09-222-6/+14
| * CppEditor: Fix isValidAsciiIdentifierChar.David Schulz2014-09-221-1/+1
| * CppTools: Fix compilation with recent gcc 4.9.2Orgad Shaneh2014-09-192-15/+21
| * ios: simulator integration support for Xcode6Fawzi Mohamed2014-09-176-16/+596
* | CppEditor: Rename VirtualFunctionsAssistProcessorNikolai Kosjar2014-09-231-3/+3
* | CppEditor: Fix leaking AssistInterfaceNikolai Kosjar2014-09-231-1/+3
* | VCS: Fix word wrap mode for commit messageOrgad Shaneh2014-09-231-0/+1
* | ProjectExplorer: Fix compile with MSVC2010Christian Stenger2014-09-231-1/+1
* | CppTools: Fix destruction order in ~CppModelManagerNikolai Kosjar2014-09-221-1/+1
* | C++: Clear state in DependencyTable::buildNikolai Kosjar2014-09-221-0/+6
* | CppTools: Fix compile with MSVC2010Robert Loehning2014-09-221-1/+1
* | Remove unused functionsBogDan Vatra2014-09-222-25/+0
* | CppTools: Make CppCurrentDocumentFilter thread safeNikolai Kosjar2014-09-222-23/+37
* | CppEditor: Fix size policy in CppIncludeHierarchyWidgetNikolai Kosjar2014-09-221-0/+1
* | CppEditor: Fix leaking ClassItemNikolai Kosjar2014-09-221-1/+4
* | CppEditor: Tests: Fix leaking IAssistProcessor and IAssistProposalNikolai Kosjar2014-09-221-5/+10
* | CppTools: Tests: Fix leaking IAssistProposal and SymbolSearcherNikolai Kosjar2014-09-224-8/+37
* | GlslEditor: Simplify completion proposal setuphjk2014-09-222-18/+15
* | TextEditor: Wiggle codeassist setuphjk2014-09-2213-43/+25
* | Gerrit: Really make Refresh the default buttonOrgad Shaneh2014-09-221-1/+1
* | Locator: Fix local variable nameEike Ziller2014-09-222-5/+5
* | Debugger: Do not restrict precision in double arrayshjk2014-09-201-1/+11
* | Debugger: Clean up source utilshjk2014-09-194-111/+42
* | Add JsonWizardTobias Hunger2014-09-1915-0/+1551
* | TextEditor: Only use tooltipOverrideRequested in *Widgethjk2014-09-194-15/+10
* | TextEditor: Simplify CodeAssistant{,Private} a bithjk2014-09-192-47/+26
* | QtKitInformation::availablePlatforms: Fix empty platform namesDaniel Teske2014-09-191-2/+5
* | Debugger: Operate tooltips on TextEditorWidgets, not TextEditorhjk2014-09-1919-74/+51
* | Debugger: Show a "no valid expression" hint in tooltipshjk2014-09-191-2/+5
* | Debugger: Cleanup remote server enginehjk2014-09-192-24/+14
* | Debugger: Fix Android startuphjk2014-09-194-34/+24
* | TextEditor: CodeAssistant code cosmeticshjk2014-09-192-47/+30
* | qmljslocatordata: make access to m_entries threadsafeFawzi Mohamed2014-09-192-0/+6
* | BareMetal: Remove unused data memberhjk2014-09-192-2/+0
* | CMake MakeStep update connectionsNikita Baryshnikov2014-09-192-30/+22
* | CppTools: Change CppModelManager implementation patternhjk2014-09-1989-659/+428
* | Debugger: Merge two remote setup communication pathshjk2014-09-1916-126/+160
* | C++: Show virtual functions menu only if resolving was requestedNikolai Kosjar2014-09-191-25/+25
* | CppTools: Move DependencyTable to Snapshothjk2014-09-1913-132/+34
* | GenericProjectManager: Fix plugin testsNikolai Kosjar2014-09-192-8/+8
* | Android: Add comment about the protocol used in the runnerhjk2014-09-181-0/+53
* | DesktopQmakeRunConfiguration: Optimize response to proFile parsingDaniel Teske2014-09-182-11/+15
* | QmakeGlobals::expandEnvVars: Make saneDaniel Teske2014-09-181-24/+18
* | JsExpander: Do not crash on exitTobias Hunger2014-09-184-3/+4
* | QNX: OS/X supportJames McDonnell2014-09-181-0/+9
* | Core: Have the JsExpander take ownership of registered QObjectsTobias Hunger2014-09-181-4/+4
* | CppTools: Add some methods to the JsExpander.Tobias Hunger2014-09-185-0/+193