<div class="gmail_quote">On Fri, Jun 3, 2011 at 9:03 PM, srikanth tiyyagura <span dir="ltr">&lt;<a href="mailto:srikanth.tulasiram@gmail.com">srikanth.tulasiram@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">



        
        
        
        

<blockquote style="margin-left:0cm;margin-right:0.05cm;margin-bottom:0cm;line-height:150%;text-align:left">
<b>Hi krita developers,</b></blockquote>
<blockquote style="margin-left:0cm;margin-right:0.05cm;margin-bottom:0cm;line-height:150%;text-align:justify">
 This is the idea of tagging implementation in krita. Look at it once
and  correct me if I&#39;m wrong . 
</blockquote>
<blockquote style="margin-left:0cm;margin-right:0.05cm;margin-bottom:0cm;line-height:150%;text-align:justify">
<b>What is Tagging ?</b></blockquote>
<blockquote style="margin-left:0cm;margin-right:0.05cm;margin-bottom:0cm;line-height:150%;text-align:justify">
Tagging means adding some tags to the resources in krita and call
them according to your use. In Tagging, there are three main
functions</blockquote>
<blockquote style="margin-left:0cm;margin-right:0.05cm;margin-bottom:0cm;line-height:150%;text-align:justify">
1). Adding a Tag – here, we will create a tag and add it to the
resource.</blockquote>
<blockquote style="margin-left:0cm;margin-right:0.05cm;margin-bottom:0cm;line-height:150%;text-align:justify">
2). Deleting a Tag – we can delete a tag for resource.</blockquote>
<blockquote style="margin-left:0cm;margin-right:0.05cm;margin-bottom:0cm;line-height:150%;text-align:justify">
3). Search for resource – By using tags, we can search for
resources which contains particular resource.</blockquote>
<blockquote style="margin-left:0cm;margin-right:0.05cm;margin-bottom:0cm;line-height:150%;text-align:justify">
<b>How we are implementing ?</b></blockquote>
<blockquote style="margin-left:0cm;margin-right:0.05cm;margin-bottom:0cm;line-height:150%;text-align:justify">
<b>1. UI Description</b></blockquote>
<blockquote style="margin-left:0cm;margin-right:0.05cm;margin-bottom:0cm;line-height:150%;text-align:justify">
        In the UI, we thought of placing a text field and three radio
buttons for adding, deleting and searching. How UI works for three
functions is described below 
</blockquote></blockquote><div><br>I think from the user point of view adding and removing tags is very similar. In both cases it&#39;s just editing a list, so I think that could be in the same interface. We should try to keep it as small as possible as it has to fit into the preset docker and possibly also other widgets. The filter functionality shouldn&#39;t just look for tags, but also search in filename like it&#39;s now.<br>
<br>I think it could the a good idea to follow the Gimp interface with one lineedit for filter at the top and another for adding tags at the bottom.<br></div></div>