summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Debugger: Clearly mark unavailable register contentshjk2015-02-263-15/+18
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-26104-48/+177
* QtSupport: Use a fixed cursor in QtOutputFormatterOrgad Shaneh2015-02-263-6/+14
* Analyzer: Slightly simplify combobox tool action selectionhjk2015-02-261-9/+7
* SearchResultWindow: move initialization of private class to its ownNikita Baryshnikov2015-02-262-76/+52
* Core: Cache entries by fixed file namesOrgad Shaneh2015-02-261-4/+37
* Clean exported headers of the VcsBase plugin.Friedemann Kleint2015-02-2619-16/+36
* Analyzer: Fix combobox behavior.Christian Kandeler2015-02-261-4/+10
* C++: Fix crash on static template instantiationOrgad Shaneh2015-02-262-1/+22
* C++: fix dereferencing of nested type and 'auto'Przemyslaw Gorszkowski2015-02-262-0/+45
* Core: Make Context parameter to registerAction optionalhjk2015-02-2638-224/+169
* Debugger: Fix 'Show Address' stack window context menu actionhjk2015-02-263-13/+13
* Debugger: Streamline GdbMi structure interfacehjk2015-02-263-22/+15
* Analyzer: Remove unneeded Q_OBJECThjk2015-02-261-6/+0
* Debugger: Fix typoChristian Stenger2015-02-261-4/+4
* Debugger: Rework 'Attach to unstarted application' startuphjk2015-02-268-67/+65
* Qbs submodule: revert back if it was eventualNikita Baryshnikov2015-02-251-0/+0
* Analyzer: Separate "integrated" and "external" variants in tool box.Christian Kandeler2015-02-251-6/+24
* QmlProfiler: Don't re-estimate profiling time when not profilingUlf Hermann2015-02-251-3/+4
* Timeline: Don't round the selection rectangles outer dimensionsUlf Hermann2015-02-251-2/+2
* QtSupport: Pimpl QtOutputFormatterOrgad Shaneh2015-02-252-58/+87
* DetailedErrorView: initialize member in ctorNikita Baryshnikov2015-02-251-2/+3
* MimeTypes: Avoid checking magic matchers for .h filesEike Ziller2015-02-251-0/+7
* C++: rename enclosingTemplateInstantiation to enclosingBindingPrzemyslaw Gorszkowski2015-02-254-24/+24
* C++: fix dereferencing of nested type and operator '->'Przemyslaw Gorszkowski2015-02-252-1/+22
* C++: fix dereferencing of nested type and operator '*'Przemyslaw Gorszkowski2015-02-252-1/+21
* MimeDatabase: Avoid opening files even if already file name matchesEike Ziller2015-02-251-4/+4
* Add freedesktop.org.xml to .pri file for easy access in locator.Eike Ziller2015-02-251-0/+1
* C++: resolved self-value reference for enumPrzemyslaw Gorszkowski2015-02-251-4/+31
* Core: Avoid unnecessary QFileInfo in OpenDocumentsFilterOrgad Shaneh2015-02-251-2/+1
* ProjectExplorer Nodes: Replace dynamic_cast with as* functionsDaniel Teske2015-02-2510-34/+96
* Debugger: Fix GdbEngine state transitions for 'attach'hjk2015-02-251-11/+20
* Utils: Remove unneeded double indirection in OutputFormatterhjk2015-02-251-18/+6
* Core: Use a fixed cursor in OutputWindowOrgad Shaneh2015-02-251-16/+19
* Utils: Use a fixed cursor in OutputFormatterOrgad Shaneh2015-02-251-8/+11
* SearchResultWindowPrivate: initialize members in ctorNikita Baryshnikov2015-02-251-4/+10
* ThemeEntry: initialize member in ctorNikita Baryshnikov2015-02-251-1/+1
* EditorToolBarPrivate: initialize members in ctorNikita Baryshnikov2015-02-251-2/+3
* FindPluginPrivate: initialize members in ctorNikita Baryshnikov2015-02-251-1/+3
* C++: Disable "signals" when qt keywords are disabledOrgad Shaneh2015-02-251-1/+1
* ActionManagerPrivate: remove unused member variablesNikita Baryshnikov2015-02-252-4/+2
* Utils: Pimpl OutputFormatterOrgad Shaneh2015-02-252-43/+63
* Debugger: Fix a state transition regressionhjk2015-02-252-64/+87
* Use completeBaseName for operations on paths.Jarek Kobus2015-02-251-6/+6
* ClearCaseSettings: initialize memberNikita Baryshnikov2015-02-251-1/+2
* Core: Pimpl OutputWindowOrgad Shaneh2015-02-253-57/+87
* CppTools: Display explicitly marked slots firstNikolai Kosjar2015-02-251-0/+2
* CppTools: Display icons when completing signalsNikolai Kosjar2015-02-251-5/+3