Commit Graph

72811 Commits

Author SHA1 Message Date
Christiaan Janssen
b1b493ce41 QmlInspector: Anonymous items' types displayed with special characters in object tree 2010-04-09 16:04:52 +02:00
Christiaan Janssen
7f3649be49 QmlInspector: commented out dump of the item tree at every execution 2010-04-09 16:04:52 +02:00
Christiaan Janssen
a47b424e4f QmlInspector: corrected showing of items' id when added to the watch list 2010-04-09 16:04:52 +02:00
hjk
239e4ca507 debugger: move toggleBreakpoint() from DebuggerManager to DebuggerPlugin 2010-04-09 15:58:17 +02:00
hjk
d4aed1ae24 debugger: refactoring of breakpoint creation 2010-04-09 15:32:33 +02:00
hjk
4eb83cd8b2 debugger: basic support for address-based breakpoints 2010-04-09 15:32:33 +02:00
hjk
0ea0977ca8 debugger: introduce a new category for commands that are always immediately executed
used for -exec-interrupt right now
2010-04-09 15:32:33 +02:00
hjk
d8cc842d49 debugger: let 'Reset Debugger' apply a bit more force 2010-04-09 15:32:33 +02:00
Daniel Molkentin
11993d190b Change the behavior of the Maemo settings widget
- Remove ListView by ComboBox. Uses less space
- Ports are now spinboxes, to allow for better input validation
2010-04-09 15:27:18 +02:00
Christiaan Janssen
969fc516db QmlInspector: Object tree shows item's ID if available 2010-04-09 15:11:35 +02:00
con
36177b1543 Try to avoid weird debug mode layout when moving from 1.3 to 2.0.
We don't manage to really restore the layout right, so reset to default
layout.

Task-number: QTCREATORBUG-1105
2010-04-09 14:56:41 +02:00
Christiaan Janssen
6fa49f353b QmlDesigner.StatesEditor: renamed 'remove' button 2010-04-09 14:17:42 +02:00
mae
1a772c1b31 some minor popup tuning 2010-04-09 14:15:21 +02:00
mae
0c7312e05d if a tooltip, do as tooltip do
The fake tooltip duplication is not nice.
2010-04-09 13:48:43 +02:00
mae
d49f1e34ea use correct tooltip foreground role and drop the unnecessary auto fill 2010-04-09 13:27:43 +02:00
mae
8eedde33c5 Implement tooltips for snippets 2010-04-09 12:59:49 +02:00
Friedemann Kleint
90a69474d9 Debugger[gdb/MinGW]: Ignore spurious 'running' warnings when attaching.
Reviewed-by: hjk
Task-number: QTCREATORBUG-1020
2010-04-09 12:49:21 +02:00
kh1
53158b4617 Remove double connect.
Reviewed-by: ck
2010-04-09 11:29:51 +02:00
kh1
a11df78318 There was a connect to much, triggering a pages switch on mouse press.
Make Thorbjorn happy.  :)

Reviewed-by: ck
2010-04-09 11:29:50 +02:00
hjk
362628b9ae debugger: fix cli disassembler command for an address range 2010-04-09 11:13:29 +02:00
Friedemann Kleint
9b2d741d53 Fix uic warning. 2010-04-09 11:09:14 +02:00
Kai Koehne
2b2af66d5d Fix compilation (release build) 2010-04-09 11:07:54 +02:00
Friedemann Kleint
9d62318f5d Mercurial: Fix dependencies.
VCSBase in turn already depends on TextEditor.
Task-number: QTCREATORBUG-1103
2010-04-09 11:05:43 +02:00
Lasse Holmstedt
043164b431 Fix for closing splitters when editors are opened before split
Now, ctrl+w closes all editors, as does "X" button in the toolbar.

Reviewed-by: mae
2010-04-09 10:12:24 +02:00
Lasse Holmstedt
06549b72a1 Removed unused variable 2010-04-09 10:12:24 +02:00
Friedemann Kleint
c6779be8b8 Debugger[Symbian]: Remove Symbian/trk options page. 2010-04-09 08:44:06 +02:00
hjk
4c802ee1eb code cosmetics for generated code 2010-04-09 08:32:41 +02:00
Alessandro Portale
be0abf3cff Case insensitive drive comparision: Symbian SDK vs. project sources.
If SDK and Project were on te same drive but for some reason the drive
in the pathes had different cases, we had false alarms.

