diff options
| author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
|---|---|---|
| committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
| commit | 23bfbfff2de55c72029349cc312adac29cf09809 (patch) | |
| tree | 471f706949569f3531be5f2819f5071b117ce249 /digikam/utilities/scripts | |
| parent | 0b843b137f8f7e7f3d43f7a7beafc51129668981 (diff) | |
| download | digikam-23bfbfff2de55c72029349cc312adac29cf09809.tar.gz digikam-23bfbfff2de55c72029349cc312adac29cf09809.zip | |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/digikam@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'digikam/utilities/scripts')
| -rw-r--r-- | digikam/utilities/scripts/digitaglinktree | 8 | ||||
| -rw-r--r-- | digikam/utilities/scripts/digitaglinktree.1 | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/digikam/utilities/scripts/digitaglinktree b/digikam/utilities/scripts/digitaglinktree index b8759f87..8d0d12c9 100644 --- a/digikam/utilities/scripts/digitaglinktree +++ b/digikam/utilities/scripts/digitaglinktree @@ -155,7 +155,7 @@ sub getTaggedImages{ # would be the path "people/friends". Images with tag friends would then be # linked in the directory <tagsroot>/people/friends/ for($i=0; $i<=$#tags; $i++){ - $pid=$tags[$i]->{"pid"}; # Get tqparent tag id of current tag + $pid=$tags[$i]->{"pid"}; # Get parent tag id of current tag $tag=$tags[$i]->{"tag"}; # Start constructing tag path if( $pid == 0 ){ $tagPath{$i}=$tag; @@ -164,7 +164,7 @@ sub getTaggedImages{ while( $pid != 0){ $tag=$tags[$pid]->{"tag"} . "/$tag"; # add parents tag name to path - $pid=$tags[$pid]->{"pid"}; # look if tqparent has another tqparent + $pid=$tags[$pid]->{"pid"}; # look if parent has another parent } # Store path constructed $tagPath{$i}=$tag; @@ -281,7 +281,7 @@ sub createLinkTree{ # For tags that have subtags there is a path defined in qtagPath # describing the parentrelationship as directory path like "friends/family/brothers" # If it is defined we want to use this path instead of the flat tag name like "brothers" - # Doing so results in a directory hirachy that maps the tags tqparent relationships + # Doing so results in a directory hirachy that maps the tags parent relationships # into the filesystem. if( $opt_flat ){ # For flat option just use the last subdirectory @@ -487,7 +487,7 @@ sub usage{ " -H Use hard links instead of symbolic links in linktree. \n", " -f If there are hierarchical tags (tags that have subtags) \n", " create a flat tag directory hierarchy. So directories for\n", - " subtags are at the same directory level like their tqparent tags\n", + " subtags are at the same directory level like their parent tags\n", " -h Print this help \n", " -v Print scripts version number \n"; diff --git a/digikam/utilities/scripts/digitaglinktree.1 b/digikam/utilities/scripts/digitaglinktree.1 index cbc10d2e..fdfe9e09 100644 --- a/digikam/utilities/scripts/digitaglinktree.1 +++ b/digikam/utilities/scripts/digitaglinktree.1 @@ -130,7 +130,7 @@ will not run. In digikam photos can have hierachical tags (tags that have subtags). In this case digitaglinktree would by default add a directory for the tag and a subdirectory for each of the subtags of this tag. By setting \fB \-f \fR a subtag is treated like a -regular tag just as its tqparent tag so digitaglinktree will create all subdirectories +regular tag just as its parent tag so digitaglinktree will create all subdirectories for tags and subtags at the same level independent of the tag - subtag hierarchy. .TP |
