summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Core: Export PromptOverwriteDialogTobias Hunger2014-09-033-6/+4
* ExternalTool: Add missing member to assignment operatorTobias Hunger2014-09-031-0/+1
* DocumentManager: Reduce scope of variableTobias Hunger2014-09-031-1/+1
* Wizards: Consistently use singular in categoriesTobias Hunger2014-09-031-5/+5
* SettingsAccessor: Introduce backupName()Tobias Hunger2014-09-032-14/+22
* Merge "Merge remote-tracking branch 'origin/3.2'"Eike Ziller2014-09-0354-161/+269
|\
| * Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-0354-161/+269
| |\
| | * Do not build UpdateInfo pluginEike Ziller2014-09-031-5/+5
| | * VariableManager: Hopefully fix crash with int variablesEike Ziller2014-09-031-1/+2
| | * QmlJS: Use canonical paths for matching of import directoriesKai Koehne2014-09-034-11/+20
| | * QmlJS: Remove undefined methodKai Koehne2014-09-031-2/+0
| | * QmlJS: Don't use QDir::separator() for internal pathsKai Koehne2014-09-035-6/+6
| | * SettingsAccessor: Fix discarding user sticky settings on 3.1->3.2 upgradeOrgad Shaneh2014-09-021-0/+5
| | * RemoteLinux: Fix mixed debugging.Christian Kandeler2014-09-022-18/+25
| | * Fix behavior of debugger run widget.Christian Kandeler2014-09-021-2/+6
| | * QbsProjectManager: Fix crash when an install step is removed.Christian Kandeler2014-09-012-0/+14
| | * Debugger: Don't use document with AST from indexing snapshotNikolai Kosjar2014-08-291-4/+1
| | * C++: add env. var. to disable decl/def link tracking.Erik Verbruggen2014-08-291-0/+4
| | * C++: Fix possible use-after-free of AST.Erik Verbruggen2014-08-292-4/+2
| | * C++: set the objectName of QTimers.Erik Verbruggen2014-08-297-6/+20
| | * Painting fix when devicePixelRatio > 1Paul Olav Tvete2014-08-281-1/+2
| | * qmljs: fixing used importsFawzi Mohamed2014-08-283-4/+6
| | * QmlDesigner.MetaInfo: Avoid duplicated propertiesThomas Hartmann2014-08-281-2/+4
| | * Add qtquick 2.3 and qtquickcontrols 1.2 templatesjkobus2014-08-282-0/+8
| | * Debugger: Remove default shortcut for Restart DebuggingOrgad Shaneh2014-08-281-1/+0
| | * Fix extraSelections callAndreas Holzammer2014-08-281-1/+1
| | * QmlDesigner: Fix typoThomas Hartmann2014-08-271-1/+1
| | * FancyMainWindow: Don't relay enter events as leave eventsUlf Hermann2014-08-261-1/+1
| | * QbsProjectManager: Write enable project files before adding/removingThomas Epting2014-08-262-0/+29
| | * Fix missing argumentRobert Loehning2014-08-261-1/+1
| | * Debugger: Fix soft assertionOrgad Shaneh2014-08-261-1/+4
| | * don't declare defeat if only cumulative evaluation failsOswald Buddenhagen2014-08-251-8/+4
| | * iOS: Fix determination of SDK with maximum versionEike Ziller2014-08-251-1/+1
| | * Abi: Fix detection of mips64elOrgad Shaneh2014-08-251-1/+5
| | * Debugger: Avoid duplication of SDK debuggersOrgad Shaneh2014-08-251-6/+3
| | * Debugger: Rework matching of debugger item and targethjk2014-08-251-61/+69
| | * Locator: Fix deadlockEike Ziller2014-08-251-1/+0
| | * QmlDesigner: fix that we have too many updateActiveQtVersion() connectionsTim Jenssen2014-08-221-4/+3
| | * Update qbs submodule.Christian Kandeler2014-08-221-0/+0
| | * QbsProjectManager: Don't leak the "Reading project" progress bar.Christian Kandeler2014-08-221-0/+5
| | * ios: Fix case in .pro filesRobert Loehning2014-08-212-2/+2
| | * QmlDesigner.NavigatorView: Do not set a position for new itemsThomas Hartmann2014-08-212-4/+6
| | * QmlDesigner.Rewriter: Adding missing global Qt enumsThomas Hartmann2014-08-211-1/+2
| | * QmlDesigner.PropertyEditor: Fix captionThomas Hartmann2014-08-211-1/+1
| | * CppTools: Remove concurrent write access to diagnostic messagesNikolai Kosjar2014-08-211-2/+6
| | * OSX: Get rid of File > Exit menu itemEike Ziller2014-08-211-0/+1
| | * qmljs: adding getDay and getUTCDay to date objectFawzi Mohamed2014-08-211-0/+2
| | * Fix typoRobert Loehning2014-08-201-1/+1
* | | Designer: Use a BaseTextEditorFactory to create the Xml editorhjk2014-09-0311-191/+69
|/ /
* | CppEditor: Don't set TextEditor context twicehjk2014-09-031-2/+1