Pierre Rossi
5c1c4501d2
french translation: non breaking spaces before colon char.
2009-08-31 17:54:09 +02:00
Pierre Rossi
a5f6bfbf21
French translation updates and fixes.
2009-08-31 17:54:09 +02:00
Christian Kamm
b208e855ad
Remove leftover updateWatchDataAnnounce.
2009-08-31 16:24:15 +02:00
Daniel Molkentin
677c78dccd
Clean up the index page a bit.
2009-08-31 16:17:06 +02:00
hjk
452f108ac7
debugger: fixes and improvements related to the Locals display
...
Split the concepts 'enabled' and 'editable' in the dumper output
Disable "<not in scope>" entries, also fix their type.
Fix glitch in type beautification for display
Find reason for failing bulk updates.
2009-08-31 16:05:55 +02:00
Daniel Molkentin
7503d1bcf6
Silence doc warnings, apply new Qt docs layout, add CVS to RCSes.
2009-08-31 15:20:16 +02:00
Thorbjørn Lindeijer
57bebee640
Use the theme background color for panel line edits
...
Previously, the image used as background forced it to be white, which
made the text impossible to read when the palette foreground color
happened to be white as well.
Task-number: 258167
2009-08-31 15:04:54 +02:00
con
dea7e36a13
Don't follow symbolic links in the file system view.
...
If you double-click on a file, this file should be opened, not its link
target.
2009-08-31 12:30:54 +02:00
hjk
c7a48c67c0
debugger: revert accidentally commited changes in the dumpers
2009-08-28 17:37:48 +02:00
hjk
7cd8ba8af4
debugger: disable bulk updates
2009-08-28 17:32:04 +02:00
hjk
da76dcc32f
debugger: the new pointer checks had been to aggressive. disable for now
2009-08-28 17:32:04 +02:00
dt
4e16b27b6e
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-08-28 17:23:39 +02:00
dt
f862a034c0
Do some more checks, maybe one of them is the reason for a crash.
2009-08-28 17:20:37 +02:00
dt
8a3e02a9e4
Fix allocating potential far too much memory in the debugger.
...
Beware of negative sizes.
2009-08-28 17:19:42 +02:00
Thorbjørn Lindeijer
20e3d53602
Fixed endless looping in include paths in some cases with symlinks
...
Done-with: Christian Kamm <christian.d.kamm@nokia.com >
2009-08-28 16:58:35 +02:00
Thorbjørn Lindeijer
1d022d32ec
Fixed the context of the Hello World! mode
2009-08-28 16:57:27 +02:00
hjk
27382f753c
debuger: fix insertion of nested WatchData
2009-08-28 15:56:58 +02:00
hjk
75ade29466
debugger: allow dumpers to return children in more than one nesting level
2009-08-28 14:34:56 +02:00
hjk
62d7ea19ad
debugger: rewrite run.pl in C++
2009-08-28 14:34:56 +02:00
ck
39a9606385
Fixed compiler warning about non-virtual destructor.
2009-08-28 14:19:24 +02:00
Thorbjørn Lindeijer
aba678604c
Optimized startOfOperator a bit
2009-08-28 13:51:06 +02:00
hjk
9a5908bf8c
debugger: small improvements to dumpers
...
Add a dumper for QStack. Also don't crash when accessing an uninitialized
pointer when the pointer looks bad to begin with.
2009-08-28 10:42:55 +02:00
hjk
b901b5013d
debugger: fix type field in QHash dumper
2009-08-27 18:21:22 +02:00
hjk
1011450ca3
debugger: make list access in dumpers a bit more robust
2009-08-27 18:12:03 +02:00
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