Roberto Raggi
d61cca8e0a
Show the generated slots in the completion box for the attached property `Keys'.
2010-02-10 16:47:31 +01:00
Roberto Raggi
4d7444e6cd
Fixed the insertion of matching braces when the token at the left of the cursor is a string literal.
2010-02-10 16:24:23 +01:00
Roberto Raggi
56df4e29ce
Fixed possible crash when trying to link invalid documents.
2010-02-10 16:24:22 +01:00
Oswald Buddenhagen
5d0f65fc91
don't assert on $$files(/foo)
2010-02-10 16:20:41 +01:00
Roberto Raggi
220f6b43c2
Register the Qt' and the console' object.
2010-02-10 15:51:53 +01:00
Oswald Buddenhagen
caedef35e2
fix conditionals on the qmakespec
...
- match just the spec name without a possible path
- resolve the default spec
2010-02-10 15:40:53 +01:00
Oswald Buddenhagen
e0e4c4d3bf
properly evaluate one-arg-variant of CONFIG()
2010-02-10 15:40:53 +01:00
Oswald Buddenhagen
46bc5a80ac
make $$files() qmake-compliant again
...
unfortunately, the efforts to use only absolute paths internally became
externally visible ...
2010-02-10 15:40:53 +01:00
Marco Bubke
a426ddada6
Fix id naming for pasting
2010-02-10 15:15:04 +01:00
Marco Bubke
6ac458418b
Remove qDebugs
2010-02-10 15:11:46 +01:00
Erik Verbruggen
b0b893acbf
Fixed null-pointer deref in copy/paste.
2010-02-10 14:50:13 +01:00
Roberto Raggi
2e7ddfb914
Get rid of useless qDebugs.
2010-02-10 14:38:08 +01:00
Marco Bubke
f6a06085e0
Change changeNodeType in changeRootNodeType
2010-02-10 13:03:03 +01:00
Marco Bubke
3f8988b58b
Fix core.pri
2010-02-10 13:03:03 +01:00
Marco Bubke
5f0c9f96ad
Remove wrong statement in the form editor
2010-02-10 13:03:03 +01:00
Marco Bubke
a5c4c3b239
Add BehaviorNodeInstance
...
This is for disabling behavios in Bauhaus
2010-02-10 13:03:03 +01:00
con
686b21195d
Symbian is the term. Also unconditionally reset target names.
...
Since the target names are translated, we cannot use the saved
display name from the user file.
Reviewed-by: Tobias Hunger
2010-02-10 12:41:07 +01:00
Tobias Hunger
8548da1c30
Assume the GCCE toolchain to be always available in Symbian
...
* This is necessary as the decission on whether Symbian support
is available at all depends on the ToolChain used to build.
We should improve this!
2010-02-10 12:21:25 +01:00
Thorbjørn Lindeijer
453dc44889
A bit less indirection
2010-02-10 12:18:22 +01:00
Friedemann Kleint
f230811fcd
CDB: Handle DLLEntryPointNotFound-exception.
2010-02-10 12:09:34 +01:00
Erik Verbruggen
9806b1e165
Fixed pre-precessor bug.
...
When a PP line ended with a \ (join line) and the next line was empty
(ending th joining), the following token would be incorrectly marked as
joined.
Done-with: Roberto Raggi
2010-02-10 11:07:18 +01:00
Erik Verbruggen
b1af22b3ab
Fixed error recovery when failing to parse Q_PROPERTY.
2010-02-10 11:07:18 +01:00
Friedemann Kleint
28d72550d3
Removed static QIcon instances.
...
thus fixing the exit warning:
"~QX11PixmapData(): QPixmap objects must be destroyed..."
Acked-by: con
2010-02-10 10:47:34 +01:00
ck
a403c43645
Botan library: Make pro file work for mingw.
2010-02-10 08:52:37 +01:00
Friedemann Kleint
e37ad01b59
Console app wizard: Disable gui module.
2010-02-10 08:37:22 +01:00
Oswald Buddenhagen
0e6fe766dd
optimize function scoping
...
previously, the entire value hash was simply pushed on a stack upon
entering a custom function. the problem with that was that setting the
function's argument already detached (i.e., copied) the entire hash.
so instead store only actually modified values in nested scopes and let
lookups cascade to parent scopes.
improvement: 2% for qt, 15% for creator ...
2010-02-09 20:48:34 +01:00
Oswald Buddenhagen
62270c1c5b
do not scope the per-file variable values
...
it is extremely unlikely that a function would change one of the
interesting variables (all types of source file lists) but not re-export
them subsequently. thus the scoping only complicates matters and burns
cpu cycles.
we ignore the tiny possibility that this could illegitimately reset a
list while doing exact parsing - the subsequent cumulative parsing would
most likely catch these files again anyway.
2010-02-09 20:48:33 +01:00
Oswald Buddenhagen
de3d24741d
simplify parameter passing to insertUnique and removeEach
2010-02-09 20:48:33 +01:00
Oswald Buddenhagen
bc4e63a310
simplify returning per-file variable values
...
these values do not require evaluating magic variables. the semantics
would be totally unclear anyway.
2010-02-09 20:48:33 +01:00
con
d8def18362
Give targets a tool tip property.
...
Use that for showing details about connected Symbian devices.
Also update the icon with an (not-)connected overlay icon.
Graphics design pending.
2010-02-09 19:07:26 +01:00
Marco Bubke
f7207646bd
fix typo
2010-02-09 18:40:26 +01:00
Marco Bubke
5a28eaaca6
Show if there are anchors in feedback area of the form editor
2010-02-09 18:40:26 +01:00
Tobias Hunger
4fd60a19be
Add runconfigurations when creating a target
2010-02-09 18:07:44 +01:00
Marco Bubke
d1618e1a30
Improve feedback for expressions in the form editor
2010-02-09 18:05:40 +01:00
con
9f3ac20bd2
Add a tool tip for the target selector button.
2010-02-09 17:45:56 +01:00
con
40bfe13779
Remove some duplicate connects.
2010-02-09 17:43:51 +01:00
con
f52e18878c
Move active target name neatly to the middle.
2010-02-09 17:41:37 +01:00
Marco Bubke
aa094ee871
Add feedback for overwritten expressions
2010-02-09 17:29:02 +01:00
Christiaan Janssen
3ac38c9f5a
QmlDesigner.Navigator: Root node is not collapsable
2010-02-09 17:28:30 +01:00
Christiaan Janssen
bcc7561d50
QmlDesigner.Navigator: Icons and error message on invalid id
2010-02-09 17:20:51 +01:00
Tobias Hunger
d1bdfcc363
Integrate target support
...
* Ease cross device development by introducing 'targets' which
group build- and runsettings that are valid for this one target
Most of the kudos for the code review go to dt. Con, thorbjorn,
ckandler and others did also review parts of this patch.
Reviewed-by: dt
2010-02-09 16:57:37 +01:00
Erik Verbruggen
8ee2521fe5
Fixed tokenizing bug.
2010-02-09 16:17:47 +01:00
Erik Verbruggen
f20841cad3
Fixes for the QML designer settings page.
2010-02-09 16:02:13 +01:00
Erik Verbruggen
5d95c35ee1
Fixing undo history mess-ups.
2010-02-09 16:02:13 +01:00
Erik Verbruggen
beb7724d4e
Change rewriting to use the indentation depth of the underlying text
...
editor.
2010-02-09 16:02:13 +01:00
Erik Verbruggen
d76fa87f0d
Added a QML designer settings page.
2010-02-09 16:02:13 +01:00
Marco Bubke
f796346a1d
Make the reparent string in the feedback area shorter.
2010-02-09 15:56:01 +01:00
Marco Bubke
57de5b20e0
Select pasted node in Bauhaus
2010-02-09 15:47:37 +01:00
Marco Bubke
18b0857385
Fix but in the size compution in the Bauhaus
2010-02-09 15:35:06 +01:00
Marco Bubke
7c91160f49
Polish feedback in the form editor a little bit more
2010-02-09 14:42:39 +01:00