<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Ah, ok, sorry.<br>
    <br>
    Not sure you can actually set a predefined map tool using the API
    since mFeatureAction is defined in a private class Tools [0]. <br>
    I would ask confirmation for this.<br>
    <br>
    Otherwise, you could create your own map tool
    QgsMapToolFeatureAction with your defined action. You can use as
    example the code in [1] and [2], that would be:<br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    featureAction = new QgsMapToolFeatureAction( self.iface.mapCanvas()
    )<br>
    featureAction->setAction( yourAction )<br>
    self.iface.mapCanvas().setMapTool( featureAction )<br>
    <br>
    Hope it helps a bit.<br>
    <br>
    Cheers,<br>
    <br>
    Denis<br>
    <br>
    [0]
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a
      href="https://github.com/qgis/QGIS/blob/master/src/app/qgisapp.h#L1337">https://github.com/qgis/QGIS/blob/master/src/app/qgisapp.h#L1337</a><br>
    [1]
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a
href="https://github.com/qgis/QGIS/blob/master/src/app/qgisapp.cpp#L1981">https://github.com/qgis/QGIS/blob/master/src/app/qgisapp.cpp#L1981</a><br>
    [2]
    <a class="moz-txt-link-freetext" href="https://github.com/qgis/QGIS/blob/master/src/app/qgisapp.cpp#L4196">https://github.com/qgis/QGIS/blob/master/src/app/qgisapp.cpp#L4196</a><br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 11/11/2013 02:27 PM, Thomas Colley
      wrote:<br>
    </div>
    <blockquote
