Commit Graph

10189 Commits

Author SHA1 Message Date
Marco Bubke
d65af80cd6 Use a new context for every new created component.
This is fixing many crashes but maybe not anymore in line with the qml
viewer.

Task-Number: BAUHAUS-622
Reviewed-by: kkoehne
2010-04-27 16:38:48 +02:00
Marco Bubke
9d34246a3a Resetting the binding for a property before destroying it.
Fixing a crash for resetting a binding in a state

Task-Number: BAUHAUS-624
Reviewed-by: kkoehne
2010-04-27 16:38:48 +02:00
Marco Bubke
83954cda56 Bauhaus Qml types should be not added to the Bauhaus meta type system
Reviewed-by: kkoehne
2010-04-27 16:38:48 +02:00
Thomas Hartmann
5f3b82e26a QmlDesigner.propertyEditor support for echoMode 2010-04-27 16:35:55 +02:00
Thomas Hartmann
1387ee81ab QmlDesigner.propertyEditor: support for pixelSize 2010-04-27 16:35:54 +02:00
Thomas Hartmann
659b9b5c2b QmlDesigner.propertyEditor: use context object for backend
After this patch the property editor uses a context object for the
backend instead of several context properties
2010-04-27 16:35:53 +02:00
Thomas Hartmann
d67f3eb8ee QmlDesigner.propertyEditor: remove qWarning 2010-04-27 16:35:53 +02:00
Thomas Hartmann
db6cb6161b QmlDesigner.propertyEditor: adding propertyeditorcontextobject 2010-04-27 16:35:52 +02:00
Daniel Molkentin
bbfe7bad3d Add standard shortcut for print action.
Also update Visual Studio keyboard scheme. Xcode already had a proper
key binding.

Reviewed-by: con
2010-04-27 16:12:51 +02:00
hjk
18fcfeb16c fakevim: potential fix for QTCREATORBUG-1263 2010-04-27 16:02:36 +02:00
hjk
ac41af3638 debugger: break less when attemptint to assign strings with embedded newlines
It's still failing, but does not disturb the communication any longer.
2010-04-27 15:33:23 +02:00
hjk
6bb7b6176f debugger: add a cut-down version of the dumpers for python 2010-04-27 15:33:23 +02:00
hjk
34db4fd335 debugger: some engine renamings 2010-04-27 15:33:22 +02:00
hjk
9a8ac49c2c debugger: new files for WatchData; move potentially shared code to watchutils.cpp 2010-04-27 15:33:22 +02:00
hjk
400eecf4ef debugger: some work on python 2010-04-27 15:33:17 +02:00
Friedemann Kleint
010b73615c i18n: tr()-fixes. 2010-04-27 12:39:00 +02:00
Friedemann Kleint
34982c1f23 VCS[Subversion]: Add menu options
Add menu options for consistency, run
svn in C-locale.
Task-number: QTCREATORBUG-1282
2010-04-27 12:16:51 +02:00
Friedemann Kleint
3ea8e3e0d1 i18n: tr()-Fixes. 2010-04-27 11:12:47 +02:00
Tobias Hunger
f261515642 Fix possible crash in the generic project
Make sure we have a RunConfiguration after importing a project from
earlier versions of creator.

Tasknumber: QTCREATORBUG-1277
2010-04-27 10:58:36 +02:00
Tobias Hunger
63340d873f s/QObject::tr/QCoreApplication::translate/g 2010-04-27 10:50:38 +02:00
Roberto Raggi
000b637523 Handle unary ~ operator. 2010-04-27 09:55:19 +02:00
Jens Bache-Wiig
d03367df61 Optimize default header section size for the stack view
Both line and level should be smaller than the other headers
in the default layout since they only show numbers here.

Reviewed-by: danimo
2010-04-26 20:25:14 +02:00
Jens Bache-Wiig
e7eeaf7204 Use south tabs in the debugger
The current northpointing dockwidget layout looks
broken since we repeat the label when the docks are
unlocked. We also dont line up properly with the header sections.
Other dock widgets in designer are also using the south tab so
this would be more consistent.

Reviewed-by: danimo
2010-04-26 19:58:05 +02:00
Jens Bache-Wiig
6be179c424 Slightly improved reference icon
Added a glossy look to make it more consistent with
other icons.

