summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SessionManager::projects() return a copy instead of a const&Daniel Teske2015-04-232-2/+2
* C++: Improve template argument detection for nested typesOrgad Shaneh2015-04-232-41/+97
* C++: Always assign name to LookupScopeOrgad Shaneh2015-04-232-19/+12
* Fix crash on creating console projectDaniel Teske2015-04-231-1/+1
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-04-2321-69/+98
|\
| * Debugger: Blacklist lldb-platform-* as possible debuggerhjk2015-04-221-1/+4
| * Fix translation of help navigation panesv3.4.0Eike Ziller2015-04-212-5/+6
| * iOS: Fix detection of device information for older XcodeChristian Stenger2015-04-211-1/+1
| * Clang: Fix providing clang directory with intrinsicsNikolai Kosjar2015-04-202-8/+9
| * Fix non responding on being overwhelmed with debug outputDaniel Teske2015-04-171-1/+1
| * Android: Detect install failure on Android 5.1Daniel Teske2015-04-161-2/+5
| * ProjectTree: Fix adding files from context menuDaniel Teske2015-04-162-8/+12
| * Fix toolchain detection when C compiler specifiedSergey Belyashov2015-04-161-1/+3
| * Timeline: Be more exact about height of model aggregatorUlf Hermann2015-04-161-4/+5
| * Timeline: Be more exact about model height changes.Ulf Hermann2015-04-161-13/+16
| * Timeline: assert that render state is empty when we build node treeUlf Hermann2015-04-161-0/+3
| * Timeline: Check various members of TimelineOverviewRenderer for sanityUlf Hermann2015-04-161-0/+5
| * Timeline: Don't mark parameters as Q_UNUSED if we use themUlf Hermann2015-04-161-1/+0
| * Debugger: Fix WatchItem color displayhjk2015-04-163-18/+20
| * Fixed national symbols in QBS shadow build directorySergey Belyashov2015-04-161-2/+4
| * Debugger: Fix red display of changed variables with LLDBhjk2015-04-161-4/+4
* | ModeManager: Remove old API that was used by old progress managerEike Ziller2015-04-232-9/+0
* | Debugger: Remove use of non-base RunControl objecthjk2015-04-232-18/+17
* | MiniTargetSelector: Fix style problems on windowsTobias Hunger2015-04-221-1/+11
* | Android debugging: Fix pulling of app_processAlessandro Portale2015-04-222-6/+17
* | TreeModel: Clean up TreeItem APIhjk2015-04-223-39/+12
* | TreeModel: More API cleanuphjk2015-04-2214-68/+64
* | C++: Find template member access in find usageskai666_732015-04-221-3/+5
* | Find: Open tool bar when triggering find next...David Schulz2015-04-221-4/+12
* | TreeModel: API cleanuphjk2015-04-2212-43/+37
* | CPlusPlus: Inline SymbolVisitor functionshjk2015-04-224-40/+4
* | TaskWindow: Save filter settings as part of a sessionTobias Hunger2015-04-222-0/+34
* | TreeModel: Ensure deterministic state during child destructionhjk2015-04-221-1/+2
* | MiniProjectTargetSelector: Fix graphics glitchTobias Hunger2015-04-221-0/+1
* | MiniProjectTargetSelector: Update Kit area on Kit changesTobias Hunger2015-04-221-13/+5
* | Tasks: Make the linking of compile output to Tasks more robustDaniel Teske2015-04-2138-101/+168
* | ToolChain: Add scrollbar to config widgetTobias Hunger2015-04-212-5/+24
* | Kit: Simplify rendering of config widgetTobias Hunger2015-04-212-10/+0
* | GenericProject: Mark files ending in .qrc as Resource filesDaniel Teske2015-04-211-0/+2
* | Utils: Enhance resize shrinking behavior of the AbiWidgetTobias Hunger2015-04-211-0/+2
* | ProjectMode: Fix double scrollbarDaniel Teske2015-04-213-19/+33
* | QmakeProjectManager: Don't add mkspec include dir explicitlyDaniel Teske2015-04-213-22/+0
* | QtSupport: Make qmake built-in variables expandablehjk2015-04-211-9/+65
* | Git: Fix diff for renamed/copied file from commit editorOrgad Shaneh2015-04-211-4/+13
* | C++: Remove unused memberNikolai Kosjar2015-04-211-5/+3
* | CMakeProjectManager: Support mapping chroot include pathsBenjamin Zeller2015-04-217-8/+62
* | AutotoolsPM: Update dependenciesOrgad Shaneh2015-04-212-1/+3
* | ProjectManagers: Detect Qt by kit for code-model updateOrgad Shaneh2015-04-213-0/+35
* | TextEditor: Caching links at cursor position.David Schulz2015-04-211-10/+18
* | CppEditor: fix "Convert to Stack Variable" for empty initializer listsJoerg Bornemann2015-04-202-8/+22