]> git.cworth.org Git - apitrace/commit
Add a search widget and fix go to.
authorZack Rusin <zack@kde.org>
Wed, 13 Apr 2011 03:21:52 +0000 (23:21 -0400)
committerZack Rusin <zack@kde.org>
Wed, 13 Apr 2011 03:23:01 +0000 (23:23 -0400)
commitf04cf8a9dd3150a0127a449e606ead585a31d6d2
treec6fa2e98be96431044fe980bf1e2ad1f2302135a
parent7ba7ce89ffaef1b5e1f7a6111deeccbe30e89cd5
Add a search widget and fix go to.

go to wasn't indexing the call indexes but the row counts, which
don't always match. also adding a nice search widget to search for
specific calls within the view.
13 files changed:
gui/CMakeLists.txt
gui/apitrace.cpp
gui/apitrace.h
gui/apitracefilter.cpp
gui/apitracemodel.cpp
gui/mainwindow.cpp
gui/mainwindow.h
gui/qapitrace.qrc
gui/resources/go-down-search.png [new file with mode: 0644]
gui/resources/go-up-search.png [new file with mode: 0644]
gui/searchwidget.cpp [new file with mode: 0644]
gui/searchwidget.h [new file with mode: 0644]
gui/ui/searchwidget.ui [new file with mode: 0644]