summaryrefslogtreecommitdiff
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Add profiling output for objectTreeFetched()Kai Koehne2012-05-161-0/+11
* QmlProfiler: added missing break in switch statementChristiaan Janssen2012-05-161-0/+1
* Ups, unbreak overriding make commandDaniel Teske2012-05-162-1/+9
* Make ids handle unicode stringsTobias Hunger2012-05-161-2/+2
* Open file with default editor when it's activated in ResourceEditor.Konstantin Tokarev2012-05-162-1/+19
* Move Component refactoring - ask before adding file to vcsKai Koehne2012-05-161-3/+21
* Qt versions/qmake dialog: Join filter list correctly.Friedemann Kleint2012-05-151-2/+5
* Remove some objects from the objects pool. Fixes race condition.kh12012-05-151-2/+8
* Debugger: Apply on Save only when Engine client is connectedSimjees Abraham2012-05-152-6/+23
* Core: Add "canceled" signal to class FutureProgress.Christian Kandeler2012-05-152-0/+7
* Debugger: Bugfix for Reloading QmlSimjees Abraham2012-05-151-2/+3
* Debugger:Apply Changes on Save modified for unsync. changes.Simjees Abraham2012-05-154-26/+116
* Add a CurrentProject::BuildPath variable.Eike Ziller2012-05-151-0/+10
* SVN: Fix project status command when no document openJonathan Liu2012-05-151-1/+1
* cppeditor: guess file type from -*- C++ -*- commentshjk2012-05-151-0/+3
* Debugger: Remove 'Clear Code Model' context menu actionKai Koehne2012-05-153-16/+0
* WatchHandler: Add isInspect()Aurindam Jana2012-05-154-3/+4
* Debugger: Fix compiler warnings about unused variablesKai Koehne2012-05-151-5/+3
* Debugger: Fix capitalization of 'When' in actionsKai Koehne2012-05-141-4/+4
* Debugger: Remove actions from object poolKai Koehne2012-05-142-29/+0
* Debugger: Show locals when loading core dumpsKai Koehne2012-05-141-0/+2
* Debugger: Rename actions dealing with watched expressionsKai Koehne2012-05-143-12/+12
* Debugger: Move std:: Qt namespace actions to optionsKai Koehne2012-05-147-51/+59
* TaskHub: emit taskAdded before adding the task to a documentDaniel Teske2012-05-141-2/+4
* Don't build current file when build of subproject is requested.Konstantin Tokarev2012-05-143-7/+13
* Debugger: Fix refactoring artifact in name demangler.Christian Kandeler2012-05-141-2/+2
* Renamed TaskHub::popup to requestPopup and removed boolean flag.Konstantin Tokarev2012-05-144-5/+5
* Debugger: Add documentation to QmlAdapterKai Koehne2012-05-141-0/+4
* QmlDebug: Rename signalKai Koehne2012-05-141-4/+4
* QmlInspector: Don't show root element twice (4.x)Kai Koehne2012-05-141-1/+2
* QmlInspector: Fetch objects for locationAurindam Jana2012-05-137-14/+83
* Debugger: GDB: Append debug-file-locationDavid Schulz2012-05-113-2/+24
* QmlProfiler: manage premature disconnection when app killedChristiaan Janssen2012-05-113-0/+12
* QmlProfiler: reordered tabsChristiaan Janssen2012-05-111-3/+3
* QmlProfiler: show empty traceChristiaan Janssen2012-05-115-14/+32
* Device support: Streamline device saving.Christian Kandeler2012-05-112-5/+8
* Qt4PM: Fix crash when updating actionsTobias Hunger2012-05-111-1/+1
* QmlInspector: Make sure children list is always displayed on expansionKai Koehne2012-05-111-0/+7
* Make it possible to Show/Hide the sidebar in help mode.kh12012-05-114-4/+32
* editormanager: simplify use of interfacehjk2012-05-1183-283/+215
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-05-111-0/+4
|\
| * Let the desktop system handle mailto links.kh12012-05-101-0/+4
* | Qt4PM: Make enabling/disabling of subproject actions consistentOrgad Shaneh2012-05-112-54/+32
* | Prepare Qt Creator to have a flexible settings-path.tjenssen2012-05-111-3/+2
* | Show editor display names in "Open With" dialog instead of their Id's.Konstantin Tokarev2012-05-103-7/+9
* | QmlAdapter: Don't translate status messagesKai Koehne2012-05-101-5/+6
* | QmlAdapter: Move isConnected() to privateKai Koehne2012-05-102-7/+6
* | QmlAdapter: Remove unused methodKai Koehne2012-05-102-20/+0
* | QmlProfiler: adapt binding location at call to gotoLineChristiaan Janssen2012-05-101-1/+3
* | QmlProfiler: use project file finder in detailsRewriterChristiaan Janssen2012-05-104-23/+53