Commit Graph

8250 Commits

Author SHA1 Message Date
Friedemann Kleint
299ea32ab0 tr()-Fixes. 2010-02-25 14:53:01 +01:00
Friedemann Kleint
cc9b607105 Fix locator filter order. 2010-02-25 14:53:01 +01:00
mae
ddaa9dca80 Save project settings when leaving the "projects" mode 2010-02-25 14:52:31 +01:00
hjk
ac7b18e8b0 debugger: show structure of nested anonymous structs and unions properly 2010-02-25 14:31:14 +01:00
Thorbjørn Lindeijer
34c1ae1fdb Don't use the MiniSplitter in the debug mode
It looks out of place since the virtual splitters coming from the
QMainWindow are not mini splitters.

Reviewed-by: Lasse Holmstedt
2010-02-25 14:11:11 +01:00
Roberto Raggi
a8b3ec5963 Added a simple app to dump the QML type system to an XML file. 2010-02-25 13:54:47 +01:00
con
5e6700e708 Don't show focus rect in target selector on Mac. 2010-02-25 13:08:19 +01:00
mae
e0572239ba Fixed: Search scope is hidden by block highlighting
Task-number: QTCREATORBUG-758
Reviewed-by: thorbjorn
2010-02-25 13:04:08 +01:00
Erik Verbruggen
912a1b95a9 Fixed crash when putting a second root item into a QML file. 2010-02-25 12:57:17 +01:00
Kai Koehne
878e096e7d QmlDesigner: Add (disabled) debug methods & asserts to StatesEditorView 2010-02-25 12:42:45 +01:00
Kai Koehne
bd82bdb6fa QmlDesigner: Fix all states only showing base state in States Editor
Let the State Editor also use the new activateState method from
QmlModelView (stateChanged by default does now nothing). This allowed
us to get rid of the setCurrentStateBack method. Also fix deletion of
states - the "decision" which state should be the new one is now done
in StatesEditorView.

Reviewed-by: Thomas Hartmann
Reviewed-by: Christiaan Janssen
2010-02-25 12:42:30 +01:00
Kai Koehne
541e8a5895 QmlDesigner: Code beautification 2010-02-25 12:41:10 +01:00
Roberto Raggi
ca34e0c043 Compile with gcc -pedantic. 2010-02-25 12:39:39 +01:00
Friedemann Kleint
78d73968cb Changelog: Update 2.0 2010-02-25 10:39:30 +01:00
Friedemann Kleint
28820807a1 Tr()-Fixes 2010-02-25 10:34:25 +01:00
Friedemann Kleint
07037d6b1c Symbian/ABLD: Determine package name (make sis) correctly for 4.6.1
Also delete the old package before executing "make sis" to ensure
that no old file lingers around should the naming change again.
2010-02-25 10:18:13 +01:00
Friedemann Kleint
ffc149ab4e Symbian/TRK: Terminate "CreateProcess" message correctly.
Initial-patch-by: Shane Kearns <shane.kearns@sosco.com>
2010-02-25 10:18:13 +01:00
Jörg Schummer
019f5a41de QmlDesigner.ItemLibrary: Qml code cleanup 2010-02-25 09:55:28 +01:00
Jörg Schummer
411597777b QmlDesigner.ItemLibrary: fixed scrolling
- view is not moving anymore when opening/closing sections
2010-02-25 09:50:42 +01:00
Kai Koehne
7856b196db QmlDesigner: Fix states.qml example file 2010-02-25 09:48:19 +01:00
ck
3a028c097a Maemo: Catch Botan exceptions.
Task-number: TOOLS-297
2010-02-25 09:23:54 +01:00
Jens Bache-Wiig
b7650d343e Fix an icon centering problem on the actionbar
The actualPixmapSize is different
from the resulting pixmap when using
svg icons. This seems to be a bug
in Qt, but using the resulting pixmap
is safe for now.
2010-02-24 19:56:33 +01:00
Jens Bache-Wiig
7af1e21144 Improved styling of project target selector 2010-02-24 19:25:44 +01:00
Erik Verbruggen
8fbf0dd08f Fixed possible crash when error recovery yielded a partially correct AST. 2010-02-24 17:14:51 +01:00
Kai Koehne
fc57893921 QmlDesigner: Add a couple of example .qml files for manual testing 2010-02-24 16:50:21 +01:00
con
324f64b99f Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2010-02-24 16:44:50 +01:00
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
0abf659b36 Let bauhaus core tests compile again
The test case fixed was broken already before, so I couldn't
check whether the fix is actually correct.
2010-02-24 12:13:35 +01:00
Kai Koehne
6102ad9d8d Silence gcc warnings 2010-02-24 12:13:34 +01:00
Kai Koehne
dd632ee95d Remove qmleditor from list of qml autotests to be compiled
It's notoriously broken.

Reviewed-by: erikv
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
Christiaan Janssen
11de03d8e6 QmlDesigner.PropertyEditor: added new properties to the image item 2010-02-24 11:16:41 +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