Jarek Kobus
1fd9ebfcaf
Fix parsing the end of class definition. In case we look for closing '"' character we count preceding '\\' characters to detect if we should skip the '"' or not. The bug discovered during doing the similar parser for eclipse.
2009-09-02 15:40:14 +02:00
hjk
7ce044031c
debugger: fix basic script debugging
...
Locals view was broken, also unknown entries should not have children.
2009-09-02 13:21:18 +02:00
Daniel Molkentin
36f2edb5e2
fixes to last commit
2009-09-02 11:22:53 +02:00
Daniel Molkentin
b3b82d9abe
Extend "Show in Finder" functionality to Windows and Unix.
...
On Unix, we cannot select the specific file, so the entry there is
called "Open containing folder".
2009-09-02 11:15:10 +02:00
hjk
5a4a376949
debugger: fix start up of scriptengine when discovering a script
2009-09-02 10:44:20 +02:00
hjk
a48a686a1d
debugger: move script engine initialization to startDebugger()
2009-09-02 10:08:13 +02:00
con
23c215f313
Add some "other file".
2009-09-02 09:43:38 +02:00
dt
acd090200a
Fix crash.
2009-09-01 17:27:53 +02:00
con
3eb875cf97
No need to create a QScriptEngine at startup.
2009-09-01 16:19:45 +02:00
con
b5b35dab33
Move aggregation auto tests to test directory.
2009-09-01 16:19:45 +02:00
dt
dad4aa05b7
Remove now dead code.
2009-09-01 16:13:56 +02:00
dt
f4c10deeb3
Fix parsing of .qmake.cache Fixes DESTDIR for debug_and_release_targets
...
Closer again to qmake, ossi won't like it, but this is exactly what
qmake does, even it it looks a little bit strange. He can come up with
a better fix after he is back from vacation.
2009-09-01 15:59:12 +02:00
mae
a922accd11
Fixed crash in combination with splits (some spurious
...
focus in events resulted in currentEditorView() being 0)
2009-09-01 15:14:38 +02:00
Thorbjørn Lindeijer
83974d8914
Adapt a few hardcoded background colors in search results
...
Make the background of the files and line numbers adapt to the
background color. Making it darker only works nicely for non-dark
backgrounds, but it's better than hardcoding a light background.
The highlight of the search results still has to be fixed.
2009-09-01 14:50:27 +02:00
Thorbjørn Lindeijer
6bb5358abc
Fixed the background of the icon in the search input
...
It was opaque, whereas now it adapts better with varying background
colors.
2009-09-01 14:50:27 +02:00
Alessandro Portale
d6e2a10591
AlienDirSeparatorsOnWindows--
...
Reviewed-by: Trustme
2009-09-01 13:32:50 +02:00
dt
6492101ea3
Fix importing adding a empty spec argument to qmake
2009-09-01 12:27:25 +02:00
Henrik Hartz
8d77f80bc2
Change to new API
2009-09-01 12:18:18 +02:00
Christian Kamm
b208e855ad
Remove leftover updateWatchDataAnnounce.
2009-08-31 16:24:15 +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
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
7cd8ba8af4
debugger: disable bulk updates
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
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
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
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
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
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
con
f7874bb65f
Uninitialized value in new project tree structure.
2009-08-25 16:25:17 +02:00