Commit Graph

13693 Commits

Author SHA1 Message Date
Christian Kandeler
03c0060b96 Mobile + QML wizard: Share common resources.
Reviewed-by: Alessandro Portale
2010-09-13 17:52:16 +02:00
Christian Kandeler
53fa97752b QML wizard: Fix previous deployment fix. 2010-09-13 17:39:42 +02:00
Alessandro Portale
de532ec9bb Fix deployment 2010-09-13 17:36:02 +02:00
Friedemann Kleint
dd52497451 Compile warnings in DebuggerUISwitcher 2010-09-13 17:15:07 +02:00
Friedemann Kleint
1d85378840 Compile fix 2010-09-13 17:12:46 +02:00
Tobias Hunger
b754df90f0 Set environment variable to force GCCE version
Set environment variable to force GCCE version when running qmake
for symbian. This is only relevant for the SBSv2 build system.
2010-09-13 16:57:12 +02:00
Friedemann Kleint
66ad76de4f I18n: tr-fixes. 2010-09-13 16:51:43 +02:00
Christian Kandeler
947f0f3a30 Maemo: source all relevant profiles and ignore non-existing ones.
Reviewed-by: kh1
2010-09-13 16:50:30 +02:00
Christian Kandeler
8194d2287d Mobile + QML qizard: Fix deployment. 2010-09-13 16:49:41 +02:00
Leandro Melo
463488f7d7 MIME database: Add support for attribut weight; Add magic matcher for byte patterns.
This affects how files are identified by the MIME database.
Although this is a general improvement, it was triggered by the following bug report.

Task-number: QTCREATORBUG-1793
Reviewed-by: Friedemann Kleint
2010-09-13 16:45:21 +02:00
Pawel Polanski
8ea7389ca8 Static libraries are not listed in the sis package list. Symbian OS
Revised-by: Tobias Hunger
2010-09-13 16:04:23 +02:00
Christian Kandeler
ee4f4003d5 Fix compilation with namespaced Qt. 2010-09-13 15:28:59 +02:00
Thomas Hartmann
992a3ec4dc QmlDesigner.metaInfo: inherit defaultProperty 2010-09-13 14:52:52 +02:00
Thomas Hartmann
17646d3d93 QmlDesigner.formEditor: use defaultProperty if available 2010-09-13 14:52:51 +02:00
Thomas Hartmann
ada6684702 QmlDesigner.rewriter: add sanity check to qDebug 2010-09-13 14:52:51 +02:00
Thomas Hartmann
b1385817d4 QmlDesigner.rewriter: adding more more info in case of an error 2010-09-13 14:52:50 +02:00
Thomas Hartmann
1292474822 QmlDesigner.metaSystem: set default property for components 2010-09-13 14:52:49 +02:00
Arvid Ephraim Picciani
98736d256b Display thread names
extract thread names from QThread object name

