Roberto Raggi
ae71514360
Parse C++0x base-specifier-list.
2010-03-23 14:13:22 +01:00
Roberto Raggi
8b625a867c
Parse C++0x mem-initializer-list.
2010-03-23 14:13:21 +01:00
Marco Bubke
199d1e14c5
Fix binding bug for width and height.
...
Task-Id: BAUHAUS-472
2010-03-23 14:06:43 +01:00
Thomas Hartmann
7bb8f29c9c
QmlDesigner: all views instanciated once and shared now
2010-03-23 14:01:25 +01:00
Friedemann Kleint
083988b2c9
Debugger[CDB]: Fixes for Debugging Tools for Windows 6.12
...
Handle the new version's formatting of integer types as '0n...'.
List shorts as int-types.
2010-03-23 14:00:56 +01:00
Erik Verbruggen
b0b95f8875
Fixed possible crash in dangling pointers in namespaces.
...
Patch by: Bill King
2010-03-23 13:53:22 +01:00
Erik Verbruggen
84344041b8
Removed superfluous indenting while rewriting QML one-liners;
2010-03-23 13:52:52 +01:00
Jens Bache-Wiig
36a9d8a40c
Some layout fixes
...
I fixed the tab offset so that we remove the double
border of the first tab also when only one tab is
visible.
2010-03-23 13:51:32 +01:00
Thomas Hartmann
84598b45d6
QmlDesigner.statesEditor: disable debugging
2010-03-23 13:06:25 +01:00
Thomas Hartmann
abbbd61b8a
QmlDesigner fix integration.pri (removing stateseditorcontroller)
2010-03-23 13:05:47 +01:00
Thomas Hartmann
5b736f96cb
QmlDesigner.propertyEditor: stabilize collapse button
2010-03-23 13:04:51 +01:00
Roberto Raggi
071f8ae3b5
Warn for invalid pointer to references.
2010-03-23 12:29:08 +01:00
Roberto Raggi
8141f496ff
Warn for invalid references.
2010-03-23 12:27:09 +01:00
Roberto Raggi
a2c4dee44f
Place a whitespace between references.
2010-03-23 12:22:54 +01:00
Roberto Raggi
4b8d597196
Recognize C++0x rvalue references.
2010-03-23 12:12:07 +01:00
hjk
fbc4dab772
fix for QTCREATORBUG-927
2010-03-23 11:16:35 +01:00
hjk
b43a9965b5
debugger: filter out some noice in the mmx registers
2010-03-23 11:16:35 +01:00
hjk
61ff757b60
debugger: start using a progress bar.
2010-03-23 11:16:35 +01:00
Roberto Raggi
464f797f2f
Don't check the compound statement terminator when parsing.
...
The check should be done in the semantic phase.
2010-03-23 10:25:43 +01:00
Roberto Raggi
6f80219d3e
Renamed the CompoundExpressionAST::compoundStatement.
2010-03-23 10:25:43 +01:00
Erik Verbruggen
0d3dfdbc39
Removed the QML DOM, and changed verification to use the QDeclarativeComponent.
2010-03-23 10:22:52 +01:00
Roberto Raggi
069091eece
Rewind the memory pool only after parsing a toplevel expression statements.
2010-03-23 10:18:17 +01:00
Kai Koehne
cd00785e8b
Disable gcc warning about unused parameters in net7ssh
2010-03-23 09:37:45 +01:00
Erik Verbruggen
f7e9c40751
Changes to get the unittests to work.
2010-03-23 09:22:16 +01:00
Thorbjørn Lindeijer
8dbc9fbea4
Added some missing license headers
2010-03-23 09:18:32 +01:00
Thorbjørn Lindeijer
26d819277e
Fixed Design Mode context handling
...
Some Qt Designer actions stayed visible and/or active while editing
source files or when using the QML Designer even though they shouldn't.
Fixed that by applying some manual context handling in the DesignMode.
Reviewed-by: con
Reviewed-by: Lasse Holmstedt <lasse.holmstedt@nokia.com >
2010-03-23 09:18:07 +01:00
Kai Koehne
6df405cba5
Fix exception when loading .qml file in QmlDesigner
...
I accidentally removed a file from resources ;)
2010-03-22 16:56:34 +01:00
con
d6061a23e1
Refactor the externally modified file handling
...
Reviewed-by: dt
2010-03-22 16:01:55 +01:00
Thomas Hartmann
74d8802e0b
QmlDesigner: remove DocumentCloser and MultipleDocumentsController
2010-03-22 15:55:38 +01:00
Friedemann Kleint
5bc886c5b6
Custom wizards: Make it possible to use fields in default texts.
...
Pass around shared context containing basic replacement map.
CustomProjectWizard adds %ProjectName% to it obtained from signal
BaseProjectWizardDialog::introPageLeft(). Move replacement code into
context. Add new modifier 'c' for capitalizing words.
2010-03-22 15:33:33 +01:00
hjk
af14d9fc48
debugger: remove or rename a few images.
2010-03-22 15:09:41 +01:00
hjk
481a77111d
debugger: "fix" reverse execution icon.
...
Needs work...
2010-03-22 15:09:13 +01:00
hjk
8eee28d8b7
debugger: shorten startup failure message a bit
2010-03-22 15:09:13 +01:00
hjk
128ed085a3
debugger: try to warn if we have a non-python enabled gdb on Windows.
2010-03-22 15:09:13 +01:00
Thorbjørn Lindeijer
ff7967cb22
Namespace ProgressBar and FadeWidgetHack appropriately
...
They're internal classes of the core plugin.
2010-03-22 15:03:31 +01:00
Thorbjørn Lindeijer
0981b1c7fc
Report finished state for concurrent jobs that don't support progress
...
Some concurrent jobs, like getting 'git blame' output, do not report
progress. Their the minimum and maximum of their progress range is
always 0, but they do report when they are finished. When such a job
finishes, we should make sure the progress bar indicates this.
Reviewed-by: con
2010-03-22 15:03:30 +01:00
Thorbjørn Lindeijer
c6dfc92d95
Added standard icon to 'Revert to Saved' action
2010-03-22 15:03:30 +01:00
Thorbjørn Lindeijer
66543381b0
Set a parent on git actions to make sure they're not leaked
...
Static leaks, but causes noise in valgrind output. :)
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com >
2010-03-22 15:03:30 +01:00
Thomas Hartmann
9c195e0531
QmlDesigner.formEditor: allow accessing toolbox actions
2010-03-22 14:46:43 +01:00
hjk
41d400eb24
debugger: hide "watchers" part of Locals&Watchers if there aren't watchers
2010-03-22 13:41:42 +01:00
Jens Bache-Wiig
3ecfc2f343
Fix white text in tool tips and dock widget decorations
...
This was a regression in the custom styling. We no longer set
the panel property on the mainwindow but rely on qobject_cast
to style custom mainwindows.
Reviewed-by: thorbjorn
2010-03-22 13:23:50 +01:00
Thorbjørn Lindeijer
5e68c2afb8
Don't create Welcome mode pages when there is no Welcome mode
...
Fixes creating these pages unnecessarily when the Welcome plugin is not
loaded, as well as "leaking" them in that case.
Reviewed-by: con
2010-03-22 13:13:33 +01:00
Kai Koehne
41ddb9663d
QmlDesigner: Fix MetaInfoException on application exit
...
Don't (try to) initialize the static metainfo db on exit, just so
that you can delete it.
2010-03-22 13:00:09 +01:00
con
7167066abf
Fixes: Selection in color scheme settings sometimes didn't match reality.
...
In case of the default being used, the selected item in the settings
was always the first of the schemes, in "inode order".
The fix always puts the default scheme at the top of the list
which makes sense anyhow.
Reviewed-by: Thorbjørn
2010-03-22 12:44:41 +01:00
con
639338b3c6
Fixes: Save as... didn't put the new file to the watches.
2010-03-22 12:44:41 +01:00
con
1c6d62aaf0
Missing build dependency
2010-03-22 12:44:40 +01:00
Thomas Hartmann
1c51946c99
QmlDesigner: removing StatesEditorController
2010-03-22 12:06:31 +01:00
Kai Koehne
8b7d7cd9a7
QmlDesigner: Re-add transform.png file
...
This re-adds file transform.png, removed in commit
9e1125d464 .
The icon is still referenced in source code.
2010-03-22 12:00:46 +01:00
Thomas Hartmann
740f05d786
QmlDesigner: removing WidgetBoxController
2010-03-22 11:59:36 +01:00
Thomas Hartmann
97918e12ee
QmlDesigner: removing NavigatorController
2010-03-22 11:56:16 +01:00