summaryrefslogtreecommitdiffstats
path: root/src/configdialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Added On-Access Scanner.Mavridis Philippe2021-03-031-1/+6
| | | | | | | | There are still a few TODOs, but it seems to work quite well already. This relates to issue #10. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Added a new, separate options section for Archives.Mavridis Philippe2021-02-071-1/+1
| | | | | | | | | Options from the Archive Limits section have been moved there. A new option for disabling/enabling archive scanning has been added (--scan-archives switch for clamscan). This is related to issue #15. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Updated command-line switches.Mavridis Philippe2021-02-051-1/+0
| | | | | | | | | | | | Deprecated archive extraction options were removed and some switches were renamed according to changes in ClamAV 0.101.0. ClamAV seems to handle archive extraction fully on its own and thus those options are not provided by clamscan anymore. This relates to issue #15. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Added support for clamd scanning.Mavridis Philippe2021-02-051-1/+4
| | | | | | | | | | | | | This option has to be enabled in the new 'Backend' section of the Options dialog. Most configuration options are unavailable for use with 'clamdscan'. For more information on the inherited limitations see the man page for clamdscan(1). This resolves issue #17. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Moved the E-Mail scanning setup widget to the Options dialog.Mavridis Philippe2021-01-141-0/+1
| | | | | | | It makes more sense since it's something you do only once than having it in its own tab in the main window. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Conversion KDE3->TDEMavridis Philippe2021-01-131-3/+3
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Conversion Qt3->TQtMavridis Philippe2021-01-131-12/+12
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Initial commitMavridis Philippe2021-01-131-0/+59
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>