Commit Graph

72811 Commits

Author SHA1 Message Date
con
1d2b9bffe7 Adapt target icon size. 2010-02-24 16:44:23 +01:00
Friedemann Kleint
2acc96c8b8 tr()-Fixes. 2010-02-24 16:34:22 +01:00
Robert Loehning
6639da4df5 Don't crash when pro-file is empty.
Reviewed-by: Oswald Buddenhagen
2010-02-24 16:26:08 +01:00
Tobias Hunger
fd7c117328 Make only one GenericMakeStep per BuildConfiguration immutable
Reviewed-by: thorbjorn
2010-02-24 16:20:04 +01:00
con
bf9bc8f6b1 Merge commit 'icons/icons' 2010-02-24 16:03:46 +01:00
con
e0a12e9e2c Show native file paths in category sub-folder nodes.
Correctly show
* Headers
   * C:\foo
instead of
* Headers
   * C:/foo
2010-02-24 15:48:52 +01:00
con
004042403f Compile 2010-02-24 15:42:52 +01:00
con
8c6fc0c454 Don't begin global paths with '/' on windows.
Doing it creates huge delays, because it resolves to a network path.
Also rename FolderNode::setFolderName to FolderNode::setDisplayName,
because that's the name of the property.

Task-number: QTCREATORBUG-695
2010-02-24 15:06:48 +01:00
Tobias Hunger
9087e2ff86 Fix display of import label
* If the qmake path does match then the target does match, too.
2010-02-24 14:45:04 +01:00
Tobias Hunger
6dfdf3a659 Delete project once done with it 2010-02-24 14:12:39 +01:00
Lasse Holmstedt
c2f6d3321d Merge branch 'qmlinspector' 2010-02-24 12:42:31 +01:00
Lasse Holmstedt
30ddab5fd8 fixed deps of qml project manager 2010-02-24 12:31:50 +01:00
Kai Koehne
6102ad9d8d Silence gcc warnings 2010-02-24 12:13:34 +01:00
Jens Bache-Wiig
753596f92b Reduced text highlight on selected item
This is a cosmetic fix for the sidebar.
The highlight contrast is too high now that
the background is darker.
2010-02-24 12:06:58 +01:00
Lasse Holmstedt
c44043188c Fixed qml inspector to work when debugging qml projects 2010-02-24 11:32:21 +01:00
Lasse Holmstedt
52bf558e4b Fixed qml inspector to work when debugging qml projects 2010-02-24 11:30:32 +01:00
hjk
f8004713a6 qml: compile fix with namespaces 2010-02-24 11:05:59 +01:00
hjk
7c790c1e1b compile fix with namespaces 2010-02-24 09:54:34 +01:00
kh1
fab70e72eb No need to have a function if we can call connect inside the class ctor. 2010-02-23 18:16:15 +01:00
kh1
69ebf668ba Return a reference to the object, changed from pointer.
Since we use addAutoReleasedObject we would rather unclean call the
class destructor.
2010-02-23 18:16:14 +01:00
kh1
399ad59faa Move the factories inside there own source files. 2010-02-23 18:16:12 +01:00
kh1
55dc4a9a92 Remove dumper class, wasn't heavily used anyways. 2010-02-23 18:16:11 +01:00
kh1
6d798a2b44 Fix wrong connect/ disconnect logic.
This makes the qemu run button appear/ disappear once we add a maemo
target to an existing project.

