[Kde-imaging] [Bug 99418] imagegallery: help menu in progress dialog refers to batch process plugin about instead of image gallery plugins
Aurelien Gateau
aurelien.gateau at free.fr
Sun Apr 23 00:19:05 CEST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=99418
aurelien.gateau free fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From aurelien.gateau free fr 2006-04-23 00:19 -------
SVN commit 532827 by gateau:
Removed help button. It does not point to any usefull documentation.
BUG: 99418
M +1 -29 batchprogressdialog.cpp
M +0 -4 batchprogressdialog.h
--- trunk/extragear/libs/libkipi/libkipi/batchprogressdialog.cpp #532826:532827
@ -137,7 +137,7 @
BatchProgressDialog::BatchProgressDialog( QWidget *parent, const QString &caption )
: KDialogBase( parent, "KIPIBatchProgressDialog", true /* modal */,
- caption, Help|Cancel)
+ caption, Cancel)
{
d = new Private;
QWidget* box = makeVBoxMainWidget();
@ -166,26 +166,7 @
//---------------------------------------------
- // About data and help button.
- KAboutData* about = new KAboutData("kipiplugins",
- I18N_NOOP("Batch process dialog"),
- kipi_version,
- I18N_NOOP("A Kipi dialog for batch process operations"),
- KAboutData::License_GPL,
- "(c) 2004,2005, Kipi development team",
- 0,
- "http://extragear.kde.org/apps/kipi");
-
- QPushButton *helpButton = actionButton( Help );
- KHelpMenu* helpMenu = new KHelpMenu(this, about, false);
- helpMenu->menu()->removeItemAt(0);
- helpMenu->menu()->insertItem(i18n("Kipi Plugins Handbooks"), this, SLOT(slotHelp()), 0, -1, 0);
- helpButton->setPopup( helpMenu->menu() );
-
- //---------------------------------------------
-
-
m_actionsList = new KListView( box );
m_actionsList->addColumn(i18n( "Status" ));
m_actionsList->addColumn(i18n( "Current Actions" ));
@ -238,15 +219,6 @
m_progress->setValue(current);
}
-/////////////////////////////////////// SLOTS ///////////////////////////////////////////////
-
-
-void BatchProgressDialog::slotHelp( void )
-{
- KApplication::kApplication()->invokeHelp("",
- "kipi-plugins");
-}
-
} // NameSpace KIPI
#include "batchprogressdialog.moc"
--- trunk/extragear/libs/libkipi/libkipi/batchprogressdialog.h #532826:532827
@ -73,10 +73,6 @
struct Private;
Private* d;
-
- private slots:
-
- void slotHelp( void );
};
} // NameSpace KIPI
More information about the Kde-imaging
mailing list