Commit Graph

6745 Commits

Author SHA1 Message Date
Tobias Hunger
c30d18b51a Add mobile Qt gui wizard 2010-03-30 16:55:30 +02:00
Tobias Hunger
e68e3f168e Fix setup of unselected targets in targetsetuppage 2010-03-30 16:55:30 +02:00
Tobias Hunger
f11a25801a Add option to query QtVersion for mobile support 2010-03-30 16:55:29 +02:00
mae
65e3017edf minor code cosmetics 2010-03-30 14:57:59 +02:00
Kai Koehne
e45699d1f2 QmlDesigner: Fix compilation of core tests
Patch by Marco Bubke.
2010-03-30 14:41:55 +02:00
Marco Bubke
387f906b3b Fix the reflection of the visible property in the Formeditor
Task-Number: BAUHAUS-449
2010-03-30 14:41:55 +02:00
Marco Bubke
24829c76a0 Add asserts for needed lists functions
The interface for QDeclarativeListReference is bad because in Bauhaus we
need to remove many(all) items which a maybe never removed in the
runtime. So this canLear, canAppend functions renders bauhaus useless.
2010-03-30 14:41:54 +02:00
Marco Bubke
b92821c617 Fix clipping for children
Task-ID: BAUHAUS-501
2010-03-30 14:41:54 +02:00
Marco Bubke
a82d88df49 Update the node instance if a file has changed on the local drive 2010-03-30 14:41:54 +02:00
Marco Bubke
24cc2acdb2 Only update infobox if the mouse is pressed 2010-03-30 14:41:54 +02:00
Marco Bubke
d6cbc6730b Fix parent item in the Form Editor 2010-03-30 14:41:54 +02:00
Marco Bubke
4b8c4add60 Add environment variable to set assert in exception 2010-03-30 14:41:54 +02:00
Kai Koehne
6fc2646388 QmlDesigner: Cleanup of NodeInstanceView
Reviewed-by: Marco Bubke
2010-03-30 14:41:54 +02:00
Marco Bubke
12ef2e8434 Fix ordering bug in the form editor
Task-Id: BAUHAUS-475
2010-03-30 14:41:54 +02:00
Marco Bubke
044b0b8ee3 Fix scaling of the feedback info box in the formeditor 2010-03-30 14:41:54 +02:00
Marco Bubke
cc6cac1672 remove blank line 2010-03-30 14:41:54 +02:00
Marco Bubke
3a0d71ceb1 Fix opacity bug in the formeditor
Task-Id: BAUHAUS-427
2010-03-30 14:41:54 +02:00
Marco Bubke
5f268d9560 fix typo 2010-03-30 14:41:54 +02:00
Marco Bubke
fdd2d083b2 Test for a parent change before the parent is changed int the form editor 2010-03-30 14:41:53 +02:00
Marco Bubke
5d3e4bacc0 Improve performance of State property changes
This patch is eliminating the switch from the state the base state and back if a property is changed.
 For that it is updating the internal caching values in QDeclarativeState.

Reviewed-by: Thomas Hartmann
2010-03-30 14:41:53 +02:00
dt
d89d2db097 Fix forward declaration 2010-03-30 14:15:04 +02:00
Friedemann Kleint
960e00edc0 Symbian/Linux: Add "Update" button for serial devices.
Visible on Linux/Mac only.
2010-03-30 13:43:38 +02:00
dt
cf6bf87244 Fix CMake highlighting with dark theme 2010-03-30 13:08:39 +02:00
dt
2cb9514818 Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainline 2010-03-30 12:59:25 +02:00
Tobias Hunger
ce8b7f976a Fix warning on windows 2010-03-30 13:49:08 +02:00
dt
6b389129af Coding style fixes 2010-03-30 12:58:58 +02:00
mae
ed74fdd5ce Have your debug button back 2010-03-30 12:27:57 +02:00
Tobias Hunger
b74e80dc90 Make sure our active target is not changed accidentally
* Adding a project to the project mode used to reset
   the active target. Make sure to restore the original one.