Task-Number: QTCREATORBUG-382
Reviewed-by: hjk
2010-09-13 13:42:14 +02:00
Friedemann Kleint
f7b19f8114 Debugger: Move DebuggerEngine/QmlEngine/QmlCppEngine into Debugger{}
namespace (from Debugger::Internal) as they are exported classes.
Introduce private classes to avoid exposing private JS debugger
headers.
2010-09-13 13:30:35 +02:00
dt
6dec1c6ffd Mobile Wizard: Fix project tree
By introducing a function, which does the hard work
2010-09-13 11:56:16 +01:00
dt
6cd786cda0 new QML Wizard: move qml files to the right level
By using a function, which we evaluate in the right context we end up
with the project tree we want
2010-09-13 11:56:06 +01:00
Christian Kamm
26114a23d0 Indenter: Add an option to control the padding style.
Reviewed-by: Thorbjorn Lindeijer
2010-09-13 12:38:34 +02:00
Christian Kamm
642b6fb0d3 C++ indenter: Separate indent into logical indent and padding. 2010-09-13 12:38:34 +02:00
Denis Mingulov
eed852d8be Image Viewer: Fix for compiling without QtSvg
Merge-request: 177
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2010-09-13 12:13:00 +02:00
Roberto Raggi
efe3dc93d6 Increased the number of threads in the global thread pool.
Reviewed-by: dt
2010-09-13 11:55:38 +02:00
Christian Kandeler
e83ba4d4ec Mobile wizard: Model after QML wizard.
Nodded-at-by: dt
2010-09-13 11:22:38 +02:00
Friedemann Kleint
342ab57db2 Debugger: Un-export GdbAdapters.
Reviewed-by: hjk
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
2010-09-13 11:08:08 +02:00
hjk
5c07433175 debugger: fix warning 2010-09-13 10:26:56 +02:00
hjk
a63f4a5a81 debugger: remove duplicated code
Task-number: QTCREATORBUG-2322
2010-09-13 09:05:39 +02:00
hjk
7457083bab debugger: only update variables that are operated on 2010-09-13 08:32:37 +02:00
Pawel Polanski
5ce3f8ab7a Symbian target supports sub-projects.
Reviewed-by: Tobias Hunger
2010-09-11 10:44:06 +02:00
Lasse Holmstedt
dca859601f Fix misaligned debugger label in run configuration widgets
It was badly positioned esp. in OS X and Windows.
2010-09-10 17:27:08 +02:00
hjk
06a3bf980b debugger: don't suppress previous error messages. 2010-09-10 17:22:28 +02:00
hjk
ff0ac20a42 coreplugin: use Core::Id is some places 2010-09-10 17:22:28 +02:00
hjk
2d6ad5694e coreplugin: introduce an 'Id' class, intended as successor for generic QStrings
to identify actions etc.
2010-09-10 17:22:28 +02:00
Christian Kandeler
05b07bfe48 Maemo: Set Unix target mode for pro-file parsing.
Reviewed-by: kh1
2010-09-10 16:51:10 +02:00
Friedemann Kleint
9ca1e7d79a Debugger: Move some windows functionality around. 2010-09-10 16:23:47 +02:00
Leena Miettinen
9685a0a4de Doc - Remove obsolete style sheet. 2010-09-10 15:41:04 +02:00
Leena Miettinen
d4a9494c52 Doc - Add information about creating task lists and viewing them in the Build Issues pane.
Reviewed-by: Tobias Hunger
2010-09-10 15:41:04 +02:00
Erik Verbruggen
12ac55429c C++: put dependency table calculation into the future.
Task-number: QTCREATORBUG-2300
2010-09-10 14:18:47 +02:00
kh1
be357c4736 Monitor the collection file for doc updates during sdk update.
Reviewed-by: ck
2010-09-10 14:09:58 +02:00
Christian Kandeler
e9cf4e0e42 QML Wizard: Orientation support for Maemo5.
Reviewed-by: Alessandro Portale
2010-09-10 13:58:19 +02:00
Christian Kandeler
891be16a51 Maemo: Fix message. 2010-09-10 13:58:19 +02:00
hjk
25085f5724 debugger: show "Memory..." menu entry only in debug mode 2010-09-10 12:55:51 +02:00
hjk
84176a7341 debugger: code cosmetics 2010-09-10 12:55:50 +02:00
Daniel Molkentin
17b17fb016 Partially revert 7aaaa75094
Reenabling qmldesigner
2010-09-10 12:47:53 +02:00
Fathi Boudra
464b392023 Remove svg module. plugins link uselessly against QtSvg.
Merge-request: 2175
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2010-09-10 12:11:48 +02:00
Christian Kandeler
2fba280d98 Maemo: Fix detection of default MADDE target. 2010-09-10 11:07:20 +02:00
Christian Kandeler
b8186493ee Toolchain processes: Make source of warnings easier to locate.
Reviewed-by: Friedemann Kleint
2010-09-10 11:07:20 +02:00
Oswald Buddenhagen
9cc4a77886 adjust phony target hacks to gdb_dwarf_index addition in qt master 2010-09-10 11:05:19 +02:00