Summary: | Window title gets "Loading.../" prepended multiple times when accessing mails/folders | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Will Stephenson <wstephenson> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aspotashev, m.wege |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/4af1438fe493a6216c9ac12c3e27b998db2690c4 | Version Fixed In: | 4.9.3 |
Sentry Crash Report: |
Description
Will Stephenson
2010-12-08 14:03:38 UTC
*** Bug 259684 has been marked as a duplicate of this bug. *** Still in 4.7 Git commit 604b12876848b4507905b96fc5922b8e2d07e137 by David Faure. Committed on 08/10/2012 at 10:04. Pushed by dfaure into branch 'KDE/4.9'. Fix initial state of actions (and window title). ETM now tells us when a folder is available, and when kmail receives this for the current folder, it updates its copy of the collection object in mCurrentFolder, the window title, the state of the actions, etc. Technically we could listen to dataChanged, but that's called so often for so many different reasons, it would just slow things down. Especially since we don't need to be notified of future changes (new email, mail read, etc.), because we already get that from Akonadi::Monitor). M +14 -0 kmail/kmmainwidget.cpp M +1 -0 kmail/kmmainwidget.h http://commits.kde.org/kdepim/604b12876848b4507905b96fc5922b8e2d07e137 Git commit 39aa2c85783b2381ad7fa199ee1ee028a32c2c54 by David Faure. Committed on 31/10/2012 at 19:31. Pushed by dfaure into branch 'master'. Fix "Loading.../Loading..." in caption M +3 -0 kmail/kmmainwidget.cpp http://commits.kde.org/kdepim/39aa2c85783b2381ad7fa199ee1ee028a32c2c54 Git commit 4af1438fe493a6216c9ac12c3e27b998db2690c4 by David Faure. Committed on 31/10/2012 at 19:31. Pushed by dfaure into branch 'KDE/4.9'. Fix "Loading.../Loading..." in caption (cherry picked from commit 39aa2c85783b2381ad7fa199ee1ee028a32c2c54) M +3 -0 kmail/kmmainwidget.cpp http://commits.kde.org/kdepim/4af1438fe493a6216c9ac12c3e27b998db2690c4 |