<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 03/18/2012 05:27 AM, Mark wrote:
    <blockquote
cite="mid:%3CCAPd6JnHPQ4Z12_v3Rs5yOjfik3z-Q+XA43V5_CWprfdwVvNLpA@mail.gmail.com%3E"
      type="cite">
      <div class="gmail_quote">On Sun, Mar 18, 2012 at 1:56 AM, Xavier
        Sythe <span dir="ltr"><<a moz-do-not-send="true"
            href="mailto:me@sythe.me">me@sythe.me</a>></span> wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          As far as I can recall, it was decided that the "back button"
          would be implemented in the new Kickoff as support for the
          mouse's "back button", as well as support for the "backspace"
          key, in conjunction with the other keyboard navigation. (arrow
          keys)
          <div>
            <br>
          </div>
          <div>I would appreciate Martin and Aaron's confirmation that
            this is the finalized concept that will be implemented for
            4.9.</div>
          <div><br>
          </div>
          <div>Cheers,</div>
          <div>Xavier</div>
           </blockquote>
        <div><br>
        </div>
        <div>I can confirm (or actually deny) that partly.</div>
        <div>They did indeed want to do that, however it was then
          figured out that QML didn't get all the mouse events required
          for that. That should be fixed in Qt5 but not in Qt4. So i'm
          afraid the mouse back/forward button support isn't going to be
          in anytime soon.</div>
        <div><br>
        </div>
        <div>As for backspace being the back button. Don't know.</div>
      </div>
    </blockquote>
    Since we keep getting chatter about this (and I own the bug :) -<br>
    If we really, REALLY need it for 4.9 -- two mouse buttons from a
    "more mouse buttons Plztform Pugin patch on Qt5 was simultaneously
    ported to into Qt 4.8.x last week. I don't remember if it was QNX or
    OS-X, but it was one of those two. THAT was a feature enhancement,
    not just a bugfix.<br>
    <br>
    With all the arguments about Kickoff, maybe I should attempt to
    Backport two more mouse buttons as a new feature to 4.8.x QML. The
    work in such an "attempt" is entirely in arguing for the feature on
    a minor Release update -- not in writing the code, which is about 4
    lines, and duplicate to code which was integrated into Qt5
    QDeclarative (QtQuick V2) long ago. No API changes, but values of
    Qt::MouseButton which can be occur within a mouseArea would be
    extended to add "Qt::XButton1" (synonym for Qt::BackButton, and
    "Qt::XButton2" (Synonym for Qt::ForwardButton) to the current
    Qt::LeftButton, Qt:RightButton, and Qt::MiddleButton values. (5
    buttons instead of 3.)<br>
    <br>
    There is also a possibility using the KDE versus Qt-Project "not yet
    in Qt" patch collection to contain this enhancement.<br>
    <br>
    KDE Management: Please advise me what, if anything, to do with this
    possibility.<br>
  </body>
</html>