| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit ee39cb509b01628706a4016aa3b8c539916e9a34)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 7f59481a7a5600ca122e8db0454ee9ba744447a5)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 7732de598e26e70cae021d7e4607ec90aed875cd)
|
|
|
|
|
|
|
| |
This should resolve issue #29.
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit 80c548d4be7fb02d2a6ad93bde2827f4603886fd)
|
|
|
|
|
| |
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit 0f3195ce14f24ecb12c04c4fddf2c3a5a53f6e7c)
|
|
|
|
|
| |
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit 751933ec8be5220affceb171ff7ef8cf92b6aaab)
|
|
|
|
|
|
|
| |
This solves issue #26.
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit feeae7b801d0518d783bc338c1615cdc9f6b27d3)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit d3370f11b5d346dd6aa0f7c7628525ccde140355)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit f8dcdf5cb308c5e8e82162b596b0900773394d95)
|
|
|
|
|
| |
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit 69817f0eae3ed0e420a7d0e58c29953dd65dda97)
|
|
|
|
|
|
|
| |
This solves issue #20.
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit 8af10422f097ffa90ec6367f817fafbd39d3b419)
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
|
|
|
|
| |
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
| |
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
|
|
| |
This hopefully resolves issue #21.
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
|
|
|
|
| |
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]>
|
|
|
|
| |
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
| |
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
|
|
| |
This relates to discussion of issue #22.
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
|
|
| |
(for brevity and clarity).
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
| |
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
|
|
| |
This relates to issue #22.
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
|
|
|
| |
This commit makes it possible to add multiple instances of the
CollectionSetup widget instances without the program crashing.
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
| |
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
| |
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
| |
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
|
|
| |
Let's hope that KlamAV is already "mature enough" for this :)
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
| |
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
|
|
|
|
|
| |
instead of reading the widget by itself.
It is now possible to call CollectionSetup::pruneSelectedDirs(dirs)
independently from a CollectionSetup object.
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
|
|
|
| |
* Ability to turn off "full mode" (that is, DeviceItems).
* Ability to provide a starter TQStringList of directories.
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
|
|
| |
Idea taken from amaroK.
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
| |
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
| |
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
|
|
|
| |
This makes more sense and will permit to use this method in other
scenarios.
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
|
|
|
| |
This option is recommended as it is faster and permits to scan other
users' files. For a more detailed description see clamdscan(1).
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
|
|
|
|
| |
Before this, KlamAV would fill its directory with identical scheduled
scan scripts. The only thing which might change between them would be
the $PATH variable.
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
|
|
| |
This relates to issue #15.
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
|
|
|
|
|
| |
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 <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 <[email protected]>
|
|
|
|
|
|
| |
This gives us a scrollable widget better suited for long text.
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
| |
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
| |
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
|
|
|
| |
The translations themselves are now stored separately from the .desktop
files and the eventsrc.
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
| |
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
|
|
|
|
| |
It was made more compact because it doesn't make sense to have a
full-blown two-page wizard for setting up two paths and showing a
checkbox.
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
|
|
| |
This resolves issue #13.
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
| |
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
|
|
|
| |
These messages are the same with the options' labels and caused
duplicate entries in i18n files.
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
| |
Signed-off-by: Mavridis Philippe <[email protected]>
|