mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
Data Filter (Part 3 of 3)
Last part of the search/filter functionality; * SearchBox now incorporates filter and search with a new widget. We can update this widget to include more fancy UI/Interactions without having to change the ride list or charts etc. * Added search/filter widget to the relevant charts and screens; Metrics, TreeMap, CP, Histogram, Activity Log, Ride list (refactored out of MainWindow) * Added namedsearches.xml and adding/selecting them from a drop down menu on the search box. * Fixed some performance bugs related to duplicate signals and redraw/reprocessing. Also ensured that CLucene remains optional -- but means no search or filter functionality unless it is available.
This commit is contained in:
@@ -187,6 +187,7 @@ QStringList DataFilter::parseFilter(QString query)
|
||||
filenames << allRides.at(i).getFileName();
|
||||
}
|
||||
}
|
||||
emit results(filenames);
|
||||
}
|
||||
|
||||
errors = DataFiltererrors;
|
||||
|
||||
Reference in New Issue
Block a user