2010-03-30 13:26:16 +02:00
Tobias Hunger
5398651c93 Make targetsettingspanel more robust
Kudos to dt for spotting this
2010-03-30 13:26:15 +02:00
Alex Neundorf
4d05808813 -add a comment what the class does
Alex

Merge-request: 2164
Reviewed-by: dt <qtc-committer@nokia.com>
2010-03-30 12:11:33 +02:00
Alex Neundorf
916623b473 -cmake syntax highlighting, with the help from Daniel
Alex

Merge-request: 2164
Reviewed-by: dt <qtc-committer@nokia.com>
2010-03-30 12:11:32 +02:00
Friedemann Kleint
7c3caca03c CPaster: Introduce Proxy for QNetworkAccessManager
that is shared and provides delayed creation.
Add "Paste clipboard" option.
2010-03-30 12:05:24 +02:00
Kai Koehne
b5262c9b30 QmlDesigner: Fix crash when changing the transform origin of an item
Fixes crash when changing the transform origin of an item in the
Property Editor. The fundamental problem is that the metatype system
doesn't know about the enum. We used to return then an invalid QVariant
when trying to convert the string to a QVariant. Now we instead return
a valid QVariant, but with wrong type (QString).

Task-number: BAUHAUS-522
Reviewed-by: Erik Verbruggen
2010-03-30 11:22:10 +02:00
Erik Verbruggen
b3ad65d89b Fixed property conversion. Again. 2010-03-30 11:00:20 +02:00
Roberto Raggi
2295aa2871 Revert "Don't wait for the dependencyTable computation in the GUI thread."
OK, it seems that this change is not necessary.

This reverts commit 40bae63c6c.
2010-03-30 10:33:58 +02:00
Roberto Raggi
40bae63c6c Don't wait for the dependencyTable computation in the GUI thread.
Done-with: Erik Verbruggen
2010-03-30 10:29:17 +02:00
Tobias Hunger
64bba7eda0 Add simple unit tests for abld parser 2010-03-29 19:42:13 +02:00
Tobias Hunger
deaa0cc137 Only build outputparser tester when compileing with tests 2010-03-29 19:42:12 +02:00
Tobias Hunger
e9e84fc1be Update wizards to use targetsetuppage 2010-03-29 19:42:11 +02:00
hjk
b1aae1b65d qmlprojectmanager: compile fix 2010-03-29 17:23:40 +02:00
hjk
db753cd83e debugger: avoid confusing status message when exiting debugging if the the
binary is already gone.
2010-03-29 17:22:27 +02:00
con
d891aff7fa Remove use of tool bars because of funny resize behavior.
Also fixes a problem on Mac Cocoa with not being able to use the close
editor button.

Reviewed-by: Lasse Holmstedt
2010-03-29 17:18:17 +02:00
dt
663b166732 Take QMAKE_CXXFLAGS into account for additional INCLUDEPATHS
This also fixes pkg-config support for the code model.

Task-Nr: QTCREATORBUG-976
2010-03-29 17:11:41 +02:00
Thomas Hartmann
ee091aa9c8 QmlDesigner.propertyEditor: increase size of slider handle
See BAUHAUS-532
2010-03-29 16:49:54 +02:00
Thomas Hartmann
b5d66dca1b QmlDesigner: fixes autotest: testCopyModelRewriter1()
See: BAUHAUS-393
2010-03-29 16:49:53 +02:00
mae
91dac9385e Re-enable snippets
Fixed colors to use the same as refactoring rename, and a few
fixes for undo and document changes outside the tab areas.

Reviewed-by: Roberto Raggi
2010-03-29 16:45:41 +02:00
mae
b96bdb50f9 Fixed small update issue
Reviewed-by: jbache
2010-03-29 16:45:41 +02:00
mae
17579bb97f Make completion box hide on an editor undo operation 2010-03-29 16:45:41 +02:00
mae
1699ec54c9 Shorter progress notification timeout for temporary tasks
Reviewed-by: Roberto Raggi
2010-03-29 16:45:41 +02:00
con
8d31ed32a8 An experimental step into icon sneaked in, so add an experimental step
out icon as well.
2010-03-29 16:38:33 +02:00