⇤ ← Revision 1 as of 2016-01-08 15:24:02
Size: 1089
Comment: Start with list of Kleopatra depedencies
|
Size: 840
Comment: Remove unused dependencies as I've also remvoed them in the repo.
|
Deletions are marked like this. | Additions are marked like this. |
Line 9: | Line 9: |
| Qt5UiTools | None, apparently not used | | Qt5XML | None, apparently not used | | Qt5Test | used for tests? | | KF5Mime | None, apparently not used | |
|
Line 22: | Line 18: |
| KF5PimCommon | None apparently not used| | KF5TextWidgets | None apparently not used| |
Work in Progress. Listing dependencies of Kleopatra and why they are needed.
Libkleo
Dependency | Reason |
---|---|
Qt5Widgets | Uses Qt Widgets |
Qt5Gui | Dependency of QtWidgets |
Qt5Core | Dependency of QtWidgets |
KF5I18n (Tier1) | Required for translations |
KF5Config (Tier1) | Used for libkleopatrarc parsing |
KF5WidgetsAddons | KMessageBox, probably more |
KF5Gpgmepp | Gpgme++ |
KF5Completion | Used for KLineedit which is used in configuration dailogs and for filenames |
KF5IconThemes | User in Auditlogviewer and Keyselectiondialog - Should be replaced with QIcon::fromTheme |
KF5WindowSystem | Used to set the Icon of the keyselectiondialog |
KF5CoreAddons | At least KShell is used to shell execute the checksumcommands |
KF5PimTextEdit | Richtextedit used in the audit log viewer |