summaryrefslogtreecommitdiffstats
path: root/src/analyzer/analyzerwaveform.h
AgeCommit message (Expand)Author
2019-06-08Rename Analyzer methodsUwe Klotz
2019-06-07Fix API design of Analyzer and adjust all implementationsUwe Klotz
2019-06-07Remove Analyzer::isDisabledOrLoadStoredSuccess() callbackUwe Klotz
2018-12-26Don't store a plain pointer as memberUwe Klotz
2018-06-12Source typosluz.paz
2017-06-20Fix saving of waveform analysis in databaseUwe Klotz
2017-06-12Manage a pool of thread-local database connectionsUwe Klotz
2017-06-12Move AnalysisDao back into waveform analyzerUwe Klotz
2017-06-12Move DAO and database connection into correct threadUwe Klotz
2017-06-12Use a managed database connection(s) for waveform analyzer(s)Uwe Klotz
2016-03-02Rename loadStored to reflect the actualy usageDaniel Schürmann
2016-01-25Merge pull request #873 from rryan/durationRJ Ryan
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-24Use Duration class for calculating time differences.RJ Ryan
2016-01-08Fix missing pointer initializationUwe Klotz
2016-01-08Eliminate unnecessary heap allocation of QTimeUwe Klotz
2015-12-27Migrate analyzers and vamp helpers to src/analyzer.RJ Ryan