Summary: | 'ServerSide subscription' dialogue scrolling zone too small | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Sabine Faure <sabine> |
Component: | IMAP resource | Assignee: | Kevin Ottens <ervin> |
Status: | CLOSED FIXED | ||
Severity: | normal | CC: | felix.wolfsteller, kdepim-bugs, vkrause |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Maemo 5 | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Scrolling zone too small for the user to check a folder |
Description
Sabine Faure
2010-09-15 20:23:57 UTC
Created attachment 51696 [details]
Scrolling zone too small for the user to check a folder
N900, 4:4.5~20100914.1175313-1maemo1.1174921
SVN commit 1177766 by ervin: Provide a new much simpler SubscriptionDialog. It actually comes in two flavors depending on the build type. The desktop flavor provides a tree view and filter widgets, while the mobile flavor provides only a flattened list. As a consequence: - We don't depend on QTreeView in the mobile case. - We don't depend on kdepim-copy anymore. Used the opportunity to add a small test app for the subscription dialog itself. BUG: 251367 M +1 -1 CMakeLists.txt M +1 -1 imapaccount.cpp M +2 -2 imapaccount.h M +4 -5 setupserver.cpp M +234 -320 subscriptiondialog.cpp M +64 -166 subscriptiondialog.h M +11 -0 tests/CMakeLists.txt A tests/testsubscriptiondialog.cpp [License: GPL (v2+)] WebSVN link: http://websvn.kde.org/?view=rev&revision=1177766 It stays "Loading..." for me in version 4:4.5~20100920.1177660-1maemo1.1177547 . Other than that dialog looks really similar to the pasted screenshot. Note that my test-account is not a fully-fledged kolab-account ( https://bugs.kde.org/show_bug.cgi?id=251823 ?). As the commit message implied you need r1177766 or later to test the fix. From your comment you tested using an older revision. doh, sorry - I supposed your comment was much older. Will test with later versions soon and close if found fixed. It is corrected now. The dialogue has been completely remodeled and now it is easy to select a folder name by just scrolling down the list. N900, 4:4.5~20100922.1178352-1maemo1.1177763 I retested this today and it still works fine so I am closing this bug. N900, 4:4.6~.20101223.2034.git9cc0c3e-1maemo1.120883 |