con
4b9a3d5a46
API: temporaryEditor --> isTemporary
...
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com >
2009-06-04 12:08:49 +02:00
Thorbjørn Lindeijer
e54bf750d9
The reformat document action isn't useful yet, removed for 1.2
2009-06-04 11:57:58 +02:00
Roberto Raggi
45fb9726ab
Add the type-template parameters.
2009-06-04 11:53:48 +02:00
Roberto Raggi
cd3022dc3e
Show all the warn messages.
2009-06-04 11:42:02 +02:00
Roberto Raggi
f55d5500c5
Warn for undefined types (not finished yet).
2009-06-04 11:32:29 +02:00
con
57cd26548e
Version bump also in master.
2009-06-04 11:00:28 +02:00
con
49f8a55533
Merge commit 'origin/1.2'
2009-06-04 10:59:01 +02:00
Kavindra Devi Palaraja
f9b628bafb
Fixes: Doc - starting on modifying Part 3
...
RevBy: TrustMe
2009-06-04 10:58:34 +02:00
Kavindra Devi Palaraja
b184c8c347
Fixes: Doc - finishing part 2, yay ;)
...
RevBy: TrustMe
2009-06-04 10:58:18 +02:00
Oswald Buddenhagen
3104e4c121
fix gcc 3.3. build
...
the templated friend just doesn't have any effect.
so simply skip the typeinfo. will be slower, but you deserve that if you
use that compiler.
2009-06-04 09:49:23 +02:00
Oswald Buddenhagen
259197a500
clean up OS conditionals in project files
2009-06-03 20:54:59 +02:00
Oswald Buddenhagen
d2a8449bea
ifdef Q_?S_* cleanup
...
- clear up some Q_OS_LINUX vs. Q_OS_UNIX
- clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise)
- use proper #if-#else cascades instead of free-standing #ifs
2009-06-03 20:54:59 +02:00
Jens Bache-Wiig
3df7a2c301
Fixes: Fix overlapping alpha values in expander area
...
Details:
There are platform differences when drawing overlapping alpha
rects here. The workaround was to simply avoid using alpha
values for now.
2009-06-03 20:22:10 +02:00
Oswald Buddenhagen
e083ad2920
expand arguments to s// operator
2009-06-03 19:11:19 +02:00
Oswald Buddenhagen
93571f7d42
assign right variable
2009-06-03 19:11:19 +02:00
con
240a6ec55c
Fixes locator's show method in case the filter already has focus.
...
Was making the "f" filter unusable, because the popup was hidden when
selecting a directory.
Reviewed-by: dt <qtc-committer@nokia.com >
2009-06-03 17:41:25 +02:00
Thorbjørn Lindeijer
4505d92be5
Fixed compile error with gcc 3.3
...
sorry, unimplemented: `method_call_expr' not supported by dump_expr
2009-06-03 17:31:19 +02:00
Thorbjørn Lindeijer
0656abe048
Updated version of Qt libs to patch on Linux
2009-06-03 17:31:19 +02:00
Kavindra Devi Palaraja
23b952e32b
Fixes: Doc - starting on modifying Part 3
...
RevBy: TrustMe
2009-06-03 17:30:37 +02:00
mae
eca3b98c56
Use editor manager standard closing facilities for session switching
2009-06-03 17:20:28 +02:00
Roberto Raggi
bb9ae8aa4f
Check for missing Q_OBJECT macro.
2009-06-03 16:53:18 +02:00
Roberto Raggi
4bc6256942
cleanup
2009-06-03 16:29:49 +02:00
con
dddb965f83
Locator text was no longer selected when using shortcut.
...
Reviewed-by: dt <qtc-committer@nokia.com >
2009-06-03 16:25:52 +02:00
Trenton Schulz
2d84ccf528
Use Qt::WA_LayoutUsesWidgetRect here for proper spacing.
...
It's not the Mac's fault!
2009-06-03 16:24:40 +02:00
Roberto Raggi
fd62025d63
Say hello to Snapshot::documentFromSource(), Snapshot::preprocessedCode() and Snapshot::globalNamespaceBinding().
2009-06-03 16:16:20 +02:00
Roberto Raggi
d18b0195e5
Introduced CPlusPlus::FastPreprocessor.
2009-06-03 15:51:37 +02:00
Roberto Raggi
5134206e78
We need a valid name to resolve namespace symbols.
2009-06-03 15:46:36 +02:00
Roberto Raggi
590030428a
typo
2009-06-03 15:17:58 +02:00
Roberto Raggi
a1c6efbd43
cleanup
2009-06-03 14:55:56 +02:00
Kavindra Devi Palaraja
64a4b8ecd9
Fixes: Doc - finishing part 2, yay ;)
...
RevBy: TrustMe
2009-06-03 14:24:22 +02:00
Roberto Raggi
b78200221b
Warn for undefined namespaces in using namespace directives.
2009-06-03 14:16:13 +02:00
Roberto Raggi
19dd2b814f
Added Symbol::enclosingNamespaceScope(), Symbol::enclosingClassScope(), and so on...
2009-06-03 14:15:49 +02:00
dt
63a0225ea9
Fix some insignificant memory leaks.
...
Reviewed-By: hjk
2009-06-03 13:53:45 +02:00
hjk
d7af85a097
debugger: implement a dumper for QAbstractItemModel
...
This also squashes a namespace related bug introduced by the watchutils
refactoring.
2009-06-03 12:48:48 +02:00
hjk
311ca7a074
fakevim: more undo work
2009-06-03 12:48:48 +02:00
hjk
27609c4f00
debugger: remove some debug output, also make dumper input more readable in
...
the log.
2009-06-03 12:48:47 +02:00
hjk
4133107a0d
fakevim: remove old undo hack as QPlainTextEdit's own undo works well now.
2009-06-03 12:48:47 +02:00
hjk
76f57c8678
fakevim: fix behaviour of 'r' at end of line
2009-06-03 12:48:46 +02:00
Roberto Raggi
7b44f1749a
Run the binding pass
2009-06-03 12:13:22 +02:00
Kavindra Devi Palaraja
e94cefc67c
Fixes: Doc - more of the tutorial, part 2
...
RevBy: TrustMe
2009-06-03 12:10:24 +02:00
Kavindra Devi Palaraja
c9a00bff36
Fixes: Doc - more of Part2, hoping to finish it today
...
RevBy: TrustMe
2009-06-03 12:10:13 +02:00
Kavindra Devi Palaraja
0b90329427
Fixes: Doc - more of the tutorial
...
RevBy: TrustMe
2009-06-03 12:10:01 +02:00
Kavindra Devi Palaraja
de8dcb7b23
Fixes: Doc - remove trailing whitespace
...
Reviewed-By: TrustMe
2009-06-03 12:09:45 +02:00
Kavindra Devi Palaraja
565b73b5a5
Fixes: Doc - more of the tutorial - explaining why we need a main
...
layout for the top-level widget.
RevBy: Daniel Molkentin
2009-06-03 12:09:31 +02:00
Roberto Raggi
31e0b43395
Initial work on the binding pass.
2009-06-03 11:56:13 +02:00
con
2ac1f797ad
Merge commit 'origin/1.2'
...
Conflicts:
src/plugins/coreplugin/welcomemode.ui
2009-06-03 11:36:49 +02:00
con
7b1655049a
Locator tool window shortcut and menu item doesn't work.
...
After changes in Qt that expose a bug in Qt Creator. We actually
tried to set the focus on a widget that doesn't accept focus. Set a
focus proxy instead.
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com >
2009-06-03 11:29:08 +02:00
Kavindra Devi Palaraja
313cb44e1d
Fixes: Doc - more of the tutorial, part 2
...
RevBy: TrustMe
2009-06-03 11:11:52 +02:00
Roberto Raggi
f7afe3ee4b
Made the C++ front-end more Creator-friendly.
2009-06-03 11:10:04 +02:00
Jens Bache-Wiig
bd7a5fb9da
Fixes: Spacing tweaks on the layout
2009-06-03 11:03:45 +02:00