Summary: | 'About' functionality missing | ||
---|---|---|---|
Product: | [Unmaintained] KMail Mobile | Reporter: | Sabine Faure <sabine> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | CLOSED FIXED | ||
Severity: | normal | CC: | felix.wolfsteller |
Priority: | HI | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sabine Faure
2010-08-13 22:14:36 UTC
Actually I found the 'About' functionality but it is not implemented: - Launch Kmail-mobile - Open the 'Actions' tab - Click on 'Application' and then on 'About' Nothing is displayed whereas I am guessing that there should be information about Kmail-mobile (version number...) displayed. Atm the only thing happening is that the Actions tab closes. N900 Packages, Svn Rev 1164728 SVN commit 1169971 by vkrause: Integrate about dialog in all apps and include the version number in there. BUG: 248984 BUG: 247786 M +1 -2 calendar/korganizer-mobile.qml M +5 -0 contacts/kaddressbook-mobile.qml M +4 -3 lib/AboutDialog.qml M +7 -0 lib/kdeclarativemainview.cpp M +3 -0 lib/kdeclarativemainview.h M +4 -0 mail/kmail-mobile.qml M +5 -0 notes/notes.qml M +5 -0 tasks/tasks.qml WebSVN link: http://websvn.kde.org/?view=rev&revision=1169971 It is corrected now. When clicking on 'About' I get the following text displayed in the tab: 'This is the about dialog Version: 4.6 pre () Last change:' N900, 4:4.5~20100901.1170574-1maemo1.1170522 Imho, this is not sufficiently information for an about dialog. At least the applications full name should appear. A more precise version number would be helpful, too. I have seen discussion about what other content has to go in the about dialog, but maybe this issue can be closed when the applications name, a date and no empty braces are present anymore. I retested this today and the applications name and the date are still missing as well as the content of the braces. N900,4:4.5~20101001.1181533-1maemo1.1181469 The about dialog is complete now. Indeed it is corrected now The 'About' dialogue is complete: * The application full name appears. * A precise and up to date version number appears. N900, 4:4.6~20101112.1195855-1maemo1.1195857 |