Reviewed-by: Tobias Hunger
2010-02-23 18:16:10 +01:00
kh1
48abff252f Style cleanup, no functional change. 2010-02-23 18:16:09 +01:00
Erik Verbruggen
e609e9a701 Simplified ObjC selectors in the AST. 2010-02-23 17:43:52 +01:00
Friedemann Kleint
69dfa3566c Symbian: Use 'make sis' for the ABLD-toolchain as well.
No longer set EPOCDEVICE as it causes an error in createpackage.
Remove obsoleted code calling signis.exe and package file rewriting.
2010-02-23 17:36:58 +01:00
Thomas Hartmann
d93719f02e QmlDesigner.propertyEditor: setting up several panes beforehand 2010-02-23 17:35:43 +01:00
Thomas Hartmann
fbd7b3c202 QmlDesigner.propertyEditor: setting a value in intial setup 2010-02-23 17:35:42 +01:00
Thomas Hartmann
97d6e4df5d QmlDesigner.propertyEditor: change caching behaivour 2010-02-23 17:35:42 +01:00
Thomas Hartmann
8f23a4aba2 QmlDesigner.propertyEditor: fix setupPane() 2010-02-23 17:35:41 +01:00
Thomas Hartmann
5181f2ebe7 QmlDesigner.propertyEditor: catch exceptions for expression editing 2010-02-23 17:35:41 +01:00
Thomas Hartmann
86dadaef5b QmlDesigner.propertyEditor: change timing of defered construction 2010-02-23 17:35:40 +01:00
Thomas Hartmann
cb61b50aa4 QmlDesigner.propertyEditor: enables caching for WidgetLoader 2010-02-23 17:35:39 +01:00
Christian Kamm
f0674aa7e9 Add check for anchor line, changed value assignment checks into visitor.
Done-with: Erik Verbruggen
2010-02-23 17:03:05 +01:00
con
a456d95126 More project related icons. 2010-02-23 17:02:12 +01:00
con
61d3c75a6b Add icons for the different targets. 2010-02-23 17:02:11 +01:00
con
cab971ae61 Project settings icons. 2010-02-23 17:00:50 +01:00
con
4ae45cf22e New Error and Warning icons. 2010-02-23 17:00:50 +01:00
con
7af10a0396 New debug related icons. 2010-02-23 17:00:49 +01:00
con
04d90d9563 Show target overlay icon only in the active target button. 2010-02-23 16:52:44 +01:00
Christian Kamm
c3578f307d Fix parsing errors not showing for the QmlJS editor.
Done-with: Erik Verbruggen
2010-02-23 16:12:19 +01:00
Kai Koehne
375b08617e QmlDesigner: Fix artifact when moving items around
Don't use the dynamic property "HasFormEditorItem" any more when
checking whether childs have to be drawn directly by it's parent.

The problem was actually introduced with the new dynamic metatype
object (NodeInstanceMetaObject). At the time the dynamic property
"HasFormEditorItem" is set in
GraphicsObjectNodeInstance::createGraphicsObject(), the new metatype
object hasn't been created & attached to the object yet. The dynamic
property was effectively lost when the metatype object changed, leading
to multiple drawings of the child item.

This fix replaces the "HasFormEditorItem" property by directly asking
the NodeInstanceView whether an item draws itself or not.

Reviewed-by: Thomas Hartmann
2010-02-23 16:09:11 +01:00
dt
96e2fef626 Fix CppModelManager::parse broken in recent commit
Reviewed-by: Friedemann Kleint
2010-02-23 15:54:49 +01:00
mae
8bd54e3618 Remove more/less-flicker in the projects tab
Fix works at least on Linux.
2010-02-23 15:30:25 +01:00
Nadeem Hasan
e280c0b5a5 * Use prev/next icons from coreplugin resource
* Disable close button when there is no editor active
* Hide lock button when there is no editor active
* Hide the info bar when the editor is closed and no editors are left

Merge-request: 114
Reviewed-by: mae <qt-info@nokia.com>
2010-02-23 15:30:25 +01:00
Christian Kamm
feacbf8a2a Check that the id property is a plain lowercase identifier. 2010-02-23 14:57:19 +01:00
Christian Kamm
0e2685332c Add check for correct color string in Qml. 2010-02-23 14:57:19 +01:00
Tobias Hunger
f6cd2493be Set parents on objects
... otherwise we might leak memory
2010-02-23 14:34:15 +01:00
Tobias Hunger
7cd54f1265 Fix possible crash when deleting targets 2010-02-23 14:34:14 +01:00
Jens Bache-Wiig
c94e06bbbd Migrate ManhattanStyle to use QProxyStyle 2010-02-23 12:42:35 +01:00