Summary: | KPageWidget has problems when using facetype Tabbed | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Robin Atwood <robin> |
Component: | kdeui | Assignee: | Christoph Feck <cfeck> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | robin |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.5.4 | |
Sentry Crash Report: |
Description
Robin Atwood
2010-11-06 15:14:54 UTC
SVN commit 1194291 by cfeck: Emit layoutChanged when removing page CCBUG: 256230 M +4 -0 kpagewidgetmodel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1194291 SVN commit 1194298 by cfeck: Fix currentPageChanged not emitted in Tabbed face mode Since the selection model is not connected to a real item view, but only used internally, we need to emulate "single selection" mode and clear selection whenever we select a new item. Otherwise, after all items have been selected (in other words, after all pages have been visited), it would stop emitting a signal. CCBUG: 256230 M +1 -1 kpageview_p.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1194298 SVN commit 1194300 by cfeck: Fix Tabbed face mode (backport of r1194291 and r1194298) BUG: 256230 FIXED-IN: 4.5.4 M +1 -1 kpageview_p.cpp M +4 -0 kpagewidgetmodel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1194300 Christoph, well done, that was a very fast fix! I like the service in this joint. :) |