summaryrefslogtreecommitdiffstats
path: root/src/analyzer/analyzerwaveform.cpp
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
2019-01-06move EngineFilter classes to their own folderBe
2018-12-26Don't store a plain pointer as memberUwe Klotz
2018-01-25Cleanup and simplify AnalysisDaoUwe Klotz
2017-06-20Fix saving of waveform analysis in databaseUwe 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
2017-06-12Consistently wire DAOs to the databaseUwe Klotz
2017-03-19some changes from the PR reviewJosepMaJAZ
2017-02-11Change the dirty waveform flag for a multistate enum to clearly indicate when...JosepMaJAZ
2017-02-04changed mutex for qatomicJosepMaJAZ
2017-02-04Fix clear waveform cache not deleting bbdd entries.\n Fixed waveform analysis...JosepMaJAZ
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-03-02Rename loadStored to reflect the actualy usageDaniel Schürmann
2016-01-31Remove quotes for Duration debug outputDaniel 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