[Digikam-devel] Commit #1030300 breaks GPSSearch

Marcel Wiesweg marcel.wiesweg at gmx.de
Sat Oct 3 21:14:43 BST 2009


> I thought I'm alone with this problem, but Johannes Wienke discovered the
>  same problem:
> Commit #1030300 seems to break the GPSSearch.
> I don't know what exactly causes this, but the tab is simply empty.
> 
> To fix it, you need to remove all sections in your digikamrc that belong to
> GPSSearch.
> After a restart digiKam displays the GPSSearch tab again.

I would place a bet the the addition of a QSplitter is the culprit.
Especially, using setSizes() to store state.

I recommend to use restoreState() / saveState() as done with all other 
splitters in digikam.
There may also be an issue if a splitter or contained widgets was never set 
visible before storing state, I am not sure about this, a faint memory.

Marcel



More information about the Digikam-devel mailing list