summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | ScriptConsole: Set empty context when not debuggingAurindam Jana2012-10-051-0/+2
* | ScriptConsole: Missing HeadersAurindam Jana2012-10-0518-0/+540
* | ScriptConsole: Move from Debugger to QmlJSToolsAurindam Jana2012-10-0554-1874/+1781
* | qbs files: Consolidate includePaths in QtcLibrary and QtcPluginOrgad Shaneh2012-10-0598-499/+120
* | debugger: use symbolic constants for "Display in Seperate Window" modeshjk2012-10-052-17/+22
* | fakevim: Searching with star and hash should escape regexLukas Holecek2012-10-041-4/+3
* | fakevim: Improved number transformations in VimLukas Holecek2012-10-043-16/+62
* | QmlDesigner: create stub project to build qml2puppetThomas Hartmann2012-10-042-0/+19
* | debugger: make QByteArray displayable in separate windowhjk2012-10-041-2/+10
* | Merge branch 'master' of ssh://codereview.qt-project.org:29418/qt-creator/qt-...Eike Ziller2012-10-046-32/+40
|\ \
| * | SSH: Add infrastructure for passing additional connection options.Christian Kandeler2012-10-045-8/+14
| * | fakevim: Search state should be globalLukas Holecek2012-10-041-24/+26
* | | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-0486-311/+913
|\ \ \ | |/ / |/| / | |/
| * Get rid of some Q_WS_X11.Nikolai Kosjar2012-10-047-15/+3
| * Do not loose device settings in Kits when adding a new deviceTobias Hunger2012-10-022-0/+18
| * Make kit config tidy againTobias Hunger2012-10-021-1/+1
| * Fix isDirty detection of tool chain config widgetTobias Hunger2012-10-021-1/+1
| * Fix crashes when cyclic inheritancePrzemyslaw Gorszkowski2012-10-024-1/+166
| * Editor: Fix resizing of proposal widgedDavid Schulz2012-10-022-0/+22
| * Device support: Ensure UI changes are always propagated to the device.Christian Kandeler2012-10-027-9/+45
| * Fix "Apply function signature change" for boost::shared_ptrPrzemyslaw Gorszkowski2012-10-021-1/+2
| * QmlInspector: Fetch data when neededAurindam Jana2012-10-012-24/+36
| * Small string fixRobert Loehning2012-10-011-1/+1
| * Prevent modal dialogs from locking up in Qt 5.Friedemann Kleint2012-10-012-2/+4
| * tr()-fixes for 2.6.Friedemann Kleint2012-10-012-4/+4
| * TypeHierarchy: Make type hierarchy independent of editorTobias Hunger2012-10-012-39/+14
| * UI text: fix capitalizationLeena Miettinen2012-10-011-4/+4
| * UI text: fix capitalization for debugger stringsLeena Miettinen2012-10-014-20/+20
| * UI text: make zeroconf error message clearerLeena Miettinen2012-10-011-2/+2
| * UI text: write Git in upper caseLeena Miettinen2012-10-011-1/+1
| * QmlDesigner: fix for QTimeThomas Hartmann2012-10-011-1/+8
| * UI text: use sentence style capitalization for labelsLeena Miettinen2012-10-011-1/+1
| * UI text: fix capitalizationLeena Miettinen2012-10-011-1/+1
| * UI text: fix capitalization and punctuation.Leena Miettinen2012-10-011-4/+4
| * Debugger: Client for DeclarativeDebuggerAurindam Jana2012-10-0110-67/+125
| * Offer to import builds not done by this Qt Creator instanceTobias Hunger2012-10-011-5/+10
| * UI text: fix capitalization and unify message styleLeena Miettinen2012-10-011-3/+3
| * UI text: fix capitalization and punctuationLeena Miettinen2012-10-013-8/+8
| * Give a qWarning when restoration of kits failedTobias Hunger2012-10-011-2/+6
| * UI text: fix capitalization and punctuation.Leena Miettinen2012-10-011-6/+6
| * Debugger: Remove old codeAurindam Jana2012-10-013-27/+11
| * Android: check UI text for style and grammarLeena Miettinen2012-10-0112-33/+33
| * Update Overlay icon in MiniTargetSelector on Kit changesTobias Hunger2012-09-281-0/+1
| * Fix crashes when typing codePrzemyslaw Gorszkowski2012-09-283-2/+304
| * ClearCase: Fix capitalizationOrgad Shaneh2012-09-283-6/+6
| * Add Autodetection for system cdb/gdb for kits added by sdktool.Friedemann Kleint2012-09-284-1/+29
| * Yet another s/profile/kit changeOrgad Shaneh2012-09-285-16/+16
| * sdktool: Fix MSVC warnings about comparison (!<int> == number).Friedemann Kleint2012-09-284-11/+11
* | fakevim: Star and hash search with gLukas Holecek2012-10-042-1/+17
* | fakevim: Improved repeat commandLukas Holecek2012-10-043-38/+110