summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Qbs: Do not log info level eventswip/qbsTobias Hunger2013-01-241-0/+1
* Qbs: Support building of single filesTobias Hunger2013-01-248-0/+71
* Qbs: Reuse ProjectNodesTobias Hunger2013-01-244-89/+278
* Qbs: Fix build after recent updatesTobias Hunger2013-01-244-9/+16
* Qbs: Fix possible crash when reparsing the projectTobias Hunger2013-01-242-4/+20
* Allow for disabled nodes in Projects viewTobias Hunger2013-01-242-1/+16
* Qbs: Adjust to recent change in profile handlingTobias Hunger2013-01-241-1/+1
* Qbs: Fix build on windowsTobias Hunger2013-01-242-1/+7
* Qbs: Build with QT_NO_CAST_FROM_ASCIITobias Hunger2013-01-241-1/+1
* Qbs: Make canceling a build workTobias Hunger2013-01-242-5/+8
* Qbs: Set displayName on buildstepsTobias Hunger2013-01-242-2/+6
* Remove debug codeTobias Hunger2013-01-248-86/+0
* Fix possible crashTobias Hunger2013-01-241-0/+3
* Set Qt Creator environment to qbsTobias Hunger2013-01-241-1/+9
* Use environment variables to look up qbs.Christian Kandeler2013-01-241-0/+5
* Initial version of qbs pluginTobias Hunger2013-01-2446-17/+4672
* Allow for disabled nodes in Projects viewTobias Hunger2013-01-241-0/+2
* Android: Make local deployment smartDaniel Teske2013-01-245-34/+223
* qmljs/parser: update to latest qt5 parserFawzi Mohamed2013-01-2414-1001/+1381
* CppTools: Fix qbs buildOrgad Shaneh2013-01-241-2/+1
* Gerrit: Use GitClient functions for checkout and cherry-pickOrgad Shaneh2013-01-241-32/+14
* Git: Remove "Branch" from synchronousCheckoutBranchOrgad Shaneh2013-01-244-8/+8
* ProcessStep: Remove unused ctorDaniel Teske2013-01-242-7/+0
* Adapt qbs project files to new installation approach.Christian Kandeler2013-01-2413-139/+76
* Plugin tests: code cosmeticsNikolai Kosjar2013-01-241-5/+6
* Plugin tests: Allow to specify which test functions to runNikolai Kosjar2013-01-243-14/+84
* Git: Remove unused functionsOrgad Shaneh2013-01-242-24/+0
* Git: Use StashGuard for merge and rebaseOrgad Shaneh2013-01-243-19/+9
* Git: Introduce StashGuardOrgad Shaneh2013-01-248-84/+100
* Git: Explicitly pop stored stashesOrgad Shaneh2013-01-243-5/+13
* Debugger: move MI decoding to debuggerprotocol.{h,cpp}hjk2013-01-245-194/+199
* Fix AndroidRunner stop action.BogDan Vatra2013-01-242-6/+0
* Android: also adb pull /system/bin/linkerRay Donnelly2013-01-241-0/+4
* C++: Add Quickfix for fixing pointer types/declarationsNikolai Kosjar2013-01-241-12/+94
* C++: Add settings dialog for pointer declaration formattingNikolai Kosjar2013-01-247-30/+308
* C++: Introduce PointerDeclarationFormatterNikolai Kosjar2013-01-2410-9/+1146
* C++: test for walking includes in frameworks.Erik Verbruggen2013-01-2414-0/+101
* InfoBar: Suppress warning on closeOrgad Shaneh2013-01-241-1/+1
* Editor: Added documentation and comments to BaseTextDocument::save.David Schulz2013-01-241-0/+8
* Debugger: rename gdb/gdbmi.{h,cpp} into debuggerprotocol.{h,cpp}hjk2013-01-2423-50/+47
* AbstractProcessStep: Remove pure virtual function declarationsDaniel Teske2013-01-241-3/+0
* VCSBaseEditor: Make diffFileBrowse more genericOrgad Shaneh2013-01-242-55/+42
* AbstractRemoteLinuxDeployService: Remove unecessary checksDaniel Teske2013-01-241-8/+0
* QMakeParser: save one ByteArray constructionhjk2013-01-241-1/+1
* TarPackageCreationStep: Use static_cast not qobject_castDaniel Teske2013-01-241-1/+1
* Fix compilation with Qt 5.Friedemann Kleint2013-01-241-6/+8
* Git: Add context-menu actions for cherry-pick and revertOrgad Shaneh2013-01-235-1/+36
* Add a space after "Error:" in tooltipKai Koehne2013-01-231-2/+2
* Options Dialog: Move Android, Blackberry and Devices togetherTobias Hunger2013-01-234-4/+4
* Git: Fix calls to ensureStashOrgad Shaneh2013-01-232-2/+2