hjk
bac6ff3b2b
debugger: fix std::string dumper
2010-04-06 13:45:01 +02:00
Christian Kamm
915a07bdbb
CppEditor: Fix context sensitive help for namespaced libraries.
...
If the generated documentation doesn't contain the namespace name,
we failed to look up the correct help page.
Task-number: QTCREATORBUG-946
Reviewed-by: Erik Verbruggen
2010-04-06 13:32:59 +02:00
Erik Verbruggen
e615cf82a5
Fixed regression when assigning an object binding to an array property.
2010-04-06 12:57:02 +02:00
Erik Verbruggen
d160265047
Fixed regression.
2010-04-06 12:57:02 +02:00
Christian Kamm
173fad0d3f
QmlJSEditor: Force a semantic rehighlight when a dependency changes.
...
Since the revision of the current document doesn't change, we don't
get rid of errors due to missing dependencies otherwise.
Reviewed-by: Kai Koehne
2010-04-06 12:38:07 +02:00
Friedemann Kleint
f90eacd8b5
Debugger[CDB]: Handle debugger warnings correctly.
...
Prevent window from popping up repeatedly on warnings.
Task-number: QTCREATORBUG-1061
2010-04-06 12:25:11 +02:00
Kai Koehne
746d73c328
QmlDesigner: Fix coretests for Mac OS X
2010-04-06 12:04:28 +02:00
Erik Verbruggen
491bf79d5f
Changed QML reading in QML designer to use the interpreter for property types.
2010-04-06 11:46:36 +02:00
Kai Koehne
80cf99891b
QmlDesigner: Fix compilation for installed Qt
...
Reviewed-by: dt
2010-04-06 11:46:09 +02:00
Kai Koehne
5ade00d9c9
QmlDesigner: Fix handling of multiple arguments to qml runtime
...
Task-number: QTCREATORBUG-1040
2010-04-06 11:30:56 +02:00
Friedemann Kleint
8d384fc6ad
Fix QSettings keys of FancyMainWindow in QtCreator.ini.
...
Do not use localized Window Titles. Use objectName
or default to dockWidget<n>".
Task-number: QTCREATORBUG-1059
2010-04-06 11:23:11 +02:00
Oswald Buddenhagen
a8eb71726b
add missing tr()
...
Task-number: QTCREATORBUG-1058
2010-04-06 10:53:03 +02:00
Kai Koehne
34b84d8c06
QmlDesigner: Fix crash on loadup
...
Make DesignModeWidget::showEditor reentrant save by explicitly checking
the current status.
The crash happens only reproducably when debugging creator inside
creator (gdb-7.0-ubuntu!).
Reviewed-by: Lasse Holmstedt
2010-04-06 10:51:19 +02:00
Kai Koehne
639ae491c1
QmlDesigner: Store result of bauhaustests in $CREATORDIR/../bauhaustests
2010-04-06 10:51:19 +02:00
hjk
bed8a060ad
debugger: fix crash for 'Create Full Backtrace' on engines that don't support
...
it.
2010-04-06 10:51:35 +02:00
Erik Verbruggen
7c4eb002e2
Fixed corner cases for comparison.
...
Reviewed-by: ckamm
2010-04-06 10:42:48 +02:00
Christian Kamm
d8535a23fe
QmlJSEditor: Update snippets for Qml changes.
...
Task-number: QTCREATORBUG-1032
Reviewed-by: Erik Verbruggen
2010-04-06 10:21:47 +02:00
Christian Kamm
9402fad726
QmlJSEditor: Build Snapshot by looking at imports of parsed files.
...
Previously we just scanned every directory containing a qml file for
other qml files.
This makes import ".." work.
Reviewed-by: Erik Verbruggen
2010-04-06 09:53:57 +02:00
Erik Verbruggen
b71d3eb145
Added defaultProperty attribute reading and storing.
2010-04-06 09:38:40 +02:00
Erik Verbruggen
8c5a340430
Regenerated the builtin types XML file.
2010-04-06 09:38:40 +02:00
Erik Verbruggen
3d2f704817
Changed qmldump to also output the default property when there is one.
2010-04-06 09:38:40 +02:00
Friedemann Kleint
dc197e743c
Remove QFontEnginePlugin from LibraryWizard
...
As it has a special constructor and is rarely used.
Task-number: QTCREATORBUG-1025
2010-04-06 09:29:35 +02:00
kh1
819aac149d
Change tooltips as suggested by Leena.
...
Reviewed-by: Leena Miettinen
2010-04-06 09:15:12 +02:00
kh1
19b75e912a
Fix broken link for key implementation since last changes to the filter.
...
The links have been taken before from the model, now we need to get
them out of the help files, since the help eninge core does not provide
(yet) such functionality. Also return a sensible amount of hits for the
first character, limited for now to 300 for speed reasons.
Reviewed-by: ck
2010-04-06 09:15:11 +02:00
Kai Koehne
e072f1c71d
Fix compiler warnings (gcc)
2010-04-06 08:33:35 +02:00
Kai Koehne
2cb9e2fff7
QmlDesigner: Add help script to run tst_bauhaus & store results in file
2010-04-05 22:18:58 +02:00
Christiaan Janssen
1a9b2dadcf
QmlDesigner.ProjectExplorer: New icons for qml file types
2010-04-01 17:21:41 +02:00
Oswald Buddenhagen
79fd001aff
fix memleak, part 2
...
the previous fix did not consider that ProFiles are a further
specialization of ProBlocks.
Reviewed-by: dt
Task-number: QTCREATORBUG-1003
2010-04-01 16:29:38 +02:00
Tobias Hunger
879f71c2a3
Fix some false positives in the build issues
...
* "In blah method " messages are informative, not errors.
* Be more picky about file names: Stops errors from ranlib, rm,
etc. being reported as build issues.
2010-04-01 16:19:24 +02:00
Friedemann Kleint
9b98df57b0
Wizards: Fix duplicate list of VCS in last page.
...
Triggered by going back and forth.
Reviewed-by: dt
Task-number: QTCREATORBUG-1022
2010-04-01 16:12:28 +02:00
Thomas Hartmann
8b0d9ce198
QmlDesigner.propertyEditor: some qml fixes
2010-04-01 15:55:25 +02:00
Thomas Hartmann
a33654108a
QmlDesigner.propertyEditor: extend generated qml
2010-04-01 15:55:24 +02:00
Thomas Hartmann
2f24d9969a
QmlDesigner.property: show tooltips
2010-04-01 15:55:24 +02:00
Thomas Hartmann
f228df4f35
QmlDesigner.propertyEditor: labels get slightly bigger
2010-04-01 15:55:23 +02:00
Thomas Hartmann
ad05cb296a
QmlDesigner.propertyEditor: eliding for labels
2010-04-01 15:55:23 +02:00
con
fed082ec2f
Re-add important information about Symbian installation dependencies.
...
Reviewed-by: Leena Miettinen
2010-04-01 15:49:56 +02:00
con
1d66348438
Agree on a default sis package name.
...
Instead of renaming it first. We agree on always deploying
target.sis (where target is the qmake TARGET).
For older Qt for Symbian versions we rename to match this.
2010-04-01 15:49:31 +02:00
Christian Kamm
5ae67214a1
QmlJSEditor: Don't trigger a reparse when dependencies change.
...
A semantic rehighlight suffices. This should avoid some parsing cycles
introduced earlier.
Reviewed-by: Roberto Raggi
2010-04-01 15:49:02 +02:00
ck
9cbafa9696
Maemo: Use first device configuration as default.
...
Reviewed-by: kh1
2010-04-01 15:46:36 +02:00
ck
ea61e13216
Documentation: Fix Maemo-specific parts.
...
Reviewed-by: Leena Miettinen
2010-04-01 15:46:36 +02:00
Leena Miettinen
4b9720c2d0
Add information about documentation filters.
...
Reviewed-by: kh1
2010-04-01 15:36:23 +02:00
Tobias Hunger
eca4c5aef0
Fix deletion of buildconfigurations
...
Hitting the remove button to delete buildconfigurations
resulted in the wrong buildconfiguration getting removed.
Reviewed-by: dt
2010-04-01 15:29:03 +02:00
Tobias Hunger
5ba4773892
Fix parsing of CMake progress indicators
...
Reviewed-by: con
2010-04-01 15:29:03 +02:00
Christian Kamm
8d70ab27dc
QmlJS: Clean paths in the Snapshot.
...
To solve import resolution issues on windows.
Reviewed-by: Roberto Raggi
2010-04-01 15:21:30 +02:00
Christian Kamm
80fa321609
Clean the BaseTextDocument filename.
...
Previously, it could contain multiple directory separators, . or ..
This makes using the filename safe for hashes like the ones used in the
C++ and Qml code models.
Reviewed-by: Roberto Raggi
Reviewed-by: mae
2010-04-01 15:21:30 +02:00
kh1
f1e5851257
Fix newline.
2010-04-01 14:52:41 +02:00
kh1
0628ca1957
Make the content item the default one.
...
To make the addition of the qml docs more prominent, make the content
item the default one as it shows all available documentation sets.
Task-number: QTCREATORBUG-1024
Reviewed-by: kkoehne
2010-04-01 14:52:40 +02:00
kh1
1eafca2011
Do not use a stack allocated ne7ssh object.
...
Since the ne7ssh implementation starts the select thread directly inside
the constructor, we would have it polling after initializing the project
manager. Still we should apply the fix Thiago proposed for polling.
Reviewed-by: ck
2010-04-01 14:52:39 +02:00
Jarek Kobus
0c380a7e70
Update Polish translation
2010-04-01 14:21:51 +02:00
Tobias Hunger
4ebf9cb20e
Fix possible crash on project import
...
Fix possible crash on import of projects into creator with
only one valid Qt version set up.
Reviewed-by: dt
Task-number: QTCREATORBUG-1017
2010-04-01 13:53:52 +02:00