summaryrefslogtreecommitdiffstats
path: root/src/scanviewer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added a new, separate options section for Archives.Mavridis Philippe2021-02-071-0/+3
| | | | | | | | | 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-79/+7
| | | | | | | | | | | | 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-55/+96
| | | | | | | | | | | | | 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>
* eventsrc: Cleanup and clarificationMavridis Philippe2021-01-301-2/+2
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Remove unneeded i18n() callsMavridis Philippe2021-01-291-2/+2
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Fixed some TQString->const char * casts.Mavridis Philippe2021-01-251-2/+2
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Virus Browser: Reworked search engine slots.Mavridis Philippe2021-01-141-14/+0
| | | | | | | Slots for obsolete search engines were removed and URLs for working ones were put into variables (to make changing them easy). Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Removed Klamd and Dazuko/Clamuko/Klamd-related code.Mavridis Philippe2021-01-141-10/+3
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Fixed GUI typo.Mavridis Philippe2021-01-141-4/+4
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Conversion KDE3->TDEMavridis Philippe2021-01-131-41/+41
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Conversion Qt3->TQtMavridis Philippe2021-01-131-127/+127
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Initial commitMavridis Philippe2021-01-131-0/+1014
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>