Commit Graph

8 Commits

Author SHA1 Message Date
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