kbear-cvs Mailing List for KBear, a graphical ftp client for KDE (Page 3)
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-11-17 13:49:26
|
Update of /cvsroot/kbear/kbear/kbear/parts/remotefilesys In directory sc8-pr-cvs1:/tmp/cvs-serv3212/kbear/parts/remotefilesys Modified Files: kbearremotefilesyspart.cpp Log Message: Index: kbearremotefilesyspart.cpp =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/parts/remotefilesys/kbearremotefilesyspart.cpp,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** kbearremotefilesyspart.cpp 23 Aug 2003 07:47:50 -0000 1.18 --- kbearremotefilesyspart.cpp 17 Nov 2003 13:48:14 -0000 1.19 *************** *** 71,75 **** setupActions(); ! setXMLFile("kbearremotefilesyspart.rc"); m_myWidget->setDirLister( new KBearRemoteDirLister( m_myWidget ) ); --- 71,75 ---- setupActions(); ! setXMLFile("kbearremotefilesyspart.rc", true, true ); m_myWidget->setDirLister( new KBearRemoteDirLister( m_myWidget ) ); |
From: <kb...@us...> - 2003-11-17 13:49:01
|
Update of /cvsroot/kbear/kbear/kbear/plugins/sitemanager In directory sc8-pr-cvs1:/tmp/cvs-serv3212/kbear/plugins/sitemanager Modified Files: Makefile.am Log Message: Index: Makefile.am =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/sitemanager/Makefile.am,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** Makefile.am 20 Jul 2003 19:35:32 -0000 1.26 --- Makefile.am 17 Nov 2003 13:48:14 -0000 1.27 *************** *** 13,17 **** sitemanager_DATA = sitemanager.xml sitemanagerdir = $(kde_datadir)/kbear ! kbearsitemanagerrcdir = $(kde_confdir) kbearsitemanagerrc_DATA = kbearsitemanagerrc install-data-local: --- 13,17 ---- sitemanager_DATA = sitemanager.xml sitemanagerdir = $(kde_datadir)/kbear ! kbearsitemanagerrcdir = $(kde_datadir)/kbearsitemanager kbearsitemanagerrc_DATA = kbearsitemanagerrc install-data-local: |
From: <kb...@us...> - 2003-11-17 13:49:01
|
Update of /cvsroot/kbear/kbear/admin In directory sc8-pr-cvs1:/tmp/cvs-serv3212/admin Modified Files: Doxyfile.global Log Message: Index: Doxyfile.global =================================================================== RCS file: /cvsroot/kbear/kbear/admin/Doxyfile.global,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Doxyfile.global 8 Oct 2002 18:12:24 -0000 1.1 --- Doxyfile.global 17 Nov 2003 13:48:14 -0000 1.2 *************** *** 283,287 **** # NO is used. ! WARNINGS = YES # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings --- 283,287 ---- # NO is used. ! WARNINGS = NO # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings |
From: <kb...@us...> - 2003-11-17 13:49:01
|
Update of /cvsroot/kbear/kbear In directory sc8-pr-cvs1:/tmp/cvs-serv3212 Modified Files: ChangeLog Log Message: Index: ChangeLog =================================================================== RCS file: /cvsroot/kbear/kbear/ChangeLog,v retrieving revision 1.163 retrieving revision 1.164 diff -C2 -d -r1.163 -r1.164 *** ChangeLog 24 Aug 2003 09:59:28 -0000 1.163 --- ChangeLog 17 Nov 2003 13:48:13 -0000 1.164 *************** *** 1,4 **** --- 1,5 ---- 2003-08-24 Björn Sahlström <kb...@us...> * Fixed bug in filediff plugin, wrong files were deleted. + * Fixed bug causing that transfers didn't always start. 2003-08-20 Björn Sahlström <kb...@us...> * Added ability to send custom commands to server. |
From: <kb...@us...> - 2003-11-17 13:49:01
|
Update of /cvsroot/kbear/kbear/kbear/plugins/dirsynchplugin In directory sc8-pr-cvs1:/tmp/cvs-serv3212/kbear/plugins/dirsynchplugin Modified Files: Makefile.am dirsynchlocaldirlister.cpp kbeardirsynchpluginui.rc Log Message: Index: Makefile.am =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/dirsynchplugin/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 28 Aug 2003 20:53:00 -0000 1.2 --- Makefile.am 17 Nov 2003 13:48:14 -0000 1.3 *************** *** 10,16 **** kbeardirsynchplugin_DATA = kbeardirsynchplugin.desktop kbeardirsynchpluginrc_DATA = kbeardirsynchpluginui.rc ! kbeardirsynchpluginrcdir = $(kde_datadir)/kbear AM_CFLAGS = ! AM_CXXFLAGS = -DQT_CLEAN_NAMESPACE -UQT_NO_COMPAT -DQT_NO_ASCII_CAST AM_FFLAGS = SUBDIRS = --- 10,16 ---- kbeardirsynchplugin_DATA = kbeardirsynchplugin.desktop kbeardirsynchpluginrc_DATA = kbeardirsynchpluginui.rc ! kbeardirsynchpluginrcdir = $(kde_datadir)/kbeardirsynchplugin AM_CFLAGS = ! AM_CXXFLAGS = -DQT_CLEAN_NAMESPACE -UQT_NO_COMPAT -DQT_NO_ASCII_CAST -D_LARGEFILE64_SOURCE AM_FFLAGS = SUBDIRS = Index: dirsynchlocaldirlister.cpp =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/dirsynchplugin/dirsynchlocaldirlister.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dirsynchlocaldirlister.cpp 30 Aug 2003 21:41:01 -0000 1.2 --- dirsynchlocaldirlister.cpp 17 Nov 2003 13:48:14 -0000 1.3 *************** *** 22,25 **** --- 22,28 ---- ////////////////////////////////////////////////////////////////////// // System specific include files + #include <sys/stat.h> + #include <sys/types.h> + #include <unistd.h> ////////////////////////////////////////////////////////////////////// // Application specific include files Index: kbeardirsynchpluginui.rc =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/dirsynchplugin/kbeardirsynchpluginui.rc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kbeardirsynchpluginui.rc 27 Aug 2003 20:01:28 -0000 1.1 --- kbeardirsynchpluginui.rc 17 Nov 2003 13:48:14 -0000 1.2 *************** *** 2,7 **** <kpartgui library="libkbeardirsynchplugin" name="KBearDirSynchPlugin" version="3" > <MenuBar> ! <Menu noMerge="1" name="synch"> ! <text>S&ynchronize</text> <Action name="synch_current" /> <Action name="synch_from_local"/> --- 2,7 ---- <kpartgui library="libkbeardirsynchplugin" name="KBearDirSynchPlugin" version="3" > <MenuBar> ! <Menu noMerge="1" name="tools"> ! <text>&Tools</text> <Action name="synch_current" /> <Action name="synch_from_local"/> *************** *** 9,12 **** --- 9,14 ---- <Action name="synch_selected_from_local"/> <Action name="synch_selected_from_remote"/> + <Separator/> + <Merge/> </Menu> </MenuBar> |
From: <kb...@us...> - 2003-11-17 13:49:01
|
Update of /cvsroot/kbear/kbear/kbear In directory sc8-pr-cvs1:/tmp/cvs-serv3212/kbear Modified Files: kbearclassicmainwindow.h Log Message: Index: kbearclassicmainwindow.h =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/kbearclassicmainwindow.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** kbearclassicmainwindow.h 11 Jun 2003 23:29:08 -0000 1.11 --- kbearclassicmainwindow.h 17 Nov 2003 13:48:14 -0000 1.12 *************** *** 105,108 **** --- 105,110 ---- /** */ virtual QPtrList<KBearChildViewIface> childViews(); + signals: + void localViewGotFocus( bool ); public slots: /** Update of the window menu contents. */ |
From: <fri...@us...> - 2003-11-16 20:17:14
|
Update of /cvsroot/kbear/kbear/kbear/plugins/sitemanager In directory sc8-pr-cvs1:/tmp/cvs-serv25279/kbear/plugins/sitemanager Modified Files: kbearsitemanager.cpp kbearsitemanagertreeview.cpp kbearsitemanagertreeview.h Log Message: Fixed some bugs in sitemanager: * When collapsing a group tree, the site label was deactivated * The save button 'forgot' the need to save when you clicked another item * Group names weren't shown in the site label Index: kbearsitemanager.cpp =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/sitemanager/kbearsitemanager.cpp,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** kbearsitemanager.cpp 8 Jul 2003 17:04:21 -0000 1.57 --- kbearsitemanager.cpp 16 Nov 2003 20:16:29 -0000 1.58 *************** *** 662,666 **** void KBearSiteManager::slotPressed(QListViewItem* item) { if( ! item ) ! slotSelectedSite( 0L ); return; if( item->isExpandable() ) { --- 662,666 ---- void KBearSiteManager::slotPressed(QListViewItem* item) { if( ! item ) ! // slotSelectedSite( 0L ); return; if( item->isExpandable() ) { *************** *** 673,676 **** --- 673,679 ---- void KBearSiteManager::slotSelectedSite( QListViewItem* item ) { kdDebug()<<"KBearSiteManager::slotSelectedSite item="<<(item?item->text(0):QString::null)<<endl; + // We need this temporary variable because changing the text of the widgets below will set m_isModified to true + // even if nothing was modified in reality. + bool modified = m_isModified; if( item && item->isSelected() ) { *************** *** 681,685 **** bool b = item->isExpandable(); ! // Enable/Disable the groupBox items depending on the item (group or not) m_siteEdit->setEnabled( true ); m_hostnameEdit->setEnabled( !b ); --- 684,688 ---- bool b = item->isExpandable(); ! // Enable/Disable the groupBox items depending on the item (group or not) m_siteEdit->setEnabled( true ); m_hostnameEdit->setEnabled( !b ); *************** *** 694,702 **** if( item->isExpandable() ) {// a group was selected ! clear(); m_selectedItem.setParent( parent ); m_selectedItem.setLabel( label ); ! emit selectionCleared(); m_groupSelected = true; return; } --- 697,708 ---- if( item->isExpandable() ) {// a group was selected ! clear(); m_selectedItem.setParent( parent ); m_selectedItem.setLabel( label ); ! m_siteEdit->setText( label ); ! emit selectionCleared(); m_groupSelected = true; + m_isModified = modified; + enableButton( User1, modified ); return; } *************** *** 716,723 **** --- 722,737 ---- } m_groupBox->setEnabled( true ); + m_isModified = modified; + enableButton( User1, modified ); emit siteSelected( m_selectedItem ); } //----------------------------------------------- void KBearSiteManager::setSite( const SiteInfo& site ) { + kdDebug()<<"setSite: "<<site.label()<<endl; + + // We need this temporary variable because changing the text of the widgets below will set m_isModified to true + // even if nothing was modified in reality. + bool modified = m_isModified; + m_siteEdit->setText( site.label() ); m_hostnameEdit->setText( site.host() ); *************** *** 769,776 **** slotUpdateAdv(); - m_isModified = false; m_selectedItem = site; m_connectButton->setEnabled( true ); ! enableButton( User1, false ); // m_saveButton->setEnabled( false ); QListViewItem* parentItem = siteTreeView->findParentByFullName( site.parent() ); --- 783,790 ---- slotUpdateAdv(); m_selectedItem = site; m_connectButton->setEnabled( true ); ! m_isModified = modified; ! enableButton( User1, modified ); // m_saveButton->setEnabled( false ); QListViewItem* parentItem = siteTreeView->findParentByFullName( site.parent() ); *************** *** 833,837 **** void KBearSiteManager::clear(){ SiteInfo site; // We use a site here in order to get the correct default values ! setSite( site ); m_connectButton->setEnabled( false ); } --- 847,851 ---- void KBearSiteManager::clear(){ SiteInfo site; // We use a site here in order to get the correct default values ! setSite( site ); m_connectButton->setEnabled( false ); } Index: kbearsitemanagertreeview.cpp =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/sitemanager/kbearsitemanagertreeview.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** kbearsitemanagertreeview.cpp 1 Jul 2003 23:24:19 -0000 1.11 --- kbearsitemanagertreeview.cpp 16 Nov 2003 20:16:30 -0000 1.12 *************** *** 107,110 **** --- 107,111 ---- connect( &m_autoOpenTimer, SIGNAL( timeout() ), this, SLOT( slotOpenFolder() ) ); connect( this, SIGNAL( executed( QListViewItem* ) ), this, SLOT( slotExecuted( QListViewItem*) ) ); + connect( this, SIGNAL( expanded( QListViewItem* ) ), this, SLOT( slotExpanded( QListViewItem* ) ) ); } //----------------------------------------------- *************** *** 118,123 **** return; - // KBearSiteManager* manager = static_cast<KBearSiteManager*>( parentWidget() ); - // manager->checkModified(); QPoint hotspot; QPixmap pixmap = * selectedItem()->pixmap(0); --- 119,122 ---- *************** *** 267,270 **** --- 266,275 ---- setSelected( item, true ); item->setOpen( ! item->isOpen() ); + } + //----------------------------------------------- + void KBearSiteManagerTreeView::slotExpanded( QListViewItem* item ) + { + setCurrentItem( item ); + setSelected( item, true ); } //----------------------------------------------- Index: kbearsitemanagertreeview.h =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/sitemanager/kbearsitemanagertreeview.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** kbearsitemanagertreeview.h 1 Jul 2003 23:24:19 -0000 1.8 --- kbearsitemanagertreeview.h 16 Nov 2003 20:16:30 -0000 1.9 *************** *** 123,126 **** --- 123,127 ---- private slots: virtual void slotExecuted( QListViewItem* ); + virtual void slotExpanded( QListViewItem* ); /** Called whenever the autoOpenTimer expires */ void slotOpenFolder(); |
From: <fri...@us...> - 2003-11-12 21:16:17
|
Update of /cvsroot/kbear/kbear/kbear/lib/interfaces In directory sc8-pr-cvs1:/tmp/cvs-serv9165/kbear/lib/interfaces Modified Files: connectionmanager.cpp Log Message: Fixed compilation problem with certain KDE versions (3.1.3 and 3.1.4) Index: connectionmanager.cpp =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/lib/interfaces/connectionmanager.cpp,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** connectionmanager.cpp 23 Aug 2003 07:47:51 -0000 1.31 --- connectionmanager.cpp 12 Nov 2003 21:16:12 -0000 1.32 *************** *** 149,157 **** KIO::Slave* slave = connection->getSlave(); if( slave ) { ! #if KDE_IS_VERSION( 3, 1, 3 ) ! slave->send( KIO::CMD_SPECIAL, data ); ! #else slave->connection()->send( KIO::CMD_SPECIAL, data ); ! #endif } } --- 149,157 ---- KIO::Slave* slave = connection->getSlave(); if( slave ) { ! //#if KDE_IS_VERSION( 3, 1, 3 ) ! // slave->send( KIO::CMD_SPECIAL, data ); ! //#else slave->connection()->send( KIO::CMD_SPECIAL, data ); ! //#endif } } |
From: <fri...@us...> - 2003-10-16 15:07:56
|
Update of /cvsroot/kbear/kbear/kbear/lib/qextmdi In directory sc8-pr-cvs1:/tmp/cvs-serv31591/kbear/lib/qextmdi Modified Files: kmdimainfrm.cpp kmdimainfrm.h Log Message: Fixed compile error related to KDE 3.2 compability Index: kmdimainfrm.cpp =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/lib/qextmdi/kmdimainfrm.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kmdimainfrm.cpp 8 Oct 2003 21:13:52 -0000 1.2 --- kmdimainfrm.cpp 16 Oct 2003 15:07:23 -0000 1.3 *************** *** 176,179 **** --- 176,259 ---- } + KMdiMainFrm::KMdiMainFrm(QWidget* parentWidget, const char* name, KMdi::MdiMode mdiMode, WFlags flags) + : KParts::DockMainWindow( parentWidget, name, flags) + ,m_pMdi(0L) + ,m_pTaskBar(0L) + ,m_pDocumentViews(0L) + ,m_pCurrentWindow(0L) + ,m_pWindowPopup(0L) + ,m_pTaskBarPopup(0L) + ,m_pWindowMenu(0L) + ,m_pDockMenu(0L) + ,m_pMdiModeMenu(0L) + ,m_pPlacingMenu(0L) + ,m_pMainMenuBar(0L) + ,m_pUndockButtonPixmap(0L) + ,m_pMinButtonPixmap(0L) + ,m_pRestoreButtonPixmap(0L) + ,m_pCloseButtonPixmap(0L) + ,m_pUndock(0L) + ,m_pMinimize(0L) + ,m_pRestore(0L) + ,m_pClose(0L) + ,m_bMaximizedChildFrmMode(FALSE) + ,m_oldMainFrmHeight(0) + ,m_oldMainFrmMinHeight(0) + ,m_oldMainFrmMaxHeight(0) + ,m_bSDIApplication(FALSE) + ,m_pDockbaseAreaOfDocumentViews(0L) + ,m_pDockbaseOfTabPage(0L) + ,m_pTempDockSession(0L) + ,m_bClearingOfWindowMenuBlocked(FALSE) + ,m_pDragEndTimer(0L) + ,m_bSwitching(FALSE) + { + m_mdiMode = mdiMode; + // Create the local list of windows + m_pDocumentViews = new QPtrList<KMdiChildView>; + m_pDocumentViews->setAutoDelete(FALSE); + // This seems to be needed (re-check it after Qt2.0 comed out) + setFocusPolicy(ClickFocus); + + // create the central widget + createMdiManager(); + + // cover KMdi's childarea by a dockwidget + m_pDockbaseAreaOfDocumentViews = createDockWidget( "mdiAreaCover", QPixmap(), 0L, "mdi_area_cover"); + m_pDockbaseAreaOfDocumentViews->setEnableDocking(KDockWidget::DockNone); + m_pDockbaseAreaOfDocumentViews->setDockSite(KDockWidget::DockCorner); + m_pDockbaseAreaOfDocumentViews->setWidget(m_pMdi); + // set this dock to main view + setView(m_pDockbaseAreaOfDocumentViews); + setMainDockWidget(m_pDockbaseAreaOfDocumentViews); + + // Apply options for the MDI manager + applyOptions(); + + m_pTaskBarPopup=new QPopupMenu( this, "taskbar_popup_menu"); + m_pWindowPopup=new QPopupMenu( this, "window_popup_menu"); + + m_pWindowMenu = new QPopupMenu( this, "window_menu"); + m_pWindowMenu->setCheckable( TRUE); + QObject::connect( m_pWindowMenu, SIGNAL(aboutToShow()), this, SLOT(fillWindowMenu()) ); + + m_pDockMenu = new QPopupMenu( this, "dock_menu"); + m_pDockMenu->setCheckable( TRUE); + + m_pMdiModeMenu = new QPopupMenu( this, "mdimode_menu"); + m_pMdiModeMenu->setCheckable( TRUE); + + m_pPlacingMenu = new QPopupMenu( this, "placing_menu"); + + m_pDockbaseOfTabPage = m_pDockbaseAreaOfDocumentViews; + + // the MDI view taskbar + createTaskBar(); + + // drag end timer + m_pDragEndTimer = new QTimer(); + connect(m_pDragEndTimer, SIGNAL(timeout()), this, SLOT(dragEndTimeOut())); + } + //============ ~KMdiMainFrm ============// KMdiMainFrm::~KMdiMainFrm() Index: kmdimainfrm.h =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/lib/qextmdi/kmdimainfrm.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kmdimainfrm.h 8 Oct 2003 21:13:52 -0000 1.2 --- kmdimainfrm.h 16 Oct 2003 15:07:23 -0000 1.3 *************** *** 257,261 **** * Constructor. */ ! KMdiMainFrm( QWidget* parentWidget, const char* name = "", WFlags flags = WType_TopLevel | WDestructiveClose); /** * Destructor. --- 257,262 ---- * Constructor. */ ! KMdiMainFrm( QWidget* parentWidget, const char* name = "", WFlags flags = WType_TopLevel | WDestructiveClose ); ! KMdiMainFrm( QWidget* parentWidget, const char* name= "", KMdi::MdiMode mdiMode=KMdi::ChildframeMode, WFlags flags = WType_TopLevel | WDestructiveClose ); /** * Destructor. |
From: <fri...@us...> - 2003-10-08 21:13:56
|
Update of /cvsroot/kbear/kbear/kbear/lib/qextmdi In directory sc8-pr-cvs1:/tmp/cvs-serv30347/kbear/lib/qextmdi Modified Files: kmdidefines.h kmdimainfrm.cpp kmdimainfrm.h Log Message: KMdi is official part of KDE 3.2 This commit makes the KBear version, for those who don't use KDE 3.2, compatible to the KDE 3.2 version. Note: Just the things relevant to KBear are changed, so this KMdi version won't probably be fully compatible. Index: kmdidefines.h =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/lib/qextmdi/kmdidefines.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kmdidefines.h 20 May 2003 23:15:22 -0000 1.1 --- kmdidefines.h 8 Oct 2003 21:13:52 -0000 1.2 *************** *** 79,83 **** Detach = 8, ToolWindow = 16, ! UseQextMDISizeHint = 32 }; --- 79,83 ---- Detach = 8, ToolWindow = 16, ! UseKMdiSizeHint = 32 }; Index: kmdimainfrm.cpp =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/lib/qextmdi/kmdimainfrm.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kmdimainfrm.cpp 20 May 2003 23:15:22 -0000 1.1 --- kmdimainfrm.cpp 8 Oct 2003 21:13:52 -0000 1.2 *************** *** 101,105 **** ,m_pMdi(0L) ,m_pTaskBar(0L) ! ,m_pWinList(0L) ,m_pCurrentWindow(0L) ,m_pWindowPopup(0L) --- 101,105 ---- ,m_pMdi(0L) ,m_pTaskBar(0L) ! ,m_pDocumentViews(0L) ,m_pCurrentWindow(0L) ,m_pWindowPopup(0L) *************** *** 131,136 **** { // Create the local list of windows ! m_pWinList = new QPtrList<KMdiChildView>; ! m_pWinList->setAutoDelete(FALSE); // This seems to be needed (re-check it after Qt2.0 comed out) setFocusPolicy(ClickFocus); --- 131,136 ---- { // Create the local list of windows ! m_pDocumentViews = new QPtrList<KMdiChildView>; ! m_pDocumentViews->setAutoDelete(FALSE); // This seems to be needed (re-check it after Qt2.0 comed out) setFocusPolicy(ClickFocus); *************** *** 181,187 **** // safely close the windows so properties are saved... KMdiChildView *pWnd = 0L; ! while((pWnd = m_pWinList->first()))closeWindow(pWnd, FALSE); // without re-layout taskbar! emit lastChildViewClosed(); ! delete m_pWinList; delete m_pDragEndTimer; --- 181,187 ---- // safely close the windows so properties are saved... KMdiChildView *pWnd = 0L; ! while((pWnd = m_pDocumentViews->first()))closeWindow(pWnd, FALSE); // without re-layout taskbar! emit lastChildViewClosed(); ! delete m_pDocumentViews; delete m_pDragEndTimer; *************** *** 203,207 **** void KMdiMainFrm::applyOptions() { ! for(KMdiChildView *w = m_pWinList->first();w;w= m_pWinList->next()){ QWidget *wdgt = w; if(w->mdiParent())wdgt =w->mdiParent(); --- 203,207 ---- void KMdiMainFrm::applyOptions() { ! for(KMdiChildView *w = m_pDocumentViews->first();w;w= m_pDocumentViews->next()){ QWidget *wdgt = w; if(w->mdiParent())wdgt =w->mdiParent(); *************** *** 314,318 **** QObject::connect( pWnd, SIGNAL(detachWindow(KMdiChildView*,bool)), this, SLOT(detachWindow(KMdiChildView*,bool)) ); QObject::connect( pWnd, SIGNAL(clickedInDockMenu(int)), this, SLOT(dockMenuItemActivated(int)) ); ! m_pWinList->append(pWnd); if (m_pTaskBar) { KMdiTaskBarButton* but = m_pTaskBar->addWinButton(pWnd); --- 314,318 ---- QObject::connect( pWnd, SIGNAL(detachWindow(KMdiChildView*,bool)), this, SLOT(detachWindow(KMdiChildView*,bool)) ); QObject::connect( pWnd, SIGNAL(clickedInDockMenu(int)), this, SLOT(dockMenuItemActivated(int)) ); ! m_pDocumentViews->append(pWnd); if (m_pTaskBar) { KMdiTaskBarButton* but = m_pTaskBar->addWinButton(pWnd); *************** *** 347,351 **** } pWnd->setFocus(); ! if (m_pWinList->count() == 1) { m_pClose->show(); // show the close button in case it isn't already } --- 347,351 ---- } pWnd->setFocus(); ! if (m_pDocumentViews->count() == 1) { m_pClose->show(); // show the close button in case it isn't already } *************** *** 356,360 **** emit childViewIsDetachedNow(pWnd); // fake it because detach won't call it in this case of addWindow-to-MDI } else { ! attachWindow( pWnd, !(flags & KMdi::Hide), flags & KMdi::UseQextMDISizeHint); } --- 356,360 ---- emit childViewIsDetachedNow(pWnd); // fake it because detach won't call it in this case of addWindow-to-MDI } else { ! attachWindow( pWnd, !(flags & KMdi::Hide), flags & KMdi::UseKMdiSizeHint); } *************** *** 431,435 **** QObject::connect( pToolView, SIGNAL(childWindowCloseRequest(KMdiChildView*)), this, SLOT(childWindowCloseRequest(KMdiChildView*)) ); QObject::connect( pToolView, SIGNAL(focusInEventOccurs(KMdiChildView*)), this, SLOT(activateView(KMdiChildView*)) ); ! m_pWinList->append(pToolView); pToolView->m_bToolView = TRUE; pToolView->setGeometry(r); --- 431,435 ---- QObject::connect( pToolView, SIGNAL(childWindowCloseRequest(KMdiChildView*)), this, SLOT(childWindowCloseRequest(KMdiChildView*)) ); QObject::connect( pToolView, SIGNAL(focusInEventOccurs(KMdiChildView*)), this, SLOT(activateView(KMdiChildView*)) ); ! m_pDocumentViews->append(pToolView); pToolView->m_bToolView = TRUE; pToolView->setGeometry(r); *************** *** 549,556 **** if (pWnd->size().isEmpty() || (pWnd->size() == QSize(1,1))) { if (m_pCurrentWindow) { ! pWnd->setGeometry( QRect( m_pMdi->getCascadePoint(m_pWinList->count()-1), m_pCurrentWindow->size())); } else { ! pWnd->setGeometry( QRect( m_pMdi->getCascadePoint(m_pWinList->count()-1), defaultChildFrmSize())); } } --- 549,556 ---- if (pWnd->size().isEmpty() || (pWnd->size() == QSize(1,1))) { if (m_pCurrentWindow) { ! pWnd->setGeometry( QRect( m_pMdi->getCascadePoint(m_pDocumentViews->count()-1), m_pCurrentWindow->size())); } else { ! pWnd->setGeometry( QRect( m_pMdi->getCascadePoint(m_pDocumentViews->count()-1), defaultChildFrmSize())); } } *************** *** 581,587 **** { //Closes a child window. sends no close event : simply deletes it ! if (!(m_pWinList->removeRef(pWnd))) return; ! if (m_pWinList->count() == 0) m_pCurrentWindow = 0L; --- 581,587 ---- { //Closes a child window. sends no close event : simply deletes it ! if (!(m_pDocumentViews->removeRef(pWnd))) return; ! if (m_pDocumentViews->count() == 0) m_pCurrentWindow = 0L; *************** *** 602,606 **** if (m_mdiMode == KMdi::TabPageMode) { ! if (m_pWinList->count() == 0) { if (!m_pDockbaseAreaOfDocumentViews) { m_pDockbaseAreaOfDocumentViews = createDockWidget( "mdiAreaCover", QPixmap(), 0L, "mdi_area_cover"); --- 602,606 ---- if (m_mdiMode == KMdi::TabPageMode) { ! if (m_pDocumentViews->count() == 0) { if (!m_pDockbaseAreaOfDocumentViews) { m_pDockbaseAreaOfDocumentViews = createDockWidget( "mdiAreaCover", QPixmap(), 0L, "mdi_area_cover"); *************** *** 627,632 **** } delete pDockW; ! if (m_pWinList->count() == 1) { ! m_pWinList->last()->activate(); // all other views are activated by tab switch } } --- 627,632 ---- } delete pDockW; ! if (m_pDocumentViews->count() == 1) { ! m_pDocumentViews->last()->activate(); // all other views are activated by tab switch } } *************** *** 645,651 **** } } ! else if (m_pWinList->count() > 0) { ! //crash? m_pWinList->last()->activate(); ! //crash? m_pWinList->last()->setFocus(); } } --- 645,651 ---- } } ! else if (m_pDocumentViews->count() > 0) { ! //crash? m_pDocumentViews->last()->activate(); ! //crash? m_pDocumentViews->last()->setFocus(); } } *************** *** 662,667 **** { //Closes a child window. sends no close event : simply deletes it ! m_pWinList->removeRef(pWnd); ! if (m_pWinList->count() == 0) m_pCurrentWindow = 0L; --- 662,667 ---- { //Closes a child window. sends no close event : simply deletes it ! m_pDocumentViews->removeRef(pWnd); ! if (m_pDocumentViews->count() == 0) m_pCurrentWindow = 0L; *************** *** 671,675 **** if (m_mdiMode == KMdi::TabPageMode) { ! if (m_pWinList->count() == 0) { if (!m_pDockbaseAreaOfDocumentViews) { m_pDockbaseAreaOfDocumentViews = createDockWidget( "mdiAreaCover", QPixmap(), 0L, "mdi_area_cover"); --- 671,675 ---- if (m_mdiMode == KMdi::TabPageMode) { ! if (m_pDocumentViews->count() == 0) { if (!m_pDockbaseAreaOfDocumentViews) { m_pDockbaseAreaOfDocumentViews = createDockWidget( "mdiAreaCover", QPixmap(), 0L, "mdi_area_cover"); *************** *** 696,701 **** } delete pDockW; ! if (m_pWinList->count() == 1) { ! m_pWinList->last()->activate(); // all other views are activated by tab switch } } --- 696,701 ---- } delete pDockW; ! if (m_pDocumentViews->count() == 1) { ! m_pDocumentViews->last()->activate(); // all other views are activated by tab switch } } *************** *** 714,720 **** } } ! else if (m_pWinList->count() > 0) { ! m_pWinList->last()->activate(); ! m_pWinList->last()->setFocus(); } } --- 714,720 ---- } } ! else if (m_pDocumentViews->count() > 0) { ! m_pDocumentViews->last()->activate(); ! m_pDocumentViews->last()->setFocus(); } } *************** *** 727,731 **** KMdiChildView * KMdiMainFrm::findWindow(const QString& caption) { ! for(KMdiChildView *w=m_pWinList->first();w;w=m_pWinList->next()){ if(QString(w->caption()) == QString(caption))return w; //F.B. } --- 727,731 ---- KMdiChildView * KMdiMainFrm::findWindow(const QString& caption) { ! for(KMdiChildView *w=m_pDocumentViews->first();w;w=m_pDocumentViews->next()){ if(QString(w->caption()) == QString(caption))return w; //F.B. } *************** *** 742,746 **** bool KMdiMainFrm::windowExists(KMdiChildView *pWnd) { ! for(KMdiChildView *w=m_pWinList->first();w;w=m_pWinList->next()){ if(w == pWnd)return TRUE; } --- 742,746 ---- bool KMdiMainFrm::windowExists(KMdiChildView *pWnd) { ! for(KMdiChildView *w=m_pDocumentViews->first();w;w=m_pDocumentViews->next()){ if(w == pWnd)return TRUE; } *************** *** 868,872 **** // this is the first move -> send the drag begin to all concerned views KMdiChildView* pView; ! for (m_pWinList->first(); (pView = m_pWinList->current()) != 0L; m_pWinList->next()) { KMdiChildFrmDragBeginEvent dragBeginEvent(0L); QApplication::sendEvent(pView, &dragBeginEvent); --- 868,872 ---- // this is the first move -> send the drag begin to all concerned views KMdiChildView* pView; ! for (m_pDocumentViews->first(); (pView = m_pDocumentViews->current()) != 0L; m_pDocumentViews->next()) { KMdiChildFrmDragBeginEvent dragBeginEvent(0L); QApplication::sendEvent(pView, &dragBeginEvent); *************** *** 944,948 **** void KMdiMainFrm::closeAllViews() { ! for(KMdiChildView *w = m_pWinList->first();w;w= m_pWinList->next()){ w->close(); } --- 944,948 ---- void KMdiMainFrm::closeAllViews() { ! for(KMdiChildView *w = m_pDocumentViews->first();w;w= m_pDocumentViews->next()){ w->close(); } *************** *** 954,958 **** void KMdiMainFrm::iconifyAllViews() { ! for(KMdiChildView *w = m_pWinList->first();w;w= m_pWinList->next()){ if(!w->isToolView()) w->minimize(); --- 954,958 ---- void KMdiMainFrm::iconifyAllViews() { ! for(KMdiChildView *w = m_pDocumentViews->first();w;w= m_pDocumentViews->next()){ if(!w->isToolView()) w->minimize(); *************** *** 1083,1087 **** m_oldMainFrmMaxHeight = maximumHeight(); m_oldMainFrmHeight = height(); ! if( m_pWinList->count()) setFixedHeight( height() - m_pDockbaseAreaOfDocumentViews->height()); else { // consider space for the taskbar --- 1083,1087 ---- m_oldMainFrmMaxHeight = maximumHeight(); m_oldMainFrmHeight = height(); ! if( m_pDocumentViews->count()) setFixedHeight( height() - m_pDockbaseAreaOfDocumentViews->height()); else { // consider space for the taskbar *************** *** 1092,1096 **** // 5. show the child views again ! QPtrListIterator<KMdiChildView> it( *m_pWinList); for( it.toFirst(); it.current(); ++it) { KMdiChildView* pView = it.current(); --- 1092,1096 ---- // 5. show the child views again ! QPtrListIterator<KMdiChildView> it( *m_pDocumentViews); for( it.toFirst(); it.current(); ++it) { KMdiChildView* pView = it.current(); *************** *** 1180,1184 **** m_mdiMode = KMdi::ChildframeMode; ! QPtrListIterator<KMdiChildView> it( *m_pWinList); for( ; it.current(); ++it) { KMdiChildView* pView = it.current(); --- 1180,1184 ---- m_mdiMode = KMdi::ChildframeMode; ! QPtrListIterator<KMdiChildView> it( *m_pDocumentViews); for( ; it.current(); ++it) { KMdiChildView* pView = it.current(); *************** *** 1212,1216 **** // detach all non-tool-views to toplevel ! QPtrListIterator<KMdiChildView> it( *m_pWinList); for( ; it.current(); ++it) { KMdiChildView* pView = it.current(); --- 1212,1216 ---- // detach all non-tool-views to toplevel ! QPtrListIterator<KMdiChildView> it( *m_pDocumentViews); for( ; it.current(); ++it) { KMdiChildView* pView = it.current(); *************** *** 1268,1272 **** // tabify all MDI views covered by a KDockWidget KDockWidget* pCover = 0L; ! QPtrListIterator<KMdiChildView> it4( *m_pWinList); for( ; it4.current(); ++it4) { KMdiChildView* pView = it4.current(); --- 1268,1272 ---- // tabify all MDI views covered by a KDockWidget KDockWidget* pCover = 0L; ! QPtrListIterator<KMdiChildView> it4( *m_pDocumentViews); for( ; it4.current(); ++it4) { KMdiChildView* pView = it4.current(); *************** *** 1300,1304 **** } if (pCover) { ! if (m_pWinList->count() > 1) { // note: with only 1 page we haven't already tabbed widgets // set the first page as active page QTabWidget* pTab = (QTabWidget*) pCover->parentWidget()->parentWidget(); --- 1300,1304 ---- } if (pCover) { ! if (m_pDocumentViews->count() > 1) { // note: with only 1 page we haven't already tabbed widgets // set the first page as active page QTabWidget* pTab = (QTabWidget*) pCover->parentWidget()->parentWidget(); *************** *** 1312,1316 **** QObject::connect( m_pClose, SIGNAL(clicked()), this, SLOT(closeViewButtonPressed()) ); ! if (m_pWinList->count() > 0) { m_pClose->show(); } --- 1312,1316 ---- QObject::connect( m_pClose, SIGNAL(clicked()), this, SLOT(closeViewButtonPressed()) ); ! if (m_pDocumentViews->count() > 0) { m_pClose->show(); } *************** *** 1325,1329 **** QObject::disconnect( m_pClose, SIGNAL(clicked()), this, SLOT(closeViewButtonPressed()) ); ! QPtrListIterator<KMdiChildView> it( *m_pWinList); for( ; it.current(); ++it) { KMdiChildView* pView = it.current(); --- 1325,1329 ---- QObject::disconnect( m_pClose, SIGNAL(clicked()), this, SLOT(closeViewButtonPressed()) ); ! QPtrListIterator<KMdiChildView> it( *m_pDocumentViews); for( ; it.current(); ++it) { KMdiChildView* pView = it.current(); *************** *** 1557,1563 **** void KMdiMainFrm::activateView(int index) { ! KMdiChildView* pView = m_pWinList->first(); for (int i = 0; pView && (i < index); i++) { ! pView = m_pWinList->next(); } if (pView) { --- 1557,1563 ---- void KMdiMainFrm::activateView(int index) { ! KMdiChildView* pView = m_pDocumentViews->first(); for (int i = 0; pView && (i < index); i++) { ! pView = m_pDocumentViews->next(); } if (pView) { *************** *** 1700,1704 **** bool bNoViewOpened = FALSE; ! if (m_pWinList->isEmpty()) { bNoViewOpened = TRUE; } --- 1700,1704 ---- bool bNoViewOpened = FALSE; ! if (m_pDocumentViews->isEmpty()) { bNoViewOpened = TRUE; } *************** *** 1766,1770 **** int i=100; KMdiChildView* pView = 0L; ! QPtrListIterator<KMdiChildView> it(*m_pWinList); QValueList<QDateTime> timeStamps; for (; it.current(); ++it) { --- 1766,1770 ---- int i=100; KMdiChildView* pView = 0L; ! QPtrListIterator<KMdiChildView> it(*m_pDocumentViews); QValueList<QDateTime> timeStamps; for (; it.current(); ++it) { *************** *** 1840,1844 **** if (id < 100) return; id -= 100; ! KMdiChildView *pView = m_pWinList->at( id); if (!pView) return; if (pView->isMinimized()) pView->minimize(); --- 1840,1844 ---- if (id < 100) return; id -= 100; ! KMdiChildView *pView = m_pDocumentViews->at( id); if (!pView) return; if (pView->isMinimized()) pView->minimize(); *************** *** 1860,1864 **** if( id < 100) return; id -= 100; ! KMdiChildView *pView = m_pWinList->at( id); if( !pView) return; if( pView->isMinimized()) pView->minimize(); --- 1860,1864 ---- if( id < 100) return; id -= 100; ! KMdiChildView *pView = m_pDocumentViews->at( id); if( !pView) return; if( pView->isMinimized()) pView->minimize(); *************** *** 1885,1889 **** // send drag end to all concerned views. KMdiChildView* pView; ! for (m_pWinList->first(); (pView = m_pWinList->current()) != 0L; m_pWinList->next()) { KMdiChildFrmDragEndEvent dragEndEvent(0L); QApplication::sendEvent(pView, &dragEndEvent); --- 1885,1889 ---- // send drag end to all concerned views. KMdiChildView* pView; ! for (m_pDocumentViews->first(); (pView = m_pDocumentViews->current()) != 0L; m_pDocumentViews->next()) { KMdiChildFrmDragEndEvent dragEndEvent(0L); QApplication::sendEvent(pView, &dragEndEvent); *************** *** 1913,1917 **** } setMenuForSDIModeSysButtons( m_pMainMenuBar); ! QPtrListIterator<KMdiChildView> it( *m_pWinList); for( ; it.current(); ++it) { KMdiChildView* pView = it.current(); --- 1913,1917 ---- } setMenuForSDIModeSysButtons( m_pMainMenuBar); ! QPtrListIterator<KMdiChildView> it( *m_pDocumentViews); for( ; it.current(); ++it) { KMdiChildView* pView = it.current(); Index: kmdimainfrm.h =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/lib/qextmdi/kmdimainfrm.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kmdimainfrm.h 20 May 2003 23:15:22 -0000 1.1 --- kmdimainfrm.h 8 Oct 2003 21:13:52 -0000 1.2 *************** *** 212,216 **** KMdiChildArea *m_pMdi; KMdiTaskBar *m_pTaskBar; ! QPtrList<KMdiChildView> *m_pWinList; KMdiChildView *m_pCurrentWindow; QPopupMenu *m_pWindowPopup; --- 212,216 ---- KMdiChildArea *m_pMdi; KMdiTaskBar *m_pTaskBar; ! QPtrList<KMdiChildView> *m_pDocumentViews; KMdiChildView *m_pCurrentWindow; QPopupMenu *m_pWindowPopup; *************** *** 331,338 **** */ KMdiIterator<KMdiChildView*>* createIterator() { ! if ( m_pWinList == 0L) { return new KMdiNullIterator<KMdiChildView*>(); } else { ! return new KMdiListIterator<KMdiChildView>( *m_pWinList); } } --- 331,338 ---- */ KMdiIterator<KMdiChildView*>* createIterator() { ! if ( m_pDocumentViews == 0L) { return new KMdiNullIterator<KMdiChildView*>(); } else { ! return new KMdiListIterator<KMdiChildView>( *m_pDocumentViews); } } |
From: <fri...@us...> - 2003-10-08 20:48:05
|
Update of /cvsroot/kbear/kbear/admin In directory sc8-pr-cvs1:/tmp/cvs-serv24786/admin Modified Files: acinclude.m4.in Log Message: Removed the limitation that Qt version must be < 3.2 Index: acinclude.m4.in =================================================================== RCS file: /cvsroot/kbear/kbear/admin/acinclude.m4.in,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** acinclude.m4.in 19 Jul 2003 18:45:40 -0000 1.17 --- acinclude.m4.in 8 Oct 2003 20:48:01 -0000 1.18 *************** *** 1148,1152 **** else if test $kde_qtsubver = 1; then ! kde_qt_verstring="QT_VERSION >= 0x030100 && QT_VERSION < 0x030200" else kde_qt_verstring="QT_VERSION >= 300" --- 1148,1152 ---- else if test $kde_qtsubver = 1; then ! kde_qt_verstring="QT_VERSION >= 0x030100" else kde_qt_verstring="QT_VERSION >= 300" |
From: <fri...@us...> - 2003-10-08 20:44:48
|
Update of /cvsroot/kbear/kbear/kbear In directory sc8-pr-cvs1:/tmp/cvs-serv23876/kbear Modified Files: kbearmainwindow.cpp Log Message: Fixed bug that caused KBear to crash on shutdown. Index: kbearmainwindow.cpp =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/kbearmainwindow.cpp,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** kbearmainwindow.cpp 6 Jul 2003 21:21:40 -0000 1.45 --- kbearmainwindow.cpp 8 Oct 2003 20:44:42 -0000 1.46 *************** *** 59,63 **** //----------------------------------------------- KBearMainWindow::KBearMainWindow() ! : KMdiMainFrm( 0L, "KBear",WDestructiveClose | WStyle_ContextHelp ), m_viewLocal( 0L ), m_viewLocalCaption( i18n("Your Local File System" ) ), --- 59,63 ---- //----------------------------------------------- KBearMainWindow::KBearMainWindow() ! : KMdiMainFrm( 0L, "KBear", KMdi::ChildframeMode, WDestructiveClose | WStyle_ContextHelp ), m_viewLocal( 0L ), m_viewLocalCaption( i18n("Your Local File System" ) ), *************** *** 86,90 **** //----------------------------------------------- KBearMainWindow::~KBearMainWindow() { ! delete m_shared; } //----------------------------------------------- --- 86,90 ---- //----------------------------------------------- KBearMainWindow::~KBearMainWindow() { ! m_shared->deleteLater(); } //----------------------------------------------- *************** *** 150,154 **** if( m_isClosing ) return true; ! QTimer::singleShot( 0, API::getInstance()->core(), SLOT( requestShutDown() ) ); return false; --- 150,154 ---- if( m_isClosing ) return true; ! QTimer::singleShot( 0, API::getInstance()->core(), SLOT( requestShutDown() ) ); return false; *************** *** 200,204 **** m_childViewMap.insert( pMDICover, w ); ! unsigned int mdiFlags = KMdi::StandardAdd | KMdi::UseQextMDISizeHint; addWindow( pMDICover, mdiFlags ); --- 200,204 ---- m_childViewMap.insert( pMDICover, w ); ! unsigned int mdiFlags = KMdi::StandardAdd | KMdi::UseKMdiSizeHint; addWindow( pMDICover, mdiFlags ); *************** *** 222,226 **** QTimer::singleShot( 0, this , SLOT( switchToChildframeMode() ) ); else if( mdiMode() == KMdi::ToplevelMode && m_rememberTopLevelChildPos ) ! readTopChildPositionFromIndex( m_pWinList->count() - 1 ); return w; --- 222,226 ---- QTimer::singleShot( 0, this , SLOT( switchToChildframeMode() ) ); else if( mdiMode() == KMdi::ToplevelMode && m_rememberTopLevelChildPos ) ! readTopChildPositionFromIndex( m_pDocumentViews->count() - 1 ); return w; *************** *** 403,408 **** m_childViewLocal->show(); ! m_pWinList->remove( m_childViewLocal ); ! m_pWinList->prepend( m_childViewLocal ); // we always want the local view to be the first in list activateView( m_childViewLocal ); } --- 403,408 ---- m_childViewLocal->show(); ! m_pDocumentViews->remove( m_childViewLocal ); ! m_pDocumentViews->prepend( m_childViewLocal ); // we always want the local view to be the first in list activateView( m_childViewLocal ); } *************** *** 494,498 **** m_pWindowMenu = static_cast<QPopupMenu*>(guiFactory()->container("window", this)); bool bTabPageMode = (m_mdiMode == KMdi::TabPageMode); ! bool bNoViewOpened = m_pWinList->isEmpty(); action("window_close")->setEnabled( ! bNoViewOpened ); action("window_close_all")->setEnabled( ! bNoViewOpened ); --- 494,498 ---- m_pWindowMenu = static_cast<QPopupMenu*>(guiFactory()->container("window", this)); bool bTabPageMode = (m_mdiMode == KMdi::TabPageMode); ! bool bNoViewOpened = m_pDocumentViews->isEmpty(); action("window_close")->setEnabled( ! bNoViewOpened ); action("window_close_all")->setEnabled( ! bNoViewOpened ); *************** *** 512,516 **** int i = 100; KMdiChildView* pView = 0L; ! QPtrListIterator<KMdiChildView> it(*m_pWinList); --- 512,516 ---- int i = 100; KMdiChildView* pView = 0L; ! QPtrListIterator<KMdiChildView> it(*m_pDocumentViews); *************** *** 783,787 **** config->setGroup( "View Options" ); ! for( KMdiChildView* w = m_pWinList->first(); w; w = m_pWinList->next() ) { QRect rect = w->restoreGeometry(); topChildPositions.append( rect.x() ); --- 783,787 ---- config->setGroup( "View Options" ); ! for( KMdiChildView* w = m_pDocumentViews->first(); w; w = m_pDocumentViews->next() ) { QRect rect = w->restoreGeometry(); topChildPositions.append( rect.x() ); *************** *** 801,805 **** topChildPositions = config->readIntListEntry( QString::fromLatin1("Toplevel Child Positions") ); ! KMdiChildView* child = dynamic_cast<KMdiChildView*>( m_pWinList->at(index) ); if( child ) { --- 801,805 ---- topChildPositions = config->readIntListEntry( QString::fromLatin1("Toplevel Child Positions") ); ! KMdiChildView* child = dynamic_cast<KMdiChildView*>( m_pDocumentViews->at(index) ); if( child ) { *************** *** 817,821 **** //----------------------------------------------- void KBearMainWindow::readAllTopChildPositions() { ! for( unsigned int i = 0; i < m_pWinList->count(); ++i ) readTopChildPositionFromIndex( i ); } --- 817,821 ---- //----------------------------------------------- void KBearMainWindow::readAllTopChildPositions() { ! for( unsigned int i = 0; i < m_pDocumentViews->count(); ++i ) readTopChildPositionFromIndex( i ); } |
From: <win...@us...> - 2003-09-21 03:14:32
|
Update of /cvsroot/kbear/kbear/po In directory sc8-pr-cvs1:/tmp/cvs-serv8267/kbear/po Modified Files: pt_BR.po Log Message: Added more translations Index: pt_BR.po =================================================================== RCS file: /cvsroot/kbear/kbear/po/pt_BR.po,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** pt_BR.po 11 Sep 2003 03:24:01 -0000 1.41 --- pt_BR.po 21 Sep 2003 03:14:20 -0000 1.42 *************** *** 5,11 **** msgid "" msgstr "" ! "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2003-08-07 15:47+0200\n" ! "PO-Revision-Date: 2003-09-11 00:02-0300\n" "Last-Translator: Leandro Batista Lameiro <la...@te...>\n" "Language-Team: Brazilian Portuguese <la...@te...>\n" --- 5,11 ---- msgid "" msgstr "" ! "Project-Id-Version: KBear\n" "POT-Creation-Date: 2003-08-07 15:47+0200\n" ! "PO-Revision-Date: 2003-09-20 23:21-0300\n" "Last-Translator: Leandro Batista Lameiro <la...@te...>\n" "Language-Team: Brazilian Portuguese <la...@te...>\n" *************** *** 528,532 **** #: ../kbear/lib/jobclasses/kbearchmodjob.cpp:190 msgid "<qt>Could not modify the ownership of file <b>%1</b>.You have insufficient access to the file to perform the change.</qt>" ! msgstr "" #: ../kbear/lib/widgets/kbeartreeview.cpp:50 --- 528,532 ---- #: ../kbear/lib/jobclasses/kbearchmodjob.cpp:190 msgid "<qt>Could not modify the ownership of file <b>%1</b>.You have insufficient access to the file to perform the change.</qt>" ! msgstr "<qt>Não foi possÃvel mudar o dono do arquivo <b>%1</b>. Você não tem acesso suficiente para efetuar a mudança.</qt>" #: ../kbear/lib/widgets/kbeartreeview.cpp:50 *************** *** 665,669 **** #: ../kbear/lib/widgets/kbearfilesyswidget.cpp:908 msgid "This animation is active during directory loading and will stop as soon as the directory is completely loaded." ! msgstr "" #: ../kbear/lib/widgets/kbeariconview.cpp:58 --- 665,669 ---- #: ../kbear/lib/widgets/kbearfilesyswidget.cpp:908 msgid "This animation is active during directory loading and will stop as soon as the directory is completely loaded." ! msgstr "Esta animação estará ativa durante o carregamento do diretório e irá parar quando o diretório estiver completamente carregado." #: ../kbear/lib/widgets/kbeariconview.cpp:58 *************** *** 715,719 **** #: ../kbear/lib/qextmdi/kmdimainfrm.cpp:777 msgid "Operations" ! msgstr "" #: ../kbear/lib/qextmdi/kmdimainfrm.cpp:1710 --- 715,719 ---- #: ../kbear/lib/qextmdi/kmdimainfrm.cpp:777 msgid "Operations" ! msgstr "Operações" #: ../kbear/lib/qextmdi/kmdimainfrm.cpp:1710 *************** *** 898,902 **** #: ../kbear/parts/remotefilesys/kbearpropertiesdialog.cpp:619 msgid "Points to:" ! msgstr "" #: ../kbear/parts/remotefilesys/kbearpropertiesdialog.cpp:642 --- 898,902 ---- #: ../kbear/parts/remotefilesys/kbearpropertiesdialog.cpp:619 msgid "Points to:" ! msgstr "Aponta para:" #: ../kbear/parts/remotefilesys/kbearpropertiesdialog.cpp:642 *************** *** 948,955 **** --- 948,958 ---- #: ../kbear/parts/remotefilesys/kbearpropertiesdialog.cpp:982 + #, fuzzy msgid "" "Show\n" "Entries" msgstr "" + "Mostrar\n" + "Entradas" #: ../kbear/parts/remotefilesys/kbearpropertiesdialog.cpp:984 *************** *** 966,970 **** #: ../kbear/parts/remotefilesys/kbearpropertiesdialog.cpp:990 msgid "Write" ! msgstr "" #: ../kbear/parts/remotefilesys/kbearpropertiesdialog.cpp:994 --- 969,973 ---- #: ../kbear/parts/remotefilesys/kbearpropertiesdialog.cpp:990 msgid "Write" ! msgstr "Escrever" #: ../kbear/parts/remotefilesys/kbearpropertiesdialog.cpp:994 *************** *** 975,979 **** #: ../kbear/parts/remotefilesys/kbearpropertiesdialog.cpp:996 msgid "Exec" ! msgstr "" #: ../kbear/parts/remotefilesys/kbearpropertiesdialog.cpp:1003 --- 978,982 ---- #: ../kbear/parts/remotefilesys/kbearpropertiesdialog.cpp:996 msgid "Exec" ! msgstr "Executar" #: ../kbear/parts/remotefilesys/kbearpropertiesdialog.cpp:1003 *************** *** 993,997 **** #: ../kbear/parts/remotefilesys/kbearpropertiesdialog.cpp:1012 msgid "Others" ! msgstr "" #: ../kbear/parts/remotefilesys/kbearpropertiesdialog.cpp:1015 --- 996,1000 ---- #: ../kbear/parts/remotefilesys/kbearpropertiesdialog.cpp:1012 msgid "Others" ! msgstr "Outros" #: ../kbear/parts/remotefilesys/kbearpropertiesdialog.cpp:1015 *************** *** 1009,1013 **** #: ../kbear/parts/remotefilesys/kbearpropertiesdialog.cpp:1046 msgid "Ownership" ! msgstr "" #: ../kbear/parts/remotefilesys/kbearpropertiesdialog.cpp:1053 --- 1012,1016 ---- #: ../kbear/parts/remotefilesys/kbearpropertiesdialog.cpp:1046 msgid "Ownership" ! msgstr "Dono" #: ../kbear/parts/remotefilesys/kbearpropertiesdialog.cpp:1053 *************** *** 1066,1070 **** #: ../kbear/main.cpp:23 msgid "The url/urls to open" ! msgstr "" #: ../kbear/main.cpp:29 --- 1069,1073 ---- #: ../kbear/main.cpp:23 msgid "The url/urls to open" ! msgstr "URL/URLs apra abrir" #: ../kbear/main.cpp:29 *************** *** 1088,1092 **** #: ../kbear/main.cpp:35 msgid "For implementing the excellent library KMdi" ! msgstr "" #: ../kbear/main.cpp:37 --- 1091,1095 ---- #: ../kbear/main.cpp:35 msgid "For implementing the excellent library KMdi" ! msgstr "Para implementar a excelente biblioteca KMdi" #: ../kbear/main.cpp:37 *************** *** 1209,1212 **** --- 1212,1219 ---- "Please try again." msgstr "" + "URL Inválida:\n" + "%1\n" + "\n" + "Por favor tente de novo." #: ../kbear/kbearquickconnectdlg.cpp:185 *************** *** 1241,1245 **** #: ../kbear/kbearquickconnectdlg.cpp:224 msgid "Select port to use here. When you select protocol the port is set automatically to the default port for that protocol according to your system settings. Here you can override this setting." ! msgstr "" #: ../kbear/kbearquickconnectdlg.cpp:235 --- 1248,1252 ---- #: ../kbear/kbearquickconnectdlg.cpp:224 msgid "Select port to use here. When you select protocol the port is set automatically to the default port for that protocol according to your system settings. Here you can override this setting." ! msgstr "Selecione a porta para usar aqui. Quando você seleciona o protocolo, a porta é automaticamente ajustada para a porta padrão de acordo com as configurações do seu sistema. Aqui você pode suprimr esta configuração." #: ../kbear/kbearquickconnectdlg.cpp:235 *************** *** 1253,1256 **** --- 1260,1265 ---- "When you select protocol the port is set automatically to the default port for that protocol according to your system settings." msgstr "" + "Selecione a porta para usar aqui. \n" + "Quando você seleciona o protocolo, a porta é automaticamente ajustada para a porta padrão de acordo com as configurações do seu sistema." #: ../kbear/kbearquickconnectdlg.cpp:245 *************** *** 1349,1353 **** #: ../kbear/miscsettingswidget.cpp:168 msgid "Always ask for confirmation before unloading plugins." ! msgstr "" #: ../kbear/miscsettingswidget.cpp:170 --- 1358,1362 ---- #: ../kbear/miscsettingswidget.cpp:168 msgid "Always ask for confirmation before unloading plugins." ! msgstr "Sempre confirmar antes de descarregar plugins." #: ../kbear/miscsettingswidget.cpp:170 *************** *** 1396,1400 **** #: ../kbear/rc.cpp:14 msgid "&Go" ! msgstr "" #: ../kbear/rc.cpp:31 --- 1405,1409 ---- #: ../kbear/rc.cpp:14 msgid "&Go" ! msgstr "&Ir" #: ../kbear/rc.cpp:31 *************** *** 1466,1470 **** #: ../kbear/uisettingswidget.cpp:225 msgid "Please note that a change to and from Classic FTP mode requires a restart of the application." ! msgstr "" #: ../kbear/uisettingswidget.cpp:233 --- 1475,1479 ---- #: ../kbear/uisettingswidget.cpp:225 msgid "Please note that a change to and from Classic FTP mode requires a restart of the application." ! msgstr "Por favor note que uma mudança para e do modo FTP Clássico requer uma reinicialização do programa." #: ../kbear/uisettingswidget.cpp:233 *************** *** 1685,1693 **** #: ../kbear/kbearmainwindowshared.cpp:249 msgid "Open the 'KBear Handbook." ! msgstr "" #: ../kbear/kbearmainwindowshared.cpp:250 msgid "Switch to 'Whats this' mode." ! msgstr "" #: ../kbear/kbearmainwindowshared.cpp:253 --- 1694,1702 ---- #: ../kbear/kbearmainwindowshared.cpp:249 msgid "Open the 'KBear Handbook." ! msgstr "Abrir o Livro de Mão KBear" #: ../kbear/kbearmainwindowshared.cpp:250 msgid "Switch to 'Whats this' mode." ! msgstr "Mudar para o modo 'O que é isto'." #: ../kbear/kbearmainwindowshared.cpp:253 *************** *** 1747,1751 **** #: ../kbear/plugins/console/kbearconsoleplugin.cpp:76 msgid "Console" ! msgstr "" #: ../kbear/plugins/console/kbearconsoleplugin.cpp:76 --- 1756,1760 ---- #: ../kbear/plugins/console/kbearconsoleplugin.cpp:76 msgid "Console" ! msgstr "Console" #: ../kbear/plugins/console/kbearconsoleplugin.cpp:76 *************** *** 1761,1765 **** #: ../kbear/plugins/importfilters/gftpimportfilter/gftpimportfilterplugin.cpp:64 msgid "You have to select a file to import." ! msgstr "" #: ../kbear/plugins/importfilters/kbearimportfilter/kbearimportfilterplugin.cpp:225 --- 1770,1774 ---- #: ../kbear/plugins/importfilters/gftpimportfilter/gftpimportfilterplugin.cpp:64 msgid "You have to select a file to import." ! msgstr "Você tem que selecionar um arquivo para importar." #: ../kbear/plugins/importfilters/kbearimportfilter/kbearimportfilterplugin.cpp:225 *************** *** 1806,1810 **** #: ../kbear/plugins/importfilters/urllistimportfilter/urllistimportfilterplugin.cpp:52 msgid "Invalid URL: %1" ! msgstr "" #: ../kbear/plugins/importfilters/urllistimportfilter/urllistimportfilterplugin.cpp:69 --- 1815,1819 ---- #: ../kbear/plugins/importfilters/urllistimportfilter/urllistimportfilterplugin.cpp:52 msgid "Invalid URL: %1" ! msgstr "URL Inválida: %1" #: ../kbear/plugins/importfilters/urllistimportfilter/urllistimportfilterplugin.cpp:69 *************** *** 1816,1820 **** #: ../kbear/plugins/importfilters/urllistimportfilter/urllistimportfilterplugin.cpp:92 msgid "URL List import" ! msgstr "" #: ../kbear/plugins/importfilters/urllistimportfilter/urllistimportfilterplugin.cpp:117 --- 1825,1829 ---- #: ../kbear/plugins/importfilters/urllistimportfilter/urllistimportfilterplugin.cpp:92 msgid "URL List import" ! msgstr "Lista de URLs importadas" #: ../kbear/plugins/importfilters/urllistimportfilter/urllistimportfilterplugin.cpp:117 *************** *** 1823,1826 **** --- 1832,1837 ---- "Do you want to remove the URL list file now ?" msgstr "" + "A lista de URLs foi importada.\n" + "Você quer apagar o arquivo de lista de URLs agora?" #: ../kbear/plugins/importfilters/wincommanderimportfilter/wincommanderimportfilterplugin.cpp:51 *************** *** 2050,2054 **** #: ../kbear/plugins/transferqueue/transferqueuewidget.cpp:129 msgid "Queued" ! msgstr "" #: ../kbear/plugins/transferoutput/transferitem.cpp:233 --- 2061,2065 ---- #: ../kbear/plugins/transferqueue/transferqueuewidget.cpp:129 msgid "Queued" ! msgstr "Enfileirado" #: ../kbear/plugins/transferoutput/transferitem.cpp:233 *************** *** 2088,2091 **** --- 2099,2105 ---- "%2 Queued transfers" msgstr "" + "Status da Transferência: \n" + "%1 Transferências ativas \n" + "%2 Transferências enfileiradas" #: ../kbear/plugins/systemtraydock/kbearsystemtraydockplugin.cpp:55 *************** *** 2182,2186 **** #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:116 msgid "Plug into Konqueror" ! msgstr "" #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:118 --- 2196,2200 ---- #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:116 msgid "Plug into Konqueror" ! msgstr "Plugar no Konqueror" #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:118 *************** *** 2332,2336 **** #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:277 msgid "Disable extended passive mode (EPSV)" ! msgstr "" #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:278 --- 2346,2350 ---- #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:277 msgid "Disable extended passive mode (EPSV)" ! msgstr "Desativar modo passivo extendido(EPSV)" #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:278 *************** *** 2343,2347 **** #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:283 msgid "Use .part extension" ! msgstr "" #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:284 --- 2357,2361 ---- #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:283 msgid "Use .part extension" ! msgstr "Usar extensão .part" #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:284 *************** *** 2405,2413 **** #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:322 msgid "Here you can enter the command to use to list directories." ! msgstr "" #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:323 msgid "Here you can enter the command to use to list directories. This can be necessary if the server doesn't understand the standard 'list -a' command." ! msgstr "" #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:347 --- 2419,2427 ---- #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:322 msgid "Here you can enter the command to use to list directories." ! msgstr "Aqui você pode entrar o comando para listar diretórios." #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:323 msgid "Here you can enter the command to use to list directories. This can be necessary if the server doesn't understand the standard 'list -a' command." ! msgstr "Aqui você pode entrar o comando para listar diretórios. Isto pode ser necessário se o server não entende o comando padrão 'list -a'." #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:347 *************** *** 2435,2451 **** #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:359 msgid "Set number of seconds to wait before trying to reconnect. Only valid if 'Reconnect automatically' is selected." ! msgstr "" #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:365 msgid "Set number of attempts to reconnect. Only valid if 'Reconnect automatically' is selected." ! msgstr "" #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:372 msgid "Select encoding for this site:" ! msgstr "" #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:375 msgid "Select the encoding used by this site." ! msgstr "" #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:376 --- 2449,2465 ---- #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:359 msgid "Set number of seconds to wait before trying to reconnect. Only valid if 'Reconnect automatically' is selected." ! msgstr "Ajuste o número de segundos para esperar antes de tentar reconectar. Apenas válido se 'Reconectar automaticamente' estiver selecionado." #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:365 msgid "Set number of attempts to reconnect. Only valid if 'Reconnect automatically' is selected." ! msgstr "Ajuste o número de tentativas de reconectar. Apenas válido se 'Reconectar automaticamente' estiver selecionado." #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:372 msgid "Select encoding for this site:" ! msgstr "Selecione a codificação para este site:" #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:375 msgid "Select the encoding used by this site." ! msgstr "Selecione a codificação usada por este site:" #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:376 *************** *** 2518,2521 **** --- 2532,2537 ---- "Do you want to save these changes ?" msgstr "" + "Você tem alterações não salvas. \n" + "Você quer salvar estas alterações ?" #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:859 *************** *** 2559,2563 **** #: ../kbear/plugins/recentconnections/kbearrecentconnectionsplugin.cpp:58 msgid "O&pen Selected" ! msgstr "" #: ../kbear/plugins/recentconnections/kbearrecentconnectionsplugin.cpp:88 --- 2575,2579 ---- #: ../kbear/plugins/recentconnections/kbearrecentconnectionsplugin.cpp:58 msgid "O&pen Selected" ! msgstr "A&brir Selecionados" #: ../kbear/plugins/recentconnections/kbearrecentconnectionsplugin.cpp:88 *************** *** 2649,2665 **** #: ../kbear/plugins/filediff/kbearfilediffplugin.cpp:241 msgid "File Difference" ! msgstr "" #: ../kbear/plugins/filediff/kbearfilediffplugin.cpp:241 msgid "Display the difference of two files." ! msgstr "" #: ../kbear/plugins/filediff/kbearfilediffplugin.cpp:403 msgid "Could not invoke the \"diff\" command." ! msgstr "" #: ../kbear/plugins/filediff/kbearfilediffplugin.cpp:410 msgid "<h1>Executing \"diff\" command</h1>" ! msgstr "" #: ../kbear/plugins/filediff/kbearfilediffplugin.cpp:419 --- 2665,2681 ---- #: ../kbear/plugins/filediff/kbearfilediffplugin.cpp:241 msgid "File Difference" ! msgstr "Diferença dos Arquivos" #: ../kbear/plugins/filediff/kbearfilediffplugin.cpp:241 msgid "Display the difference of two files." ! msgstr "Mostra a diferença entre dois arquivos." #: ../kbear/plugins/filediff/kbearfilediffplugin.cpp:403 msgid "Could not invoke the \"diff\" command." ! msgstr "Não foi possÃvel invocar o comando \"diff\"." #: ../kbear/plugins/filediff/kbearfilediffplugin.cpp:410 msgid "<h1>Executing \"diff\" command</h1>" ! msgstr "<h1>Executando o comando \"diff\"</h1>" #: ../kbear/plugins/filediff/kbearfilediffplugin.cpp:419 *************** *** 2669,2673 **** #: ../kbear/plugins/filediff/kbearfilediffplugin.cpp:445 msgid "Diff command failed (%1):\n" ! msgstr "" #: ../kbear/plugins/filediff/filediffdropwidget.cpp:52 --- 2685,2689 ---- #: ../kbear/plugins/filediff/kbearfilediffplugin.cpp:445 msgid "Diff command failed (%1):\n" ! msgstr "Comando diff falhou(%1): \n" #: ../kbear/plugins/filediff/filediffdropwidget.cpp:52 *************** *** 2869,2874 **** #: ../kbear/plugins/logoutput/logoutputconfigwidget.cpp:73 msgid "Select font for log messages:" ! msgstr "" #: ../kbear/plugins/logoutput/logoutputconfigwidget.cpp:78 --- 2885,2891 ---- #: ../kbear/plugins/logoutput/logoutputconfigwidget.cpp:73 + #, fuzzy msgid "Select font for log messages:" ! msgstr "Selecione a fonte para as mensagens de log:" #: ../kbear/plugins/logoutput/logoutputconfigwidget.cpp:78 *************** *** 3418,3424 **** #: ../kbear/pluginselectwidget.cpp:86 - #, fuzzy msgid "Description" ! msgstr "Descrição:" #: ../databasedeamon/main.cpp:33 --- 3435,3440 ---- #: ../kbear/pluginselectwidget.cpp:86 msgid "Description" ! msgstr "Descrição" #: ../databasedeamon/main.cpp:33 |
From: <pet...@us...> - 2003-09-19 19:52:38
|
Update of /cvsroot/kbear/kbear/po In directory sc8-pr-cvs1:/tmp/cvs-serv29156/po Modified Files: es.po Log Message: 455 translated messages, 224 unstranslated/fuzzy Index: es.po =================================================================== RCS file: /cvsroot/kbear/kbear/po/es.po,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** es.po 12 Sep 2003 18:29:31 -0000 1.39 --- es.po 19 Sep 2003 17:23:21 -0000 1.40 *************** *** 1,3 **** - # translation of es-nuevo.po to Spanish # translation of es.po to Spanish # Translation of kbear to Spanish --- 1,2 ---- *************** *** 6,12 **** msgid "" msgstr "" ! "Project-Id-Version: es-nuevo\n" "POT-Creation-Date: 2003-08-07 15:47+0200\n" [...1314 lines suppressed...] msgid "Type" ! msgstr "Tipo" #: ../kbear/plugins/transferqueue/transferqueueconfigwidget.cpp:47 *************** *** 3549,3555 **** #: ../kbear/pluginselectwidget.cpp:86 - #, fuzzy msgid "Description" ! msgstr "Descripción:" #: ../databasedeamon/main.cpp:33 --- 3522,3527 ---- #: ../kbear/pluginselectwidget.cpp:86 msgid "Description" ! msgstr "Descripción" #: ../databasedeamon/main.cpp:33 |
From: <pet...@us...> - 2003-09-12 18:29:35
|
Update of /cvsroot/kbear/kbear/po In directory sc8-pr-cvs1:/tmp/cvs-serv17091/po Modified Files: es.po Log Message: 350 translated strings, 329 fuzzy/untranslated Index: es.po =================================================================== RCS file: /cvsroot/kbear/kbear/po/es.po,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** es.po 7 Aug 2003 13:56:04 -0000 1.38 --- es.po 12 Sep 2003 18:29:31 -0000 1.39 *************** *** 1,2 **** --- 1,4 ---- + # translation of es-nuevo.po to Spanish + # translation of es.po to Spanish # Translation of kbear to Spanish # Copyright (C) Quique <qu...@si...>, 2003 *************** *** 4,10 **** msgid "" msgstr "" ! "Project-Id-Version: kbear\n" [...4654 lines suppressed...] #~ msgid "TaskBar" ! #~ msgstr "&Barra de Tareas" --- 4016,4032 ---- #~ "defecto." ! #~ msgid "Import Bookmarks" ! #~ msgstr "Importar marcadores" ! ! #~ msgid "C&onfigure Tools..." ! #~ msgstr "C&onfigurar herramientas..." ! ! #~ msgid "Edit Tools" ! #~ msgstr "Editar herramientas" ! ! #~ msgid "Edit Tools menu" ! #~ msgstr "Editar el menú 'Herramientas'" ! #~ msgid "TaskBar" ! #~ msgstr "Barra de tareas" ! |
From: <win...@us...> - 2003-09-11 04:01:09
|
Update of /cvsroot/kbear/kbear/po In directory sc8-pr-cvs1:/tmp/cvs-serv8735 Modified Files: pt_BR.po Log Message: Added some translations for pt-br Index: pt_BR.po =================================================================== RCS file: /cvsroot/kbear/kbear/po/pt_BR.po,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** pt_BR.po 7 Aug 2003 13:56:09 -0000 1.40 --- pt_BR.po 11 Sep 2003 03:24:01 -0000 1.41 *************** *** 7,23 **** "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2003-08-07 15:47+0200\n" ! "PO-Revision-Date: 2001-01-13 22:56GMT-3\n" ! "Last-Translator: Júlio Mendes de Albuquerque Maranhão " ! "<jul...@ho...>\n" ! "Language-Team: Brazilian Portuguese\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" - "X-Generator: KBabel 0.6\n" [...3257 lines suppressed...] ! #~ msgid "Auto Resume" ! #~ msgstr "Auto-Retomar Transferências" ! ! #~ msgid "&Iconify All" ! #~ msgstr "&Iconizar Todas as Janelas" ! ! #~ msgid "" ! #~ "Check this option if you want the tree view to be visible by deafult." ! #~ msgstr "Ative esta opção se você quiser ver a �vore de Pastas." - #~ msgid "" - #~ "Check this option if you want the local filesystem view to be visible by " - #~ "default" - #~ msgstr "" - #~ "Ative esta opção se você quiser ver a Janela do Sistema de Arquivos Local." --- 3435,3438 ---- #: ../databasedeamon/sitemanagerdb.cpp:594 msgid "Imported Bookmarks" ! msgstr "Favoritos Importados" |
From: <gia...@us...> - 2003-09-01 15:01:15
|
Update of /cvsroot/kbear/kbear/po In directory sc8-pr-cvs1:/tmp/cvs-serv30943 Modified Files: it.po Log Message: CVS_SILENT Index: it.po =================================================================== RCS file: /cvsroot/kbear/kbear/po/it.po,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** it.po 27 Aug 2003 20:50:45 -0000 1.63 --- it.po 1 Sep 2003 15:01:11 -0000 1.64 *************** *** 1,3 **** ! # translation of it.po to # translation of it.po to # translation of it.po to --- 1,4 ---- ! # translation of it.po to Team traduzione italiano KDE ! # translation of it.po to # translation of it.po to # translation of it.po to *************** *** 10,14 **** # translation of it.po to italiano # Copyright (C) 2002,2003 Free Software Foundation, Inc. ! # Giovanni Venturi <ju...@li...>, 2002,2003 # msgid "" --- 11,15 ---- # translation of it.po to italiano # Copyright (C) 2002,2003 Free Software Foundation, Inc. ! # Giovanni Venturi <ju...@li...>, 2002,2003. # msgid "" *************** *** 16,27 **** "Project-Id-Version: it\n" "POT-Creation-Date: 2003-08-07 15:47+0200\n" ! "PO-Revision-Date: 2003-08-27 22:45+0200\n" ! "Last-Translator: \n" ! "Language-Team: \n" "org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" ! "X-Generator: KBabel 1.0.1\n" #: ../kbear/ftp/kbearftp.cpp:268 --- 17,28 ---- "Project-Id-Version: it\n" "POT-Creation-Date: 2003-08-07 15:47+0200\n" ! "PO-Revision-Date: 2003-09-01 17:00+0200\n" ! "Last-Translator: Giovanni Venturi <ju...@li...>\n" ! "Language-Team: Team traduzione italiano KDE <kde...@ma...>\n" "org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" ! "X-Generator: KBabel 1.0.2\n" #: ../kbear/ftp/kbearftp.cpp:268 |
From: <ma...@us...> - 2003-08-30 22:59:40
|
Update of /cvsroot/kbear/kbear/po In directory sc8-pr-cvs1:/tmp/cvs-serv29114/po Modified Files: cs.po Log Message: Index: cs.po =================================================================== RCS file: /cvsroot/kbear/kbear/po/cs.po,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** cs.po 7 Aug 2003 13:56:01 -0000 1.56 --- cs.po 30 Aug 2003 22:59:32 -0000 1.57 *************** *** 1,5 **** # translation of cs.po to Czech # Copyright (C) 2003 Free Software Foundation, Inc. ! # MatÄj Hausenblas <ma...@us...>, 2003 # msgid "" --- 1,5 ---- # translation of cs.po to Czech # Copyright (C) 2003 Free Software Foundation, Inc. ! # MatÄj Hausenblas <ma...@us...>, 2003. # msgid "" *************** *** 7,11 **** "Project-Id-Version: cs\n" "POT-Creation-Date: 2003-08-07 15:47+0200\n" ! "PO-Revision-Date: 2003-07-06 20:45+0200\n" "Last-Translator: MatÄj Hausenblas <ma...@us...>\n" "Language-Team: Czech <kde...@li...>\n" --- 7,11 ---- "Project-Id-Version: cs\n" "POT-Creation-Date: 2003-08-07 15:47+0200\n" ! "PO-Revision-Date: 2003-08-31 00:57+0200\n" "Last-Translator: MatÄj Hausenblas <ma...@us...>\n" "Language-Team: Czech <kde...@li...>\n" *************** *** 13,17 **** "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" ! "X-Generator: KBabel 1.0.1\n" #: ../kbear/ftp/kbearftp.cpp:268 --- 13,17 ---- "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" ! "X-Generator: KBabel 1.0.2\n" #: ../kbear/ftp/kbearftp.cpp:268 *************** *** 72,77 **** #: ../kbear/ftp/kbearftp.cpp:709 msgid "You need to supply a username and a password to access this site." ! msgstr "" ! "Pro pÅÃstup na tyto stránky potÅebujete zadat uživatelské jméno a heslo." #: ../kbear/ftp/kbearftp.cpp:711 --- 72,76 ---- #: ../kbear/ftp/kbearftp.cpp:709 msgid "You need to supply a username and a password to access this site." ! msgstr "Pro pÅÃstup na tyto stránky potÅebujete zadat uživatelské jméno a heslo." #: ../kbear/ftp/kbearftp.cpp:711 *************** *** 643,650 **** #: ../kbear/lib/widgets/kbearfilesyswidget.cpp:890 ! msgid "" ! "This field displays the number of directories and files in current directory." ! msgstr "" ! "Toto polÃÄko zobrazuje poÄet podadresáÅů a souborů v souÄasném adresáÅi." #: ../kbear/lib/widgets/kbearfilesyswidget.cpp:896 --- 642,647 ---- #: ../kbear/lib/widgets/kbearfilesyswidget.cpp:890 ! msgid "This field displays the number of directories and files in current directory." ! msgstr "Toto polÃÄko zobrazuje poÄet podadresáÅů a souborů v souÄasném adresáÅi." #: ../kbear/lib/widgets/kbearfilesyswidget.cpp:896 *************** *** 678,683 **** #: ../kbear/lib/widgets/kbeariconview.cpp:79 msgid "&Wordwrap item text" ! msgstr "" ! "&Automatické rozeznávánà konce Åádku a pokraÄovánà textu na dalÅ¡Ãm Åádku" #: ../kbear/lib/widgets/kbeariconview.cpp:83 --- 675,679 ---- #: ../kbear/lib/widgets/kbeariconview.cpp:79 msgid "&Wordwrap item text" ! msgstr "&Automatické rozeznávánà konce Åádku a pokraÄovánà textu na dalÅ¡Ãm Åádku" #: ../kbear/lib/widgets/kbeariconview.cpp:83 *************** *** 1312,1317 **** #: ../kbear/miscsettingswidget.cpp:142 ! msgid "" ! "Enter the email adress you want to use as password on anonymous servers." msgstr "" "Zadejte E-mailovou adresu kterou chcete použÃt jako heslo na anonymnÃch " --- 1308,1312 ---- #: ../kbear/miscsettingswidget.cpp:142 ! msgid "Enter the email adress you want to use as password on anonymous servers." msgstr "" "Zadejte E-mailovou adresu kterou chcete použÃt jako heslo na anonymnÃch " *************** *** 1334,1346 **** #: ../kbear/miscsettingswidget.cpp:168 msgid "Always ask for confirmation before unloading plugins." ! msgstr "" #: ../kbear/miscsettingswidget.cpp:170 ! #, fuzzy ! msgid "" ! "Uncheck this option if don't want to be warned before plugins are unloaded." msgstr "" ! "Vyberte tuto možnost jestli chcete být varován(a) pÅed smazánÃm jakýchkoli " ! "souborů/adresáÅů." #: ../kbear/rc.cpp:1 ../kbear/rc.cpp:16 ../kbear/rc.cpp:33 --- 1329,1339 ---- #: ../kbear/miscsettingswidget.cpp:168 msgid "Always ask for confirmation before unloading plugins." ! msgstr "Vždy potvrdit pÅed odstranÄnÃm modulů." #: ../kbear/miscsettingswidget.cpp:170 ! msgid "Uncheck this option if don't want to be warned before plugins are unloaded." msgstr "" ! "Nechte tuto možnost prázdnou jestli nechcete být varován(a) pÅed odstranÄnÃm " ! "modulů." #: ../kbear/rc.cpp:1 ../kbear/rc.cpp:16 ../kbear/rc.cpp:33 *************** *** 1400,1405 **** #: ../kbear/uisettingswidget.cpp:198 ! msgid "" ! "Check this option if you want KBear to start in TopLevel mode by default." msgstr "" "Vyberte tuto možnost chcete-li spouÅ¡tÄt KBear v režimu samostatných okének " --- 1393,1397 ---- #: ../kbear/uisettingswidget.cpp:198 ! msgid "Check this option if you want KBear to start in TopLevel mode by default." msgstr "" "Vyberte tuto možnost chcete-li spouÅ¡tÄt KBear v režimu samostatných okének " *************** *** 1411,1416 **** #: ../kbear/uisettingswidget.cpp:206 ! msgid "" ! "Check this option if you want KBear to start in ChildFrame mode by default." msgstr "" "Vyberte tuto možnost jestli chcete spouÅ¡tÄt KBear implicitnÄ v režimu " --- 1403,1407 ---- #: ../kbear/uisettingswidget.cpp:206 ! msgid "Check this option if you want KBear to start in ChildFrame mode by default." msgstr "" "Vyberte tuto možnost jestli chcete spouÅ¡tÄt KBear implicitnÄ v režimu " *************** *** 1422,1427 **** #: ../kbear/uisettingswidget.cpp:213 ! msgid "" ! "Check this option if you want KBear to start in TabPage mode by default." msgstr "" "Vyberte tuto možnost jestli chcete spouÅ¡tÄt KBear v režimu záložek " --- 1413,1417 ---- #: ../kbear/uisettingswidget.cpp:213 ! msgid "Check this option if you want KBear to start in TabPage mode by default." msgstr "" "Vyberte tuto možnost jestli chcete spouÅ¡tÄt KBear v režimu záložek " *************** *** 1498,1503 **** #: ../kbear/uisettingswidget.cpp:352 msgid "Use automatic tiling of childviews when in ChildFrame mode." ! msgstr "" ! "PoužÃt automatické vyrovnávánà dceÅinných okének v režimu vnitÅnÃch okének." #: ../kbear/uisettingswidget.cpp:365 --- 1488,1492 ---- #: ../kbear/uisettingswidget.cpp:352 msgid "Use automatic tiling of childviews when in ChildFrame mode." ! msgstr "PoužÃt automatické vyrovnávánà dceÅinných okének v režimu vnitÅnÃch okének." #: ../kbear/uisettingswidget.cpp:365 *************** *** 2056,2061 **** "This window displays the progress and status of all current transfers for " "this site." ! msgstr "" ! "Toto okno zobrazuje průbÄh a stav vÅ¡ech nynÄjÅ¡Ãch pÅenosů pro tuto stránku." #: ../kbear/plugins/systemtraydock/kbearsystemtraydock.cpp:95 --- 2045,2049 ---- "This window displays the progress and status of all current transfers for " "this site." ! msgstr "Toto okno zobrazuje průbÄh a stav vÅ¡ech nynÄjÅ¡Ãch pÅenosů pro tuto stránku." #: ../kbear/plugins/systemtraydock/kbearsystemtraydock.cpp:95 *************** *** 2081,2088 **** #: ../kbear/plugins/systemtraydock/kbearsystemtraydockplugin.cpp:113 #: ../kbear/plugins/systemtraydock/kbearsystemtraydockplugin.cpp:140 ! msgid "" ! "Uncheck this option if you don't want the system tray icon to be visible" ! msgstr "" ! "OdÅ¡krtnÄte zde jestli nechcete aby byla zobrazena ikona na systémovém panelu" #: ../kbear/plugins/systemtraydock/kbearsystemtraydockplugin.cpp:116 --- 2069,2074 ---- #: ../kbear/plugins/systemtraydock/kbearsystemtraydockplugin.cpp:113 #: ../kbear/plugins/systemtraydock/kbearsystemtraydockplugin.cpp:140 ! msgid "Uncheck this option if you don't want the system tray icon to be visible" ! msgstr "OdÅ¡krtnÄte zde jestli nechcete aby byla zobrazena ikona na systémovém panelu" #: ../kbear/plugins/systemtraydock/kbearsystemtraydockplugin.cpp:116 *************** *** 2151,2156 **** #: ../kbear/plugins/sitemanager/kbearsitemanagerplugin.cpp:744 ! msgid "" ! "If you unload the Sitemanager plugin you can't access the site database." msgstr "" "Jestliže odstranÃte modul Správce souborů nebudete pÅÃstupná databáze " --- 2137,2141 ---- #: ../kbear/plugins/sitemanager/kbearsitemanagerplugin.cpp:744 ! msgid "If you unload the Sitemanager plugin you can't access the site database." msgstr "" "Jestliže odstranÃte modul Správce souborů nebudete pÅÃstupná databáze " *************** *** 2330,2335 **** #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:278 msgid "Check this option if you want to disable extended passive mode (EPSV)." ! msgstr "" ! "Vyberte tuto možnost jestli chcete zakázat rozÅ¡ÃÅený pasÃvnà režim (EPSV)." #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:283 --- 2315,2319 ---- #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:278 msgid "Check this option if you want to disable extended passive mode (EPSV)." ! msgstr "Vyberte tuto možnost jestli chcete zakázat rozÅ¡ÃÅený pasÃvnà režim (EPSV)." #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:283 *************** *** 2373,2378 **** #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:298 ! msgid "" ! "Check this if you want all filesystem operations to use the same connection." msgstr "" "Vyberte tuto možnost jestli chcete aby vÅ¡echny operace systému souborů " --- 2357,2361 ---- #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:298 ! msgid "Check this if you want all filesystem operations to use the same connection." msgstr "" "Vyberte tuto možnost jestli chcete aby vÅ¡echny operace systému souborů " *************** *** 2487,2492 **** "Save the edited site. This will overwrite the old information unless you " "change the label." ! msgstr "" ! "Uložit zmÄnÄnou stránku. Toto pÅepÃÅ¡e původnà informaci nezmÄnÃte-li název." #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:392 --- 2470,2474 ---- "Save the edited site. This will overwrite the old information unless you " "change the label." ! msgstr "Uložit zmÄnÄnou stránku. Toto pÅepÃÅ¡e původnà informaci nezmÄnÃte-li název." #: ../kbear/plugins/sitemanager/kbearsitemanager.cpp:392 *************** *** 2577,2582 **** #: ../kbear/plugins/sitemanager/siteimportwidget.cpp:83 msgid "Push this button to import bookmarks with the selected filter." ! msgstr "" ! "StisknÄte toto tlaÄÃtko pro importovánà záložek pomocà vybraného filtru." #: ../kbear/plugins/sitemanager/siteimportwidget.cpp:121 --- 2559,2563 ---- #: ../kbear/plugins/sitemanager/siteimportwidget.cpp:83 msgid "Push this button to import bookmarks with the selected filter." ! msgstr "StisknÄte toto tlaÄÃtko pro importovánà záložek pomocà vybraného filtru." #: ../kbear/plugins/sitemanager/siteimportwidget.cpp:121 *************** *** 2751,2754 **** --- 2732,2739 ---- "plugin" msgstr "" + "PÅi odstranÄnà tohoto modulu budete závislà na nastavenÃch firewallu " + "v KDE.\n" + "Jestliže nejste za firewallem, je bezpeÄné a doporuÄujeme odstranit " + "tento modul" #: ../kbear/plugins/firewall/firewallsettingswidget.cpp:44 *************** *** 2912,2917 **** #: ../kbear/plugins/logoutput/kbearlogoutputplugin.cpp:63 msgid "KBear can't display any log messages if you unload this plugin." ! msgstr "" ! "KBear nemůže zobrazit zprávy ze záznamu jestliže odstranÃte tento modul." #: ../kbear/plugins/logoutput/kbearlogoutputplugin.cpp:67 --- 2897,2901 ---- #: ../kbear/plugins/logoutput/kbearlogoutputplugin.cpp:63 msgid "KBear can't display any log messages if you unload this plugin." ! msgstr "KBear nemůže zobrazit zprávy ze záznamu jestliže odstranÃte tento modul." #: ../kbear/plugins/logoutput/kbearlogoutputplugin.cpp:67 *************** *** 2981,2986 **** #: ../kbear/plugins/logoutput/logoutputconfigwidget.cpp:138 msgid "Check this option if you want KBear to save the logs in files." ! msgstr "" ! "Vyberte tuto možnost jestli chcete aby KBear ukládal záznamy do souborů." #: ../kbear/plugins/logoutput/logoutputconfigwidget.cpp:144 --- 2965,2969 ---- #: ../kbear/plugins/logoutput/logoutputconfigwidget.cpp:138 msgid "Check this option if you want KBear to save the logs in files." ! msgstr "Vyberte tuto možnost jestli chcete aby KBear ukládal záznamy do souborů." #: ../kbear/plugins/logoutput/logoutputconfigwidget.cpp:144 *************** *** 3006,3011 **** #: ../kbear/plugins/logoutput/logoutputconfigwidget.cpp:151 msgid "Check this option if you want to clear log files every day." ! msgstr "" ! "Vyberte tuto možnost jestli chcete aby byly soubory záznamů mazány každý den." #: ../kbear/plugins/logoutput/logoutputconfigwidget.cpp:154 --- 2989,2993 ---- #: ../kbear/plugins/logoutput/logoutputconfigwidget.cpp:151 msgid "Check this option if you want to clear log files every day." ! msgstr "Vyberte tuto možnost jestli chcete aby byly soubory záznamů mazány každý den." #: ../kbear/plugins/logoutput/logoutputconfigwidget.cpp:154 *************** *** 3064,3175 **** #: ../kbear/plugins/ftpfind/scandomainworker.cpp:99 msgid "Failed to resolve: %1! %2" ! msgstr "" #: ../kbear/plugins/ftpfind/scandomainworker.cpp:109 - #, fuzzy msgid "%1 (%2)" ! msgstr "%1 %" #: ../kbear/plugins/ftpfind/scandomainworker.cpp:127 msgid "%1 (%2) port=%3" ! msgstr "" #: ../kbear/plugins/ftpfind/scandomainworker.cpp:157 #: ../kbear/plugins/ftpfind/scandomainworker.cpp:236 #: ../kbear/plugins/ftpfind/scandomainworker.cpp:268 - #, fuzzy msgid "Anonymous login denied!" ! msgstr "Anonymnà pÅihlášenÃ" #: ../kbear/plugins/ftpfind/scandomainworker.cpp:251 - #, fuzzy msgid "Anonymous login accepted." ! msgstr "Anonymnà pÅihlášenÃ" #: ../kbear/plugins/ftpfind/scandomainworker.cpp:258 msgid "System type: %1" ! msgstr "" #: ../kbear/plugins/ftpfind/ftpfindtreeview.cpp:124 msgid "Error..." ! msgstr "" #: ../kbear/plugins/ftpfind/kbearftpfindoutputwidget.cpp:48 msgid "Specify domain to search." ! msgstr "" #: ../kbear/plugins/ftpfind/kbearftpfindoutputwidget.cpp:53 #: ../kbear/plugins/ftpfind/kbearftpfindplugin.cpp:49 - #, fuzzy msgid "Stop selected domain search." ! msgstr "Zastavà vybraný pÅenos." #: ../kbear/plugins/ftpfind/kbearftpfindoutputwidget.cpp:57 #: ../kbear/plugins/ftpfind/kbearftpfindplugin.cpp:61 msgid "Clear output view." ! msgstr "" #: ../kbear/plugins/ftpfind/kbearftpfindoutputwidget.cpp:78 #: ../kbear/plugins/ftpfind/scandomainwidget.cpp:107 msgid "Scan domain..." ! msgstr "" #: ../kbear/plugins/ftpfind/kbearftpfindplugin.cpp:48 - #, fuzzy msgid "&Stop domain search" ! msgstr "Zas&tavit pÅenos" #: ../kbear/plugins/ftpfind/kbearftpfindplugin.cpp:52 #: ../kbear/plugins/ftpfind/kbearftpfindplugin.cpp:76 msgid "Search a domain for anonymous FTP servers." ! msgstr "" #: ../kbear/plugins/ftpfind/kbearftpfindplugin.cpp:56 - #, fuzzy msgid "&Remove selected" ! msgstr "Odstranà vybraný pÅenos." #: ../kbear/plugins/ftpfind/kbearftpfindplugin.cpp:57 - #, fuzzy msgid "Remove and stop selected item." ! msgstr "Odstranà vybraný pÅenos." #: ../kbear/plugins/ftpfind/kbearftpfindplugin.cpp:60 - #, fuzzy msgid "&Clear view" ! msgstr "&VyÄistit seznam" #: ../kbear/plugins/ftpfind/kbearftpfindplugin.cpp:76 - #, fuzzy msgid "FTP Find" ! msgstr "NajÃt" #: ../kbear/plugins/ftpfind/scandomainwidget.cpp:108 msgid "Specify domain to scan:" ! msgstr "" #: ../kbear/plugins/ftpfind/scandomainwidget.cpp:109 msgid "Specify ports to scan" ! msgstr "" #: ../kbear/plugins/ftpfind/scandomainwidget.cpp:110 msgid "Only scan port 21" ! msgstr "" #: ../kbear/plugins/ftpfind/scandomainwidget.cpp:111 - #, fuzzy msgid "Uncheck this option if you want to scan other ports than 21 (slow)." ! msgstr "" ! "Vyberte tuto možnost jestli chcete aby KBear ukládal záznamy do souborů." #: ../kbear/plugins/ftpfind/scandomainwidget.cpp:112 - #, fuzzy msgid "Start:" ! msgstr "SpuÅ¡tÄné" #: ../kbear/plugins/ftpfind/scandomainwidget.cpp:113 - #, fuzzy msgid "Stop:" ! msgstr "Zas&tavit" #: ../kbear/plugins/transferqueue/transferqueuewidget.cpp:121 --- 3046,3144 ---- #: ../kbear/plugins/ftpfind/scandomainworker.cpp:99 msgid "Failed to resolve: %1! %2" ! msgstr "NepodaÅilo se rozliÅ¡it: %1! %2!" #: ../kbear/plugins/ftpfind/scandomainworker.cpp:109 msgid "%1 (%2)" ! msgstr "%1 (%2)" #: ../kbear/plugins/ftpfind/scandomainworker.cpp:127 msgid "%1 (%2) port=%3" ! msgstr "%1 (%2) port=%3" #: ../kbear/plugins/ftpfind/scandomainworker.cpp:157 #: ../kbear/plugins/ftpfind/scandomainworker.cpp:236 #: ../kbear/plugins/ftpfind/scandomainworker.cpp:268 msgid "Anonymous login denied!" ! msgstr "Anonymnà pÅihlášenà bylo zakázáno!" #: ../kbear/plugins/ftpfind/scandomainworker.cpp:251 msgid "Anonymous login accepted." ! msgstr "Anonymnà pÅihlášenà bylo povoleno." #: ../kbear/plugins/ftpfind/scandomainworker.cpp:258 msgid "System type: %1" ! msgstr "System typu: %1" #: ../kbear/plugins/ftpfind/ftpfindtreeview.cpp:124 msgid "Error..." ! msgstr "Chyba..." #: ../kbear/plugins/ftpfind/kbearftpfindoutputwidget.cpp:48 msgid "Specify domain to search." ! msgstr "Vyberte doménu ke hledánÃ." #: ../kbear/plugins/ftpfind/kbearftpfindoutputwidget.cpp:53 #: ../kbear/plugins/ftpfind/kbearftpfindplugin.cpp:49 msgid "Stop selected domain search." ! msgstr "Zastavit vyhledávánà vybrané domény." #: ../kbear/plugins/ftpfind/kbearftpfindoutputwidget.cpp:57 #: ../kbear/plugins/ftpfind/kbearftpfindplugin.cpp:61 msgid "Clear output view." ! msgstr "VyÄistit okno výstupů." #: ../kbear/plugins/ftpfind/kbearftpfindoutputwidget.cpp:78 #: ../kbear/plugins/ftpfind/scandomainwidget.cpp:107 msgid "Scan domain..." ! msgstr "Skenovat doménu..." #: ../kbear/plugins/ftpfind/kbearftpfindplugin.cpp:48 msgid "&Stop domain search" ! msgstr "Zas&tavit hledánà domény" #: ../kbear/plugins/ftpfind/kbearftpfindplugin.cpp:52 #: ../kbear/plugins/ftpfind/kbearftpfindplugin.cpp:76 msgid "Search a domain for anonymous FTP servers." ! msgstr "Prohledat doménu na anonymnà FTP servery." #: ../kbear/plugins/ftpfind/kbearftpfindplugin.cpp:56 msgid "&Remove selected" ! msgstr "&Odstranit vybrané" #: ../kbear/plugins/ftpfind/kbearftpfindplugin.cpp:57 msgid "Remove and stop selected item." ! msgstr "Odstranit a zastavit vybraný objekt." #: ../kbear/plugins/ftpfind/kbearftpfindplugin.cpp:60 msgid "&Clear view" ! msgstr "&VyÄistit pohled" #: ../kbear/plugins/ftpfind/kbearftpfindplugin.cpp:76 msgid "FTP Find" ! msgstr "Hledánà FTP" #: ../kbear/plugins/ftpfind/scandomainwidget.cpp:108 msgid "Specify domain to scan:" ! msgstr "Zadat jméno domény ke skenovánÃ:" #: ../kbear/plugins/ftpfind/scandomainwidget.cpp:109 msgid "Specify ports to scan" ! msgstr "Zadejte porty ke skenovánÃ" #: ../kbear/plugins/ftpfind/scandomainwidget.cpp:110 msgid "Only scan port 21" ! msgstr "Skenovat pouze port 21" #: ../kbear/plugins/ftpfind/scandomainwidget.cpp:111 msgid "Uncheck this option if you want to scan other ports than 21 (slow)." ! msgstr "ZruÅ¡te výbÄr této možnosti jestli chcete skenovat jiné porty než 21 (pomalé)." #: ../kbear/plugins/ftpfind/scandomainwidget.cpp:112 msgid "Start:" ! msgstr "Spustit:" #: ../kbear/plugins/ftpfind/scandomainwidget.cpp:113 msgid "Stop:" ! msgstr "Zastavit:" #: ../kbear/plugins/transferqueue/transferqueuewidget.cpp:121 *************** *** 3283,3288 **** #: ../kbear/plugins/transferqueue/kbeartransferqueueplugin.cpp:93 ! msgid "" ! "Queue new transfers, if checked this will override all other queue settings." msgstr "" "Åadit nové pÅenosy do fronty pÅebÃjà vÅ¡echna ostatnà nastavenà fronty jestli " --- 3252,3256 ---- #: ../kbear/plugins/transferqueue/kbeartransferqueueplugin.cpp:93 ! msgid "Queue new transfers, if checked this will override all other queue settings." msgstr "" "Åadit nové pÅenosy do fronty pÅebÃjà vÅ¡echna ostatnà nastavenà fronty jestli " *************** *** 4256,4257 **** --- 4224,4226 ---- #~ msgid "&Annan..." #~ msgstr "&Jiné..." + |
From: <fri...@us...> - 2003-08-30 21:43:00
|
Update of /cvsroot/kbear/kbear/kbear/plugins/console In directory sc8-pr-cvs1:/tmp/cvs-serv18788/kbear/plugins/console Modified Files: kbearconsole.desktop Log Message: updated german translation Index: kbearconsole.desktop =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/console/kbearconsole.desktop,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kbearconsole.desktop 6 Jul 2003 18:04:35 -0000 1.2 --- kbearconsole.desktop 30 Aug 2003 21:42:52 -0000 1.3 *************** *** 8,11 **** GenericName=Embedded Console GenericName[sv]=Inbäddad Konsoll ! Comment=This plugin open an embedded console for quick and easy command line access. Comment[sv]=Detta insticksprogram öppnar en inbäddad konsoll för snabb och enkel kommandoradsaccess. --- 8,13 ---- GenericName=Embedded Console GenericName[sv]=Inbäddad Konsoll ! GenericName[de]=Eingebettete Konsole ! Comment=This plugin opens an embedded console for quick and easy command line access. Comment[sv]=Detta insticksprogram öppnar en inbäddad konsoll för snabb och enkel kommandoradsaccess. + Comment[de]=Dieses Plugin öffnet eine eingebettete Konsole für schnellen und einfachen Zugang zur Kommandozeile. |
From: <fri...@us...> - 2003-08-30 21:43:00
|
Update of /cvsroot/kbear/kbear/kbear/plugins/filediff In directory sc8-pr-cvs1:/tmp/cvs-serv18788/kbear/plugins/filediff Modified Files: kbearfilediff.desktop Log Message: updated german translation Index: kbearfilediff.desktop =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/filediff/kbearfilediff.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kbearfilediff.desktop 6 Jul 2003 18:04:35 -0000 1.1 --- kbearfilediff.desktop 30 Aug 2003 21:42:52 -0000 1.2 *************** *** 2,8 **** --- 2,10 ---- Comment=File Difference let you compare the content of two files. Comment[sv]=Filjämförelse låter dig jämföra innehållet i två filer. + Comment[de]=Datei-Unterschied ermöglicht es Ihnen, den Inhalt zweier Dateien zu vergleichen. Encoding=UTF-8 GenericName=File Difference GenericName[sv]=Filjämförelse + GenericName[de]=Datei-Unterschied Icon=kbear Name=FileDiff |
From: <fri...@us...> - 2003-08-30 21:42:59
|
Update of /cvsroot/kbear/kbear/kbear/plugins/firewall In directory sc8-pr-cvs1:/tmp/cvs-serv18788/kbear/plugins/firewall Modified Files: kbearfirewall.desktop Log Message: updated german translation Index: kbearfirewall.desktop =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/firewall/kbearfirewall.desktop,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** kbearfirewall.desktop 6 Jul 2003 18:04:35 -0000 1.5 --- kbearfirewall.desktop 30 Aug 2003 21:42:52 -0000 1.6 *************** *** 11,13 **** Comment=Lets you configure how to login if you're behind a firewall. Comment[sv]=LÃ¥ter dig konfigurera hur inloggning skall ske om du är bakom en brandvägg. ! Comment[de]=Ermöglicht es Ihnen, sich einzuloggen, wenn Sie hinter einer Firewall sind. --- 11,13 ---- Comment=Lets you configure how to login if you're behind a firewall. Comment[sv]=LÃ¥ter dig konfigurera hur inloggning skall ske om du är bakom en brandvägg. ! Comment[de]=Ermöglicht es Ihnen, sich einzuloggen, wenn Sie hinter einer Firewall sind. |
From: <fri...@us...> - 2003-08-30 21:42:59
|
Update of /cvsroot/kbear/kbear/kbear/plugins/ftpfind In directory sc8-pr-cvs1:/tmp/cvs-serv18788/kbear/plugins/ftpfind Modified Files: kbearftpfind.desktop Log Message: updated german translation Index: kbearftpfind.desktop =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/ftpfind/kbearftpfind.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kbearftpfind.desktop 15 Jul 2003 23:46:34 -0000 1.1 --- kbearftpfind.desktop 30 Aug 2003 21:42:52 -0000 1.2 *************** *** 8,11 **** --- 8,13 ---- GenericName=FTP Find GenericName[sv]=FTP-sök + GenericName[de]=FTP-Finder Comment=FTP Find let you search a domain for annymous FTP servers. Comment[sv]=FTP-sök låter dig söka igenom en domän efter anonyma FTP servrar. + Comment[de]=FTP-Finder ermöglicht es Ihnen, eine Domäne auf anonyme FTP-Server zu durchsuchen. \ No newline at end of file |
From: <fri...@us...> - 2003-08-30 21:42:59
|
Update of /cvsroot/kbear/kbear/kbear/plugins/logoutput In directory sc8-pr-cvs1:/tmp/cvs-serv18788/kbear/plugins/logoutput Modified Files: kbearlogoutput.desktop Log Message: updated german translation Index: kbearlogoutput.desktop =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/logoutput/kbearlogoutput.desktop,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** kbearlogoutput.desktop 6 Jul 2003 18:04:34 -0000 1.7 --- kbearlogoutput.desktop 30 Aug 2003 21:42:51 -0000 1.8 *************** *** 11,13 **** Comment=Lets you display and save logmessages sent to/from the server. Comment[sv]=LÃ¥ter dig visa och spara loggmeddelanden skickade till/frÃ¥n servern. ! Comment[de]=Ermöglicht es Ihnen, Log-Nachrichten, die vom Server gesendet werden, anzuzeigen und zu speichern. --- 11,13 ---- Comment=Lets you display and save logmessages sent to/from the server. Comment[sv]=LÃ¥ter dig visa och spara loggmeddelanden skickade till/frÃ¥n servern. ! Comment[de]=Ermöglicht es Ihnen, Log-Nachrichten, die vom Server gesendet werden, anzuzeigen und zu speichern. |
From: <fri...@us...> - 2003-08-30 21:42:58
|
Update of /cvsroot/kbear/kbear/po In directory sc8-pr-cvs1:/tmp/cvs-serv18788/po Modified Files: de.po Log Message: updated german translation Index: de.po =================================================================== RCS file: /cvsroot/kbear/kbear/po/de.po,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** de.po 7 Aug 2003 13:56:02 -0000 1.42 --- de.po 30 Aug 2003 21:42:50 -0000 1.43 *************** *** 1,18 **** # translation of de.po to # German Translation - Deutsche Uebersetzung ! # Copyright (C) 2002 Free Software Foundation, Inc. ! # Björn Sahlström <kb...@us...>, 2002 # msgid "" msgstr "" ! "Project-Id-Version: KBear 1.2.1\n" "POT-Creation-Date: 2003-08-07 15:47+0200\n" ! "PO-Revision-Date: 2002-11-30 15:02+0100\n" [...2863 lines suppressed...] ! msgstr "Beschreibung:" #: ../databasedeamon/main.cpp:33 --- 3590,3599 ---- "uncheck the plugins you want to load/unload.</p>" msgstr "" + "<p>Auf dieser Seite können Sie die Plugins auswählen, die gestartet werden sollen. " + "Klicken Sie einfach auf die Plugins, die Sie an/ausschalten wollen.</p>" #: ../kbear/pluginselectwidget.cpp:86 msgid "Description" ! msgstr "Beschreibung" #: ../databasedeamon/main.cpp:33 *************** *** 4657,4658 **** --- 4591,4593 ---- #~ msgid "Run " #~ msgstr "Starte" + |
From: <fri...@us...> - 2003-08-30 21:42:58
|
Update of /cvsroot/kbear/kbear/kbear/plugins/recentconnections In directory sc8-pr-cvs1:/tmp/cvs-serv18788/kbear/plugins/recentconnections Modified Files: kbearrecentconnections.desktop Log Message: updated german translation Index: kbearrecentconnections.desktop =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/recentconnections/kbearrecentconnections.desktop,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** kbearrecentconnections.desktop 6 Jul 2003 18:04:34 -0000 1.3 --- kbearrecentconnections.desktop 30 Aug 2003 21:42:51 -0000 1.4 *************** *** 8,11 **** --- 8,13 ---- GenericName=Recent Connections GenericName[sv]=Senaste anslutningar + GenericName[de]= Letzte Verbindungen Comment=Recent Connections give you easy access to the latest used connections. Comment[sv]=Senaste anslutningar ger dig enkel tillgång till de senaste använda anslutningarna. + Comment[de]=Letzte Verbindungen gibt Ihnen Zugriff auf die zuletzt verwendeten Verbindungen. \ No newline at end of file |