hjk
719907a526
make fakevim "command line" a few pixels smaller
2010-05-11 14:26:59 +02:00
Roberto Raggi
149f2c2b1c
Ported the qt designer integration to use Snapshot::findMatchingDefinition().
2010-05-11 14:15:07 +02:00
Roberto Raggi
c282da7d1e
Introduced Snapshot::findMatchingDefinition().
2010-05-11 14:15:07 +02:00
Roberto Raggi
7eae51507c
Removed deprecated method Snapshot::globalNamespaceBinding().
2010-05-11 14:15:06 +02:00
Jens Bache-Wiig
b8f7d44753
Make the help mode more UI consistent
...
- We now used styled bars where available
- We use frameless windows to optimize screen space
- We use the fancylineedit where possible
Reviewed-by: thorbjorn
2010-05-11 14:10:04 +02:00
con
3922be1b2e
Merge remote branch 'origin/2.0'
...
Conflicts:
src/plugins/texteditor/texteditoractionhandler.cpp
2010-05-11 13:39:21 +02:00
Friedemann Kleint
8c95dfebbf
Symbian/trk: Fix debugging output for the N8.
...
1. Fix hanging behaviour when we receive a message on the wrong mux in
framed mode
2. Treat messages on the trace mux (0102) as debug output
3. Separate timestamp from text in trace messages
Initial-patch-by: Shane Kearns <shane.kearns@accenture.com >
2010-05-11 13:27:07 +02:00
Kai Koehne
f3cd84a1e4
Msvc: Ignore more warnings when compiling net7ssh
2010-05-11 12:35:31 +02:00
Kai Koehne
74a615fbee
Fix compilation with latest qt.git
...
The anchors method has been moved to the private class.
This requires commit b4c589868f278aa9a58ab9afa727dbf0a9442e22 in qt.git/4.7 branch.
Reviewed-by: Marco Bubke
2010-05-11 12:35:31 +02:00
Jens Bache-Wiig
95719bc1b3
Make new dialog description text visible on first show
2010-05-11 11:30:45 +02:00
Roberto Raggi
17fd33bdab
Store the declaration (if any) associated with the LookupItem.
2010-05-11 11:27:10 +02:00
Roberto Raggi
37fde0c9d4
Split LookupContext::lookup() in lookup() and find().
...
lookup() searches for symbols in the given binding and the enclosing scopes,
while find() searches for symbols only in the given binding.
2010-05-11 10:20:51 +02:00
Roberto Raggi
7446f5cae2
Describe the LookupContext API.
2010-05-11 10:12:49 +02:00
Roberto Raggi
6d6e18aa23
Renamed switchCurrentEntity()
2010-05-11 10:03:30 +02:00
Roberto Raggi
9af0e070f4
Renamed lookup_helper().
2010-05-11 10:01:10 +02:00
Jens Bache-Wiig
9ba452a34f
Fix text color on combobox popup in welcome screen
...
The text color was incorrect for certain dark color schemes,
including the latest Ubuntu theme.
2010-05-10 16:44:33 +02:00
ck
fc357c31f5
Debugger: Fix LD_PRELOAD for GDB-over-SSH.
2010-05-10 16:35:41 +02:00
Roberto Raggi
c2f2317507
Check for valid translation units.
2010-05-10 16:21:55 +02:00
dt
5f3f1ca580
Fix the project name in the build menu
...
Was showing the wrong project. Also was showing the wrong project in the
context menu.
2010-05-10 16:20:13 +02:00
hjk
9190fce7de
debugger: close tooltip window when cleaning up views
2010-05-10 15:39:41 +02:00
hjk
ce920cf92e
fakevim: add some debugging output
2010-05-10 15:39:41 +02:00
hjk
3795539e0a
debugger: fix scheduling of deletion of data watch points
2010-05-10 15:39:41 +02:00
hjk
01aabbda82
debugger: rename some breakpoint related functions
2010-05-10 15:39:41 +02:00
Friedemann Kleint
6d0b571aa5
Debugger[CDB]: Implement of Break-On-Throw.
...
along with some output formatting to find out defaults.
2010-05-10 15:25:10 +02:00
dt
910b86b9a4
Add a custom executable runconfiguration for cmake projects
...
That is for projects that don't have a runnable target otherwise.
Task-Nr: QTCREATORBUG-1363
2010-05-10 15:09:54 +02:00
ck
31542a6249
Debugger: Use new SSH interface in RemoteGdbProcess.
2010-05-10 14:27:22 +02:00
dt
e4113aa813
HACK: ensure a cleaner sourcedir for symbian builds
...
The symbian makefile generator don't support shadow builds. Thus they
always pollute the source directory with build artefacts. Mixing
in-source and shadow builds is obviously broken.
We do as good as we can, setting OBJECTS_DIR, MOC_DIR, UI_DIR, RCC_DIR
to .obj, .moc, .ui and .rcc, which keeps the source dir clean of at least
some of the artefacts. This is as good as we can, but not really good.
Task-Nr: QTCREATORBUG-1293
(cherry picked from commit 33ef722b6f )
2010-05-10 14:23:25 +02:00
dt
33ef722b6f
HACK: ensure a cleaner sourcedir for symbian builds
...
The symbian makefile generator don't support shadow builds. Thus they
always pollute the source directory with build artefacts. Mixing
in-source and shadow builds is obviously broken.
We do as good as we can, setting OBJECTS_DIR, MOC_DIR, UI_DIR, RCC_DIR
to .obj, .moc, .ui and .rcc, which keeps the source dir clean of at least
some of the artefacts. This is as good as we can, but not really good.
Task-Nr: QTCREATORBUG-1293
2010-05-10 14:21:37 +02:00
Roberto Raggi
f71f6200ff
Compile.
2010-05-10 13:55:11 +02:00
Roberto Raggi
15641165f9
Removed deprecated (and unsafe) methods.
2010-05-10 13:46:12 +02:00
Jens Bache-Wiig
f8e06bf240
Color tweak for project mode
...
The divider line is now gray instead of black.
2010-05-10 13:29:28 +02:00
dt
618f03e402
SessionFile does not need to be a IFile
...
Remove useless inheritage
2010-05-10 13:00:15 +02:00
con
ccc456fe18
Target selection in projects pane doesn't match active target at
...
startup.
Task-number: QTCREATORBUG-1331
2010-05-10 12:41:27 +02:00
Roberto Raggi
ac07b0fcef
Resolve the class-or-namespace specifiers when creating bindings for classes.
2010-05-10 12:37:01 +02:00
Roberto Raggi
139087ee5c
Introduced Symbol::copy(otherSymbol) and removed some deprecated code.
2010-05-10 12:19:47 +02:00
Friedemann Kleint
9a51f684ee
Compile VS
2010-05-10 12:08:39 +02:00
Friedemann Kleint
2cd7e61528
Debugger[CDB]: Add WatchPoints and breakpoint thread restriction.
2010-05-10 12:00:26 +02:00
ck
f678fce3a6
SSH: Make interface more Qt-ish.
2010-05-10 11:02:26 +02:00
Roberto Raggi
642116e4d2
Oops! removed debug statements.
2010-05-10 10:41:31 +02:00
Roberto Raggi
e6b0b56388
Fixed global lookup.
2010-05-10 10:38:49 +02:00
Roberto Raggi
5daa0e6121
Use the last visible symbol if available.
2010-05-10 10:33:00 +02:00
Roberto Raggi
8caff49468
Simplify Process.
2010-05-10 10:19:37 +02:00
Roberto Raggi
dca2e82160
Removed obsolete code.
2010-05-10 10:15:23 +02:00
Roberto Raggi
702909372d
Store the Control.
...
It seems that storing the TranslationUnit together with the Symbol
was a bad idea. Unfortunately, we release TranslationUnit(s) as
soon as we can, but we keep the Control around. So using the Control
is definitely safer.
2010-05-10 10:11:05 +02:00
Roberto Raggi
2e9f94c4b9
Removed unused Control.
2010-05-10 10:10:09 +02:00
Roberto Raggi
7526954e9a
Removed debug info.
2010-05-10 09:57:56 +02:00
Roberto Raggi
3e440ec213
Cache the resolved file names.
2010-05-10 09:57:56 +02:00
Roberto Raggi
2e7e4fc92e
Skip friend class declarations.
2010-05-10 09:57:56 +02:00
Roberto Raggi
2023cf1e4e
Propagate the Friend specifier.
2010-05-10 09:57:56 +02:00
Roberto Raggi
aab9c52030
More work on template instantiation.
2010-05-10 09:57:56 +02:00