Christian Kamm
6a49483cff
Add read signals to the FakeMetaObject.
...
Reviewed-by: Erik Verbruggen
2010-03-03 15:33:36 +01:00
Friedemann Kleint
b2dc5e11ba
Symbian: make sis failed when make.exe is not in path.
...
Reviewed-by: con
2010-03-03 15:31:06 +01:00
Christiaan Janssen
65ebe3cdd0
QmlDesigner.PropertyEditor: Adjusted gradient of the highlight
2010-03-03 14:57:40 +01:00
Roberto Raggi
afba921111
Fixed wrong usages of the Q_D() macro.
2010-03-03 14:11:45 +01:00
Roberto Raggi
293f67580d
Fixed: Wrong usage highlighting if function's argument list contains comment.
...
Task-number: QTCREATORBUG-577
2010-03-03 14:11:45 +01:00
Kai Koehne
a673fb7120
QmlDesigner: Fix crash when root item of .qml file not QDeclarativeItem based
...
Task-number: BAUHAUS-424
Reviewed-by: Lasse Holmstedt
2010-03-03 12:03:34 +01:00
Roberto Raggi
26e4672bc6
Updated the QML/JS front-end.
2010-03-03 11:39:21 +01:00
Christian Kamm
08b9323f0c
Fix completion and checking for Script elements. Update Qml type xml.
...
* The "Script" type is now implicitly available without imports.
* No errors for bindings inside a Connections element.
Reviewed-by: Roberto Raggi
2010-03-03 11:38:17 +01:00
Jens Bache-Wiig
93dbb3a5fc
Force custom colors within usable range
...
We previously allowed fully white and yellow colors as the
base color for our interface. This does not work with our
icons or other interface elements. Instead I now constrain
the selectable colors within a certain range of saturation
and brightness. This still leaves the user in control but
will prevent the common case where the user selects an
overly saturated color from the color picker and ends up
with an unusable or extremely ugly panel.
2010-03-03 11:05:25 +01:00
Friedemann Kleint
5bba68aa25
CDB: Break into crashed processes correctly.
...
Set mode variable correctly, suppress unwanted
debug output.
Reviewed-by: hjk <qtc-committer@nokia.com >
2010-03-03 11:02:27 +01:00
Robert Loehning
588b4eff59
Removed obsolete ifdefs.
...
Reviewed-by: dt
2010-03-02 19:53:31 +01:00
Jens Bache-Wiig
35a09f2efe
Fix button toggle of the miniproject selector on Windows
...
The problem is that on windows, mouse events are replayed
if you click outside a popup to close it. If you hit the
project selector button to toggle it, this will cause
the popup to reopen on mouse release. Which we do not want.
Hence we set the DontReplay flag on mouseClick.
A similar workaround can be found in QComboBox.
2010-03-02 18:38:58 +01:00
kh1
9426caeeed
In case we remove docs, but do not add some we need to setup too.
2010-03-02 18:05:01 +01:00
kh1
39a278d43a
Allow multiple docs to be reoved at once, also react on Delete key.
...
Reviewed-by: ck
2010-03-02 18:04:25 +01:00
Daniel Molkentin
4025adf647
Shortcut settings: Group shortcut categories into sections.
...
Do this for the fakevim plugin as well, which uses
a slightly modified version for its settings.
2010-03-02 17:55:25 +01:00
Daniel Molkentin
47fcb86a78
Change the close window action to Ctrl+F4 on Windows
...
Those who do not like it can get the old behavior back by
setting the action to Ctrl+W in the shortcut settings.
Fixes: QTCREATORBUG-767
2010-03-02 17:55:25 +01:00
Thomas Hartmann
a0faeb73f1
QmlDesigner.propertyEditor: fix crash
...
"#000000 " and "true" is not really an expression and is handled as
value now - this keeps consistency with rewriting and the QmlDom
2010-03-02 17:52:08 +01:00
Lasse Holmstedt
e58ee43ecc
Fixed crash on deleting an item while resize tool is being hovered
...
Task-number: BAUHAUS-425
Reviewed-by: marco
2010-03-02 16:51:25 +01:00
Thomas Hartmann
1659771077
QmlDesigner.propertyEditor: fixing of by 2 pixels
2010-03-02 16:01:07 +01:00
Thomas Hartmann
83a7da7c3d
QmlDesigner: randomly distribute pasted items by 25%
2010-03-02 16:01:06 +01:00
Thomas Hartmann
14959eb6c3
QmlDesigner: paste to parent instead of selected item
2010-03-02 16:01:06 +01:00
ck
9cb4baf604
Net7: There is no ssize_t on Windows.
2010-03-02 12:44:40 +01:00
ck
92d7a4598d
Botan: Fix silly bug introduced by e3d16b.
2010-03-02 12:38:34 +01:00
Friedemann Kleint
eae2f62970
Add -profile option that dumps plugin load/initialization times.
...
Reviewed-by: con
2010-03-02 12:33:51 +01:00
hjk
ab3a702c07
debugger: don't ask for traditional dumpers if python was found.
2010-03-02 12:27:27 +01:00
Thomas Hartmann
caf8a4516a
QmlDesigner.propertyEditor: adding new files
2010-03-02 12:16:11 +01:00
Lasse Holmstedt
72b9ad39a0
Fix for crash on setting expressions to anchors in bauhaus
2010-03-02 12:10:40 +01:00
Thomas Hartmann
bea01410a5
QmlDesigner.propertyEditor: add rewriter transactions
2010-03-02 12:09:51 +01:00
Thomas Hartmann
121eda1659
QmlDesigner.propertyEditor: add borders to color widgets
2010-03-02 12:09:50 +01:00
Thomas Hartmann
01d886d19b
QmlDesigner.propertyEditor: fixes bug in marging calulation
2010-03-02 12:09:49 +01:00
Daniel Molkentin
3d57255925
qml project: it's now qml instead of qmlviewer
...
Reviewed-By: con
2010-03-02 11:33:44 +01:00
ck
4500a05016
Net7: Fix bug that prevented detecting send() failure.
2010-03-02 11:30:41 +01:00
ck
e3d16bc932
Botan/Net7 libs: Fix warnings about unused parameters.
2010-03-02 11:22:31 +01:00
ck
7058367556
Silence silly gcc warning.
...
Reviewed-by: Erik Verbruggen
2010-03-02 11:00:14 +01:00
kh1
a53594cf80
Implement index documentation progress bar and make it interruptible.
...
Reviewed-by: ck
2010-03-02 10:55:26 +01:00
Erik Verbruggen
3b2c2c2253
Changed color name checks to use new QColor::isValidColor method.
2010-03-02 10:37:04 +01:00
kh1
b8b08bcc9b
Fix warning.
2010-03-01 19:04:29 +01:00
kh1
90bcb608f6
Suppress accessing the network for any other data.
2010-03-01 18:55:32 +01:00
con
58703ba73d
Version bump.
2010-03-01 17:57:37 +01:00
Jens Bache-Wiig
a2ec8cc939
Fix missing tabfocus with manhattanstyle
...
I added a new focus rect for combo boxes
with manhattan style. To reduce the visual
impact I follow the same policy we use on
windows where we do not show the focus rect
unless it is called upon by tabfocus.
2010-03-01 17:29:12 +01:00
Christiaan Janssen
5522e5cd27
QmlDesigner.PropertyEditor: Color coding in layout pane
2010-03-01 17:22:56 +01:00
kh1
88d99c59a8
Avoid starting qemu if we are not the startup project.
...
Reviewed-by: ck
2010-03-01 17:07:49 +01:00
kh1
adefff60ad
Fix broken enabled/ disabled emulator startbutton state.
...
Functionality depends entirely on the active start-up project, all other
projects should have the the button disabled if they have no Maemo run
config or the the run config is not the active on.
Reviewed-by: ck
2010-03-01 17:07:48 +01:00
Tobias Hunger
d1e4507979
Handle _data() methods for testcases
...
Reviewed-by: dt
2010-03-01 14:52:47 +01:00
Erik Verbruggen
d7ac47da15
Changed field class names.
2010-03-01 14:34:29 +01:00
Christiaan Janssen
97e220df2a
QmlDesigner.StatesEditor: state switching
2010-03-01 14:14:12 +01:00
Lasse Holmstedt
532952b5a0
Compile fix and moved Design mode icon to coreplugin
2010-03-01 13:32:30 +01:00
Thomas Hartmann
a01ff0cc6e
compile fix
2010-03-01 13:23:05 +01:00
Erik Verbruggen
13d7612f09
Removed private header dependencies and introduced loading QML types from XML file.
2010-03-01 13:13:02 +01:00
Lasse Holmstedt
079897f295
fixed crash when changing b/w edit/design mode while QML Designer is loading
2010-03-01 13:11:05 +01:00