Made the comparision case insensitive as agreed with Tobias.

Reviewed-by: Tobias Hunger
2010-04-08 21:36:22 +02:00
Alessandro Portale
50b70d769b Fixed detection of /epoc32/include/stdapis/string.h
It was searched in /include/stdapis/string.h

Added the /epoc32/ as agreed with Tobias.

Reviewed-by: Tobias Hunger
2010-04-08 21:36:22 +02:00
Marco Bubke
299f2be2f4 Let the designer start nodes which have invalid meta info
This is only a workaround!
2010-04-08 20:45:29 +02:00
Marco Bubke
bbaf3b18e7 Check if the meta object is created 2010-04-08 20:45:29 +02:00
Kai Koehne
3bdabea809 Cache dynamic properties.
(Patch done by marco)
2010-04-08 20:45:29 +02:00
Marco Bubke
66efbc9a65 Abort reparenting if list interface is not fully supported 2010-04-08 20:45:28 +02:00
Marco Bubke
a4895dc77c Check if the property is valid
If the property is not valid(not exists) simply return.
2010-04-08 20:45:28 +02:00
Marco Bubke
1669de488f Remove old function 2010-04-08 20:42:13 +02:00
Marco Bubke
749047aa6a Fix selection for the rubberband
Task-Number: BAUHAUS-519
2010-04-08 20:42:13 +02:00
Marco Bubke
14714e38eb Fix zooming with the mousewheel
Task-Number: BAUHAUS-516
2010-04-08 20:42:13 +02:00
dt
fff5c6aea5 Fix clearing of build issues
Reviewed-By: hunger
2010-04-08 18:34:21 +02:00
Tobias Hunger
878e38a2c8 Use shadowbuilding information from Qt versions 2010-04-08 18:24:45 +02:00
Tobias Hunger
c5b5127be2 Disable shadow building when appropriate
Reviewed-by: dt
2010-04-08 18:15:16 +02:00
ck
499c3c8362 Maemo: Deal sensibly with device type changes in settings page.
Task-number: QTCREATORBUG-1074
Reviewed-by: kh1
2010-04-08 17:33:57 +02:00
Friedemann Kleint
b949cafc78 Debugger/gdb: Cosmetics, no gcc on Windows, width. 2010-04-08 17:14:05 +02:00
mae
0a5ee61b0b Improved UI for block indentation style
Replaced the two checkboxes with a combo box for block
indentation: Exclude Braces, Include Braces, GNU Style
2010-04-08 17:06:23 +02:00
Alexey Semenko
793ca97016 Add "insert space after function name" option for GNU indenting
Reviewed-by: mae
Merge-request: 133
2010-04-08 17:06:23 +02:00
Alexey Semenko
538921e8dc Add "indent blocks twice" option for GNU indenting
Reviewed-by: mae
Merge-request: 133
2010-04-08 17:06:23 +02:00
Lasse Holmstedt
0fd5e4e9c4 Removed extra toolbar from quick designer, improved settings page 2010-04-08 17:04:46 +02:00
Friedemann Kleint
da22181916 Debugger[gdb]: Introduce new control for gdb binaries.
Manage binaries as a map of binary-><toolchain number>.
Provide list widget and editing dialog with tooltip
showing the version. Save in settings as a flat list of
keys.
Acked-by: hjk
2010-04-08 16:55:25 +02:00
Thorbjørn Lindeijer
a1000e1eec Reverse the order of FakeVim setting pages
Reviewed-by: hjk
2010-04-08 16:28:05 +02:00
Thorbjørn Lindeijer
e3cae2b52a Comment fix and removed misplaced backslash 2010-04-08 16:28:04 +02:00
Thorbjørn Lindeijer
a9147e4945 Fixed default plugin base class to still be QStylePlugin
It changed in dc197e743c

Reviewed-by: Friedemann Kleint
2010-04-08 16:28:04 +02:00