Friedemann Kleint
|
2fd8b2d7ff
|
Fix some code scanning issues.
QString: Use QChar where appropriate.
|
2010-02-01 12:43:56 +01:00 |
|
con
|
8b9c748abb
|
Merge remote branch 'origin/1.3'
|
2009-12-03 15:15:08 +01:00 |
|
Thorbjørn Lindeijer
|
5373017abd
|
Fixed inline implemented methods not showing up in the methods filter
Done with Roberto Raggi.
Task-number: QTCREATORBUG-405
|
2009-12-03 11:34:31 +01:00 |
|
Roberto Raggi
|
7c7ce13ac0
|
Use const names.
|
2009-12-01 12:46:23 +01:00 |
|
hjk
|
93cbef8724
|
long live the king
|
2009-08-14 09:30:56 +02:00 |
|
Jason McDonald
|
884b7af769
|
Update license headers and sales contact details.
Reviewed-by: Trust Me
|
2009-06-17 00:01:27 +10:00 |
|
Christian Hoenig
|
575495b99b
|
Implement CppCurrentDocumentFilter for symbols in current document
|
2009-05-30 10:43:07 +02:00 |
|
hjk
|
8ca887aae2
|
Fixes: change file license headers to include LGPL
|
2009-02-25 09:15:00 +01:00 |
|
Daniel Molkentin
|
59affcfffc
|
Bump year in licence header.
|
2009-01-13 19:22:14 +01:00 |
|
hjk
|
da3cb14483
|
chancge Nokia GPL exception version from 1.2 to 1.3
|
2008-12-16 17:20:00 +01:00 |
|
Thorbjørn Lindeijer
|
5f544b4daf
|
Added the CppFunctionsFilter to QuickOpen
In the GUI this is currently called "Methods" with the shortcut 'm'.
|
2008-12-09 17:19:35 +01:00 |
|
Thorbjørn Lindeijer
|
0e27bc5aa3
|
Exclude anonymous symbols from the QuickOpen
They're not overly useful to have in there, since they don't have a name
you could type to jump to them.
Reviewed-by: Roberto Raggi
|
2008-12-09 16:32:51 +01:00 |
|
Thorbjørn Lindeijer
|
c14896b7d2
|
Slight optimization in Session::projectForFile
Avoid creating a copy of the list of projects.
|
2008-12-08 13:05:44 +01:00 |
|
Thorbjørn Lindeijer
|
ecfb77d469
|
Separate scope in classes quickopen filter
The scope of the classes is now separated and displayed in the second
column, and not included in the search.
|
2008-12-05 13:23:04 +01:00 |
|
Thorbjørn Lindeijer
|
4e76b54dec
|
Use QFlags for indicating symbols to search for
|
2008-12-05 09:02:08 +01:00 |
|
Thorbjørn Lindeijer
|
cecd5023dd
|
First incarnation of classes quickopen filter
Invokable with 'c', currently shows all classes it can find.
|
2008-12-04 18:22:58 +01:00 |
|