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

List:       kde-commits
Subject:    kdevelop/parts
From:       Jens Dagerbo <jens.dagerbo () swipnet ! se>
Date:       2005-02-17 21:24:34
Message-ID: 20050217212434.BDCC31D2AD () office ! kde ! org
[Download RAW message or body]

CVS commit by dagerbo: 

More mouse click behaviour fixes


  M +1 -0      bookmarks/bookmarks_widget.cpp   1.10
  M +1 -0      classview/classviewwidget.cpp   1.54
  M +1 -0      documentation/bookmarkview.cpp   1.8
  M +1 -0      documentation/contentsview.cpp   1.9
  M +1 -1      documentation/indexview.cpp   1.7
  M +1 -0      documentation/searchview.cpp   1.14
  M +2 -0      fileview/filegroupswidget.cpp   1.31


--- kdevelop/parts/bookmarks/bookmarks_widget.cpp  #1.9:1.10
@@ -148,4 +148,5 @@ BookmarksWidget::BookmarksWidget(Bookmar
         setRootIsDecorated( true );
         setResizeMode( QListView::LastColumn );
+        setAllColumnsShowFocus( true );
 
         connect( this, SIGNAL( executed( QListViewItem * ) ), this, SLOT( \
itemClicked( QListViewItem * ) ) );

--- kdevelop/parts/classview/classviewwidget.cpp  #1.53:1.54
@@ -54,4 +54,5 @@ ClassViewWidget::ClassViewWidget( ClassV
     setSorting( 0 );
     setRootIsDecorated( true );
+        setAllColumnsShowFocus( true );
 
     m_projectItem = 0;

--- kdevelop/parts/documentation/bookmarkview.cpp  #1.7:1.8
@@ -120,4 +120,5 @@ BookmarkView::BookmarkView(Documentation
     m_view->header()->hide();
     m_view->setResizeMode(QListView::AllColumns);
+    m_view->setAllColumnsShowFocus( true );
     l->addWidget(m_view);
     QHBoxLayout *l2 = new QHBoxLayout(l, KDialog::spacingHint());

--- kdevelop/parts/documentation/contentsview.cpp  #1.8:1.9
@@ -46,4 +46,5 @@ ContentsView::ContentsView(Documentation
     m_view->setRootIsDecorated(true);
     m_view->setSorting(-1);
+    m_view->setAllColumnsShowFocus( true );
 
     connect(m_view, SIGNAL(executed(QListViewItem*, const QPoint&, int )),

--- kdevelop/parts/documentation/indexview.cpp  #1.6:1.7
@@ -53,5 +53,5 @@ IndexView::IndexView(DocumentationWidget
     l->addWidget(m_index);
        
-    connect(m_index, SIGNAL(doubleClicked(QListBoxItem* )), this, \
SLOT(searchInIndex(QListBoxItem* ))); +    connect(m_index, \
                SIGNAL(executed(QListBoxItem* )), this, \
                SLOT(searchInIndex(QListBoxItem* )));
     connect(m_index, SIGNAL(mouseButtonPressed(int, QListBoxItem*, const QPoint& )),
         this, SLOT(itemMouseButtonPressed(int, QListBoxItem*, const QPoint& )));

--- kdevelop/parts/documentation/searchview.cpp  #1.13:1.14
@@ -101,4 +101,5 @@ SearchView::SearchView(DocumentationPart
     m_view->setColumnWidthMode(1, QListView::Maximum);
     m_view->setAllColumnsShowFocus(true);
+    m_view->setResizeMode( QListView::LastColumn );
 
     connect(m_configButton, SIGNAL(clicked()), this, SLOT(updateConfig()));

--- kdevelop/parts/fileview/filegroupswidget.cpp  #1.30:1.31
@@ -167,4 +167,6 @@ FileGroupsWidget::FileGroupsWidget(FileG
     setSorting(-1);
     addColumn(i18n("Name"));
+        setAllColumnsShowFocus( true );
+
 //    addColumn(i18n("Location"));
 


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

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