[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/graphics/digikam/libs/imageproperties
From:       Johannes Wienke <languitar () semipol ! de>
Date:       2010-02-04 22:30:08
Message-ID: 1265322608.785108.5833.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1085329 by jwienke:

Enable root tag in ImageDescEditTab. It's not checkable now but the check box is \
still drawn.

 M  +2 -1      imagedescedittab.cpp  


--- trunk/extragear/graphics/digikam/libs/imageproperties/imagedescedittab.cpp \
#1085328:1085329 @@ -183,9 +183,10 @@
                                      "',' can be used to create more than one \
hierarchy at the same time."));  
     d->tagModificationHelper = new TagModificationHelper(this, this);
-    d->tagModel = new TagModel(AbstractAlbumModel::IgnoreRootAlbum, this);
+    d->tagModel = new TagModel(AbstractAlbumModel::IncludeRootAlbum, this);
     d->tagModel->setCheckable(true);
     d->tagModel->setTristate(true);
+    d->tagModel->setRootCheckable(false);
     d->tagCheckView = new TagCheckView(captionTagsArea, d->tagModel);
 
     KHBox *tagsSearch  = new KHBox(captionTagsArea);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic