[KPhotoAlbum] Fix: update info box when size becomes available
Henner Zeller
h.zeller at acm.org
Tue Nov 21 09:11:36 GMT 2006
Hi,
> With the attached patch (replaces
> the previous one), [...]
.. the updateInfoBox() still has to be declared as a slot in
ViewerWidget.h. This has been in the first patch but was missing from
the second patch:
So for completeness:
===================================================================
--- Viewer/ViewerWidget.h (revision 606645)
+++ Viewer/ViewerWidget.h (working copy)
@@ -54,10 +54,10 @@
void setShowFullScreen( bool on );
void show( bool slideShow );
KActionCollection* actions();
- void updateInfoBox();
public slots:
virtual bool close(bool alsoDelete );
+ void updateInfoBox();
protected:
virtual void contextMenuEvent ( QContextMenuEvent * e );
Overall, running this for a day now, this patch gives a much more
user-expected behaviour of the info-box, esp. if loading of the image
takes some time. But I won't insist adding it to this release. I know
how difficult it is to draw the line for the release. Would be good
though ;-)
cheers,
-henner
More information about the Kphotoalbum
mailing list