Commit Graph

14413 Commits

Author SHA1 Message Date
Erik Verbruggen
298536a553 C++: Added release note about semantic highlighting and Qt 4.7.0 2010-09-30 12:40:33 +02:00
Leena Miettinen
4caeb6dbd4 Doc - Using namespaces in class names
Task-number: QTCREATORBUG-2493

Reviewed-by: Erik Verbruggen
2010-09-30 12:29:18 +02:00
Leena Miettinen
be25ddb0bc Doc - Update screen shots of the Welcome screen 2010-09-30 12:29:17 +02:00
Leena Miettinen
53f3e4eed5 UI text - Fix capitalization on Welcome screen
Reviewed-by: Daniel Molkentin
2010-09-30 12:29:16 +02:00
hjk
ca74c8183f rename changes-2.1 -> changes-2.1.0 2010-09-30 12:27:36 +02:00
Erik Verbruggen
3ebc328498 C++: added quickfix to insert a method definition.
Reviewed-by: Christian Kamm
2010-09-30 12:19:39 +02:00
Friedemann Kleint
44d87bf85d Debugger [gdb/win]: Use calloc instead of malloc for QObject-properties
Avoid symbol clash with QVector::malloc.
Display at least property count.

Reviewed-by: hjk
2010-09-30 12:16:41 +02:00
Friedemann Kleint
36709fd20f Debugger[CDB]: Do not kill debuggee when aborting attach to running.
Reviewed-by: hjk
2010-09-30 12:15:08 +02:00
Kai Koehne
88a36fe34c DebuggingHelpers: Check for Qt version instead checking private files
The location private includes might still change with 4.7.1 . Better
check the qt version string.

Reviewed-by: Lasse Holmstedt
2010-09-30 12:02:26 +02:00
Lasse Holmstedt
a9514a3882 Disable warning message for qmldump
Discussed-with: fkleint
2010-09-30 11:55:58 +02:00
Kai Koehne
8500d9ced8 QmlProject: Allow files to be deleted / renamed
This might lead to files that 'disappear' from the pane, e.g. when
the suffix is changed to something unsupported.

Reviewed-by: Daniel Teske
Task-number: QTCREATORBUG-2436
2010-09-30 11:34:29 +02:00
hjk
1c7da3d83c CppEditor.mimetypes.xml: add #if and #include magic
Reviewed-by: Roberto Raggi
2010-09-30 10:29:28 +02:00
hjk
07ca8e40bc CppEditor.mimetypes: increase range in which the magic #ifndef
Reviewed-by: Leandro Melo
2010-09-30 10:25:03 +02:00
hjk
2883af4bb2 debugger: properly initialize m_hasInferiorThreadList
Reviewed-by: Friedemann Kleint
2010-09-30 09:52:30 +02:00
Lasse Holmstedt
2129b0bcd0 Fix issues with showing correct status of debug helpers
Reviewed-by: Thomas Hartmann
2010-09-30 09:37:42 +02:00
Leandro Melo
129b53f616 Profile editor: Add proper format to white spaces.
The generic highlighter already provided a method for this.
This method was then lifted to the base syntax highlighter
and it is now used by the profile highlighter.

Reviewed-by: Roberto Raggi
Task-number: QTCREATORBUG-2448
2010-09-30 09:25:09 +02:00
hjk
c9e819b537 qmldesigner compile fix
Reviewed-by: Friedemann Kleint
2010-09-30 08:50:36 +02:00
Morten Engvoldsen
50bae31d98 Doc: Fixing QTBUG-13595
(cherry picked from commit b4207f31bc)

Reviewed-By: Leena Miettinen
2010-09-30 08:39:39 +02:00
Daniel Molkentin
5cf1aaf67d Fix compilation and initialization compile warnings.
Reviewed-by: Alessandro Portale
2010-09-29 19:35:25 +02:00
Christian Kamm
b87f0bfdcf QmlJS: Fix qmldump not working for qmlproject projects.
Reviewed-by: Erik Verbruggen
2010-09-29 17:54:51 +02:00
Thomas Hartmann
f5b4668fa5 QmlJsEditor: combine the Quick ToolBar with the toolTip
1000ms after a tooltip is shown we now also show the quick toolbar

Reviewed-by: Erik Verbruggen
2010-09-29 16:58:54 +02:00
Kai Koehne
cb48aad9d2 QmlDesigner: Improve Qt version check in plugins.pro
Reviewed-by: Thomas Hartmann
2010-09-29 16:44:52 +02:00
Friedemann Kleint
8c956abedd Debugger[TRK]: Report crashs with signals.
Show the message box correctly on signal 11 reported.

