summaryrefslogtreecommitdiffstats
path: root/src/klamav.h
Commit message (Collapse)AuthorAgeFilesLines
* Added On-Access Scanner.Mavridis Philippe2021-03-031-4/+10
| | | | | | | | There are still a few TODOs, but it seems to work quite well already. This relates to issue #10. Signed-off-by: Mavridis Philippe <[email protected]>
* Mark tab as closed when closed from context menu.Mavridis Philippe2021-01-171-0/+1
| | | | | | This resolves issue #11. Signed-off-by: Mavridis Philippe <[email protected]>
* Implemented slots in Tabs menu and reworked tab mechanism.Mavridis Philippe2021-01-141-0/+7
| | | | | | | | | | The idea is to make some tabs closeable by the user (e.g. one may not need the Virus Browser tab all the time!). The state is stored in the program's configuration file. Some tabs are supposed to be always open (Scan and Update), that is why a way to close them is not programmatically implemented. Signed-off-by: Mavridis Philippe <[email protected]>
* klamav: Added menubar and basic menu srtucture.Mavridis Philippe2021-01-141-0/+8
| | | | | | The appropriate slots will be implemented in later commits. Signed-off-by: Mavridis Philippe <[email protected]>
* Removed Klamd and Dazuko/Clamuko/Klamd-related code.Mavridis Philippe2021-01-141-7/+0
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Removed remains of ClamAV updates in wizard.Mavridis Philippe2021-01-141-1/+0
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Conversion KDE3->TDEMavridis Philippe2021-01-131-16/+16
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Conversion Qt3->TQtMavridis Philippe2021-01-131-25/+25
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Initial commitMavridis Philippe2021-01-131-0/+163
Signed-off-by: Mavridis Philippe <[email protected]>