Fixed wrong replacement from Qt3->TQt conversion. This is an internally used library and the fix affects a comment, but it is still nice to have it right.
Mavridis Philippe
2021-01-17 14:30:53 +0200
directorylist.*: Reimplemented mounting process. What remains is to figure out a way to pass ClamAV the mountpoint instead of the block device name.
Mavridis Philippe
2021-01-15 17:28:25 +0200
Freshklam: updated and enhanced notifications. Notifications are now displayed for each updated definition database, as well as in the end of a (successful) update process (an entry to the log is now written at this stage, too).
Mavridis Philippe
2021-01-14 23:04:08 +0200
Implement fixed tabs. Fixed tabs are tabs that cannot be closed by the user. Examples of such tabs are thwe first (main) tab in the Virus Browser and the Scanner and some essential tabs in the main window.
Mavridis Philippe
2021-01-14 22:24:28 +0200
Moved the E-Mail scanning setup widget to the Options dialog. It makes more sense since it's something you do only once than having it in its own tab in the main window.
Mavridis Philippe
2021-01-14 21:34:26 +0200
Virus Browser: Reworked search engine slots. Slots for obsolete search engines were removed and URLs for working ones were put into variables (to make changing them easy).
Mavridis Philippe
2021-01-14 21:14:15 +0200
Implemented slotScanDir(), slotScanFile() The scan initialisation function in klamscan.* had to be modified a bit.
Mavridis Philippe
2021-01-14 20:40:57 +0200
Implemented slots in Tabs menu and reworked tab mechanism. 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.
Mavridis Philippe
2021-01-14 19:18:24 +0200
Removed type statement before variable 'config'. It is redundant since 'config' is globally defined in the appropriate header file (klamav.h).
Mavridis Philippe
2021-01-14 19:06:47 +0200
Replaced About tab with Welcome tab. The needed data is already provided through TDEAboutData, while translation credits are redundant since the old i18n files have been deleted.
Mavridis Philippe
2021-01-14 18:44:41 +0200
klamav: Cosmetic changes Adjusted paddings and margins for TQVBoxLayout and made layout respect the newly added menubar.
Mavridis Philippe
2021-01-14 17:39:20 +0200
klamav: Added menubar and basic menu srtucture. The appropriate slots will be implemented in later commits.
Mavridis Philippe
2021-01-14 16:59:21 +0200
Removed translated HTML files. Translating those should be done with the use of i18n(), as done, for example, in Akregator.
Mavridis Philippe
2021-01-14 13:11:35 +0200
Removed software updates. ClamAV updates must be left to the user (or, even better, each distribution's package manager).
Mavridis Philippe
2021-01-13 22:37:04 +0200