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

List:       kde-bugs-dist
Subject:    [Bug 82678] Moving focus with keyboard doesn't load new article
From:       Frank Osterfeld <f_osterf () informatik ! uni-kl ! de>
Date:       2004-06-03 18:34:17
Message-ID: 20040603183417.5798.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
      
http://bugs.kde.org/show_bug.cgi?id=82678      
f_osterf informatik uni-kl de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From f_osterf informatik uni-kl de  2004-06-03 20:34 \
------- article viewer is updated now on every selection change in the article list.
Forgot about this bug report, attaching patch manually (see akregator_view.cpp 1.89):

+++ akregator_view.cpp  
 @ -149,8 +149,13  @

     m_articles = new ArticleList( m_panner2, "articles" );
     connect( m_articles, SIGNAL(mouseButtonPressed(int, QListViewItem *, const \
QPoint &, int)), this, SLOT(slotMouseButtonPressed(int, QListViewItem *, const QPoint \
&, int))); +    /*
     connect( m_articles, SIGNAL(clicked(QListViewItem *)),
                    this, SLOT( slotArticleSelected(QListViewItem *)) );
+    */
+    // use selectionChanged instead of clicked
+    connect( m_articles, SIGNAL(selectionChanged(QListViewItem *)),
+                   this, SLOT( slotArticleSelected(QListViewItem *)) );
     connect( m_articles, SIGNAL(doubleClicked(QListViewItem *, const QPoint &, \
                int)),
                    this, SLOT( slotArticleDoubleClicked(QListViewItem *, const \
QPoint &, int)) );


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

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