Commit Graph

8433 Commits

Author SHA1 Message Date
mae
d2bb23e62f Make creator auto-save the session state when something changed
Currently the 10second auto-save timer is started when an editor
is opened or close, or when a bookmark or breakpoint is set or
removed.

The change ensures that users do not lose their session state
should creator crash (e.g. when a laptop runs out of battery)

Task-number: QTCREATORBUG-188
Reviewed-by: con
2010-03-03 15:57:10 +01:00
mae
df2075d68c another change 2010-03-03 15:57:09 +01:00
Lasse Holmstedt
748361bb23 Fixed crash when opening files with bindings on "when" properties
Task-number: BAUHAUS-430
Reviewed-by: marco
2010-03-03 15:39:56 +01:00
Christian Kamm
fe13a9faec Default initialize FakeMetaMethod correctly.
Reviewed-by: Erik Verbruggen
2010-03-03 15:33:36 +01:00
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
Robert Loehning
da9d35b80b Fixed unfitting translation.
Reviewed-by: Friedemann Kleint
2010-03-03 15:05:28 +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
Robert Loehning
83db17bac9 Increased needed Qt version to 4.7
Reviewed-by: con
2010-03-02 19:19:10 +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
Thomas Hartmann
46b0848b8d QmlDesigner.propertyEditor: add disabled style for combobox 2010-03-02 17:52:07 +01:00
Christiaan Janssen
2c57c2992a Revert "QmlDesigner.PropertyEditor: changed layout combobox"
This reverts commit 622e7234b7.
2010-03-02 17:43:15 +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
ba6d1e6fad QmlDesigner.propertyEditor: tweak stylesheet 2010-03-02 16:01:08 +01:00
Thomas Hartmann
e49ff3b895 QmlDesigner.propertyEditor: cleanup of BorderImageSpecifics.qml 2010-03-02 16:01:08 +01:00
Thomas Hartmann
1e828b725c QmlDesigner.propertyEditor: fixes WebViewSpecifics.qml 2010-03-02 16:01:07 +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
Thomas Hartmann
4baf464ec5 QmlDesigner.propertyEditor: fix for share/qtcreator/qmldesigner/propertyeditor/Qt/TextInputSpecifics.qml 2010-03-02 16:01:05 +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
Christiaan Janssen
32f32bdcd4 QmlDesigner.PropertyEditor: Color coding in the font chooser 2010-03-02 12:34:28 +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
d9d37a22ea QmlDesigner.propertyEditor: fixes TextInput and TextEdit 2010-03-02 12:09:50 +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