Reviewed-by: hjk
2010-09-29 16:39:46 +02:00
kh1
2e6217b756 Prefer never documentation over old ones.
Task-number: QTCREATORBUG-2080
Reviewed-by: ck
2010-09-29 14:09:49 +02:00
Leandro Melo
81d40def56 Generic highlighter: Create default dir for definitions on user's area (at runtime). 2010-09-29 14:00:19 +02:00
Marco Bubke
acbb8cd548 QmlDesigner.Model: All nodes includes also non tree nodes 2010-09-29 13:54:28 +02:00
Marco Bubke
989d609b54 QmlDesigner.Model: Fixes order problem
The order of allModelNode function was not in order.
2010-09-29 13:54:28 +02:00
Marco Bubke
a4dfc502d4 QmlDesigner.FormEditor: Add paintedWidth and paintedHeight to transform
properties
2010-09-29 13:54:27 +02:00
Marco Bubke
45bdff449d QmlDesigner: Items in Positioner cannot manipulated anymore
Add a positioner node instance and the concept of resizable and movable
items. Item in a positioner will be not selected anymore. Instead their
positioner will be selected which is not resizable.
2010-09-29 13:54:27 +02:00
kh1
48a43475ec Remove warning.
Reviewed-by: ck
2010-09-29 13:39:09 +02:00
Thomas Hartmann
82865ac7c6 QmlDesigner.model: add sanity check and include fix
Only emit if the view is really attached.

Reviewed-by: Marco Bubke
2010-09-29 13:31:11 +02:00
Thomas Hartmann
a210978e9b QmlDesigner.propertyEditor: re design panes
This patch makes the important properties more
accessible.

Reviewed-by: Marco Bubke
2010-09-29 13:31:10 +02:00
Thomas Hartmann
303a2106a6 QmlDesigner.rewriter: handle enums as enums instead of pure strings
The scopes of enumerators have to be fixed for this.


Reviewed-by: Marco Bubke
2010-09-29 13:31:10 +02:00
Thomas Hartmann
1473d2050d QmlDesigner.propertyEditor: fix for general property editing
QString is also a possible typename

Reviewed-by: Marco Bubke
2010-09-29 13:31:09 +02:00
Thomas Hartmann
8dc0e32f4c QmlDesigner.statesEditor: fix thumbnail drawing code
Before this patch the thumbnail drawing  triggered global
state changes.

Reviewed-by: Marco Bubke
2010-09-29 13:31:09 +02:00
Tobias Hunger
68d032b6a9 Rename member to match coding style 2010-09-29 13:09:41 +02:00
Jarek Kobus
67cb7a3274 Update Polish translation 2010-09-29 13:01:07 +02:00
Jarek Kobus
da79614008 Translator corrections 2010-09-29 12:48:50 +02:00
Tobias Hunger
2cf9910070 Fixup formating of mr2178
Merge-request: 2178
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
2010-09-29 12:29:13 +02:00
Tuomas Puranen
65e95c3aba Added few new functions to IVersionControl, VCSManager and GeneratedFile to support the funcationality needed by the trac plugin.
All the version control plugins updated to have implementations according to the interface changes.

Merge-request: 2178
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>

Merge-request: 2178
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
2010-09-29 12:29:12 +02:00
Roberto Raggi
32fff3f6cd Disabled the semantic highlighter when using Qt 4.7.0. 2010-09-29 12:15:11 +02:00
Friedemann Kleint
6fabd1b237 PathChooser: Fix Windows.
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
2010-09-29 12:03:14 +02:00
Erik Verbruggen
588bc1f78c CPPEditor: Fixed invalid location in refactoring action.
Reviewed-by: Roberto Raggi
2010-09-29 11:35:21 +02:00
Friedemann Kleint
87250689ef PathChooser: Fix: Unable to enter relative command paths.
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
2010-09-29 11:33:07 +02:00
Friedemann Kleint
651cd50838 Debugger: Use raw path for gdb binaries.
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
2010-09-29 11:32:36 +02:00
Tobias Hunger
d4c1c1f8b1 Update make command on changes
Task-number: QTCREATORBUG-2489
2010-09-29 11:17:32 +02:00
Lasse Holmstedt
91c0df0689 Build QMLObserver and qmldump only in debug mode
The problem is that we actually should have both debug & release builds,
but we don't have detection at the moment which binary to use.
See QTCREATORBUG-2496

Reviewed-by: Thomas Hartmann
2010-09-29 10:57:16 +02:00
Lasse Holmstedt
86fcf51b60 QML Observer: fix paths for the qml app template
Reviewed-by: Thomas Hartmann
2010-09-29 10:57:15 +02:00
hjk
32a54bbc3d fakevim: use more of base text's cursor handling
Done with mae.
2010-09-29 10:53:49 +02:00
Friedemann Kleint
bf8dedaade Debugger: Handle synchronous startup fail (Windows).
Make DebuggerRunner handle QProcess::startFailed
correctly on Windows (synchronous signal emission
within startDebugger()).
Remove debug output/warnings.

Reviewed-by: hjk
2010-09-29 10:32:41 +02:00