Commit Graph

80529 Commits

Author SHA1 Message Date
hjk
786a0deb77 debugger: constify the address parameter passed to qDumpObjectData 2009-08-27 17:07:37 +02:00
hjk
1a772601dc debugger: fix auto text for QStringList in QVariant; 2009-08-27 17:04:00 +02:00
hjk
9b34946f85 debugger: cosmetics of the dumper output 2009-08-27 16:52:14 +02:00
hjk
56b3561828 debugger: fix display of slot lists 2009-08-27 16:10:43 +02:00
dt
3aec72c4e1 Wrong path comparision making resulting in unecessary qmake runs 2009-08-27 15:08:47 +02:00
Christian Kamm
8bc81f4395 Make 'step over' without stepping by instruction work with cdb.
By fixing a bug in CdbDebugEnginePrivate::setCodeLevel.

Reviewed-by: hjk
2009-08-27 14:15:16 +02:00
Christian Kamm
92d8a27178 Remove duplicate connect of StepByInstruction triggered signal.
Reviewed-by: hjk
2009-08-27 14:15:15 +02:00
Alessandro Portale
d478231a64 Adding scripttools and multimedia modules to the project wizard.
modified:   src/plugins/qt4projectmanager/qtmodulesinfo.cpp
2009-08-27 12:45:28 +02:00
con
cc7d5ce9c8 Add missing thing to changes file 2009-08-27 12:28:08 +02:00
dt
9f91842813 Compile without rtti support
Since we can easily do that, just do it. No gurantee that we aren't
going to use rtti in the future.
2009-08-27 12:12:35 +02:00
Thorbjørn Lindeijer
0bbc945154 setPlainText and setHtml already disable undo/redo 2009-08-26 17:57:26 +02:00
con
af9bb2bfea Show copy progress. 2009-08-26 17:36:02 +02:00
hjk
64daf410dc debugger: fix collapse/uncollapse bug in locals view 2009-08-26 17:29:22 +02:00
hjk
e195159f16 debugger: fix dumpers for QSharedPointer and QWeakPointer for the isNull() case 2009-08-26 16:49:05 +02:00
hjk
fab99c333c debugger: rework the dumper tests (make the check results, not implementations) 2009-08-26 16:48:26 +02:00
hjk
8ad116c0f1 debugger: re-organize autotests. also adjust to recent QScopedPointer changes 2009-08-26 16:11:23 +02:00
con
85cdc9b402 Show the "real" name of the default version in build settings.
Reviewed-by: dt
2009-08-26 15:57:57 +02:00
con
d30372db24 Make progress bar a widget independent from QProgressBar.
Solves a problem with infinitely running QProgressBar animation in
QMacStyle.

Reviewed-by: Roberto Raggi
2009-08-26 14:25:28 +02:00
Roberto Raggi
ee16c21067 Look at the typedefs defined in local scopes. 2009-08-26 14:22:00 +02:00
con
68854d81a5 Unneeded + conflicting signal declaration. 2009-08-26 12:48:07 +02:00
con
1ccc61dfe2 Missing define. 2009-08-26 12:02:22 +02:00
Roberto Raggi
fc1b435ab4 Introduced CPlusPlus::TemplateArguments and fixed a possible mem-leak when using template members. 2009-08-26 11:41:20 +02:00
hjk
f137bd3b83 debugger: add the wiki text to setup TRK on Linux/Bluetooth 2009-08-25 17:36:31 +02:00
hjk
9af1a0a793 debugger: partial revert of 894febba to fix QStringList display
There was a case where "childtype" had to be used instead of "type".
2009-08-25 17:36:31 +02:00
Friedemann Kleint
5fb4919a10 Trk: Factor out breakpoint code 2009-08-25 16:50:23 +02:00
con
f7874bb65f Uninitialized value in new project tree structure. 2009-08-25 16:25:17 +02:00
Friedemann Kleint
01deb7e24f Trk: Answer NAK to xfer request 2009-08-25 13:45:28 +02:00
con
a841c0583b Correctly update the status of the current file find filter. 2009-08-25 12:31:27 +02:00
ck
cbe034e00d Debugger: Added name demangler. 2009-08-25 12:11:04 +02:00
Friedemann Kleint
d37a625c5f Trk: Make run.pl work with BlueTooth 2009-08-25 12:06:08 +02:00
con
02734ecc46 Re-highlight when find flags change.
Instead of just removing the highlight.
Reviewed-by: Robert Loehning
2009-08-25 11:59:44 +02:00
Friedemann Kleint
12ca7e898f VCS: remove duplicate signal declaration 2009-08-25 10:59:11 +02:00
Friedemann Kleint
bfd4149fe1 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-08-25 09:58:36 +02:00
Friedemann Kleint
40f6f72a5d Git: Make commit work on Windows 2009-08-25 09:57:58 +02:00
Benjamin Poulain
51f8a5fc69 Fixes in the French translation. 2009-08-25 09:53:16 +02:00
Thorbjørn Lindeijer
a5b22b18bd Fixed problem with changing tool chain type for generic projects
Some fixes were needed after the tool chain type was changed from
QString to an enum.

Task-number: 259939
2009-08-25 09:51:16 +02:00
Friedemann Kleint
08304eb6cd Trk: Add unbuffered memory read 2009-08-25 09:34:32 +02:00
Alessandro Portale
5086983bb7 Fix warning, add default case to switch. 2009-08-24 23:57:31 +02:00
Alessandro Portale
77c4de5635 Fix initialization order. 2009-08-24 23:56:54 +02:00
con
11e65c1bbd Threads are supported on Mac.
Reviewed-by: hjk
2009-08-24 14:15:38 +02:00
Roberto Raggi
e77166a002 Don't include whitespaces and comments at the end of macro definitions. 2009-08-24 14:01:32 +02:00
Friedemann Kleint
9101e467e3 Trk: Handle threads and modules correctly 2009-08-24 12:41:13 +02:00
Alessandro Portale
5f5f6890bd InternalNode is a struct.
Let's not irritate MSVC
2009-08-22 00:59:35 +02:00
dt
ac2ced218e Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-08-21 18:02:58 +02:00
dt
b3ad912d7c Fix worngly aggregating all DEFINES from all .pro files. 2009-08-21 18:02:40 +02:00
Friedemann Kleint
d922b614fc Trk: Pass on frame option 2009-08-21 16:45:36 +02:00
Friedemann Kleint
09dc43ba5c Trk: Make adapter use TrkDevice 2009-08-21 16:34:06 +02:00
con
bd55181c17 Add some actions to folders in the project tree.
"Show in Finder", "Add new file...", "Add existing files...".
2009-08-21 14:53:25 +02:00
con
7ebea974d6 Show pro file's subdirectory structure in project tree in non-simple mode.
Also adding category folders for the different file types
(source files, header files, resource files, form files, other files).
2009-08-21 14:53:25 +02:00
Daniel Molkentin
f888f5df2d help: try to fix windows case for qdoc detection 2009-08-21 13:50:06 +02:00