Tobias Hunger
cdf2ec6f11
Sort targets by name
...
when presenting them in the new project wizard.
2010-02-18 15:51:39 +01:00
Tobias Hunger
f2295f889e
Set size of widgets for devices to match default resolution
...
* When creating a new project for some device: Set UI element size
to the device resolution.
2010-02-18 15:36:16 +01:00
Tobias Hunger
871d54657b
Clean up qt4 projectloadwizard
2010-02-18 15:36:15 +01:00
Kai Koehne
06abd3b59d
Renaming Qml wizards
...
Unify names to QmlProjectApplicationWizard & QmlProjectImportWizard
2010-02-18 15:34:17 +01:00
Christian Kamm
2440bfc5dc
Don't try to look up members of attached properties.
2010-02-18 15:01:26 +01:00
Christian Kamm
e8565890fb
Teach QmlJS editor about QVector2D and QVector3D.
...
Used, for instance, in Rotation.axis or Rotation.origin.
2010-02-18 14:54:40 +01:00
Friedemann Kleint
3076303933
Imageviewer: Compile
2010-02-18 14:53:47 +01:00
Kai Koehne
02ce57e4bf
Remove Positioners (Column, Row, Grid) from Library
...
We don't support manipulating them right now.
Ideally all the items should probably appear on this page, but some
grayed out - disabled.
2010-02-18 14:51:16 +01:00
Kai Koehne
ba0cce3596
Split up "Qt" category in Library into subcategories
...
Separation is taken from the Qml Elements documentation, but
some names have been shortened:
Basic Visual Elements -> Basic
Basic Interaction Items -> Interaction
2010-02-18 14:51:16 +01:00
Friedemann Kleint
b70a4e62c0
Rework S60DeviceRunconfiguration/RunControl.
...
- Prepare usage of 'make sis' target for GnuPoc.
- Change the package names to '_unsigned.sis', '.sis'
instead of using '.sisx' for signed, adding accessors
to S60DeviceRunconfiguration.
- Determine the local executable file name from the
package template for GnuPoc (as it is no longer
located under the SDK tree).
2010-02-18 14:47:00 +01:00
Christian Kamm
2ce1592a14
Error when binding to nonexistant member of property in Qml.
...
This now errors for:
anchors.undefinedAnchor: foo
x.undefinedAnchor
2010-02-18 14:24:24 +01:00
con
cdd8aad28a
Add a (very) simple image viewer.
2010-02-18 14:09:58 +01:00
Kai Koehne
43923748f6
Let Bauhaus testcore compile again
...
Also fixing bunch of failures, still some to go though ...
2010-02-18 12:41:32 +01:00
ck
bd82c8f052
BinEditor: Properly set cursor position on new data range.
2010-02-18 11:55:51 +01:00
ck
d8e7bb9ca0
BinEditor: Flatten context menu.
2010-02-18 11:35:29 +01:00
Christian Kamm
4d5e1a9a0c
Fix possible crash in QmlJS semantic checker.
2010-02-18 10:42:15 +01:00
Christian Kamm
499f7780e4
Fix possible crash in QmlJS semantic checker.
2010-02-18 10:39:18 +01:00
Friedemann Kleint
cd53a562e8
Symbian: Check for /dev/ttyUSB, fix GCCE toolchain.
...
Move code to locate gcce from S60Manager to CCE toolchain and make it
handle empty GCCE-root's correctly (locate compiler in path and
warn if none found). Set up environment correctly.
2010-02-18 10:22:50 +01:00
Christiaan Janssen
0b470d1c76
QmlDesigner.PropertyEditor: color widget improvements
2010-02-17 18:11:50 +01:00
ck
d87d7694bc
BinEditor/MemoryView: Follow pointers, potentially in new window.
...
Reviewed-by: hjk
2010-02-17 17:41:09 +01:00
Friedemann Kleint
7c9c99dcf0
Symbian/Linux: Enable building with makefile-based system.
...
- Autodetect SDK by environment variable EPOCROOT and qt directory
below.
- Environment::appendOrSet/prependOrSet: Avoid duplicate entries
- Rename toolchain enumeration value
- Adapt S60ToolChainMixin to new GnuPoc setup, provide routines for
all required variables.
- RVCTToolChain: Make RVCT detection smarter (Check for RVCT<v1><v2>BIN
variable). Set all required variables in case of RVCTToolChain/GnuPoc
- QtVersionManager: Detect toolchain and Qt version properly, make S60
device run config accept toolchain.
- Modify S60DeviceRunControl to execute 'make sis'
- Modify S60Devices::detectQt...() to check for Qt installed into SDK
first and symlink as fallback.
2010-02-17 17:38:48 +01:00
hjk
e5eff803a5
compile fix with namespaces until the qml staging branch is merged again
2010-02-17 17:21:37 +01:00
hjk
d614b6a8f5
debugger: remove unused files
2010-02-17 17:18:26 +01:00
Tobias Hunger
a3432b437b
Fix shadowbuild changing state in project mode
2010-02-17 17:13:24 +01:00
Tobias Hunger
1ff0a7e03a
Add target selection wizard to Qt4 projects
2010-02-17 17:13:23 +01:00
Tobias Hunger
efe3ac597a
Default to not shadowbuilding
...
when not set to true in the .user-file.
2010-02-17 17:13:23 +01:00
Tobias Hunger
2526ea70ad
Remove useless forward declaration
2010-02-17 17:13:22 +01:00
Tobias Hunger
c4a4a18599
Remove some useless explicit statements
2010-02-17 17:13:22 +01:00
Tobias Hunger
563983c4b0
Remove default Qt version entry
...
* Remove default Qt version from list of available versions
2010-02-17 17:13:21 +01:00
hjk
3d8b17aeb5
qml: compile fix with namespaces
2010-02-17 17:11:17 +01:00
hjk
b6a99c4e4f
fakevim: re-enable :<line> which was broken after some recent merge
2010-02-17 17:08:03 +01:00
hjk
8a0ddf1b9f
debugger: plug leak in watch model.
...
Brace for impact...
2010-02-17 17:08:02 +01:00
hjk
071c99b4a5
debugger: more Book Case, some new tooltips.
2010-02-17 17:08:02 +01:00
dt
2e870d3753
Fix stylesheet hack to only be used with 4.6
...
Note: If you are compiling with 4.6 but running against 4.7 then this
will result in a slightly buggy line edit.
Reviewed-by: Friedemann Kleint <qtc-committer@nokia.com >
2010-02-17 16:54:50 +01:00
dt
3c99f02bcb
Rename QMake to qmake since that's the official spelling.
2010-02-17 16:54:50 +01:00
dt
8e04e42320
Split updateToolBarActions again.
...
And rename it to updateRunActions() again, since that function is
only called if the run actions actually change.
2010-02-17 16:51:02 +01:00
dt
75545a2bf0
Fix FileManager to correctly handle multiple IFile's for the same file
...
And port the Qt4ProjectManager to use that API for synchronization
between editors and the .pro file tree.
Reviewed-By: con
2010-02-17 16:51:02 +01:00
dt
508173b872
Make it possible to add spaces to makestep arguments :)
2010-02-17 16:51:02 +01:00
Christiaan Janssen
7fbbe74e20
QmlDesigner.PropertyEditor: color widget improvements
2010-02-17 16:35:20 +01:00
Kai Koehne
fb8357136e
Remove support for old .qmlproject file format
...
We used to fail back to the old format if the .qmlproject file
was invalid. Anyhow, this lead to weird effects ... better disable
it explicitly.
That no warning is shown right now when loading an invalid qmlproject
file is a bug in coreplugin.
2010-02-17 16:32:41 +01:00
mae
20ec30223c
Block highlight works incorrectly with methods having parameters split in several lines
...
task-number: QTCREATORBUG-611
2010-02-17 16:02:47 +01:00
Erik Verbruggen
727d71a48d
Temporary fix, waiting for qt-qml staging to trickle in.
2010-02-17 16:01:41 +01:00
Christiaan Janssen
04d15f09a2
QmlDesigner.PropertyEditor: Added missing functionality for color chooser widget
2010-02-17 15:22:56 +01:00
Christiaan Janssen
20064a8313
QmlDesigner.PropertyEditor: Hue control fixed
2010-02-17 15:22:56 +01:00
Thorbjørn Lindeijer
99af2f9cca
Fixed the border of the completion widget
...
Broke in f14c50dabc
2010-02-17 15:19:10 +01:00
Tobias Hunger
2e0a71f0b9
Fix build.
...
* Accidentally included a header not ready to commit yet.
2010-02-17 15:00:32 +01:00
Marco Bubke
fb3fe32c27
Replace : with - in path name because : path names are invalid for some
...
OS
2010-02-17 14:54:20 +01:00
Marco Bubke
8584dfc591
Fix crash for a real only object property which is a null object
2010-02-17 14:54:20 +01:00
Tobias Hunger
1b64f6a18e
Remove unnecessary #includes
2010-02-17 14:36:45 +01:00
Marco Bubke
f2e3ffc776
Fix crash for a activated state which has no StateGroup
2010-02-17 13:35:39 +01:00