summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Maemo: Use debugger set up by the SDKTobias Hunger2011-04-131-1/+1
| | | | | | | | Use the debugger set up by the Qt SDK instead of the one shipped with Maemo/Meego. Task-number: QTCREATORBUG-4299 Reviewed-by: Christian Kandeler
* Fix qt version number in Qt Quick Wizarddt2011-04-131-1/+1
| | | | | | | | | | Temporal lapse in understanding which qt version is required for the Qt Quick Wizard. On Maemo we have the Qt Quick compat plugin which allows the generated project to work with 4.7.0. In theory that doesn't apply to symbian, but qt 4.7.0 does not support symbian. (And on the desktop everyone has upgraded.) Reviewed-By: ck
* QmlDesigner.NodeInstances: Use dummy data for components tooMarco Bubke2011-04-122-0/+54
| | | | Reviewed-By: Thomas Hartmann
* TargetSetupPage: Disable editing build directory for symbiandt2011-04-1211-3/+45
| | | | | | Shadow building is not supported so editing the path has no purpose. Reviewed-By: hunger
* Fix minimum qt version for mobile/html wizarddt2011-04-125-6/+7
| | | | | | | That was broken by the TargetSetupPage refactoring Task-Nr: QTCREATORBUG-4486 Reviewed-By: ck
* QmlDesigner.meegoplugin: updating icons for MeegoThomas Hartmann2011-04-1234-19/+59
|
* Prevent improper sizing of MiniProjectTargetSelectorDaniel Molkentin2011-04-121-2/+10
| | | | | | | | | | | The selector would sometimes be too high (if projects were removed), and sometimes show vertical scrollbars (if projects were added). This problem was limited to the first time that the widget was opened on all platforms but on OS X, where it could be observed persistently and where its lack potentially can cause problems due to ed5d10a. Reviewed-by: con Task-Number: QTCREATORBUG-1792
* Fix expanding details button.con2011-04-121-1/+1
| | | | | Task-number: QTCREATORBUG-4467 Reviewed-by: Robert Loehning
* Actually compiledt2011-04-121-1/+1
| | | | | That's what you get for applying the patch, testing it and then applying it again.
* Fix deploy configuration for symbiandt2011-04-121-1/+1
| | | | | Reviewed-By: hunger Pathch-By: ppolanski
* Debugger[CDB]: Fix handling of shadowed variables.Friedemann Kleint2011-04-123-5/+8
| | | | | | | | | Fix name formatting and algorithm to find uninitialized variables to use reverse order in case locals of the same name occur in a scope. Reviewed-by: hjk Task-number: QTCREATORBUG-4475
* Revert "QmlJSEditor: Don't warn about failing dumps if dumper is from 2.1"Kai Koehne2011-04-121-11/+1
| | | | | This reverts commit d40c15abea817cf8c3e6b155a3faff7af527bbd3. Was superseded by 284b0827 (QmlJS: Don't warn user about imports if static info is available).
* QmlJS: Don't warn user about imports if static info is availableKai Koehne2011-04-126-2/+32
| | | | | | | | Don't underline the import if a qmldump fails, but the typeinfo is available via a .qmltypes file. That should allow users to 'fix' qmldump issues by shipping a .qmltypes file. Reviewed-by: Erik Verbruggen
* QmlDesigner.symbianPlugin: fix typoThomas Hartmann2011-04-121-4/+4
|
* Maemo: Fix compilation.Christian Kandeler2011-04-121-1/+1
|
* Maemo: Get rid of some Q_ASSERTs that limit forward compatibility.Christian Kandeler2011-04-122-3/+3
|
* Maemo: Fix deployment issues with disabled packaging.Christian Kandeler2011-04-122-2/+5
|
* Fix crash when closing QML filesRobert Loehning2011-04-111-1/+1
| | | | | Reviewed-by: Thomas Hartmann Task-number: QTCREATORBUG-4459
* QmlDebug: Fix crash on Mac OS XKai Koehne2011-04-111-2/+7
| | | | | | | | | Work-around for what seems to be an optimization bug in i686-apple-darwin9-gcc-4.2.1 . Without it, for i = 1 i - 1 != 0 . Task-number: QTCREATORBUG-4107 Reviewed-by: hjk
* Make "Macro" options title translatableJarek Kobus2011-04-112-2/+3
|
* debugger: fix disassembler address display on Machjk2011-04-111-3/+6
| | | | Reviewed-by: con
* QmlDesigner: update for symbian pluginThomas Hartmann2011-04-1115-16/+12
|
* QmlDesigner.metaInfo: Pure cpp types have now the namespace <cpp>Thomas Hartmann2011-04-112-2/+2
| | | | Reviewed-by: Marco Bubke
* Symbian: Debugger is added to a manually created tool chain.Pawel Polanski2011-04-112-0/+8
| | | | | Done-by: Tobias Hunger Task-number: QTCREATORBUG-4461
* QmlDesigner.NodeInstances: Remove setting paths for pluginsMarco Bubke2011-04-111-5/+0
| | | | Reviewed-by: Thomas Hartmann
* Toolchain: Fix detection of static librariesTobias Hunger2011-04-111-3/+7
| | | | | | | | Fix detection of static libraries, add unit test with a known broken version. Task-number: QTCREATORBUG-4453 Reviewed-by: con
* Tool chain: Find QtCore on MacTobias Hunger2011-04-111-1/+2
| | | | | | | Find QtCore library on mac when not in a framework. Task-number: QTCREATOR-4452 Reviewed-by: con
* QmlDesigner.symbianPlugin: update of iconsThomas Hartmann2011-04-1133-47/+69
|
* Fixed an off-by-one array-out-of-bounds bug.Erik Verbruggen2011-04-111-3/+3
| | | | Reviewed-by: Lasse Holmstedt
* Fix target setup page layout on Mac.con2011-04-084-21/+32
| | | | Reviewed-by: dt
* debugger: fix quoting of watched expressions with funny chars insidehjk2011-04-081-1/+9
| | | | | | Base 64 to the rescue. Reviewed-by: con
* QmlJSEditor: Don't warn about failing dumps if dumper is from 2.1Kai Koehne2011-04-081-1/+11
| | | | | | | | | Ignore dumper failures if dumper is from 2.1. This is the case e.g. for the time being with the Qt SDK 1.1. The type info might still be available if a .qmltypes file is available. Task-number: QTCREATORBUG-4380 Reviewed-by: Erik Verbruggen
* Fix C++ model crash when evaluating deep expressionsLeandro Melo2011-04-082-1/+23
| | | | | Task-number: QTCREATORBUG-3831 Done-with: Roberto Raggi
* CODA: Fixed: CODA keeps handle to .SIS filePawel Polanski2011-04-082-4/+6
| | | | | Task-number: QTCREATORBUG-4324 Reviewed-by: Kai Koehne
* QmlObserver: Fix 'Apply Changes on Save' on MacKai Koehne2011-04-083-38/+4
| | | | | | | | | Use the generic FileInProjectFinder instead of some homebrewn matching algorithm (which didn't handle the case that on Mac OS X, files are copied to the app bundle). Reviewed-by: Christiaan Janssen Task-number: QTCREATORBUG-3188
* debugger: fix display name when using "start and debug external app"hjk2011-04-081-0/+1
| | | | Reviewed-by: Lasse Holmstedt <lasse.holmstedt@nokia.com>
* Fix startup crash on Maccon2011-04-081-0/+2
| | | | | | Introduced by f023b1ddbd3ee9ccb04b6b1263df565e18db5246 Reviewed-by: Kai Koehne
* debugger: remove lldb specific option from debugger menuArvid Ephraim Picciani2011-04-071-0/+2
| | | | Reviewed-By: hjk
* Maemo: Support copying directries to sysroot.Christian Kandeler2011-04-073-1/+40
|
* Mobile wizards: Don't show orientation options for Harmattan & Meego.Christian Kandeler2011-04-071-4/+7
|
* QmlDesigner.itemLibrary: no width/height for textThomas Hartmann2011-04-071-2/+0
| | | | | | The Text element has an implicit size. Reviewed-by: Marco Bubke
* QmlDesigner.nodeInstances: fix rendering bugsThomas Hartmann2011-04-071-4/+3
| | | | | | Qt::transparent != 0 !! Reviewed-by: Marco Bubke
* QmlDesigner.navigator: scroll to selected itemThomas Hartmann2011-04-071-0/+3
| | | | Reviewed-by: Marco Bubke
* QmlDesigner.nodeInstances: fix for implicit widthThomas Hartmann2011-04-071-0/+6
| | | | Reviewed-by: Marco Bubke
* QmlDesigner.propertyEditor: fix for MacThomas Hartmann2011-04-071-1/+8
| | | | | | | The Cleanlooks style is broken on the Mac atm. Task-number: QTCREATORBUG-4296 Reviewed-by: Kai Koehne
* QMakeStep: Disable qmljsdebugger checkbox for Symbian, Maemo5Kai Koehne2011-04-071-0/+11
| | | | | | Debugging on device or the emulator is right now not supported. Reviewed-by: dt
* QMakeStep: Show error output if qmlsdebuggerlib build failsKai Koehne2011-04-071-6/+22
| | | | Reviewed-by: dt
* DebuggingHelpers: Reorder arguments of finished signalKai Koehne2011-04-077-14/+14
| | | | | | | Allow slots that use the error ouput, but aren't interested in the list of the tools. Reviewed-by: dt
* Maemo: Manually create directories when deploying without packaging.Christian Kandeler2011-04-071-3/+2
| | | | Task-number: QTCREATORBUG-4398
* Maemo: Fix displaying error output during deployment.Christian Kandeler2011-04-071-1/+3
|