SVN commit 586867 by dagerbo: display path to tags files M +4 -4 ctags2_settingswidget.cpp M +1 -0 ctags2_settingswidget.h M +30 -7 ctags2_settingswidgetbase.ui --- branches/kdevelop/3.4/parts/ctags2/ctags2_settingswidget.cpp #586866:586867 @@ -11,10 +11,10 @@ #include #include -#include #include #include +#include #include #include #include @@ -42,9 +42,9 @@ tagfilePath->setShowLocalProtocol( false ); otherTagFiles->setSorting( -1 ); - otherTagFiles->addColumn( "" ); - otherTagFiles->header()->hide(); -// otherTagFiles->setFullWidth( true ); +// otherTagFiles->addColumn( "" ); +// otherTagFiles->header()->hide(); + otherTagFiles->setFullWidth( true ); loadSettings(); } --- branches/kdevelop/3.4/parts/ctags2/ctags2_settingswidget.h #586866:586867 @@ -25,6 +25,7 @@ : QCheckListItem( parent, name, QCheckListItem::CheckBox ), m_name( name ), m_tagsfilePath( tagsfilePath ) { setOn( active ); + setText( 1, tagsfilePath ); } QString name() { return m_name; } QString tagsfilePath() { return m_tagsfilePath; } --- branches/kdevelop/3.4/parts/ctags2/ctags2_settingswidgetbase.ui #586866:586867 @@ -174,7 +174,7 @@ tab - Manage tag files + Mana&ge tag files @@ -249,16 +249,11 @@ removeButton - Remove + Remo&ve - - - otherTagFiles - - spacer1 @@ -276,6 +271,33 @@ + + + + Name + + + true + + + true + + + + + Tags file + + + true + + + true + + + + otherTagFiles + + @@ -331,5 +353,6 @@ kurlrequester.h klineedit.h kpushbutton.h + klistview.h