Commit Graph

50929 Commits

Author SHA1 Message Date
Friedemann Kleint
acd5feafea Fixes: React to desktop file manager drop events.
Task: 238143
2009-02-10 10:56:22 +01:00
Roberto Raggi
9d52a72534 Made it possible to compile libCPlusPlus without `gui'. 2009-02-10 10:48:19 +01:00
Roberto Raggi
fba8e1510c Fixes: Visiting of case statements. 2009-02-10 10:09:14 +01:00
Friedemann Kleint
8f03874bd7 Fixes: Add log message to SVN description 2009-02-10 08:38:12 +01:00
Roberto Raggi
fb4ad59ddb Fixes: Possible crash when parsing qt methods. 2009-02-09 21:07:10 +01:00
Roberto Raggi
25de88fe61 Fixes: Removed dynamic_cast from Scope. 2009-02-09 21:00:03 +01:00
Roberto Raggi
0a9a67cf54 Fixes: Possible crash when completing constructors. 2009-02-09 20:59:39 +01:00
Roberto Raggi
0d1624d4d1 Fixes: Possible crash when searching for the definitions of enumerators. 2009-02-09 20:38:00 +01:00
Roberto Raggi
d018cfd5cb Fixes: Possible crash when completing a function with (void) argument. 2009-02-09 20:34:54 +01:00
Roberto Raggi
0504fdd00b Fixes: Another possible crash 2009-02-09 20:30:56 +01:00
Roberto Raggi
c842957a8b Fixes: Possible crash in LookupContext. 2009-02-09 20:22:00 +01:00
Roberto Raggi
d5c9141c50 Compile. 2009-02-09 17:56:17 +01:00
Roberto Raggi
a2fd10fe19 Fixes: Possible crash in OverviewModel. 2009-02-09 17:55:40 +01:00
Roberto Raggi
d01795d933 Reimplemented Type::as*Type() using virtual methods. 2009-02-09 17:49:12 +01:00
Friedemann Kleint
53fde645f9 Fixes: Add "Describe" to svn plugin.
Details: Also remove unused change number dialog.
2009-02-09 17:33:31 +01:00
hjk
ce22a96041 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-09 17:11:23 +01:00
hjk
65638f7cc2 Fixes: fakevim: <Space> moves right now
Details:  patch suggested by Bart van Deenen
2009-02-09 17:10:25 +01:00
Roberto Raggi
17d047ced8 Reimplemented Name::as*() using virtual functions. 2009-02-09 16:32:56 +01:00
Roberto Raggi
2f90539211 Reimplemented Symbol::as*() methods using virtual functions. 2009-02-09 16:15:02 +01:00
Roberto Raggi
d782ce27fb Reimplemented the AST::as*AST() methods as virtual functions (as suggested by andre). 2009-02-09 15:55:01 +01:00
Roberto Raggi
cd9e752ae4 Introduced ASTVisitor::endVisit(ast node) 2009-02-09 14:58:13 +01:00
con
1bb6568533 Fixes: - Disable codepaster plugin, since it's not available anymore
RevBy:    - hjk
2009-02-09 14:48:25 +01:00
hjk
7e5bb9cd36 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-09 13:07:56 +01:00
hjk
bb146f4da0 Fixes: cdbdebugger: some cosmetics 2009-02-09 13:07:38 +01:00
Roberto Raggi
208f26c9ce Annotate function declarators. 2009-02-09 12:47:58 +01:00
Roberto Raggi
9369818891 Invalidate the documents in the snapshot that need to be reparsed. 2009-02-09 12:33:43 +01:00
Roberto Raggi
ea981d5025 More annotations. 2009-02-09 12:19:17 +01:00
Friedemann Kleint
1483c9c0f8 Fixes: Remove dependencies to Qt private headers (shared resource editor)
RevBy: Eike
Details: Remove leftover defines/includes
2009-02-09 12:04:07 +01:00
Roberto Raggi
3ac4e05e37 Annotated NamespaceAST nodes. 2009-02-09 12:00:06 +01:00
Roberto Raggi
34efcf3194 More testing. 2009-02-09 11:56:21 +01:00
Roberto Raggi
0d314977f1 Annotated the NameAST nodes. 2009-02-09 11:56:21 +01:00
Banana Joe
95d8b84404 experimental dbgengine debugger 2009-02-09 11:37:20 +01:00
Banana Joe
d0865ed2a2 Initial revision of the cdbdebugger playground. 2009-02-09 11:37:19 +01:00
Roberto Raggi
6672f89ff5 Annotate the ClassSpecifierAST node with the class symbol. 2009-02-09 11:35:57 +01:00
Thorbjørn Lindeijer
6fa1084bc8 Use QActions to fix toolbar extension
Instead of directly adding QToolButtons to the tool bar of the
navigation subwidget, use QActions. This allows the tool bar extension
to show them in a menu when necessary.

The icons are inappropriate for in a menu, however.
2009-02-09 11:08:55 +01:00
con
1dcabe5a3a Merge branch '1.0.0'
Conflicts:
	tests/auto/cplusplus/shared/shared.pri
	tests/auto/cplusplus/shared/shared.pro
2009-02-09 10:54:36 +01:00
Roberto Raggi
1f9bcd86e0 Added a simple auto test for the name lookup. 2009-02-09 10:21:29 +01:00
Roberto Raggi
47a85d5a42 Accept T_COLON_COLON only for the first objc message arg. 2009-02-06 16:28:00 +01:00
Roberto Raggi
dd65867d17 Fixes: Parsing of objc selector expressions. 2009-02-06 15:51:17 +01:00
Roberto Raggi
7b2b182774 Fixes: Parsing of objc method definitions. 2009-02-06 15:13:12 +01:00
Jens Bache-Wiig
3b7c35fa9b Fixes: Toolbar cosmetic problem
RevBy:    b_lindeijer
Details:
This resolves the problem with missing top-borders on
the find toolbar.

(cherry picked from commit e5c845fcc7)
2009-02-06 15:05:58 +01:00
Thorbjørn Lindeijer
932845fc36 Don't use the name twice, though
We shouldn't append the name in cases where the text was not empty but
_name was.

Reviewed-by: Roberto
2009-02-06 14:50:58 +01:00
Thorbjørn Lindeijer
233502a795 Fixed tooltips for enumerators
The helpId was working but the tooltip text was empty.

Reviewed-by: Roberto
2009-02-06 14:43:13 +01:00
Thorbjørn Lindeijer
903457ee69 Fix compile warning
Should be pretty safe to cast the apparently unsigned return value of
"sizeof" to a regular integer.
2009-02-06 14:21:38 +01:00
Thorbjørn Lindeijer
d668b9b1f1 Added tooltips to editor settings and tweaked layout
Looks a bit nicer now and the tooltips explain some of the options a bit
better. Header texts have also been simplified.

(cherry picked from commit ad5bdf6969)
2009-02-06 14:10:33 +01:00
Thorbjørn Lindeijer
0bab3d91e6 Fixed title of dialog 2009-02-06 14:06:56 +01:00
dt
c71edd7763 Fixes: Finding the ui*.h files so that we can parse those. 2009-02-06 13:26:21 +01:00
dt
dd9ccc517b Merge branch '0.9.2-rc1' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.2-rc1 2009-02-06 11:40:53 +01:00
Roberto Raggi
8c0aa2d207 Fixes: Parsing of block declarations in an @implementation block. 2009-02-06 11:36:39 +01:00
Thorbjørn Lindeijer
452475f8e4 Fixed sentence. 2009-02-06 11:20:32 +01:00