summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.8'Oswald Buddenhagen2013-07-2555-303/+694
|\
| * AndroidSettingsWidget: Set JDK pathAurindam Jana2013-07-251-1/+1
| * update qbs submoduleJoerg Bornemann2013-07-251-0/+0
| * QnxAnalyzeSupport: Notify engine when remote is runningAurindam Jana2013-07-252-8/+13
| * Tests: Fix race condition when executing plugin testsNikolai Kosjar2013-07-252-6/+4
| * don't use camelcase headers in code shared with qmakeOswald Buddenhagen2013-07-241-3/+3
| * fix uninitialized variableOswald Buddenhagen2013-07-241-0/+1
| * Fix qbs build.Christian Kandeler2013-07-242-0/+2
| * AndroidAnalyzeSupport: Set start mode depending upon run modeAurindam Jana2013-07-231-1/+1
| * AndroidAnalyzeSupport: Change local includes to global includesAurindam Jana2013-07-231-5/+5
| * RemoteLinuxAnalyzeSupport: Remove redundant start parametersAurindam Jana2013-07-231-3/+0
| * RemoteLinuxAnalyzeSupport: Notify engine when remote is runningAurindam Jana2013-07-232-7/+13
| * AndroidAnalyzeSupport: Notify engine when remote is runningAurindam Jana2013-07-232-4/+19
| * QmlProfilerEngine: Emission of processRunning() signalAurindam Jana2013-07-231-1/+1
| * RemoteLinuxRunSupport: Fix broken codeAurindam Jana2013-07-234-29/+26
| * QmlProfiler: Separate out LocalQmlProfilerRunner from engineAurindam Jana2013-07-236-97/+116
| * Analyzer: Separate out run control factoriesAurindam Jana2013-07-2313-41/+200
| * CppEditor: Tests: Fix blocking the token tests by a pop upNikolai Kosjar2013-07-236-29/+129
| * DeviceManager: Use a sane Singleton implementation.Christian Kandeler2013-07-222-9/+4
| * qbs files: Append debug suffix for librariesOrgad Shaneh2013-07-222-10/+4
| * Qnx: Use native separators when generating SSH keysEl Mehdi Fekari2013-07-221-2/+2
| * CppTools: Check if project has changed before reparsingNikolai Kosjar2013-07-2210-28/+79
| * CppTools: Tests: Clean up cppmodelmanager_test.cppNikolai Kosjar2013-07-222-20/+72
* | CppTools: Fix "! condition" coding styleNikolai Kosjar2013-07-2515-122/+132
* | Qnx:Fix broken syncCertificates() methodMehdi Fekari2013-07-251-1/+1
* | Qnx: Automatically connect to device when running an appEl Mehdi Fekari2013-07-255-9/+43
* | Qnx: Properly call makeSticky(kit) interfaceMehdi Fekari2013-07-251-6/+6
* | Kit: Provide interface to mark individual kit information stickyTobias Hunger2013-07-2510-0/+54
* | CppEditor: Fix "! condition" coding styleNikolai Kosjar2013-07-255-74/+76
* | Qnx: Fix qbs build.Christian Kandeler2013-07-251-0/+2
* | Qnx: Fix build with namespaced Qt.Christian Kandeler2013-07-251-0/+2
* | Qnx: Refactor BlackBerryConfigurationMehdi Fekari2013-07-2422-517/+923
* | Git - Add Cherry Pick in branches dialogPetar Perisin2013-07-243-0/+22
* | QmlDesigner: Remove empty notifier from QmlModelViewMarco Bubke2013-07-2412-160/+250
* | QmlDesigner: Remove qml function in the QmlModelViewMarco Bubke2013-07-248-75/+26
* | QmlDesigner: Derive DesignerActionManagerView from AbstractViewMarco Bubke2013-07-242-6/+11
* | QmlDesigner: Remove empty lineMarco Bubke2013-07-241-1/+0
* | QmlDesigner: Use AbstractView instead of QmlModelViewMarco Bubke2013-07-244-77/+77
* | QmlDesigner: Refactor creation of nodes in the qmlmodelviewMarco Bubke2013-07-242-56/+30
* | QmlDesigner: Ask the view instead of cache valuesMarco Bubke2013-07-242-13/+4
* | QmlDesigner: Use the selection instead of the passing a node to the custom toolMarco Bubke2013-07-243-18/+24
* | QmlDesigner: Add more selection methodes in the AbstractViewMarco Bubke2013-07-242-0/+36
* | QmlDesigner: Make AbstractView parameter constMarco Bubke2013-07-242-3/+3
* | QmlDesigner: Use is valid functons instead of create a invalid nodeMarco Bubke2013-07-2416-244/+253
* | QmlDesigner: Ask if the id exists instead of get the node and test itMarco Bubke2013-07-241-8/+7
* | QmlDesigner: Add isValidQmlModelStateOperationMarco Bubke2013-07-242-3/+9
* | QmlDesigner: Improve short nameMarco Bubke2013-07-241-6/+6
* | Add includeTobias Hunger2013-07-241-0/+1
* | QmlDesigner: Add isValidQmlPropertyChangesMarco Bubke2013-07-242-1/+7
* | QmlDesigner: Add static valid functions for the qml objectsMarco Bubke2013-07-246-2/+31