(→Bugs and regressions from 3.5) |
(→Bugs and regressions from 3.5) |
||
| Line 16: | Line 16: | ||
* Unsorted is not needed as there's no other option | * Unsorted is not needed as there's no other option | ||
* No feedback when something is downloaded, the user does not know when it is finished. => KMessageBox? | * No feedback when something is downloaded, the user does not know when it is finished. => KMessageBox? | ||
| − | **In CoreEngine::slotInstallationVerification(int result) | + | **In ''CoreEngine::slotInstallationVerification(int result)'' signalInstallationFinished() and signalInstallationFailed() are emitted but not connected anywhere. |
| − | signalInstallationFinished() and signalInstallationFailed() are emitted but not connected anywhere. | + | |
* No feedback in the dialog that some items are already present (was done in 3.5 in the app by writing in config stuff entries then KNS picked that and displayed a green tick in the list) | * No feedback in the dialog that some items are already present (was done in 3.5 in the app by writing in config stuff entries then KNS picked that and displayed a green tick in the list) | ||
| − | ** In KDE 3.5 this code is in void DownloadDialog::install(Entry *e) in downloaddialog.cpp | + | ** In KDE 3.5 this code is in ''void DownloadDialog::install(Entry *e)'' in ''downloaddialog.cpp'' |
* The display of the list is slow, way slower than in KDE 3.5 | * The display of the list is slow, way slower than in KDE 3.5 | ||
Contents |
Classes will (mostly) be:
KNewStuff2 will store all the files in a specific dir. The layout of this dir, and all the related information can be found here.