Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Maemo: Use debugger set up by the SDK | Tobias Hunger | 2011-04-13 | 1 | -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 Wizard | dt | 2011-04-13 | 1 | -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 too | Marco Bubke | 2011-04-12 | 2 | -0/+54 |
| | | | | Reviewed-By: Thomas Hartmann | ||||
* | TargetSetupPage: Disable editing build directory for symbian | dt | 2011-04-12 | 11 | -3/+45 |
| | | | | | | Shadow building is not supported so editing the path has no purpose. Reviewed-By: hunger | ||||
* | Fix minimum qt version for mobile/html wizard | dt | 2011-04-12 | 5 | -6/+7 |
| | | | | | | | That was broken by the TargetSetupPage refactoring Task-Nr: QTCREATORBUG-4486 Reviewed-By: ck | ||||
* | QmlDesigner.meegoplugin: updating icons for Meego | Thomas Hartmann | 2011-04-12 | 34 | -19/+59 |
| | |||||
* | Prevent improper sizing of MiniProjectTargetSelector | Daniel Molkentin | 2011-04-12 | 1 | -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. | con | 2011-04-12 | 1 | -1/+1 |
| | | | | | Task-number: QTCREATORBUG-4467 Reviewed-by: Robert Loehning | ||||
* | Actually compile | dt | 2011-04-12 | 1 | -1/+1 |
| | | | | | That's what you get for applying the patch, testing it and then applying it again. | ||||
* | Fix deploy configuration for symbian | dt | 2011-04-12 | 1 | -1/+1 |
| | | | | | Reviewed-By: hunger Pathch-By: ppolanski | ||||
* | Debugger[CDB]: Fix handling of shadowed variables. | Friedemann Kleint | 2011-04-12 | 3 | -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 Koehne | 2011-04-12 | 1 | -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 available | Kai Koehne | 2011-04-12 | 6 | -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 typo | Thomas Hartmann | 2011-04-12 | 1 | -4/+4 |
| | |||||
* | Maemo: Fix compilation. | Christian Kandeler | 2011-04-12 | 1 | -1/+1 |
| | |||||
* | Maemo: Get rid of some Q_ASSERTs that limit forward compatibility. | Christian Kandeler | 2011-04-12 | 2 | -3/+3 |
| | |||||
* | Maemo: Fix deployment issues with disabled packaging. | Christian Kandeler | 2011-04-12 | 2 | -2/+5 |
| | |||||
* | Fix crash when closing QML files | Robert Loehning | 2011-04-11 | 1 | -1/+1 |
| | | | | | Reviewed-by: Thomas Hartmann Task-number: QTCREATORBUG-4459 | ||||
* | QmlDebug: Fix crash on Mac OS X | Kai Koehne | 2011-04-11 | 1 | -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 translatable | Jarek Kobus | 2011-04-11 | 2 | -2/+3 |
| | |||||
* | debugger: fix disassembler address display on Mac | hjk | 2011-04-11 | 1 | -3/+6 |
| | | | | Reviewed-by: con | ||||
* | QmlDesigner: update for symbian plugin | Thomas Hartmann | 2011-04-11 | 15 | -16/+12 |
| | |||||
* | QmlDesigner.metaInfo: Pure cpp types have now the namespace <cpp> | Thomas Hartmann | 2011-04-11 | 2 | -2/+2 |
| | | | | Reviewed-by: Marco Bubke | ||||
* | Symbian: Debugger is added to a manually created tool chain. | Pawel Polanski | 2011-04-11 | 2 | -0/+8 |
| | | | | | Done-by: Tobias Hunger Task-number: QTCREATORBUG-4461 | ||||
* | QmlDesigner.NodeInstances: Remove setting paths for plugins | Marco Bubke | 2011-04-11 | 1 | -5/+0 |
| | | | | Reviewed-by: Thomas Hartmann | ||||
* | Toolchain: Fix detection of static libraries | Tobias Hunger | 2011-04-11 | 1 | -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 Mac | Tobias Hunger | 2011-04-11 | 1 | -1/+2 |
| | | | | | | | Find QtCore library on mac when not in a framework. Task-number: QTCREATOR-4452 Reviewed-by: con | ||||
* | QmlDesigner.symbianPlugin: update of icons | Thomas Hartmann | 2011-04-11 | 33 | -47/+69 |
| | |||||
* | Fixed an off-by-one array-out-of-bounds bug. | Erik Verbruggen | 2011-04-11 | 1 | -3/+3 |
| | | | | Reviewed-by: Lasse Holmstedt | ||||
* | Fix target setup page layout on Mac. | con | 2011-04-08 | 4 | -21/+32 |
| | | | | Reviewed-by: dt | ||||
* | debugger: fix quoting of watched expressions with funny chars inside | hjk | 2011-04-08 | 1 | -1/+9 |
| | | | | | | Base 64 to the rescue. Reviewed-by: con | ||||
* | QmlJSEditor: Don't warn about failing dumps if dumper is from 2.1 | Kai Koehne | 2011-04-08 | 1 | -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 expressions | Leandro Melo | 2011-04-08 | 2 | -1/+23 |
| | | | | | Task-number: QTCREATORBUG-3831 Done-with: Roberto Raggi | ||||
* | CODA: Fixed: CODA keeps handle to .SIS file | Pawel Polanski | 2011-04-08 | 2 | -4/+6 |
| | | | | | Task-number: QTCREATORBUG-4324 Reviewed-by: Kai Koehne | ||||
* | QmlObserver: Fix 'Apply Changes on Save' on Mac | Kai Koehne | 2011-04-08 | 3 | -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" | hjk | 2011-04-08 | 1 | -0/+1 |
| | | | | Reviewed-by: Lasse Holmstedt <lasse.holmstedt@nokia.com> | ||||
* | Fix startup crash on Mac | con | 2011-04-08 | 1 | -0/+2 |
| | | | | | | Introduced by f023b1ddbd3ee9ccb04b6b1263df565e18db5246 Reviewed-by: Kai Koehne | ||||
* | debugger: remove lldb specific option from debugger menu | Arvid Ephraim Picciani | 2011-04-07 | 1 | -0/+2 |
| | | | | Reviewed-By: hjk | ||||
* | Maemo: Support copying directries to sysroot. | Christian Kandeler | 2011-04-07 | 3 | -1/+40 |
| | |||||
* | Mobile wizards: Don't show orientation options for Harmattan & Meego. | Christian Kandeler | 2011-04-07 | 1 | -4/+7 |
| | |||||
* | QmlDesigner.itemLibrary: no width/height for text | Thomas Hartmann | 2011-04-07 | 1 | -2/+0 |
| | | | | | | The Text element has an implicit size. Reviewed-by: Marco Bubke | ||||
* | QmlDesigner.nodeInstances: fix rendering bugs | Thomas Hartmann | 2011-04-07 | 1 | -4/+3 |
| | | | | | | Qt::transparent != 0 !! Reviewed-by: Marco Bubke | ||||
* | QmlDesigner.navigator: scroll to selected item | Thomas Hartmann | 2011-04-07 | 1 | -0/+3 |
| | | | | Reviewed-by: Marco Bubke | ||||
* | QmlDesigner.nodeInstances: fix for implicit width | Thomas Hartmann | 2011-04-07 | 1 | -0/+6 |
| | | | | Reviewed-by: Marco Bubke | ||||
* | QmlDesigner.propertyEditor: fix for Mac | Thomas Hartmann | 2011-04-07 | 1 | -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, Maemo5 | Kai Koehne | 2011-04-07 | 1 | -0/+11 |
| | | | | | | Debugging on device or the emulator is right now not supported. Reviewed-by: dt | ||||
* | QMakeStep: Show error output if qmlsdebuggerlib build fails | Kai Koehne | 2011-04-07 | 1 | -6/+22 |
| | | | | Reviewed-by: dt | ||||
* | DebuggingHelpers: Reorder arguments of finished signal | Kai Koehne | 2011-04-07 | 7 | -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 Kandeler | 2011-04-07 | 1 | -3/+2 |
| | | | | Task-number: QTCREATORBUG-4398 | ||||
* | Maemo: Fix displaying error output during deployment. | Christian Kandeler | 2011-04-07 | 1 | -1/+3 |
| |