cite="mid:3303607C363326428068EA203A921FA307F37982@EMAIL.neath-porttalbot.gov.uk"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";
        color:black;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Consolas","serif";
        color:black;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";
        color:black;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Hi
            Denis<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Thanks
            for your reply.<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">What
            I’m trying to do is set Run Feature Action to be the active
            tool (equivalent of user pressing the action button on the
            attributes toolbar) rather than actually programmatically
            firing the action itself.<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">This
            command does exactly what I’m looking for but with the
            identify tool <o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">qgis.utils.iface.actionIdentify().trigger()<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Hope
            this makes sense<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Thanks
            again<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Tom<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
        <div>
          <div style="border:none;border-top:solid #B5C4DF
            1.0pt;padding:3.0pt 0cm 0cm 0cm">
            <p class="MsoNormal"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext"
                  lang="EN-US">From:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext"
                lang="EN-US"> Denis Rouzaud
                [<a class="moz-txt-link-freetext" href="mailto:denis.rouzaud@gmail.com">mailto:denis.rouzaud@gmail.com</a>] <br>
                <b>Sent:</b> 11 November 2013 12:37<br>
                <b>To:</b> Thomas Colley; <a class="moz-txt-link-abbreviated" href="mailto:qgis-developer@lists.osgeo.org">qgis-developer@lists.osgeo.org</a><br>
                <b>Subject:</b> Re: [Qgis-developer] Access to Run
                Feature Action tool from API<o:p></o:p></span></p>
          </div>
        </div>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal" style="margin-bottom:12.0pt">Hi Thomas,<br>
          <br>
          This should do the job:<br>
          <br>
          layer.actions().doAction( idx, feature )<br>
          <br>
          QgsAttributeAction is a registry, and you can run/add/remove
          action from it.<br>
          <a moz-do-not-send="true"
            href="http://qgis.org/api/classQgsAttributeAction.html">http://qgis.org/api/classQgsAttributeAction.html</a><br>
          <br>
          Cheers,<br>
          <br>
          Denis<br>
          <br>
          <o:p></o:p></p>
        <div>
          <p class="MsoNormal">On 11/11/2013 11:12 AM, Thomas Colley
            wrote:<o:p></o:p></p>
        </div>
        <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
          <pre>Hi Everyone<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>Is there a way to access the Run Feature Action tool from the API?<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>Most other tools can be switched with <o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>qgis.utils.iface.action...().trigger()<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>but I can't see any reference to the action tool in there.<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>In the API I can see actionFeatureAction under QgisApp and<o:p></o:p></pre>
          <pre>QgisAppInterface but I'm not sure how to or if they can be accessed from<o:p></o:p></pre>
          <pre>inside QGIS.<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>Thanks<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>Tom<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>-----Original Message-----<o:p></o:p></pre>
          <pre>From: <a moz-do-not-send="true" href="mailto:qgis-developer-bounces@lists.osgeo.org">qgis-developer-bounces@lists.osgeo.org</a><o:p></o:p></pre>
          <pre>[<a moz-do-not-send="true" href="mailto:qgis-developer-bounces@lists.osgeo.org">mailto:qgis-developer-bounces@lists.osgeo.org</a>] On Behalf Of<o:p></o:p></pre>
          <pre><a moz-do-not-send="true" href="mailto:qgis-developer-request@lists.osgeo.org">qgis-developer-request@lists.osgeo.org</a><o:p></o:p></pre>
          <pre>Sent: 09 November 2013 20:00<o:p></o:p></pre>
          <pre>To: <a moz-do-not-send="true" href="mailto:qgis-developer@lists.osgeo.org">qgis-developer@lists.osgeo.org</a><o:p></o:p></pre>
          <pre>Subject: Qgis-developer Digest, Vol 97, Issue 26<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>Send Qgis-developer mailing list submissions to<o:p></o:p></pre>
          <pre>  <a moz-do-not-send="true" href="mailto:qgis-developer@lists.osgeo.org">qgis-developer@lists.osgeo.org</a><o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>To subscribe or unsubscribe via the World Wide Web, visit<o:p></o:p></pre>
          <pre>  <a moz-do-not-send="true" href="http://lists.osgeo.org/mailman/listinfo/qgis-developer">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><o:p></o:p></pre>
          <pre>or, via email, send a message with subject or body 'help' to<o:p></o:p></pre>
          <pre>  <a moz-do-not-send="true" href="mailto:qgis-developer-request@lists.osgeo.org">qgis-developer-request@lists.osgeo.org</a><o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>You can reach the person managing the list at<o:p></o:p></pre>
          <pre>  <a moz-do-not-send="true" href="mailto:qgis-developer-owner@lists.osgeo.org">qgis-developer-owner@lists.osgeo.org</a><o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>When replying, please edit your Subject line so it is more specific than<o:p></o:p></pre>
          <pre>"Re: Contents of Qgis-developer digest..."<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>Today's Topics:<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>   1. Re: Roadmap for 2.2 (Nathan Woodrow)<o:p></o:p></pre>
          <pre>   2. Re: Roadmap for 2.2 (Marco Bernasocchi)<o:p></o:p></pre>
          <pre>   3. Re: Bug with avoid intersection - willing to fund fix<o:p></o:p></pre>
          <pre>      (Sandro Santilli)<o:p></o:p></pre>
          <pre>   4. Re: Roadmap for 2.2 (Richard Duivenvoorde)<o:p></o:p></pre>
          <pre>   5. Re: Bug with avoid intersection - willing to fund        fix<o:p></o:p></pre>
          <pre>      (George Silva)<o:p></o:p></pre>
          <pre>   6. Plugin [233] Contour plugin approval notification.<o:p></o:p></pre>
          <pre>      (<a moz-do-not-send="true" href="mailto:noreply@qgis.org">noreply@qgis.org</a>)<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>----------------------------------------------------------------------<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>Message: 1<o:p></o:p></pre>
          <pre>Date: Sat, 9 Nov 2013 20:14:43 +1000<o:p></o:p></pre>
          <pre>From: Nathan Woodrow <a moz-do-not-send="true" href="mailto:madmanwoo@gmail.com"><madmanwoo@gmail.com></a><o:p></o:p></pre>
          <pre>To: <a moz-do-not-send="true" href="mailto:qgis-developer@lists.osgeo.org">"qgis-developer@lists.osgeo.org"</a> <a moz-do-not-send="true" href="mailto:qgis-developer@lists.osgeo.org"><qgis-developer@lists.osgeo.org></a><o:p></o:p></pre>
          <pre>Subject: Re: [Qgis-developer] Roadmap for 2.2<o:p></o:p></pre>
          <pre>Message-ID:<o:p></o:p></pre>
          <pre>  <o:p></o:p></pre>
          <pre><a moz-do-not-send="true" href="mailto:CAAi8Yg9mz-BYJb1cHC1xTioeiD1_oXc81uSrZL42wqbnLtRYXA@mail.gmail.com"><CAAi8Yg9mz-BYJb1cHC1xTioeiD1_oXc81uSrZL42wqbnLtRYXA@mail.gmail.com></a><o:p></o:p></pre>
          <pre>Content-Type: text/plain; charset="iso-8859-1"<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>+1 to feb/jun/oct for me.<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>- Nathan<o:p></o:p></pre>
          <pre>-------------- next part --------------<o:p></o:p></pre>
          <pre>An HTML attachment was scrubbed...<o:p></o:p></pre>
          <pre>URL:<o:p></o:p></pre>
          <pre><a moz-do-not-send="true" href="http://lists.osgeo.org/pipermail/qgis-developer/attachments/20131109/af637a85/attachment-0001.html"><http://lists.osgeo.org/pipermail/qgis-developer/attachments/20131109/af<o:p></o:p></a></pre>
          <pre><span class="MsoHyperlink"><a moz-do-not-send="true" href="http://lists.osgeo.org/pipermail/qgis-developer/attachments/20131109/af637a85/attachment-0001.html">637a85/attachment-0001.html></a></span><o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>------------------------------<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>Message: 2<o:p></o:p></pre>
          <pre>Date: Sat, 9 Nov 2013 11:32:31 +0100<o:p></o:p></pre>
          <pre>From: Marco Bernasocchi <a moz-do-not-send="true" href="mailto:marco@bernawebdesign.ch"><marco@bernawebdesign.ch></a><o:p></o:p></pre>
          <pre>To: qgis-developer <a moz-do-not-send="true" href="mailto:qgis-developer@lists.osgeo.org"><qgis-developer@lists.osgeo.org></a><o:p></o:p></pre>
          <pre>Subject: Re: [Qgis-developer] Roadmap for 2.2<o:p></o:p></pre>
          <pre>Message-ID:<o:p></o:p></pre>
          <pre>  <o:p></o:p></pre>
          <pre><a moz-do-not-send="true" href="mailto:CALWXeEFdEwaCr764pywm6vyCLB9nkRqcMeeVuf12G0iDpknUnQ@mail.gmail.com"><CALWXeEFdEwaCr764pywm6vyCLB9nkRqcMeeVuf12G0iDpknUnQ@mail.gmail.com></a><o:p></o:p></pre>
          <pre>Content-Type: text/plain; charset="iso-8859-1"<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>I d try to avoid august and December due to many people having holidays.<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>jan/may/sep would coincide with the hack fest which might be sub<o:p></o:p></pre>
          <pre>optimal.<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>+1 for feb/jun/oct or mar/jul/nov<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>if we consider the hack fest in sept/april, then the feb schedule would<o:p></o:p></pre>
          <pre>have the hackfest in the feature freeze month while the march schedule<o:p></o:p></pre>
          <pre>not.<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>opinions?<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>ciao<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>Marco Bernasocchi (mobile)<o:p></o:p></pre>
          <pre><a moz-do-not-send="true" href="http://opengis.ch">http://opengis.ch</a><o:p></o:p></pre>
          <pre>On 9 Nov 2013 18:13, "J?rgen E." <a moz-do-not-send="true" href="mailto:jef@norbit.de"><jef@norbit.de></a> wrote:<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
            <pre>Hi,<o:p></o:p></pre>
            <pre><o:p> </o:p></pre>
            <pre>On Tue, 05. Nov 2013 at 13:37:12 +0100, Vincent Picavet wrote:<o:p></o:p></pre>
            <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
              <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
                <pre>Does jan/may/sep sound preferable?  feb/jun/oct or mar/jul/nov or <o:p></o:p></pre>
                <pre>apr/aug/dec any better?  Any preference on the week or weekday <o:p></o:p></pre>
                <pre>such a release should happen (eg. 3rd friday of the month)?<o:p></o:p></pre>
              </blockquote>
            </blockquote>
            <pre><o:p> </o:p></pre>
            <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
              <pre>Better not have a release in august because of summer holidays.<o:p></o:p></pre>
              <pre>feb/jun/oct would be my favorite.<o:p></o:p></pre>
            </blockquote>
            <pre><o:p> </o:p></pre>
            <pre>Anyone else?<o:p></o:p></pre>
            <pre><o:p> </o:p></pre>
            <pre><o:p> </o:p></pre>
            <pre>J?rgen<o:p></o:p></pre>
            <pre><o:p> </o:p></pre>
            <pre><o:p> </o:p></pre>
            <pre>--<o:p></o:p></pre>
            <pre>J?rgen E. Fischer         norBIT GmbH               Tel.<o:p></o:p></pre>
          </blockquote>
          <pre>+49-4931-918175-31<o:p></o:p></pre>
          <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
            <pre>Dipl.-Inf. (FH)           Rheinstra?e 13            Fax.<o:p></o:p></pre>
          </blockquote>
          <pre>+49-4931-918175-50<o:p></o:p></pre>
          <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
            <pre>Software Engineer         D-26506 Norden<o:p></o:p></pre>
            <pre><a moz-do-not-send="true" href="http://www.norbit.de">http://www.norbit.de</a><o:p></o:p></pre>
            <pre>QGIS PSC member (RM)                                   IRC: jef on<o:p></o:p></pre>
          </blockquote>
          <pre>FreeNode<o:p></o:p></pre>
          <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
            <pre><o:p> </o:p></pre>
            <pre>--<o:p></o:p></pre>
            <pre>norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme <o:p></o:p></pre>
            <pre>mbH Rheinstrasse 13, 26506 Norden<o:p></o:p></pre>
            <pre>GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502<o:p></o:p></pre>
            <pre><o:p> </o:p></pre>
            <pre>_______________________________________________<o:p></o:p></pre>
            <pre>Qgis-developer mailing list<o:p></o:p></pre>
            <pre><a moz-do-not-send="true" href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><o:p></o:p></pre>
            <pre><a moz-do-not-send="true" href="http://lists.osgeo.org/mailman/listinfo/qgis-developer">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><o:p></o:p></pre>
            <pre><o:p> </o:p></pre>
          </blockquote>
          <pre>-------------- next part --------------<o:p></o:p></pre>
          <pre>An HTML attachment was scrubbed...<o:p></o:p></pre>
          <pre>URL:<o:p></o:p></pre>
          <pre><a moz-do-not-send="true" href="http://lists.osgeo.org/pipermail/qgis-developer/attachments/20131109/564bb605/attachment-0001.html"><http://lists.osgeo.org/pipermail/qgis-developer/attachments/20131109/56<o:p></o:p></a></pre>
          <pre><span class="MsoHyperlink"><a moz-do-not-send="true" href="http://lists.osgeo.org/pipermail/qgis-developer/attachments/20131109/564bb605/attachment-0001.html">4bb605/attachment-0001.html></a></span><o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>------------------------------<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>Message: 3<o:p></o:p></pre>
          <pre>Date: Sat, 9 Nov 2013 12:18:27 +0100<o:p></o:p></pre>
          <pre>From: Sandro Santilli <a moz-do-not-send="true" href="mailto:strk@keybit.net"><strk@keybit.net></a><o:p></o:p></pre>
          <pre>To: George Silva <a moz-do-not-send="true" href="mailto:georger.silva@gmail.com"><georger.silva@gmail.com></a><o:p></o:p></pre>
          <pre>Cc: qgis-developer <a moz-do-not-send="true" href="mailto:qgis-developer@lists.osgeo.org"><qgis-developer@lists.osgeo.org></a>,   Giovanni Manghi<o:p></o:p></pre>
          <pre>  <a moz-do-not-send="true" href="mailto:giovanni.manghi@faunalia.pt"><giovanni.manghi@faunalia.pt></a><o:p></o:p></pre>
          <pre>Subject: Re: [Qgis-developer] Bug with avoid intersection - willing to<o:p></o:p></pre>
          <pre>  fund fix<o:p></o:p></pre>
          <pre>Message-ID: <20131109111827.GA4496@cdb><o:p></o:p></pre>
          <pre>Content-Type: text/plain; charset=us-ascii<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>On Thu, Nov 07, 2013 at 04:26:32PM -0200, George Silva wrote:<o:p></o:p></pre>
          <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
            <pre>QGis does the explicit noding of the first adjancent feature, but the <o:p></o:p></pre>
            <pre>results are inconsistent.<o:p></o:p></pre>
          </blockquote>
          <pre><o:p> </o:p></pre>
          <pre>Noding should involve all nearby features, updating each of them to<o:p></o:p></pre>
          <pre>include the new node.<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
            <pre>Sometimes it works, sometimes it doesnt. I've tried many things to see<o:p></o:p></pre>
          </blockquote>
          <pre><o:p> </o:p></pre>
          <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
            <pre>if I could find a reproducible series of steps, but without success.<o:p></o:p></pre>
          </blockquote>
          <pre><o:p> </o:p></pre>
          <pre>I bet, it's not easy to "manually" put points in critical spots of a<o:p></o:p></pre>
          <pre>floating point grid !<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>--strk;<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>------------------------------<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>Message: 4<o:p></o:p></pre>
          <pre>Date: Sat, 09 Nov 2013 13:05:57 +0100<o:p></o:p></pre>
          <pre>From: Richard Duivenvoorde <a moz-do-not-send="true" href="mailto:rdmailings@duif.net"><rdmailings@duif.net></a><o:p></o:p></pre>
          <pre>To: <a moz-do-not-send="true" href="mailto:qgis-developer@lists.osgeo.org">qgis-developer@lists.osgeo.org</a><o:p></o:p></pre>
          <pre>Subject: Re: [Qgis-developer] Roadmap for 2.2<o:p></o:p></pre>
          <pre>Message-ID: <a moz-do-not-send="true" href="mailto:527E2525.9090000@duif.net"><527E2525.9090000@duif.net></a><o:p></o:p></pre>
          <pre>Content-Type: text/plain; charset=ISO-8859-1<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>On 05-11-13 11:23, J?rgen E. Fischer wrote:<o:p></o:p></pre>
          <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
            <pre>Does jan/may/sep sound preferable?  feb/jun/oct or mar/jul/nov or <o:p></o:p></pre>
            <pre>apr/aug/dec any better?  Any preference on the week or weekday such a <o:p></o:p></pre>
            <pre>release should happen (eg. 3rd friday of the month)?<o:p></o:p></pre>
          </blockquote>
          <pre><o:p> </o:p></pre>
          <pre>Good plan! I do not care which three months, it will always coincide<o:p></o:p></pre>
          <pre>with something or a holiday somewhere in the world :-)<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>Pick one, and let us try to stick to that.<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>Regards,<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>Richard<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>------------------------------<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>Message: 5<o:p></o:p></pre>
          <pre>Date: Sat, 9 Nov 2013 10:32:22 -0200<o:p></o:p></pre>
          <pre>From: George Silva <a moz-do-not-send="true" href="mailto:georger.silva@gmail.com"><georger.silva@gmail.com></a><o:p></o:p></pre>
          <pre>To: George Silva <a moz-do-not-send="true" href="mailto:georger.silva@gmail.com"><georger.silva@gmail.com></a>, kimaidou<o:p></o:p></pre>
          <pre>  <a moz-do-not-send="true" href="mailto:kimaidou@gmail.com"><kimaidou@gmail.com></a>,  Giovanni Manghi<o:p></o:p></pre>
          <pre><a moz-do-not-send="true" href="mailto:giovanni.manghi@faunalia.pt"><giovanni.manghi@faunalia.pt></a>,<o:p></o:p></pre>
          <pre>  qgis-developer <a moz-do-not-send="true" href="mailto:qgis-developer@lists.osgeo.org"><qgis-developer@lists.osgeo.org></a><o:p></o:p></pre>
          <pre>Subject: Re: [Qgis-developer] Bug with avoid intersection - willing to<o:p></o:p></pre>
          <pre>  fund    fix<o:p></o:p></pre>
          <pre>Message-ID:<o:p></o:p></pre>
          <pre>  <o:p></o:p></pre>
          <pre><a moz-do-not-send="true" href="mailto:CAGyPVTuNG3MSAfTTGSMHVxmnH2NR2SfEr1MgefaJG00vqWUoDw@mail.gmail.com"><CAGyPVTuNG3MSAfTTGSMHVxmnH2NR2SfEr1MgefaJG00vqWUoDw@mail.gmail.com></a><o:p></o:p></pre>
          <pre>Content-Type: text/plain; charset="iso-8859-1"<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>Any comments from the QGis crowd?<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>Thanks<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>On Sat, Nov 9, 2013 at 9:18 AM, Sandro Santilli <a moz-do-not-send="true" href="mailto:strk@keybit.net"><strk@keybit.net></a> wrote:<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
            <pre>On Thu, Nov 07, 2013 at 04:26:32PM -0200, George Silva wrote:<o:p></o:p></pre>
            <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
              <pre>QGis does the explicit noding of the first adjancent feature, but <o:p></o:p></pre>
              <pre>the results are inconsistent.<o:p></o:p></pre>
            </blockquote>
            <pre><o:p> </o:p></pre>
            <pre>Noding should involve all nearby features, updating each of them to <o:p></o:p></pre>
            <pre>include the new node.<o:p></o:p></pre>
            <pre><o:p> </o:p></pre>
            <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
              <pre>Sometimes it works, sometimes it doesnt. I've tried many things to <o:p></o:p></pre>
              <pre>see<o:p></o:p></pre>
            </blockquote>
            <pre>if I<o:p></o:p></pre>
            <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
              <pre>could find a reproducible series of steps, but without success.<o:p></o:p></pre>
            </blockquote>
            <pre><o:p> </o:p></pre>
            <pre>I bet, it's not easy to "manually" put points in critical spots of a <o:p></o:p></pre>
            <pre>floating point grid !<o:p></o:p></pre>
            <pre><o:p> </o:p></pre>
            <pre>--strk;<o:p></o:p></pre>
            <pre><o:p> </o:p></pre>
          </blockquote>
          <pre><o:p> </o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>--<o:p></o:p></pre>
          <pre>George R. C. Silva<o:p></o:p></pre>
          <pre>SIGMA Consultoria<o:p></o:p></pre>
          <pre>----------------------------<o:p></o:p></pre>
          <pre><a moz-do-not-send="true" href="http://www.consultoriasigma.com.br/">http://www.consultoriasigma.com.br/</a><o:p></o:p></pre>
          <pre>-------------- next part --------------<o:p></o:p></pre>
          <pre>An HTML attachment was scrubbed...<o:p></o:p></pre>
          <pre>URL:<o:p></o:p></pre>
          <pre><a moz-do-not-send="true" href="http://lists.osgeo.org/pipermail/qgis-developer/attachments/20131109/7e64e09f/attachment-0001.html"><http://lists.osgeo.org/pipermail/qgis-developer/attachments/20131109/7e<o:p></o:p></a></pre>
          <pre><span class="MsoHyperlink"><a moz-do-not-send="true" href="http://lists.osgeo.org/pipermail/qgis-developer/attachments/20131109/7e64e09f/attachment-0001.html">64e09f/attachment-0001.html></a></span><o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>------------------------------<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>Message: 6<o:p></o:p></pre>
          <pre>Date: Sat, 09 Nov 2013 17:53:58 -0000<o:p></o:p></pre>
          <pre>From: <a moz-do-not-send="true" href="mailto:noreply@qgis.org">noreply@qgis.org</a><o:p></o:p></pre>
          <pre>To: <a moz-do-not-send="true" href="mailto:ccrook@linz.govt.nz">ccrook@linz.govt.nz</a>, <a moz-do-not-send="true" href="mailto:ccrook@linz.govt.nz">ccrook@linz.govt.nz</a>,<o:p></o:p></pre>
          <pre>  <a moz-do-not-send="true" href="mailto:qgis-developer@lists.osgeo.org">qgis-developer@lists.osgeo.org</a><o:p></o:p></pre>
          <pre>Subject: [Qgis-developer] Plugin [233] Contour plugin approval<o:p></o:p></pre>
          <pre>  notification.<o:p></o:p></pre>
          <pre>Message-ID: <a moz-do-not-send="true" href="mailto:20131109175358.1426.36911@qgis.osgeo.osuosl.org"><20131109175358.1426.36911@qgis.osgeo.osuosl.org></a><o:p></o:p></pre>
          <pre>Content-Type: text/plain; charset="utf-8"<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>Plugin Contour plugin approval by ccrook.<o:p></o:p></pre>
          <pre>The plugin version "[233] Contour plugin 1.0.3" is now unapproved<o:p></o:p></pre>
          <pre>Link: <a moz-do-not-send="true" href="http://plugins.qgis.org/plugins/contour/">http://plugins.qgis.org/plugins/contour/</a><o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>------------------------------<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>_______________________________________________<o:p></o:p></pre>
          <pre>Qgis-developer mailing list<o:p></o:p></pre>
          <pre><a moz-do-not-send="true" href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><o:p></o:p></pre>
          <pre><a moz-do-not-send="true" href="http://lists.osgeo.org/mailman/listinfo/qgis-developer">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>End of Qgis-developer Digest, Vol 97, Issue 26<o:p></o:p></pre>
          <pre>**********************************************<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>_______________________________________________<o:p></o:p></pre>
          <pre>Qgis-developer mailing list<o:p></o:p></pre>
          <pre><a moz-do-not-send="true" href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><o:p></o:p></pre>
          <pre><a moz-do-not-send="true" href="http://lists.osgeo.org/mailman/listinfo/qgis-developer">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><o:p></o:p></pre>
        </blockquote>
        <p class="MsoNormal"><o:p> </o:p></p>
      </div>
    </blockquote>
    <br>
  </body>
</html>