Commit Graph

88532 Commits

Author SHA1 Message Date
hjk
0a560b10ab debugger: work around a bug in gdb/MI in gdb 6.8/Ubuntu
When trying to debug qmake or another bootstrapped application loading the
dumpers failed as they are binarily incompatible. So failing is expected and
fine. However, gdb 6.8-debian produces in this case _two_ responses for
'-exec-continue produces' ('^running' and '^error,msg="Cannot find new threads:
generic error"') which is impossible according to the MI docs. In theory...
2009-08-13 09:57:50 +02:00
Friedemann Kleint
db96f274fc Compile on Windows: Correct dependency specification. 2009-08-13 09:25:33 +02:00
dt
7b007aaf1f Fix path in fakevim.pro 2009-08-12 18:57:34 +02:00
dt
c7b1b499d3 Add missing help_dependencies.pri 2009-08-12 18:32:52 +02:00
hjk
864dec490f debugger: make helpers compilable with QT_BOOTSTRAPPED 2009-08-12 17:34:40 +02:00
Pierre Rossi
dae47b3ed2 Just a quick review of the french translation. 2009-08-12 17:29:05 +02:00
dt
45e514ca37 Check/Unchecking useJom should update various makestep config widgets. 2009-08-12 17:02:28 +02:00
dt
bc91346220 Fix flickering finally. 2009-08-12 16:11:06 +02:00
dt
ac3e37fc6e Add explicit support to use jom instead of nmake (which does not support -j)
jom can be found at http://qt.gitorious.org/qt-labs/jom

Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
2009-08-12 15:30:23 +02:00
Bradley T. Hughes
73db6ba48c Compile
INT_MAX needs limits.h
2009-08-12 15:11:05 +02:00
hjk
ec506a5632 debugger: fix linking by removing unneeded slot declaration 2009-08-12 15:09:12 +02:00
hjk
89ffffc183 debugger: use the bineditor to show memory dumps 2009-08-12 14:49:15 +02:00
Daniel Molkentin
0c6b754a06 Nicer tool chain names, also make them translatable just in case. 2009-08-12 14:27:13 +02:00
dt
99232c957d Prepend qmake to the Effective qmake call text edit.
Consistent with the way the summary is written.

Task-Nr: 259513
2009-08-12 13:22:15 +02:00
Friedemann Kleint
ae6ce8e4ae CDB: Improve expanding watch children.
... by storing the children information in an additional watchdata
source bit, thus being able to prove the model wrong in case it
claims children are needed.
2009-08-12 12:07:12 +02:00
Friedemann Kleint
894febbadf Debugger: Make use of the "displayedtype" attribute.
Fix "displayedtype" in CDB, display it elsewhere.
Log debugger settings in DebuggerManager startup.
Acked-by: hjk <qtc-committer@nokia.com>
2009-08-12 11:21:44 +02:00
con
188dbc3a43 API naming.
Reviewed-by: hjk
2009-08-12 10:41:30 +02:00
con
0d4a4c0377 More changes. 2009-08-12 07:36:19 +02:00
Oswald Buddenhagen
94c4ea83bc inherit functions from the base config
the base config is read with a separate reader. we saved its variables,
but not its custom function definitions.
2009-08-11 20:37:24 +02:00
Oswald Buddenhagen
8e726a6d58 next attempt at fixing low-level parsing
in particular, fix line continuation processing.

also, reintroduce some error handling. it checks only one condition so
far (malformed assignment statement) and is entirely silent, but that's
all that was necessary for internal robustness.
2009-08-11 20:37:24 +02:00
Oswald Buddenhagen
9efc9ce0e4 make $$_QMAKE_CACHE_ return something useful now that we support it 2009-08-11 20:37:23 +02:00
dt
45c358e888 Fixes: Correctly disable buttons for moving build steps after
add/remove.
2009-08-11 18:10:00 +02:00
dt
63c5a9328e Fix the flickering also for the cmake plugin. 2009-08-11 18:10:00 +02:00
hjk
4d22bd3fde fakevim: compile fix (add missing include) 2009-08-11 16:45:55 +02:00
dt
1aa05ae5e3 Fix flickering in the project pane.
This isn't a nice fix but the least evil version of a hack i could come
up. The source of the flickering is: We have a deeply nested structure
of widgets on the project pane. If we call hide() on such a deeply
nested widget, it will activate() it's parent layout synchronously.
That will then post an event (via updateGeometries() ) to its parent
layout that it needs relayouting. Which then will post to its parent
layout the same. And for each LayoutRequested, there's a painting in
between. The fix instead calls activate() up the chain until we are at
the viewport. This immediately relayouts everything. This adds a non
obvoius potentially for breakeage if the widgets are embedded in a
different widget hierarchy. But well, that's life.
2009-08-11 16:42:04 +02:00
dt
a9fb097ddc Fix a wrong include in cppeditor_dependencies.pri 2009-08-11 16:42:04 +02:00
dt
9f1a81145d Remove duplicated Details button. 2009-08-11 16:42:04 +02:00
con
c06877f278 Implement floating form editor tool support. 2009-08-11 16:38:53 +02:00
con
df31a8742e Fix resetting to default layout in case of floating widgets. 2009-08-11 16:38:53 +02:00
con
1e06df7d40 Add views menu for form editor. 2009-08-11 16:38:53 +02:00
con
0624fb5608 Be more robust wrt restoring settings.
Make sure that we give the QMainWindow always a valid layout before
restoring settings, so if something goes wrong with that, we don't end
up with a broken layout.
2009-08-11 16:38:53 +02:00
hjk
5435b09622 debugger: dumper tests code cosmetics
Mainly squash compiler noise about 'offsetof'.
2009-08-11 15:51:50 +02:00
hjk
bc61f9ddd9 fakevim: handle block mode for yank, cut and paste 2009-08-11 14:51:35 +02:00
Friedemann Kleint
8dfa8af69b Gitorious Wizard: Add a repository filter field.
... to accommodate for the setup at Nokia.
2009-08-11 14:09:32 +02:00
ck
49066c709a Debugger: Added auto test for QModelIndex dumper.
Also fixed a bug uncovered by the auto test.
2009-08-11 11:44:23 +02:00
Friedemann Kleint
e89a3b00d4 Perforce/Subversion: Display diff/annotation with correct encoding. 2009-08-11 11:22:30 +02:00
Friedemann Kleint
556c824a66 Compile warning. 2009-08-11 11:22:10 +02:00
ck
f7a3fa1253 Debugger: Adapted dumper auto tests to new QObjectPrivate changes.
Also added checks to guard against these kind of changes in the future.
2009-08-11 10:28:24 +02:00
Friedemann Kleint
35ef65191d Debugger: Show address column of stack view. 2009-08-11 08:31:41 +02:00
con
ba219e2a77 Internally use a fancy mainwindow in form editor. 2009-08-10 17:38:19 +02:00
con
6d12f9a5a7 Update changes file a bit. 2009-08-10 17:38:19 +02:00
con
a8cc2f6fa4 Need the settings also in form of non-QSettings. 2009-08-10 17:37:18 +02:00
con
4a18ac3484 Add rvct system include path from environment. 2009-08-10 17:36:24 +02:00
con
28b8eda8b7 Some predefined macros for rvct. 2009-08-10 17:23:10 +02:00
ck
d5d53c746a Debugger: Fixed QMapNode dumper. 2009-08-10 16:59:15 +02:00
hjk
a72aab146e debugger: handle 'insert breakpoint' packages in the trk adapter 2009-08-10 16:35:50 +02:00
hjk
89b3f8216e cpaster: compile fix for namespaced qt plus code cosmetics
QListWidget forward declaration was not namespaced.
2009-08-10 16:35:50 +02:00
Friedemann Kleint
1e64d9f9b2 Version control: Replace per-VCS output panes with a single one.
...and give it some color and formatting.
2009-08-10 15:46:45 +02:00
dt
12981d0c6b Fix not showing all files 2009-08-10 15:11:27 +02:00
kh1
6fed2a9539 Disable the rebuild debug helper button in case of invalid qt version. 2009-08-10 14:36:47 +02:00