Friedemann Kleint
edb4893547
Header cleanup in src, specify module name.
2011-01-24 12:29:48 +01:00
Nicolas Arnaud-Cormos
2a10a81006
Change the default shortcut for execute macro.
...
Use the Alt+R, now that default shortcuts for save macros are not
created by default.
Merge-request: 236
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com >
2011-01-24 11:39:43 +01:00
Nicolas Arnaud-Cormos
1f1656163c
Refactor the shortcut management for plugin macros
...
When saving a macro, a shortcut is created and the user can change the
shortcut in Options->Keyboard.
When the macro is removed, the shortcut is removed from the
actionManager using the removeShortcut method.
This is way simpler than before, where a number of default shortcuts
where defined and macros took the empty space.
Merge-request: 236
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com >
2011-01-24 11:39:42 +01:00
Nicolas Arnaud-Cormos
f3d7bbff0c
Add removeShortcut method to the actionManager.
...
Almost working as the removeAction, but we don't need to check if the command is empty here.
Merge-request: 236
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com >
2011-01-24 11:39:40 +01:00
Friedemann Kleint
c41d9412aa
Symbian: Fix runtime warnings.
2011-01-24 09:48:11 +01:00
Pawel Polanski
53e72b0bec
Symbian: process detection added to CODA
2011-01-21 17:44:45 +01:00
Friedemann Kleint
119c6e80fa
Build warnings.
2011-01-21 17:29:46 +01:00
Friedemann Kleint
8652b17515
Debugger[gdb]: Improve reporting of Windows exceptions.
...
Particularly affecting Windows DLL loading, which was previously
suppressed.
Reviewed-by: hjk
Task-number: QTCREATORBUG-3470
2011-01-21 16:46:01 +01:00
Kai Koehne
48bfd1c934
Qt4ProjectManager: Revamp of Qt Versions dialog
...
The versions dialog now uses Utils::DetailsWidget to show the
general version information and (debugging) helper information.
The 'Helper Tools' can now be expanded to see each tools status
& recompile them selectively.
2011-01-21 16:18:40 +01:00
Kai Koehne
33703a4687
Utils::DetailsButton: Don't make button vertically expanding
...
Change default vertical size policy of the DetailsButton from
Expanding to Preferred: This way it won't be 'greedy' and enlarge
just because there is space left.
2011-01-21 14:51:59 +01:00
Kai Koehne
c7652667b3
QmlJSInspector: Remove unneeded header
...
Task-number: QTCREATORBUG-3554
2011-01-21 13:57:18 +01:00
dt
063c4ff670
Add "Run" to projectexplorer context menu
...
Task-Nr: QTCREATORBUG-2166
2011-01-21 13:35:23 +01:00
dt
35d95e3b17
Qt4ProjectManager: Do not offer invalid qt versions
2011-01-21 13:35:22 +01:00
dt
4160e9557c
Creator: Also warn off undefined symbols on linux-g++
...
Patch by Fabo
2011-01-21 13:35:22 +01:00
Pawel Polanski
27dc0d8708
Warning fix
2011-01-21 13:27:49 +01:00
Christian Kandeler
e8c5de1547
Maemo: Don't upload utfs-client anymore.
...
It's now a part of mad-developer and should be on the device already.
2011-01-21 13:21:36 +01:00
Friedemann Kleint
3ff03ea941
Debugger: Fix CDB autodetection for 32bit builds on 64bit systems.
2011-01-21 12:50:13 +01:00
Friedemann Kleint
c11d657dea
Compile.
2011-01-21 12:48:51 +01:00
Pawel Polanski
e48f520999
Symbian: Separating CODA's and TRK's RunControl
...
Reviewed-by: Tobias Hunger
2011-01-21 11:14:49 +01:00
Christian Kamm
315fc34f3b
qmldump: Produce an error message if module import fails.
...
Reviewed-by: Kai Koehne
2011-01-21 10:28:19 +01:00
Marco Bubke
c6d0f497f3
QmlDesigner.FormEditor: Fix repaint artefacts
2011-01-20 20:35:32 +01:00
Marco Bubke
d7132fea95
QmlDesigner.FormEditor: Fix crash for root type change
2011-01-20 19:13:32 +01:00
Marco Bubke
91bdc5de12
QmlDesigner.Model: Call NodeInstanceView before other views for root type change
2011-01-20 19:12:47 +01:00
Marco Bubke
a20ffe0550
QmlDesigner: Fix the formeditor background
2011-01-20 18:52:23 +01:00
Marco Bubke
8c63b9b11a
QmlDesigner: Add some more items from meego and symbian
2011-01-20 17:50:36 +01:00
Marco Bubke
a4680d84f4
QmlDesigner.ItemLibrary: Fix crash for import change
2011-01-20 17:50:36 +01:00
Marco Bubke
fc69d85092
QmlDesigner: Restart qmlpuppet for root node change
2011-01-20 17:50:36 +01:00
con
3f0a4446f3
Make action containers aware of deleted commands.
...
They need to remove them from their internal structure.
2011-01-20 16:36:55 +01:00
con
06acd2cc25
Refactor ActionContainer internals.
...
Make groups explicit instead of magic integer stuff.
That also makes group ordering explicit instead of magically working
(the way we happened to use it and the way unique id manager is
implemented).
2011-01-20 16:36:55 +01:00
Christiaan Janssen
9d06b900d7
QmlJsInspector: added PropertyInspector files
...
Reviewed-by: Kai Koehne
2011-01-20 15:38:21 +01:00
Christiaan Janssen
f5039a4a02
QmlJsInspector: implemented Property Inspector
...
Reviewed-by: Kai Koehne
2011-01-20 15:11:39 +01:00
Christiaan Janssen
6a829f5a8f
QmlJsLiveTextPreview: adjusted ast offsets for objectbindings
...
Reviewed-by: Kai Koehne
2011-01-20 15:11:39 +01:00
Erik Verbruggen
be3f3a159d
Corrected fix to the FindUsages auto-tests.
2011-01-20 15:05:27 +01:00
Friedemann Kleint
6b153c8747
Tests: Fix compilation/plugin test.
2011-01-20 14:43:06 +01:00
Leena Miettinen
261a3f1785
Doc: context-menu commands in Modules and Source Files views
...
Reviewed-by: Friedemann Kleint
Reviewed-by: hjk
2011-01-20 14:06:16 +01:00
Leena Miettinen
8fd7b871ca
Doc: snippet editor
...
Reviewed-by: Leandro Melo
2011-01-20 14:06:15 +01:00
Friedemann Kleint
a9a5e3ea17
Exported header cleanup.
2011-01-20 14:03:07 +01:00
Christian Kandeler
4aca17427a
Maemo: Adapt package names so that OVI store will accept them.
...
Task-number: QTCREATORBUG-3189
2011-01-20 12:38:29 +01:00
Christian Kamm
90a44ab1df
QmlJS indenter: Fix object bindings with namespaces.
...
Task-number: QTCREATORBUG-3371
Reviewed-by: Roberto Raggi
2011-01-20 11:32:25 +01:00
Tobias Hunger
ca73b6b95f
Parser: Handle changed moc error reporting
2011-01-20 11:18:44 +01:00
Christian Kamm
8ab2735368
QmlJS: Be more efficient when looking for QML libraries.
...
Reviewed-by: Erik Verbruggen
2011-01-20 11:04:00 +01:00
Roberto Raggi
abff92c0fb
Parse ambiguous postfix expressions.
2011-01-20 11:01:16 +01:00
Roberto Raggi
c238eb9300
Fixed unintialized variables.
2011-01-20 11:00:48 +01:00
Leandro Melo
9e3b5bd0a0
Temporary "feature" to allow user specific MIME types
...
We need a feature which allows a more flexible binding
of MIME types and editors. This is definetely not the
way to handle it, but a temporary workaround.
Reviewed-by: con
2011-01-20 10:47:42 +01:00
Marco Bubke
a3310d326d
QmlDesigner.FormEditor: The scene rectangle isn't set anymore
...
So the scene rectangle is the bounding rectangle of all items.
2011-01-19 19:24:42 +01:00
Marco Bubke
40eea09030
QmlDesigner.NodeInstances: Filter duplicate nodes from list
2011-01-19 19:24:42 +01:00
Marco Bubke
146d9ede08
QmlDesigner: core test changes
2011-01-19 19:24:42 +01:00
hjk
63666f9f8b
debugger: fix the handling of two stopped slaves
2011-01-19 19:28:16 +01:00
hjk
26296c06ba
debugger: don't show the <global> frame in qml stack
2011-01-19 19:16:34 +01:00
hjk
05b77b958d
debugger: make activateFrame() dispatch properly to the qml/cpp slaves
2011-01-19 18:59:53 +01:00