Reviewed-by: Daniel Molkentin
2010-04-26 19:58:05 +02:00
mae
5b46ae79b5 Fix hangup with regular expression search and 0-size match 2010-04-26 19:37:19 +02:00
ck
5022679311 QmlDesigner: Remove invalid "typename" keyword. 2010-04-26 17:27:47 +02:00
ck
f3e0ac3729 Fix multiple occurrences of Botan include dir. 2010-04-26 17:23:01 +02:00
Thomas Hartmann
7d23adf002 QmlDesigner.propertyEditor: cleanup of button and fixing resizing 2010-04-26 16:27:47 +02:00
Thomas Hartmann
56476566e4 QmlDesigner.propertyEditor: add designerpropertymap.h 2010-04-26 16:27:47 +02:00
Thomas Hartmann
d2c9614755 QmlDesigner.propertyEditor: cleanup 2010-04-26 16:27:46 +02:00
Thomas Hartmann
9a4b0dc56a QmlDesigner.propertyEditor: add objectName to frame 2010-04-26 16:27:45 +02:00
Erik Verbruggen
b149ee8dbb Fixed invalid order when inserting new objects.
Done-with: ckamm
Task-number: BAUHAUS-631
2010-04-26 16:21:40 +02:00
Jens Bache-Wiig
ce082fe61d Update welcomepage with a shiny background
I introduced some graphical details in the background
that replaces the gradient. I also fixed the foreground
square a bit to get rid of the blurry line at the bottom.

Reviewed-by: danimo
2010-04-26 15:28:05 +02:00
Lasse Holmstedt
3462def9b6 Fixed contexts in qt quick designer
because of a recent change, they were overlapping with qmljseditor, so
e.g. delete key did not work in text editor.
2010-04-26 15:13:24 +02:00
Thorbjørn Lindeijer
8e9a70addf Renamed TextEditDocumentLayout to BaseTextDocumentLayout 2010-04-26 14:42:11 +02:00
Thorbjørn Lindeijer
41ab8fbbf1 Moved TextEditDocumentLayout and related classes to their own file
The Parentheses, TextBlockUserData and TextEditDocumentLayout classes
and their member function implementations were spread around the
BaseTextEditor class. Moving them to their own file to make the code a
bit better organized.

Reviewed-by: mae
2010-04-26 14:42:11 +02:00
Lasse Holmstedt
128afde011 restored toggling full screen for bauhaus 2010-04-26 14:40:40 +02:00
Lasse Holmstedt
aeb8871094 Added menu entries for hiding and showing left/right bauhaus sidebars 2010-04-26 14:27:49 +02:00
Lasse Holmstedt
73f1a30714 Added weakpointers to Sidebar to make sure things aren't double-deleted
Reviewed-by: con
2010-04-26 14:27:49 +02:00
Lasse Holmstedt
3be86bb828 Added Window->Views menu entry for restoring Qt Quick Designer layout 2010-04-26 14:27:49 +02:00
Lasse Holmstedt
fe48286ecc Made Qt Quick Designer editor opening modal
If you're in Design mode, any new editors will open in design mode
as well. If you're in Edit mode, new editors will open in Edit mode.

Task-number: BAUHAUS-609
2010-04-26 14:27:49 +02:00
Lasse Holmstedt
71297db227 added missing dependency for qmljseditor 2010-04-26 14:27:48 +02:00
Lasse Holmstedt
fd549343fc unified left & right sidebars in bauhaus
SideBar was patched to give it extra functionality:
 - closeWhenEmpty: when all sidebar widgets are closed, the whole
   sidebar will disappear, too.
 - unavailableItems: a list of non-openable windowTitles can be given
   to the sidebar.

Reviewed-by: con
2010-04-26 14:27:48 +02:00
Lasse Holmstedt
6cbf520599 Added functionality to hide all sidebars in bauhaus
Alt+0 does this now, the command is overridden.

Reviewed-by: kkoehne
2010-04-26 14:27:48 +02:00
ck
e112c6a9bf Maemo: Add simple widget for package configuration. 2010-04-26 14:12:45 +02:00
Kai Koehne
797bc649ea Quick Designer: Fix core tests
'property var' isn't supported any more, it's now 'property variant'
2010-04-26 13:29:40 +02:00
Kai Koehne
e01c627325 QuickDesigner: Fix typo in method name 2010-04-26 13:29:40 +02:00
Erik
3ae3e3f330 Import library target from cmake project.
Added library flag to CMakeBuildTarget struct which is set when parsing
the cbp file. This flag is then used to make sure no runconfiguration
is created for library targets.

Merge-request: 136
Reviewed-by: dt <qtc-committer@nokia.com>
2010-04-26 12:30:02 +02:00
dt
0b5ffee800 Remove debugging output 2010-04-26 12:30:00 +02:00
dt
f093d0806b Cancel code model indexing on project closing and full code model update
Task-Nr: QTCREATORBUG-1151
2010-04-26 12:29:50 +02:00