Denis Mingulov
5af6f15f7c
Utils::NavigationTreeView is created - as a base class for any Navigation Widget (Side Bar) tree view
...
Merge-request: 2167
Reviewed-by: Kai Koehne <kai.koehne@nokia.com >
2010-07-16 11:24:02 +02:00
Kai Koehne
679ccc3b74
QmlOutline: Add filter for hiding bindings (properties)
2010-07-14 16:56:14 +02:00
Kai Koehne
d3c4f329d7
CppEditor: Don't show 'generated' symbols in the outline
...
Don't show e.g. all the methods that are defined by the Q_OBJECT
macro in the outline. We skip these by checking for Symbol->isGenerated
in the two proxy models used.
2010-07-08 17:03:38 +02:00
Kai Koehne
82497a9545
CppEditor: Re-use also the code to find the right index
...
Don't calculate the right QModelIndex twice.
2010-07-08 16:19:05 +02:00
Kai Koehne
2ba49e4e72
CppEditor: Reuse OverviewModel from text editor also in the outline pane
...
There's no use synchronizing the same model twice.
2010-07-08 16:19:05 +02:00
Kai Koehne
1fff761d57
Support Outline sidebar for C++ files
2010-07-08 14:02:51 +02:00