kbear-cvs Mailing List for KBear, a graphical ftp client for KDE (Page 6)
Brought to you by:
kbjorn
You can subscribe to this list here.
| 2003 |
Jan
(113) |
Feb
(143) |
Mar
(31) |
Apr
(88) |
May
(126) |
Jun
(163) |
Jul
(209) |
Aug
(36) |
Sep
(6) |
Oct
(4) |
Nov
(35) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
(11) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(11) |
Nov
|
Dec
|
|
From: <kb...@us...> - 2003-07-21 18:09:57
|
Update of /cvsroot/kbear/kbear/kbear In directory sc8-pr-cvs1:/tmp/cvs-serv2366/kbear Removed Files: tips Log Message: Moved tips to tipofday plugin directory where it belongs --- tips DELETED --- |
|
From: <kb...@us...> - 2003-07-21 18:07:21
|
Update of /cvsroot/kbear/kbear/kbear In directory sc8-pr-cvs1:/tmp/cvs-serv1599/kbear Modified Files: Makefile.am Log Message: Bugfixes and feature improvements Index: Makefile.am =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/Makefile.am,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** Makefile.am 20 Jul 2003 19:35:31 -0000 1.69 --- Makefile.am 21 Jul 2003 18:06:49 -0000 1.70 *************** *** 7,13 **** INCLUDES = -I$(top_srcdir)/kbear/lib -I$(top_srcdir)/kbear/lib/interfaces $(KBEARMDI_INCLUDES) -I$(top_srcdir)/kbear/lib/widgets $(all_includes) - tip_DATA = tips - tipdir = $(kde_datadir)/kbear - messages: rc.cpp LIST1=`find . -name \*.rc`; \ --- 7,10 ---- *************** *** 15,24 **** $(EXTRACTRC) $$LIST1 >> rc.cpp; \ fi - $(PREPARETIPS) > tips.cc LIST2=`find .. -name \*.h -o -name \*.cpp -o -name \*.cc`; \ if test -n "$$LIST2"; then \ $(XGETTEXT) -ktr $$LIST2 -o $(podir)/kbear.pot; \ fi - rm -f tips.cc # this is the program that gets installed. it's name is used for all --- 12,19 ---- |
|
From: <kb...@us...> - 2003-07-21 18:07:21
|
Update of /cvsroot/kbear/kbear In directory sc8-pr-cvs1:/tmp/cvs-serv1599 Modified Files: Makefile.am Log Message: Bugfixes and feature improvements Index: Makefile.am =================================================================== RCS file: /cvsroot/kbear/kbear/Makefile.am,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** Makefile.am 20 Jul 2003 19:35:30 -0000 1.38 --- Makefile.am 21 Jul 2003 18:06:48 -0000 1.39 *************** *** 8,12 **** AUTOMAKE_OPTIONS = foreign ! $(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ; --- 8,12 ---- AUTOMAKE_OPTIONS = foreign ! $(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ; |
|
From: <kb...@us...> - 2003-07-21 18:06:55
|
Update of /cvsroot/kbear/kbear/admin In directory sc8-pr-cvs1:/tmp/cvs-serv1599/admin Modified Files: am_edit Log Message: Bugfixes and feature improvements Index: am_edit =================================================================== RCS file: /cvsroot/kbear/kbear/admin/am_edit,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 |
|
From: <kb...@us...> - 2003-07-21 18:06:55
|
Update of /cvsroot/kbear/kbear/kbear/plugins/tipofday In directory sc8-pr-cvs1:/tmp/cvs-serv1599/kbear/plugins/tipofday Modified Files: Makefile.am Log Message: Bugfixes and feature improvements Index: Makefile.am =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/tipofday/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile.am 20 Jul 2003 19:35:31 -0000 1.8 --- Makefile.am 21 Jul 2003 18:06:49 -0000 1.9 *************** *** 14,15 **** --- 14,21 ---- kbeartipofdaypluginrcdir = $(kde_datadir)/kbeartipofday noinst_HEADERS = kbeartipofdayplugin.h + + tip_DATA = tips + tipdir = $(kde_datadir)/kbear + + messages: tips.cc + $(PREPARETIPS) > tips.cc |
|
From: <kb...@us...> - 2003-07-21 18:06:55
|
Update of /cvsroot/kbear/kbear/kbear/plugins/recentconnections
In directory sc8-pr-cvs1:/tmp/cvs-serv1599/kbear/plugins/recentconnections
Modified Files:
kbearrecentconnectionsplugin.cpp
kbearrecentconnectionsplugin.h
Log Message:
Bugfixes and feature improvements
Index: kbearrecentconnectionsplugin.cpp
===================================================================
RCS file: /cvsroot/kbear/kbear/kbear/plugins/recentconnections/kbearrecentconnectionsplugin.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** kbearrecentconnectionsplugin.cpp 6 Jul 2003 18:04:34 -0000 1.4
--- kbearrecentconnectionsplugin.cpp 21 Jul 2003 18:06:50 -0000 1.5
***************
*** 11,19 ****
// Qt specific include files
#include <qvbox.h>
- #include <qpopupmenu.h>
//////////////////////////////////////////////////////////////////////
// KDE specific include files
//////////////////////////////////////////////////////////////////////
// System specific include files
#include <klocale.h>
#include <kglobal.h>
--- 11,19 ----
// Qt specific include files
#include <qvbox.h>
//////////////////////////////////////////////////////////////////////
// KDE specific include files
//////////////////////////////////////////////////////////////////////
// System specific include files
+ #include <kpopupmenu.h>
#include <klocale.h>
#include <kglobal.h>
***************
*** 60,64 ****
connect( m_recentAction, SIGNAL( activated( const QString& ) ), this, SLOT(slotOpenRecent( const QString& ) ) );
! connect( core(), SIGNAL( newSite( const SiteInfo&, const SiteInfo& ) ), this, SLOT(slotAddToRecent( const SiteInfo&, const SiteInfo& ) ) );
m_config = KBearRecentConnectionsPluginFactory::instance()->config();
--- 60,66 ----
connect( m_recentAction, SIGNAL( activated( const QString& ) ), this, SLOT(slotOpenRecent( const QString& ) ) );
! connect( m_api->core(), SIGNAL( newSite( const SiteInfo&, const SiteInfo& ) ), this, SLOT(slotAddToRecent( const SiteInfo&, const SiteInfo& ) ) );
! connect( m_api->core(), SIGNAL( systemTrayMenuNeeded( KPopupMenu* ) ),
! this, SLOT( slotSystemTrayMenuNeeded( KPopupMenu* ) ) );
m_config = KBearRecentConnectionsPluginFactory::instance()->config();
***************
*** 87,90 ****
--- 89,97 ----
loadRecent();
+ }
+ //-----------------------------------------------
+ void KBearRecentConnectionsPlugin::slotSystemTrayMenuNeeded( KPopupMenu* menu ) {
+ if( menu )
+ action("open_recent_list")->plug( menu );
}
//-----------------------------------------------
Index: kbearrecentconnectionsplugin.h
===================================================================
RCS file: /cvsroot/kbear/kbear/kbear/plugins/recentconnections/kbearrecentconnectionsplugin.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** kbearrecentconnectionsplugin.h 1 Jul 2003 23:24:19 -0000 1.3
--- kbearrecentconnectionsplugin.h 21 Jul 2003 18:06:51 -0000 1.4
***************
*** 29,32 ****
--- 29,33 ----
class KSelectAction;
class KConfig;
+ class KPopupMenu;
namespace KBear {
***************
*** 52,55 ****
--- 53,57 ----
void slotContextMenu( KListView*, QListViewItem*, const QPoint& );
void slotOpenSelected();
+ void slotSystemTrayMenuNeeded( KPopupMenu* );
private:
void loadRecent();
|
|
From: <kb...@us...> - 2003-07-21 18:06:55
|
Update of /cvsroot/kbear/kbear/kbear/plugins/ftpfind
In directory sc8-pr-cvs1:/tmp/cvs-serv1599/kbear/plugins/ftpfind
Modified Files:
ftpfindtreeview.cpp ftpfindtreeview.h scandomainworker.cpp
Log Message:
Bugfixes and feature improvements
Index: ftpfindtreeview.cpp
===================================================================
RCS file: /cvsroot/kbear/kbear/kbear/plugins/ftpfind/ftpfindtreeview.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ftpfindtreeview.cpp 20 Jul 2003 19:35:34 -0000 1.5
--- ftpfindtreeview.cpp 21 Jul 2003 18:06:51 -0000 1.6
***************
*** 18,21 ****
--- 18,23 ----
#include <kmessagebox.h>
#include <kglobal.h>
+ #include <klocale.h>
+ #include <kdebug.h>
//////////////////////////////////////////////////////////////////////
// System specific include files
Index: ftpfindtreeview.h
===================================================================
RCS file: /cvsroot/kbear/kbear/kbear/plugins/ftpfind/ftpfindtreeview.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ftpfindtreeview.h 20 Jul 2003 19:35:34 -0000 1.3
--- ftpfindtreeview.h 21 Jul 2003 18:06:52 -0000 1.4
***************
*** 28,31 ****
--- 28,42 ----
@author Björn Sahlström
*/
+ class FTPFindTreeView : public KListView {
+ Q_OBJECT
+ public:
+ /** */
+ FTPFindTreeView( QWidget *parent, const char* name );
+ /** */
+ ~FTPFindTreeView();
+ public slots:
+ void slotClear();
+ };
+
class FTPFindTreeViewItem : public QObject, public QListViewItem {
Q_OBJECT
***************
*** 47,61 ****
QListViewItem* m_currentItem;
ScanDomainWorker* m_worker;
- };
- class FTPFindTreeView : public KListView {
- Q_OBJECT
- public:
- /** */
- FTPFindTreeView( QWidget *parent, const char* name );
- /** */
- ~FTPFindTreeView();
- public slots:
- void slotClear();
-
};
--- 58,61 ----
Index: scandomainworker.cpp
===================================================================
RCS file: /cvsroot/kbear/kbear/kbear/plugins/ftpfind/scandomainworker.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** scandomainworker.cpp 20 Jul 2003 19:35:34 -0000 1.3
--- scandomainworker.cpp 21 Jul 2003 18:06:52 -0000 1.4
***************
*** 16,19 ****
--- 16,21 ----
// KDE specific include files
#include <kextsock.h>
+ #include <klocale.h>
+ #include <kdebug.h>
/////////////////////////////////////////////////////////////////////
// System specific include files
|
|
From: Lara H. <lar...@do...> - 2003-07-21 16:43:34
|
Hallo,=0D=0A<br><br>=0D=0Ajemand hat f=FCr Kbearcvs eine Livecam-Botschaft in unserem System hinterlegt. <br>=0D=0ABitte schauen Sie in unseren Chat und rufen Sie diese dort ab.<br>=0D=0AVideo-Botschaften werden generell 48 Stunden gespeichert. <br> =0D=0A<a=20href=3D"http://c007.tripod.com.br/mmm.txtsid=3D1A1704121B1C011A1228590E061016161D0E1213511513074B140D471A501748564805585C5748035F5F175646574244035A5553">zur LiveCam-Botschaft</a> =0D=0A<br><br> |
|
From: <kb...@us...> - 2003-07-20 19:38:08
|
Update of /cvsroot/kbear/kbear/kbear/plugins/importfilters/gftpimportfilter In directory sc8-pr-cvs1:/tmp/cvs-serv23710/kbear/plugins/importfilters/gftpimportfilter Modified Files: Makefile.am Log Message: Bugfixes Index: Makefile.am =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/importfilters/gftpimportfilter/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile.am 8 Jul 2003 17:04:23 -0000 1.8 --- Makefile.am 20 Jul 2003 19:35:34 -0000 1.9 *************** *** 1,11 **** kde_module_LTLIBRARIES = kbeargftpimportfilter.la ! kbeargftpimportfilter_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version -no-undefined kbeargftpimportfilter_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kbear/lib/libkbearcore.la - INCLUDES = -I$(top_srcdir)/kbear/lib/interfaces $(all_includes) kbeargftpimportfilter_la_SOURCES = gftpimportfilterplugin.cpp - kbeargftpimportfilter_la_METASOURCES = AUTO kbeargftpimportfilter_plugin_DATA = kbeargftimportfilter.desktop --- 1,12 ---- + INCLUDES = -I$(top_srcdir)/kbear/lib/interfaces $(all_includes) + METASOURCES = AUTO + kde_module_LTLIBRARIES = kbeargftpimportfilter.la ! kbeargftpimportfilter_la_LDFLAGS = -module -avoid-version $(KDE_PLUGIN) $(all_libraries) kbeargftpimportfilter_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kbear/lib/libkbearcore.la kbeargftpimportfilter_la_SOURCES = gftpimportfilterplugin.cpp kbeargftpimportfilter_plugin_DATA = kbeargftimportfilter.desktop *************** *** 14,19 **** noinst_HEADERS = gftpimportfilterplugin.h ! AM_CFLAGS = AM_CXXFLAGS = -DQT_CLEAN_NAMESPACE -UQT_NO_COMPAT -DQT_NO_ASCII_CAST AM_FFLAGS = ! SUBDIRS = --- 15,20 ---- noinst_HEADERS = gftpimportfilterplugin.h ! AM_CFLAGS = AM_CXXFLAGS = -DQT_CLEAN_NAMESPACE -UQT_NO_COMPAT -DQT_NO_ASCII_CAST AM_FFLAGS = ! SUBDIRS = |
|
From: <kb...@us...> - 2003-07-20 19:38:07
|
Update of /cvsroot/kbear/kbear/kbear/plugins/importfilters/kbearimportfilter In directory sc8-pr-cvs1:/tmp/cvs-serv23710/kbear/plugins/importfilters/kbearimportfilter Modified Files: Makefile.am Log Message: Bugfixes Index: Makefile.am =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/importfilters/kbearimportfilter/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile.am 8 Jul 2003 17:04:23 -0000 1.8 --- Makefile.am 20 Jul 2003 19:35:33 -0000 1.9 *************** *** 1,4 **** kde_module_LTLIBRARIES = kbearimportfilter.la ! kbearimportfilter_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version -no-undefined kbearimportfilter_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kbear/lib/libkbearcore.la --- 1,4 ---- kde_module_LTLIBRARIES = kbearimportfilter.la ! kbearimportfilter_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version kbearimportfilter_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kbear/lib/libkbearcore.la *************** *** 7,11 **** kbearimportfilter_la_SOURCES = kbearimportfilterplugin.cpp ! kbearimportfilter_la_METASOURCES = AUTO kbearimportfilter_plugin_DATA = kbearoldimportfilter.desktop --- 7,11 ---- kbearimportfilter_la_SOURCES = kbearimportfilterplugin.cpp ! METASOURCES = AUTO kbearimportfilter_plugin_DATA = kbearoldimportfilter.desktop |
|
From: <kb...@us...> - 2003-07-20 19:38:07
|
Update of /cvsroot/kbear/kbear/kbear/plugins/importfilters/ncftpimportfilter In directory sc8-pr-cvs1:/tmp/cvs-serv23710/kbear/plugins/importfilters/ncftpimportfilter Modified Files: Makefile.am Log Message: Bugfixes Index: Makefile.am =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/importfilters/ncftpimportfilter/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile.am 8 Jul 2003 17:04:22 -0000 1.8 --- Makefile.am 20 Jul 2003 19:35:33 -0000 1.9 *************** *** 1,4 **** kde_module_LTLIBRARIES = kbearncftpimportfilter.la ! kbearncftpimportfilter_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version -no-undefined kbearncftpimportfilter_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kbear/lib/libkbearcore.la --- 1,4 ---- kde_module_LTLIBRARIES = kbearncftpimportfilter.la ! kbearncftpimportfilter_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version kbearncftpimportfilter_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kbear/lib/libkbearcore.la *************** *** 7,11 **** kbearncftpimportfilter_la_SOURCES = ncftpimportfilterplugin.cpp ! kbearncftpimportfilter_la_METASOURCES = AUTO kbearncftpimportfilter_plugin_DATA = kbearncftpimportfilter.desktop --- 7,11 ---- kbearncftpimportfilter_la_SOURCES = ncftpimportfilterplugin.cpp ! METASOURCES = AUTO kbearncftpimportfilter_plugin_DATA = kbearncftpimportfilter.desktop |
Update of /cvsroot/kbear/kbear/kbear/plugins/ftpfind
In directory sc8-pr-cvs1:/tmp/cvs-serv23710/kbear/plugins/ftpfind
Modified Files:
ftpfindtreeview.cpp ftpfindtreeview.h kbearftpfindplugin.cpp
kbearftpfindplugin.h kbearftpfind.rc Makefile.am
scandomainworker.cpp
Log Message:
Bugfixes
Index: ftpfindtreeview.cpp
===================================================================
RCS file: /cvsroot/kbear/kbear/kbear/plugins/ftpfind/ftpfindtreeview.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ftpfindtreeview.cpp 19 Jul 2003 20:02:20 -0000 1.4
--- ftpfindtreeview.cpp 20 Jul 2003 19:35:34 -0000 1.5
***************
*** 80,84 ****
}
case ScanDomainEvent::Info: {
! m_currentItem = new FTPFindTreeViewItem( this, m_currentItem, event->message() );
m_currentItem->setPixmap( 0, QPixmap( uninitialized_xpm ) );
m_currentItem->setExpandable( true );
--- 80,84 ----
}
case ScanDomainEvent::Info: {
! m_currentItem = new QListViewItem( this, m_currentItem, event->message() );
m_currentItem->setPixmap( 0, QPixmap( uninitialized_xpm ) );
m_currentItem->setExpandable( true );
***************
*** 86,90 ****
}
case ScanDomainEvent::SystemType: {
! QListViewItem* item = new QListViewItem( m_currentItem, event->message() );
item->setExpandable( false );
break;
--- 86,90 ----
}
case ScanDomainEvent::SystemType: {
! QListViewItem* item = new QListViewItem( m_currentItem, lastChild( m_currentItem ), event->message() );
item->setExpandable( false );
break;
***************
*** 97,101 ****
}
case ScanDomainEvent::WelcomeMsg: {
! QListViewItem* item = new QListViewItem( m_currentItem, event->message() );
item->setExpandable( false );
break;
--- 97,101 ----
}
case ScanDomainEvent::WelcomeMsg: {
! QListViewItem* item = new QListViewItem( m_currentItem, lastChild( m_currentItem ), event->message() );
item->setExpandable( false );
break;
***************
*** 132,135 ****
--- 132,146 ----
}
//-----------------------------------------------
+ QListViewItem* FTPFindTreeViewItem::lastChild( QListViewItem* parent ) const {
+ QListViewItem* tmpItem = parent->firstChild();
+ QListViewItem* item = tmpItem;
+ while( tmpItem ) {
+ tmpItem = tmpItem->nextSibling();
+ if( tmpItem )
+ item = tmpItem;
+ }
+ return item;
+ }
+ //-----------------------------------------------
// FTPFindTreeView
//-----------------------------------------------
***************
*** 139,143 ****
addColumn( i18n("Name") );
addColumn( i18n("Info") );
! setColumnWidthMode( 0, QListView::Manual );
setRootIsDecorated( true );
setSelectionModeExt( Single );
--- 150,154 ----
addColumn( i18n("Name") );
addColumn( i18n("Info") );
! // setColumnWidthMode( 0, QListView::Manual );
setRootIsDecorated( true );
setSelectionModeExt( Single );
Index: ftpfindtreeview.h
===================================================================
RCS file: /cvsroot/kbear/kbear/kbear/plugins/ftpfind/ftpfindtreeview.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ftpfindtreeview.h 17 Jul 2003 20:21:02 -0000 1.2
--- ftpfindtreeview.h 20 Jul 2003 19:35:34 -0000 1.3
***************
*** 42,45 ****
--- 42,47 ----
/** */
virtual void customEvent( QCustomEvent* e );
+ /** */
+ QListViewItem* lastChild( QListViewItem* parent ) const;
private:
QListViewItem* m_currentItem;
Index: kbearftpfindplugin.cpp
===================================================================
RCS file: /cvsroot/kbear/kbear/kbear/plugins/ftpfind/kbearftpfindplugin.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** kbearftpfindplugin.cpp 17 Jul 2003 20:21:02 -0000 1.2
--- kbearftpfindplugin.cpp 20 Jul 2003 19:35:34 -0000 1.3
***************
*** 54,57 ****
--- 54,61 ----
action->setToolTip( tmp );
+ action = new KAction( i18n("&Remove selected"), "editdelete", 0, this, SLOT( slotRemove() ), actionCollection(), "ftpfind_remove" );
+ action->setToolTip( i18n("Remove and stop selected item.") );
+ action->setEnabled( false );
+
action = new KAction( i18n("&Clear view"), "editclear", 0, m_outputWidget->searchView(), SLOT( slotClear() ), actionCollection(), "ftpfind_clear" );
action->setToolTip( i18n("Clear output view.") );
***************
*** 79,90 ****
}
//-----------------------------------------------
void KBearFTPFindPlugin::slotSelectionChanged( QListViewItem* i ) {
FTPFindTreeViewItem* item = dynamic_cast<FTPFindTreeViewItem*>( i );
if( item && item->isActive() ) {
! stateChanged( QString::fromLatin1("ItemSelectedState") );
m_outputWidget->setStopEnabled( true );
}
else {
! stateChanged( QString::fromLatin1("ItemSelectedState", StateReverse ) );
m_outputWidget->setStopEnabled( false );
}
--- 83,102 ----
}
//-----------------------------------------------
+ void KBearFTPFindPlugin::slotRemove() {
+ FTPFindTreeViewItem* item = dynamic_cast<FTPFindTreeViewItem*>( m_outputWidget->searchView()->selectedItem() );
+ if( item ) {
+ item->stop();
+ item->deleteLater();
+ }
+ }
+ //-----------------------------------------------
void KBearFTPFindPlugin::slotSelectionChanged( QListViewItem* i ) {
FTPFindTreeViewItem* item = dynamic_cast<FTPFindTreeViewItem*>( i );
if( item && item->isActive() ) {
! stateChanged( QString::fromLatin1("ActiveSelectedState") );
m_outputWidget->setStopEnabled( true );
}
else {
! stateChanged( QString::fromLatin1("ActiveSelectedState", StateReverse ) );
m_outputWidget->setStopEnabled( false );
}
***************
*** 95,104 ****
if( menu ) {
FTPFindTreeViewItem* item = dynamic_cast<FTPFindTreeViewItem*>( i );
! if( item && item->isActive() ) {
stateChanged( QString::fromLatin1("ItemSelectedState") );
! m_outputWidget->setStopEnabled( true );
}
else {
! stateChanged( QString::fromLatin1("ItemSelectedState", StateReverse ) );
m_outputWidget->setStopEnabled( false );
}
--- 107,124 ----
if( menu ) {
FTPFindTreeViewItem* item = dynamic_cast<FTPFindTreeViewItem*>( i );
! if( item ) {
stateChanged( QString::fromLatin1("ItemSelectedState") );
! if( item->isActive() ) {
! stateChanged( QString::fromLatin1("ActiveSelectedState") );
! m_outputWidget->setStopEnabled( true );
! }
! else {
! stateChanged( QString::fromLatin1("ActiveSelectedState", StateReverse ) );
! m_outputWidget->setStopEnabled( false );
! }
}
else {
! stateChanged( QString::fromLatin1("ItemSelectedState"), StateReverse );
! stateChanged( QString::fromLatin1("ActiveSelectedState", StateReverse ) );
m_outputWidget->setStopEnabled( false );
}
Index: kbearftpfindplugin.h
===================================================================
RCS file: /cvsroot/kbear/kbear/kbear/plugins/ftpfind/kbearftpfindplugin.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** kbearftpfindplugin.h 17 Jul 2003 20:21:02 -0000 1.2
--- kbearftpfindplugin.h 20 Jul 2003 19:35:34 -0000 1.3
***************
*** 45,48 ****
--- 45,50 ----
/** */
void slotStop();
+ /** */
+ void slotRemove();
private slots:
void slotSelectionChanged( QListViewItem* i );
Index: kbearftpfind.rc
===================================================================
RCS file: /cvsroot/kbear/kbear/kbear/plugins/ftpfind/kbearftpfind.rc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** kbearftpfind.rc 17 Jul 2003 20:21:02 -0000 1.2
--- kbearftpfind.rc 20 Jul 2003 19:35:34 -0000 1.3
***************
*** 6,9 ****
--- 6,10 ----
<Action name="ftpfind_find"/>
<Action name="ftpfind_stop"/>
+ <Action name="ftpfind_remove"/>
<Separator/>
<Merge/>
***************
*** 14,20 ****
--- 15,28 ----
<Separator/>
<Action name="ftpfind_find"/>
+ <Action name="ftpfind_remove"/>
+ <Separator/>
<Action name="ftpfind_clear"/>
</Menu>
<State name="ItemSelectedState">
+ <Enable>
+ <Action name="ftpfind_remove"/>
+ </Enable>
+ </State>
+ <State name="ActiveSelectedState">
<Enable>
<Action name="ftpfind_stop"/>
Index: Makefile.am
===================================================================
RCS file: /cvsroot/kbear/kbear/kbear/plugins/ftpfind/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.am 15 Jul 2003 23:46:34 -0000 1.1
--- Makefile.am 20 Jul 2003 19:35:34 -0000 1.2
***************
*** 1,8 ****
INCLUDES = -I$(top_srcdir)/kbear/lib/interfaces $(all_includes)
kde_module_LTLIBRARIES = kbearftpfind.la
! kbearftpfind_la_LDFLAGS = -module -no-undefined -avoid-version $(all_libraries) $(KDE_PLUGIN)
kbearftpfind_la_LIBADD = $(top_builddir)/kbear/lib/libkbearcore.la
kbearftpfind_la_SOURCES = kbearftpfindplugin.cpp kbearftpfindoutputwidget.cpp scandomainwidget.ui scandomainwidget.ui.h scandomainworker.h scandomainworker.cpp ftpfindtreeview.cpp
! kbearftpfind_la_METASOURCES = AUTO
noinst_HEADERS = kbearftpfindoutputwidget.h kbearftpfindoutputwidget.h kbearftpfindplugin.h kbearftpfindplugin.h kbearftpfindoutputwidget.h scandomainwidget.ui.h kbearftpfindplugin.h scandomainwidget.h scandomainwidget.ui.h scandomainworker.h ftpfindtreeview.h
kbearftpfindservicedir = $(kde_servicesdir)
--- 1,8 ----
INCLUDES = -I$(top_srcdir)/kbear/lib/interfaces $(all_includes)
kde_module_LTLIBRARIES = kbearftpfind.la
! kbearftpfind_la_LDFLAGS = -module -avoid-version $(all_libraries) $(KDE_PLUGIN)
kbearftpfind_la_LIBADD = $(top_builddir)/kbear/lib/libkbearcore.la
kbearftpfind_la_SOURCES = kbearftpfindplugin.cpp kbearftpfindoutputwidget.cpp scandomainwidget.ui scandomainwidget.ui.h scandomainworker.h scandomainworker.cpp ftpfindtreeview.cpp
! METASOURCES = AUTO
noinst_HEADERS = kbearftpfindoutputwidget.h kbearftpfindoutputwidget.h kbearftpfindplugin.h kbearftpfindplugin.h kbearftpfindoutputwidget.h scandomainwidget.ui.h kbearftpfindplugin.h scandomainwidget.h scandomainwidget.ui.h scandomainworker.h ftpfindtreeview.h
kbearftpfindservicedir = $(kde_servicesdir)
Index: scandomainworker.cpp
===================================================================
RCS file: /cvsroot/kbear/kbear/kbear/plugins/ftpfind/scandomainworker.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** scandomainworker.cpp 17 Jul 2003 20:21:02 -0000 1.2
--- scandomainworker.cpp 20 Jul 2003 19:35:34 -0000 1.3
***************
*** 18,21 ****
--- 18,23 ----
/////////////////////////////////////////////////////////////////////
// System specific include files
+ #include <sys/select.h>
+ #include <sys/time.h>
//////////////////////////////////////////////////////////////////////
// Application specific include files
***************
*** 90,96 ****
return;
! m_systemMutex.lock();
! m_resolv = gethostbyname( m_domain.latin1() );
! m_systemMutex.unlock();
if( m_resolv == NULL ) {
--- 92,96 ----
return;
! m_resolv = gethostbyname( m_domain.utf8().data() );
if( m_resolv == NULL ) {
***************
*** 103,111 ****
m_IP = *(unsigned long *)m_resolv->h_addr_list[0];
- m_systemMutex.lock();
m_IP = ntohl( m_IP ) & 0xFFFFFF00;
m_addr.sin_addr.s_addr = htonl( m_IP );
QString msg = i18n("%1 (%2)" ).arg( m_resolv->h_name ).arg( inet_ntoa( m_addr.sin_addr ) );
- m_systemMutex.unlock();
kdDebug() << k_funcinfo << "Scanning Class C Domain: " << msg << endl;
--- 103,109 ----
***************
*** 117,171 ****
struct sockaddr_in rsv;
- m_systemMutex.lock();
rsv.sin_family = AF_INET;
rsv.sin_port = htons( port );
rsv.sin_addr.s_addr = htonl( m_IP + i );
m_resolv = gethostbyaddr( (char *)&rsv.sin_addr.s_addr, 4, AF_INET);
- m_systemMutex.unlock();
if( m_resolv != NULL ) {
if( checkIP( rsv ) != 0L ) {
- m_systemMutex.lock();
QString msg = i18n("%1 (%2) port=%3").arg( m_resolv->h_name ).arg( inet_ntoa( rsv.sin_addr ) ).arg( port );
- m_systemMutex.unlock();
ScanDomainEvent* event = new ScanDomainEvent( this, ScanDomainEvent::Info, msg );
QApplication::postEvent( m_msgReceiver, event );
- m_systemMutex.lock();
// try to read welcome message
char buffer[ 4096 ];
- memset( buffer, 0x00, 4096 );
! //recv( m_extSocket->fd(), buffer, 4096, 0);
! m_extSocket->setTimeout( 0 );
! m_extSocket->setBlockingMode( true );
! m_extSocket->readBlock( buffer, 4096 );
! m_systemMutex.unlock();
! if (strncmp( buffer, "220", 3) == 0) {
! QString tmp = QString::fromLatin1( buffer );
! QStringList list = QStringList::split( "\n", tmp );
! for( unsigned int i = 0; i < list.count(); i++ ) {
! tmp = list[ i ];
! if( ! tmp.isEmpty() ) {
! ScanDomainEvent* event = new ScanDomainEvent( this, ScanDomainEvent::WelcomeMsg, tmp );
! QApplication::postEvent( m_msgReceiver, event );
}
}
!
! clearBuffer();
! login();
! clearBuffer();
! }
! else {
msg = i18n("Anonymous login denied!");
ScanDomainEvent* event = new ScanDomainEvent( this, ScanDomainEvent::LoginDenied, msg );
QApplication::postEvent( m_msgReceiver, event );
}
! m_systemMutex.lock();
m_extSocket->closeNow();
delete m_extSocket;
m_extSocket = 0L;
- m_systemMutex.unlock();
}
}
--- 115,168 ----
struct sockaddr_in rsv;
rsv.sin_family = AF_INET;
rsv.sin_port = htons( port );
rsv.sin_addr.s_addr = htonl( m_IP + i );
m_resolv = gethostbyaddr( (char *)&rsv.sin_addr.s_addr, 4, AF_INET);
if( m_resolv != NULL ) {
if( checkIP( rsv ) != 0L ) {
QString msg = i18n("%1 (%2) port=%3").arg( m_resolv->h_name ).arg( inet_ntoa( rsv.sin_addr ) ).arg( port );
ScanDomainEvent* event = new ScanDomainEvent( this, ScanDomainEvent::Info, msg );
QApplication::postEvent( m_msgReceiver, event );
// try to read welcome message
char buffer[ 4096 ];
! int retval;
! do {
! memset( buffer, 0x00, 4096 );
! retval = m_extSocket->readBlock( buffer, 4096 );
! if( strncmp( buffer, "220", 3) == 0) {
! QString tmp = QString::fromLatin1( buffer );
! QStringList list = QStringList::split( "\n", tmp );
! for( unsigned int i = 0; i < list.count(); i++ ) {
! tmp = list[ i ];
! if( ! tmp.isEmpty() ) {
! if( tmp.right( 1 ) == "\r" || tmp.right( 1 ) == "\n" )
! tmp = tmp.left( tmp.length() -1 );
! else if( tmp.right( 2 ) == "\r\n" )
! tmp = tmp.left( tmp.length() - 2 );
! ScanDomainEvent* event = new ScanDomainEvent( this, ScanDomainEvent::WelcomeMsg, tmp );
! QApplication::postEvent( m_msgReceiver, event );
! }
}
}
! else
! retval = -1;
! } while( m_extSocket->bytesAvailable() && retval >= 0 );
! if( retval < 0 ) {
msg = i18n("Anonymous login denied!");
ScanDomainEvent* event = new ScanDomainEvent( this, ScanDomainEvent::LoginDenied, msg );
QApplication::postEvent( m_msgReceiver, event );
}
! else {
! clearBuffer();
! login();
! clearBuffer();
! }
m_extSocket->closeNow();
delete m_extSocket;
m_extSocket = 0L;
}
}
***************
*** 188,201 ****
void ScanDomainWorker::clearBuffer() {
char buffer[1024];
! m_systemMutex.lock();
! while ( recv( m_extSocket->fd(), buffer, 1024, MSG_DONTWAIT) > 0 && errno == EAGAIN );
! m_systemMutex.unlock();
}
//-----------------------------------------------
KExtendedSocket* ScanDomainWorker::checkIP( const struct sockaddr_in& addr ) {
! int flags = KExtendedSocket::inetSocket | KExtendedSocket::streamSocket | KExtendedSocket::bufferedSocket
| KExtendedSocket::ipv4Socket | KExtendedSocket::ipv6Socket ;
- m_systemMutex.lock();
m_extSocket = new KExtendedSocket( QString::fromLatin1(inet_ntoa( addr.sin_addr )), ntohs( addr.sin_port ), flags );
// kdDebug() << k_funcinfo << "IP=" << inet_ntoa( addr.sin_addr ) << endl;
--- 185,196 ----
void ScanDomainWorker::clearBuffer() {
char buffer[1024];
! while( m_extSocket->bytesAvailable() )
! m_extSocket->readBlock( buffer, 1024 );
}
//-----------------------------------------------
KExtendedSocket* ScanDomainWorker::checkIP( const struct sockaddr_in& addr ) {
! int flags = KExtendedSocket::inetSocket | KExtendedSocket::streamSocket/* | KExtendedSocket::bufferedSocket*/
| KExtendedSocket::ipv4Socket | KExtendedSocket::ipv6Socket ;
m_extSocket = new KExtendedSocket( QString::fromLatin1(inet_ntoa( addr.sin_addr )), ntohs( addr.sin_port ), flags );
// kdDebug() << k_funcinfo << "IP=" << inet_ntoa( addr.sin_addr ) << endl;
***************
*** 203,207 ****
m_extSocket->setTimeout( 3 );
if( m_extSocket->connect() >= 0) {
- m_systemMutex.unlock();
return m_extSocket;
}
--- 198,201 ----
***************
*** 214,218 ****
m_extSocket = 0L;
}
- m_systemMutex.unlock();
// kdDebug() << k_funcinfo << msg << endl;
ScanDomainEvent* event = new ScanDomainEvent( this, ScanDomainEvent::Error, msg, ScanDomainEvent::SocketError );
--- 208,211 ----
***************
*** 234,237 ****
--- 227,231 ----
memset( buffer, 0x00, 1024 );
m_extSocket->readBlock( buffer, 1024 );
+
regExp.setPattern( QString::fromLatin1("login ok") );
regExp.setCaseSensitive( false );
***************
*** 261,264 ****
--- 255,263 ----
m_extSocket->readBlock( buffer, 1024 );
msg = i18n("System type: %1").arg( buffer );
+ if( msg.right( 1 ) == "\r" || msg.right( 1 ) == "\n" )
+ msg = msg.left( msg.length() -1 );
+ else if( msg.right( 2 ) == "\r\n" )
+ msg = msg.left( msg.length() - 2 );
+
event = new ScanDomainEvent( this, ScanDomainEvent::SystemType, msg );
QApplication::postEvent( m_msgReceiver, event );
|
|
From: <kb...@us...> - 2003-07-20 19:38:04
|
Update of /cvsroot/kbear/kbear/kbear/plugins/importfilters/krusaderimportfilter In directory sc8-pr-cvs1:/tmp/cvs-serv23710/kbear/plugins/importfilters/krusaderimportfilter Modified Files: Makefile.am Log Message: Bugfixes Index: Makefile.am =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/importfilters/krusaderimportfilter/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile.am 8 Jul 2003 17:04:23 -0000 1.8 --- Makefile.am 20 Jul 2003 19:35:33 -0000 1.9 *************** *** 1,4 **** kde_module_LTLIBRARIES = kbearkrusaderimportfilter.la ! kbearkrusaderimportfilter_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version -no-undefined kbearkrusaderimportfilter_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kbear/lib/libkbearcore.la --- 1,4 ---- kde_module_LTLIBRARIES = kbearkrusaderimportfilter.la ! kbearkrusaderimportfilter_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version kbearkrusaderimportfilter_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kbear/lib/libkbearcore.la *************** *** 7,11 **** kbearkrusaderimportfilter_la_SOURCES = krusaderimportfilterplugin.cpp ! kbearkrusaderimportfilter_la_METASOURCES = AUTO kbearkrusaderimportfilter_plugin_DATA = kbearkrusaderimportfilter.desktop --- 7,11 ---- kbearkrusaderimportfilter_la_SOURCES = krusaderimportfilterplugin.cpp ! METASOURCES = AUTO kbearkrusaderimportfilter_plugin_DATA = kbearkrusaderimportfilter.desktop |
|
From: <kb...@us...> - 2003-07-20 19:36:06
|
Update of /cvsroot/kbear/kbear/kbear/plugins/importfilters/ws_ftpimportfilter In directory sc8-pr-cvs1:/tmp/cvs-serv23710/kbear/plugins/importfilters/ws_ftpimportfilter Modified Files: Makefile.am Log Message: Bugfixes Index: Makefile.am =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/importfilters/ws_ftpimportfilter/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile.am 8 Jul 2003 17:04:21 -0000 1.8 --- Makefile.am 20 Jul 2003 19:35:32 -0000 1.9 *************** *** 1,4 **** kde_module_LTLIBRARIES = kbearwsftpimportfilter.la ! kbearwsftpimportfilter_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version -no-undefined kbearwsftpimportfilter_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kbear/lib/libkbearcore.la --- 1,4 ---- kde_module_LTLIBRARIES = kbearwsftpimportfilter.la ! kbearwsftpimportfilter_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version kbearwsftpimportfilter_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kbear/lib/libkbearcore.la *************** *** 7,11 **** kbearwsftpimportfilter_la_SOURCES = ws_ftpimportfilterplugin.cpp ! kbearwsftpimportfilter_la_METASOURCES = AUTO kbearwsftpimportfilter_plugin_DATA = kbearws_ftpimportfilter.desktop --- 7,11 ---- kbearwsftpimportfilter_la_SOURCES = ws_ftpimportfilterplugin.cpp ! METASOURCES = AUTO kbearwsftpimportfilter_plugin_DATA = kbearws_ftpimportfilter.desktop |
|
From: <kb...@us...> - 2003-07-20 19:36:06
|
Update of /cvsroot/kbear/kbear/kbear/plugins/importfilters In directory sc8-pr-cvs1:/tmp/cvs-serv23710/kbear/plugins/importfilters Modified Files: Makefile.am Log Message: Bugfixes Index: Makefile.am =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/importfilters/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile.am 29 May 2003 20:19:17 -0000 1.8 --- Makefile.am 20 Jul 2003 19:35:32 -0000 1.9 *************** *** 1,3 **** ! SUBDIRS = gftpimportfilter ncftpimportfilter kbearimportfilter ws_ftpimportfilter wincommanderimportfilter \ ! krusaderimportfilter urllistimportfilter ! --- 1,2 ---- ! SUBDIRS = $(AUTODIRS) ! #SUBDIRS = gftpimportfilter ncftpimportfilter kbearimportfilter ws_ftpimportfilter wincommanderimportfilter krusaderimportfilter urllistimportfilter |
|
From: <kb...@us...> - 2003-07-20 19:36:06
|
Update of /cvsroot/kbear/kbear/kbear/plugins/recentconnections In directory sc8-pr-cvs1:/tmp/cvs-serv23710/kbear/plugins/recentconnections Modified Files: Makefile.am Log Message: Bugfixes Index: Makefile.am =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/recentconnections/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile.am 19 Jul 2003 18:45:40 -0000 1.5 --- Makefile.am 20 Jul 2003 19:35:32 -0000 1.6 *************** *** 2,10 **** kde_module_LTLIBRARIES = kbearrecentconnections.la ! kbearrecentconnections_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) $(KDE_PLUGIN) kbearrecentconnections_la_SOURCES = kbearrecentconnectionsplugin.cpp kbearrecentconnectionsoutputwidget.cpp kbearrecentconnectionsitem.cpp ! kbearrecentconnections_la_METASOURCES = AUTO noinst_HEADERS = kbearrecentconnectionsoutputwidget.h kbearrecentconnectionsplugin.h kbearrecentconnectionsitem.h --- 2,10 ---- kde_module_LTLIBRARIES = kbearrecentconnections.la ! kbearrecentconnections_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN) kbearrecentconnections_la_SOURCES = kbearrecentconnectionsplugin.cpp kbearrecentconnectionsoutputwidget.cpp kbearrecentconnectionsitem.cpp ! METASOURCES = AUTO noinst_HEADERS = kbearrecentconnectionsoutputwidget.h kbearrecentconnectionsplugin.h kbearrecentconnectionsitem.h |
|
From: <kb...@us...> - 2003-07-20 19:36:06
|
Update of /cvsroot/kbear/kbear/kbear/plugins/logoutput In directory sc8-pr-cvs1:/tmp/cvs-serv23710/kbear/plugins/logoutput Modified Files: kbearlogview.cpp Makefile.am Log Message: Bugfixes Index: kbearlogview.cpp =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/logoutput/kbearlogview.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** kbearlogview.cpp 1 Jul 2003 23:24:19 -0000 1.12 --- kbearlogview.cpp 20 Jul 2003 19:35:32 -0000 1.13 *************** *** 188,192 **** // hack to be sure the line breaks, for some reason they don't on some systems ? if( tmp.right( 1 ) == "\r" ) ! tmp = tmp.left( tmp.length() ); else if( tmp.right( 2 ) == "\r\n" ) tmp = tmp.left( tmp.length() - 2 ); --- 188,192 ---- // hack to be sure the line breaks, for some reason they don't on some systems ? if( tmp.right( 1 ) == "\r" ) ! tmp = tmp.left( tmp.length() - 1 ); else if( tmp.right( 2 ) == "\r\n" ) tmp = tmp.left( tmp.length() - 2 ); Index: Makefile.am =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/logoutput/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Makefile.am 16 Jul 2003 00:03:06 -0000 1.9 --- Makefile.am 20 Jul 2003 19:35:32 -0000 1.10 *************** *** 1,3 **** ! INCLUDES = -I$(top_srcdir)/kbear/lib/interfaces -I$(top_srcdir)/kbear/lib/widgets AM_CFLAGS = AM_CXXFLAGS = -DQT_CLEAN_NAMESPACE -UQT_NO_COMPAT -DQT_NO_ASCII_CAST --- 1,3 ---- ! INCLUDES = -I$(top_srcdir)/kbear/lib/interfaces -I$(top_srcdir)/kbear/lib/widgets $(all_includes) AM_CFLAGS = AM_CXXFLAGS = -DQT_CLEAN_NAMESPACE -UQT_NO_COMPAT -DQT_NO_ASCII_CAST *************** *** 5,12 **** kde_module_LTLIBRARIES = kbearlogoutput.la ! kbearlogoutput_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version -no-undefined kbearlogoutput_la_LIBADD = $(LIB_KDEUI) $(LIB_KDECORE) $(top_builddir)/kbear/lib/libkbearcore.la kbearlogoutput_la_SOURCES = kbearlogoutputplugin.cpp kbearlogview.cpp logoutputconfigwidget.cpp ! kbearlogoutput_la_METASOURCES = AUTO noinst_HEADERS = kbearlogoutputplugin.h kbearlogview.h logoutputconfigwidget.h kbearlogoutput_DATA = kbearlogoutput.desktop --- 5,12 ---- kde_module_LTLIBRARIES = kbearlogoutput.la ! kbearlogoutput_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version kbearlogoutput_la_LIBADD = $(LIB_KDEUI) $(LIB_KDECORE) $(top_builddir)/kbear/lib/libkbearcore.la kbearlogoutput_la_SOURCES = kbearlogoutputplugin.cpp kbearlogview.cpp logoutputconfigwidget.cpp ! METASOURCES = AUTO noinst_HEADERS = kbearlogoutputplugin.h kbearlogview.h logoutputconfigwidget.h kbearlogoutput_DATA = kbearlogoutput.desktop |
|
From: <kb...@us...> - 2003-07-20 19:36:06
|
Update of /cvsroot/kbear/kbear/kbear/plugins/importfilters/urllistimportfilter In directory sc8-pr-cvs1:/tmp/cvs-serv23710/kbear/plugins/importfilters/urllistimportfilter Modified Files: Makefile.am Log Message: Bugfixes Index: Makefile.am =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/importfilters/urllistimportfilter/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.am 8 Jul 2003 17:04:22 -0000 1.4 --- Makefile.am 20 Jul 2003 19:35:33 -0000 1.5 *************** *** 1,4 **** kde_module_LTLIBRARIES = kbearurllistimportfilter.la ! kbearurllistimportfilter_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version -no-undefined kbearurllistimportfilter_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kbear/lib/libkbearcore.la --- 1,4 ---- kde_module_LTLIBRARIES = kbearurllistimportfilter.la ! kbearurllistimportfilter_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version kbearurllistimportfilter_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kbear/lib/libkbearcore.la *************** *** 7,11 **** kbearurllistimportfilter_la_SOURCES = urllistimportfilterplugin.cpp ! kbearurllistimportfilter_la_METASOURCES = AUTO kbearurllistimportfilter_plugin_DATA = urllistimportfilter.desktop --- 7,11 ---- kbearurllistimportfilter_la_SOURCES = urllistimportfilterplugin.cpp ! METASOURCES = AUTO kbearurllistimportfilter_plugin_DATA = urllistimportfilter.desktop |
|
From: <kb...@us...> - 2003-07-20 19:36:06
|
Update of /cvsroot/kbear/kbear/kbear/plugins/importfilters/wincommanderimportfilter In directory sc8-pr-cvs1:/tmp/cvs-serv23710/kbear/plugins/importfilters/wincommanderimportfilter Modified Files: Makefile.am Log Message: Bugfixes Index: Makefile.am =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/importfilters/wincommanderimportfilter/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile.am 8 Jul 2003 17:04:21 -0000 1.8 --- Makefile.am 20 Jul 2003 19:35:32 -0000 1.9 *************** *** 1,4 **** kde_module_LTLIBRARIES = kbearwincommanderimportfilter.la ! kbearwincommanderimportfilter_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version -no-undefined kbearwincommanderimportfilter_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kbear/lib/libkbearcore.la --- 1,4 ---- kde_module_LTLIBRARIES = kbearwincommanderimportfilter.la ! kbearwincommanderimportfilter_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version kbearwincommanderimportfilter_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kbear/lib/libkbearcore.la *************** *** 7,11 **** kbearwincommanderimportfilter_la_SOURCES = wincommanderimportfilterplugin.cpp ! kbearwincommanderimportfilter_la_METASOURCES = AUTO kbearwincommanderimportfilter_plugin_DATA = kbearwincommanderimportfilter.desktop --- 7,11 ---- kbearwincommanderimportfilter_la_SOURCES = wincommanderimportfilterplugin.cpp ! METASOURCES = AUTO kbearwincommanderimportfilter_plugin_DATA = kbearwincommanderimportfilter.desktop |
|
From: <kb...@us...> - 2003-07-20 19:36:05
|
Update of /cvsroot/kbear/kbear/kbear/plugins/sitemanager In directory sc8-pr-cvs1:/tmp/cvs-serv23710/kbear/plugins/sitemanager Modified Files: Makefile.am Log Message: Bugfixes Index: Makefile.am =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/sitemanager/Makefile.am,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** Makefile.am 17 Jul 2003 18:58:22 -0000 1.25 --- Makefile.am 20 Jul 2003 19:35:32 -0000 1.26 *************** *** 3,12 **** kde_module_LTLIBRARIES = kbearsitemanager.la ! kbearsitemanager_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version -no-undefined kbearsitemanager_la_LIBADD = $(LIB_KDEUI) $(LIB_KPARTS) $(LIB_KIO) $(top_builddir)/kbear/lib/libkbearcore.la kbearsitemanager_la_SOURCES = kbearsitemanager.cpp kbearsitemanagerplugin.cpp \ kbearsitemanageriface.skel kbearsitemanagertreeview.cpp \ siteimportwidget.cpp ! kbearsitemanager_la_METASOURCES = AUTO kbearsitemanager_DATA = kbearsitemanager.desktop kbearsitemanagerdir = $(kde_servicesdir) --- 3,12 ---- kde_module_LTLIBRARIES = kbearsitemanager.la ! kbearsitemanager_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version kbearsitemanager_la_LIBADD = $(LIB_KDEUI) $(LIB_KPARTS) $(LIB_KIO) $(top_builddir)/kbear/lib/libkbearcore.la kbearsitemanager_la_SOURCES = kbearsitemanager.cpp kbearsitemanagerplugin.cpp \ kbearsitemanageriface.skel kbearsitemanagertreeview.cpp \ siteimportwidget.cpp ! METASOURCES = AUTO kbearsitemanager_DATA = kbearsitemanager.desktop kbearsitemanagerdir = $(kde_servicesdir) |
|
From: <kb...@us...> - 2003-07-20 19:36:05
|
Update of /cvsroot/kbear/kbear/kbear/plugins/tipofday In directory sc8-pr-cvs1:/tmp/cvs-serv23710/kbear/plugins/tipofday Modified Files: Makefile.am Log Message: Bugfixes Index: Makefile.am =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/tipofday/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Makefile.am 8 Jul 2003 17:04:20 -0000 1.7 --- Makefile.am 20 Jul 2003 19:35:31 -0000 1.8 *************** *** 5,12 **** SUBDIRS = kde_module_LTLIBRARIES = kbeartipofday.la ! kbeartipofday_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version -no-undefined kbeartipofday_la_LIBADD = $(LIB_KDEUI) $(LIB_KDECORE) $(top_builddir)/kbear/lib/libkbearcore.la kbeartipofday_la_SOURCES = kbeartipofdayplugin.cpp ! kbeartipofday_la_METASOURCES = AUTO kbeartipofday_DATA = kbeartipofday.desktop kbeartipofdaydir = $(kde_servicesdir) --- 5,12 ---- SUBDIRS = kde_module_LTLIBRARIES = kbeartipofday.la ! kbeartipofday_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version kbeartipofday_la_LIBADD = $(LIB_KDEUI) $(LIB_KDECORE) $(top_builddir)/kbear/lib/libkbearcore.la kbeartipofday_la_SOURCES = kbeartipofdayplugin.cpp ! METASOURCES = AUTO kbeartipofday_DATA = kbeartipofday.desktop kbeartipofdaydir = $(kde_servicesdir) |
|
From: <kb...@us...> - 2003-07-20 19:36:05
|
Update of /cvsroot/kbear/kbear/kbear/plugins/systemtraydock In directory sc8-pr-cvs1:/tmp/cvs-serv23710/kbear/plugins/systemtraydock Modified Files: Makefile.am Log Message: Bugfixes Index: Makefile.am =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/systemtraydock/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile.am 16 Jul 2003 00:03:06 -0000 1.8 --- Makefile.am 20 Jul 2003 19:35:32 -0000 1.9 *************** *** 1,8 **** INCLUDES = -I$(top_srcdir)/kbear/lib -I$(top_srcdir)/kbear/lib/interfaces $(all_includes) kde_module_LTLIBRARIES = kbearsystemtraydock.la ! kbearsystemtraydock_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version -no-undefined kbearsystemtraydock_la_LIBADD = $(LIB_KDEUI) $(top_builddir)/kbear/lib/libkbearcore.la kbearsystemtraydock_la_SOURCES = kbearsystemtraydockplugin.cpp kbearsystemtraydock.cpp ! kbearsystemtraydock_la_METASOURCES = AUTO kbearsystemtraydock_DATA = kbearsystemtraydock.desktop kbearsystemtraydockdir = $(kde_servicesdir) --- 1,8 ---- INCLUDES = -I$(top_srcdir)/kbear/lib -I$(top_srcdir)/kbear/lib/interfaces $(all_includes) kde_module_LTLIBRARIES = kbearsystemtraydock.la ! kbearsystemtraydock_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version kbearsystemtraydock_la_LIBADD = $(LIB_KDEUI) $(top_builddir)/kbear/lib/libkbearcore.la kbearsystemtraydock_la_SOURCES = kbearsystemtraydockplugin.cpp kbearsystemtraydock.cpp ! METASOURCES = AUTO kbearsystemtraydock_DATA = kbearsystemtraydock.desktop kbearsystemtraydockdir = $(kde_servicesdir) |
|
From: <kb...@us...> - 2003-07-20 19:36:04
|
Update of /cvsroot/kbear/kbear/kbear/plugins/tools In directory sc8-pr-cvs1:/tmp/cvs-serv23710/kbear/plugins/tools Modified Files: Makefile.am Log Message: Bugfixes Index: Makefile.am =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/tools/Makefile.am,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Makefile.am 8 Jul 2003 17:04:20 -0000 1.11 --- Makefile.am 20 Jul 2003 19:35:31 -0000 1.12 *************** *** 1,8 **** INCLUDES = -I$(top_srcdir)/kbear/lib -I$(top_srcdir)/kbear/lib/interfaces $(all_includes) kde_module_LTLIBRARIES = kbeartools.la ! kbeartools_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version -no-undefined kbeartools_la_LIBADD = $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_KIO) $(top_builddir)/kbear/lib/libkbearcore.la kbeartools_la_SOURCES = kbeartoolsplugin.cpp treeview.cpp kbeartoolswidget.cpp ! kbeartools_la_METASOURCES = AUTO noinst_HEADERS = kbeartoolsplugin.h entry.h kbeartoolswidget.h AM_CFLAGS = --- 1,8 ---- INCLUDES = -I$(top_srcdir)/kbear/lib -I$(top_srcdir)/kbear/lib/interfaces $(all_includes) kde_module_LTLIBRARIES = kbeartools.la ! kbeartools_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version kbeartools_la_LIBADD = $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_KIO) $(top_builddir)/kbear/lib/libkbearcore.la kbeartools_la_SOURCES = kbeartoolsplugin.cpp treeview.cpp kbeartoolswidget.cpp ! METASOURCES = AUTO noinst_HEADERS = kbeartoolsplugin.h entry.h kbeartoolswidget.h AM_CFLAGS = |
|
From: <kb...@us...> - 2003-07-20 19:36:04
|
Update of /cvsroot/kbear/kbear/kbear/plugins/transferqueue In directory sc8-pr-cvs1:/tmp/cvs-serv23710/kbear/plugins/transferqueue Modified Files: Makefile.am Log Message: Bugfixes Index: Makefile.am =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/transferqueue/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile.am 16 Jul 2003 00:03:05 -0000 1.8 --- Makefile.am 20 Jul 2003 19:35:31 -0000 1.9 *************** *** 1,7 **** ! INCLUDES = -I$(top_srcdir)/kbear/lib/interfaces kde_module_LTLIBRARIES = kbeartransferqueue.la ! kbeartransferqueue_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version -no-undefined kbeartransferqueue_la_LIBADD = $(LIB_KDEUI) $(LIB_KDECORE) $(top_builddir)/kbear/lib/libkbearcore.la ! kbeartransferqueue_la_METASOURCES = AUTO kbeartransferqueue_la_SOURCES = kbeartransferqueueplugin.cpp transferqueuewidget.cpp transferqueueconfigwidget.cpp transferqueuesession.cpp kbeartransferqueue_DATA = kbeartransferqueue.desktop --- 1,7 ---- ! INCLUDES = -I$(top_srcdir)/kbear/lib/interfaces $(all_includes) kde_module_LTLIBRARIES = kbeartransferqueue.la ! kbeartransferqueue_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version kbeartransferqueue_la_LIBADD = $(LIB_KDEUI) $(LIB_KDECORE) $(top_builddir)/kbear/lib/libkbearcore.la ! METASOURCES = AUTO kbeartransferqueue_la_SOURCES = kbeartransferqueueplugin.cpp transferqueuewidget.cpp transferqueueconfigwidget.cpp transferqueuesession.cpp kbeartransferqueue_DATA = kbeartransferqueue.desktop |
|
From: <kb...@us...> - 2003-07-20 19:36:04
|
Update of /cvsroot/kbear/kbear/kbear/plugins/transferoutput In directory sc8-pr-cvs1:/tmp/cvs-serv23710/kbear/plugins/transferoutput Modified Files: Makefile.am Log Message: Bugfixes Index: Makefile.am =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/transferoutput/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Makefile.am 19 Jul 2003 18:45:40 -0000 1.9 --- Makefile.am 20 Jul 2003 19:35:31 -0000 1.10 *************** *** 1,8 **** ! INCLUDES = -I$(top_srcdir)/kbear/lib/interfaces -I$(top_srcdir)/kbear/lib/widgets kde_module_LTLIBRARIES = kbeartransferoutput.la ! kbeartransferoutput_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version -no-undefined kbeartransferoutput_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kbear/lib/libkbearcore.la kbeartransferoutput_la_SOURCES = kbeartransferoutputplugin.cpp kbeartransferview.cpp transferviewpage.cpp transfergroupitem.cpp transferitem.cpp ! kbeartransferoutput_la_METASOURCES = AUTO kbeartransferoutput_DATA = kbeartransferoutput.desktop kbeartransferoutputdir = $(kde_servicesdir) --- 1,8 ---- ! INCLUDES = -I$(top_srcdir)/kbear/lib/interfaces -I$(top_srcdir)/kbear/lib/widgets $(all_includes) kde_module_LTLIBRARIES = kbeartransferoutput.la ! kbeartransferoutput_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version kbeartransferoutput_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kbear/lib/libkbearcore.la kbeartransferoutput_la_SOURCES = kbeartransferoutputplugin.cpp kbeartransferview.cpp transferviewpage.cpp transfergroupitem.cpp transferitem.cpp ! METASOURCES = AUTO kbeartransferoutput_DATA = kbeartransferoutput.desktop kbeartransferoutputdir = $(kde_servicesdir) |