aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Editor: Allow to open links in a new split.Petar Perisin2013-01-119-41/+258
* Help: move global constantshjk2013-01-114-21/+10
* Utils: Fix qbs build.Christian Kandeler2013-01-111-0/+2
* C++: pass #include_next down to CppPreprocessor::tryIncludeFilehjk2013-01-114-11/+17
* Git: Refactored "synchronousPullOrRebase" to be more general.Petar Perisin2013-01-113-30/+53
* GeneralSettings: Sort itemsOrgad Shaneh2013-01-111-90/+79
* GeneralSettings: Rename resetButton -> resetColorButtonOrgad Shaneh2013-01-112-3/+3
* ProjectTreeWidget: Use Core namespaceOrgad Shaneh2013-01-111-14/+14
* Search: Use info suppression for size and rename warningOrgad Shaneh2013-01-112-60/+24
* InfoBar: Introduce global suppressionOrgad Shaneh2013-01-114-8/+63
* FolderNavigationWidget: use Utils::ElidingLabel as titleJ-P Nurmi2013-01-111-1/+2
* Utils: add ElidingLabel for displaying elided textJ-P Nurmi2013-01-113-2/+144
* Figure out compile flags for cmake by parsing flags.make filesDaniel Teske2013-01-102-25/+43
* Qnx: Add templates for Cascades ApplicationsMehdi Fekari2013-01-102-0/+2
* Debugger: make variable format changes work with multi-selectionhjk2013-01-101-8/+15
* BaseTreeView: add convenience function to get selected or current rowshjk2013-01-102-0/+13
* ToolChain: Do not delete ToolChains that were not auto-detected againTobias Hunger2013-01-101-4/+9
* Debugger: Add "Reload Debugging Helpers" to Log Window context menuhjk2013-01-105-1/+32
* Analyzer/Debugger: clean uphjk2013-01-104-57/+51
* TextEditor: Keep cursor in beginning of line on moveLineUpDownOrgad Shaneh2013-01-101-1/+3
* Debugger: Fix compiler warningKai Koehne2013-01-101-1/+1
* QmlProject: Choose initial kits matching selected wizardDaniel Teske2013-01-102-4/+32
* Analyzer: Compile fix for some usually #if'ed out codehjk2013-01-101-4/+4
* Git: Fixed a bug with rebase checkPetar Perisin2013-01-103-5/+20
* Fix qbs buildOrgad Shaneh2013-01-091-0/+2
* Disable the Madde plugin by default.Christian Kandeler2013-01-091-1/+1
* Debugger: Move python initialization after first stophjk2013-01-093-9/+21
* Fix visibility of info widget in Qt version settings.Eike Ziller2013-01-092-17/+12
* Remove ProjectFileFactory::canOpen, it's not defined anywhereTobias Hunger2013-01-091-1/+0
* Debugger: split fixCppExpression into some common and some cdb parthjk2013-01-095-3/+14
* Gcc: Display path of compiler as part of the default display nameTobias Hunger2013-01-091-3/+5
* CustomExecutable: If there's no bc, fall back to system environmentDaniel Teske2013-01-091-0/+2
* CustomExecutableRC: Fix and simplfy code emitting baseEnvironmentChangedDaniel Teske2013-01-092-26/+2
* CMakeRunConfiguration: Emit baseEnvironmentChanged if the bc changedDaniel Teske2013-01-091-0/+2
* Git: Added soft ResetPetar Perisin2013-01-095-5/+49
* Fixed generic project considering all files as source filesThorbjørn Lindeijer2013-01-092-13/+20
* CMakeEditor: Replace member var with InfoBar callOrgad Shaneh2013-01-092-8/+6
* Fix .ui code completion for some cmake projectsDaniel Teske2013-01-091-5/+17
* AbiWidget: Hide abi selection if list is emptyOrgad Shaneh2013-01-091-0/+1
* Set a public GCCToolChain constructorMehdi Fekari2013-01-091-1/+1
* CDB: Fix dumping of QRect.Friedemann Kleint2013-01-091-7/+5
* use QSharedPointer instead of QRefCountPointerDebao Zhang2013-01-098-93/+31
* Qt4 project manager: removed extra call of variableValue()Sergey Shambir2013-01-081-2/+2
* Autotools: fixed crash when opening any projectSergey Shambir2013-01-081-1/+1
* Debugger: Add Image viewer with color picker and context menu.Friedemann Kleint2013-01-084-7/+244
* Git: Force showing untracked files if neededOrgad Shaneh2013-01-081-0/+2
* C++: fix constructor definition parsing.Francois Ferrand2013-01-081-6/+11
* Introduce new plugin attribute "disabledByDefault".Christian Kandeler2013-01-082-8/+19
* Compile fix for WinChristian Stenger2013-01-081-1/+1
* Revert "SSH: Work around issue with dynamic_cast."Christian Kandeler2013-01-087-81/+27