summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SSH: Fix some potential crashes.Christian Kandeler2012-06-065-9/+14
* debugger: rework core adapterhjk2012-06-0611-183/+164
* RemoteLinux: Make disk space check step extensible.Christian Kandeler2012-06-062-6/+10
* Qt4PriFileNode: Add const to baseVPaths and fullVPathsDaniel Teske2012-06-052-4/+6
* debugger: add Load Remote Corehjk2012-06-058-7/+391
* Debugger: Fetch object done only if parent Iname is known.Simjees Abraham2012-06-051-1/+6
* remotelinux: use base classes when appropriatehjk2012-06-054-12/+11
* idevice: move ssh connection parameters to base classhjk2012-06-056-117/+103
* Add ActionContainer::addSeparator(...)Eike Ziller2012-06-0534-394/+132
* C++: Also expand first token after macro defineLeandro Melo2012-06-051-4/+10
* C++: Also parse static_assert as top-level declarationLeandro Melo2012-06-051-6/+21
* remotelinux: code stylehjk2012-06-051-3/+1
* missing include path added to mdnssd.qbsJoerg Bornemann2012-06-051-0/+1
* TextEditor: menu for pasting from clipboard history.Francois Ferrand2012-06-059-45/+218
* Debugger: Prompt for reload if set/reset binding fails.Simjees Abraham2012-06-055-4/+28
* Fix crash whith external help open.kh12012-06-051-1/+6
* Debugger:Correctly added the object to be watched.Simjees Abraham2012-06-051-3/+0
* debugger: make startGdb response handling asyncronoushjk2012-06-0517-36/+100
* debugger: reshuffle sections in module datahjk2012-06-056-77/+63
* debugger: make elfreader also report offset and size of sectionshjk2012-06-053-39/+73
* VCS: Fallback to raw revision if decorate failsOrgad Shaneh2012-06-052-2/+2
* Show warning with continue/cancel in case of many search resultsEike Ziller2012-06-0515-29/+219
* CppHighlighter: highlight all functions/methods.Francois Ferrand2012-06-0510-49/+104
* TextEditor: Cleanup qbsOrgad Shaneh2012-06-051-121/+146
* IDevice: Update icons indicating device state.Nikolai Kosjar2012-06-053-0/+0
* CMake: Read macro definitionsPeter Kuemmel2012-06-042-3/+40
* Generic Project: Add some missing QLatin1String's.Andre Hartmann2012-06-043-7/+7
* Generic Project: Add make argument "all" when re-adding a Build Step.Andre Hartmann2012-06-041-0/+2
* Device support: Fix yet another off-by-one error for device indices.Christian Kandeler2012-06-044-24/+15
* RemoteLinux: Respect "no_default_install" CONFIG setting.Christian Kandeler2012-06-042-22/+14
* qbs: users of QmlJSEditor must also add QmlJSTools as dependencyJoerg Bornemann2012-06-041-0/+4
* mdnssd: More robust behaviour on windowsFawzi Mohamed2012-06-044-20/+78
* fix mc rule in mdnssd.qbsJoerg Bornemann2012-06-041-5/+11
* fix defines in mdnssd.qbsJoerg Bornemann2012-06-041-6/+13
* mdnssd: drop spurious QtCore dependencyFawzi Mohamed2012-06-042-1/+1
* Qml Editor: Modified the file structure outline.Simjees Abraham2012-06-041-0/+7
* Sort the search hits to match the actual search term.kh12012-06-041-8/+14
* VCS: Always allow "Revert Chunk"Orgad Shaneh2012-06-047-24/+1
* VCS: Add 'Blame current revision' in blame context menuOrgad Shaneh2012-06-0410-104/+73
* Git: Prompt to checkout after adding a branchOrgad Shaneh2012-06-041-0/+3
* Git: Emphasize detached HEAD on commitOrgad Shaneh2012-06-041-1/+5
* Git: Do not fail on add branch when no tracking branch selectedOrgad Shaneh2012-06-041-1/+3
* Git: Allow Checkout for remote branchesOrgad Shaneh2012-06-041-1/+1
* debugger: add watchpoint option to memoryview context menuhjk2012-06-044-21/+44
* debugger: move watchpoint convenience functions to breakhandlerhjk2012-06-044-32/+34
* debugger: more modulehandler polishinghjk2012-06-045-48/+121
* debugger: small rework of the modules handlerhjk2012-06-013-90/+67
* debugger: use the elfreader instead of external objdumphjk2012-06-016-49/+79
* utils: add a simple elfreader to extract section nameshjk2012-06-014-2/+336
* C++: Fix macro uses line infoLeandro Melo2012-06-013-16/+32