You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(98) |
Sep
(138) |
Oct
(100) |
Nov
(49) |
Dec
(131) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(94) |
Feb
(65) |
Mar
(100) |
Apr
(83) |
May
(72) |
Jun
(29) |
Jul
(167) |
Aug
(127) |
Sep
(131) |
Oct
(269) |
Nov
(122) |
Dec
(100) |
2005 |
Jan
(228) |
Feb
(266) |
Mar
(63) |
Apr
(135) |
May
(157) |
Jun
(52) |
Jul
(25) |
Aug
(49) |
Sep
(184) |
Oct
(159) |
Nov
(75) |
Dec
(37) |
2006 |
Jan
(60) |
Feb
(129) |
Mar
(110) |
Apr
(34) |
May
(31) |
Jun
(42) |
Jul
(72) |
Aug
(90) |
Sep
(57) |
Oct
(66) |
Nov
(42) |
Dec
(90) |
2007 |
Jan
(106) |
Feb
(54) |
Mar
(93) |
Apr
(27) |
May
(21) |
Jun
(17) |
Jul
(19) |
Aug
(22) |
Sep
(25) |
Oct
(2) |
Nov
(1) |
Dec
(1) |
2008 |
Jan
(65) |
Feb
(70) |
Mar
(29) |
Apr
(45) |
May
(91) |
Jun
(20) |
Jul
(11) |
Aug
(24) |
Sep
(23) |
Oct
(13) |
Nov
(23) |
Dec
(39) |
2009 |
Jan
(23) |
Feb
(39) |
Mar
(15) |
Apr
(56) |
May
(5) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <ma...@us...> - 2003-10-24 16:44:36
|
Update of /cvsroot/krusader/krusader_kde3/krusader/Panel In directory sc8-pr-cvs1:/tmp/cvs-serv13931/krusader/Panel Modified Files: krdetailedview.cpp Log Message: add: middle mouse button - opens a new tab when clicked on a folder Index: krdetailedview.cpp =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/krusader/Panel/krdetailedview.cpp,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** krdetailedview.cpp 24 Oct 2003 16:41:21 -0000 1.48 --- krdetailedview.cpp 24 Oct 2003 16:41:54 -0000 1.49 *************** *** 513,517 **** } case Key_QuoteLeft : // Terminal Emulator bugfix ! if ( e->state()==ControlButton ) { // let the panel handle it e->ignore(); break; --- 513,517 ---- } case Key_QuoteLeft : // Terminal Emulator bugfix ! // if ( e->state()==ControlButton ) { // let the panel handle it e->ignore(); break; |
From: <ma...@us...> - 2003-10-24 16:43:38
|
Update of /cvsroot/krusader/krusader_kde3/krusader/Panel In directory sc8-pr-cvs1:/tmp/cvs-serv13896/krusader/Panel Modified Files: krdetailedview.cpp Log Message: add: middle mouse button - opens a new tab when clicked on a folder Index: krdetailedview.cpp =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/krusader/Panel/krdetailedview.cpp,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** krdetailedview.cpp 14 Oct 2003 23:51:42 -0000 1.47 --- krdetailedview.cpp 24 Oct 2003 16:41:21 -0000 1.48 *************** *** 107,110 **** --- 107,112 ---- this, SLOT( handleContextMenu( QListViewItem*, const QPoint&, int ) ) ); connect( this, SIGNAL( currentChanged( QListViewItem* ) ), this, SLOT( setNameToMakeCurrent( QListViewItem* ) ) ); + connect( this, SIGNAL( mouseButtonClicked ( int, QListViewItem *, const QPoint &, int) ), + this, SLOT( slotMouseClicked ( int, QListViewItem *, const QPoint &, int) )); } *************** *** 511,515 **** } case Key_QuoteLeft : // Terminal Emulator bugfix ! if ( e->state() ) { // let the panel handle it e->ignore(); break; --- 513,517 ---- } case Key_QuoteLeft : // Terminal Emulator bugfix ! if ( e->state()==ControlButton ) { // let the panel handle it e->ignore(); break; *************** *** 722,724 **** --- 724,731 ---- void KrDetailedView::setNameToMakeCurrent( QListViewItem * it ) { KrView::setNameToMakeCurrent( dynamic_cast<KrViewItem*>( it ) ->name() ); + } + + void KrDetailedView::slotMouseClicked( int button, QListViewItem * item, const QPoint & pos, int c ) { + if (button == Qt::MidButton) + emit middleButtonClicked(item); } |
From: <des...@us...> - 2003-10-24 10:32:00
|
Update of /cvsroot/krusader/krusader_kde3/po In directory sc8-pr-cvs1:/tmp/cvs-serv10731/po Modified Files: nl.po Log Message: Index: nl.po =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/po/nl.po,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** nl.po 13 Oct 2003 15:15:55 -0000 1.6 --- nl.po 24 Oct 2003 10:27:52 -0000 1.7 *************** *** 6,13 **** msgid "" msgstr "" ! "Project-Id-Version: nl\n" ! "POT-Creation-Date: 2003-10-06 21:55+0200\n" ! "PO-Revision-Date: 2003-10-12 20:02+0200\n" ! "Last-Translator: Schoolmeesters <fra...@ya...>\n" "Language-Team: Dutch <nl...@li...>\n" "MIME-Version: 1.0\n" --- 6,13 ---- msgid "" [...4195 lines suppressed...] ! #~ msgid "Sort By E&xtention" ! #~ msgstr "Op e&xtensie sorteren" ! #~ msgid "&Executables" ! #~ msgstr "&Uitvoerbare bestanden" ! #~ msgid "Move into archive" ! #~ msgstr "Verplaats naar archief" #~ msgid "Show the last commands you typed in the command line." *************** *** 2589,2595 **** #~ msgid "A directory or a file with this file already exists." #~ msgstr "Een directory of bestand met deze naam bestaat reeds." - - #~ msgid "&Net Connections" - #~ msgstr "&Net verbinding" #~ msgid "FTP Disc&onnect" --- 2609,2612 ---- |
From: Shie E. <ma...@us...> - 2003-10-23 03:01:45
|
--------------------------- Shie Erlich Krusader Krew ma...@us... |
From: <des...@us...> - 2003-10-21 11:53:02
|
Update of /cvsroot/krusader/krusader_kde3 In directory sc8-pr-cvs1:/tmp/cvs-serv26805 Modified Files: ChangeLog Log Message: Index: ChangeLog =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/ChangeLog,v retrieving revision 1.129 retrieving revision 1.130 diff -C2 -d -r1.129 -r1.130 *** ChangeLog 20 Oct 2003 23:22:14 -0000 1.129 --- ChangeLog 21 Oct 2003 10:43:52 -0000 1.130 *************** *** 22,25 **** --- 22,26 ---- UPDATED: Hungarian translation UPDATED: Italian translation + UPDATED: Slovak translation 1.29-beta |
From: <des...@us...> - 2003-10-21 11:19:36
|
Update of /cvsroot/krusader/krusader_kde3/po In directory sc8-pr-cvs1:/tmp/cvs-serv26805/po Modified Files: sk.po Log Message: Index: sk.po =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/po/sk.po,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** sk.po 7 Aug 2003 20:52:24 -0000 1.2 --- sk.po 21 Oct 2003 10:43:52 -0000 1.3 *************** *** 1,90 **** ! # translation of krusader.po to Slovak ! # This file is distributed under the same license as the PACKAGE package. ! # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER ! # Zdenko Podobný <zd...@ma...>, 2003 ! # msgid "" msgstr "" ! "Project-Id-Version: krusader\n" ! "POT-Creation-Date: 2003-08-01 13:49+0300\n" ! "PO-Revision-Date: 2003-08-05 20:54+0100\n" [...3510 lines suppressed...] msgid "Can't find \"KsysCtrl\". Please install KDE admin package" msgstr "Nie je možné nájsÅ¥ \"KsysCtrl\". ProsÃm, nainÅ¡talujte si balÃk KDE admin" ! #: krslots.cpp:354 msgid "" "Can't find a batch renamer tool.\n" *************** *** 2497,2499 **** --- 2529,2539 ---- "Nie je možné nájsÅ¥ nástroj na dávkové premenovanie.\n" "Krename môžete zÃskaÅ¥ na http://krename.sf.net" + + #: krslots.cpp:433 + msgid "Enter a URL to view:" + msgstr "Vložte URL pre zobrazenie:" + + #: krslots.cpp:450 + msgid "Enter the filename to edit:" + msgstr "Vložte názov súboru pre úpravy:" |
From: <des...@us...> - 2003-10-21 04:32:03
|
Update of /cvsroot/krusader/krusader_kde3 In directory sc8-pr-cvs1:/tmp/cvs-serv27454 Modified Files: ChangeLog Log Message: Index: ChangeLog =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/ChangeLog,v retrieving revision 1.128 retrieving revision 1.129 diff -C2 -d -r1.128 -r1.129 *** ChangeLog 19 Oct 2003 17:46:38 -0000 1.128 --- ChangeLog 20 Oct 2003 23:22:14 -0000 1.129 *************** *** 21,24 **** --- 21,25 ---- UPDATED: Danish translation UPDATED: Hungarian translation + UPDATED: Italian translation 1.29-beta |
From: <des...@us...> - 2003-10-21 00:00:20
|
Update of /cvsroot/krusader/krusader_kde3/po In directory sc8-pr-cvs1:/tmp/cvs-serv27454/po Modified Files: it.po Log Message: Index: it.po =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/po/it.po,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** it.po 1 Aug 2003 10:49:38 -0000 1.3 --- it.po 20 Oct 2003 23:22:15 -0000 1.4 *************** *** 1,3 **** ! # translation of krusader-cvs-2003_07_21.po to Italiano # This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER --- 1,5 ---- ! # translation of it-cvs-2003_10_18.po to Italiano ! # translation of it-krusader-2003_10_18.po to Italiano ! # translation of krusader-cvs-2003_10_18.po to Italiano # This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER *************** [...3109 lines suppressed...] msgid "Can't find \"KsysCtrl\". Please install KDE admin package" msgstr "Impossibile trovare \"KsysCtrl\". Per favore installa il pacchetto KDE admin" ! #: krslots.cpp:354 msgid "" "Can't find a batch renamer tool.\n" *************** *** 2491,2493 **** --- 2552,2562 ---- "Impossibile trovare uno strumento per la rinominazione multipla.\n" "Si può ottenere Krename all'indirizzo http://krename.sf.net" + + #: krslots.cpp:433 + msgid "Enter a URL to view:" + msgstr "Immetti un URL da visualizzare:" + + #: krslots.cpp:450 + msgid "Enter the filename to edit:" + msgstr "Immetti il nome del file da modificare:" |
From: <des...@us...> - 2003-10-19 18:52:50
|
Update of /cvsroot/krusader/krusader_kde3 In directory sc8-pr-cvs1:/tmp/cvs-serv21283 Modified Files: ChangeLog Log Message: Index: ChangeLog =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/ChangeLog,v retrieving revision 1.127 retrieving revision 1.128 diff -C2 -d -r1.127 -r1.128 *** ChangeLog 19 Oct 2003 16:37:02 -0000 1.127 --- ChangeLog 19 Oct 2003 17:46:38 -0000 1.128 *************** *** 20,23 **** --- 20,24 ---- UPDATED: Dutch translation UPDATED: Danish translation + UPDATED: Hungarian translation 1.29-beta |
From: <des...@us...> - 2003-10-19 17:59:54
|
Update of /cvsroot/krusader/krusader_kde3/po In directory sc8-pr-cvs1:/tmp/cvs-serv21283/po Modified Files: hu.po Log Message: Index: hu.po =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/po/hu.po,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** hu.po 30 Aug 2003 23:38:56 -0000 1.2 --- hu.po 19 Oct 2003 17:46:38 -0000 1.3 *************** *** 1,14 **** ! # translation of krusader_20030830.po to Hungarian ! # translation of krusader.po to Hungarian ! # Copyright (C) 2003 Free Software Foundation, Inc. # Marcel Hilzinger <hi...@su...>, 2003. # Vámosi Tamás <Vam...@su...>, 2003. ! # Zoltan Kukk <kuk...@fr...>, 2003. ! #: Konfigurator/kgstartup.cpp:132 msgid "" msgstr "" ! "Project-Id-Version: krusader\n" [...4161 lines suppressed...] msgstr "" ! "\"KsysCtrl\" nem található,\n" ! "telepÃtse a KDE admin csomagot" ! #: krslots.cpp:354 msgid "" ! "Can't find a batch renamer tool.\n" ! "You can get Krename at http://krename.sf.net" msgstr "" ! "Nem található tömeges átnevezÅ eszköz.\n" ! "A Krename-t be tudod szerezni a http://krename.sf.net -en" ! #: krslots.cpp:433 ! msgid "Enter a URL to view:" ! msgstr "Adja meg a megjelenÃtendÅ URL-t:" ! #: krslots.cpp:450 ! msgid "Enter the filename to edit:" ! msgstr "Adja meg a szerkesztendÅ fájl nevét:" |
From: <ck...@us...> - 2003-10-19 17:42:38
|
Update of /cvsroot/krusader/krusader_kde3/krusader/MountMan In directory sc8-pr-cvs1:/tmp/cvs-serv10309/krusader_kde3/krusader/MountMan Modified Files: kmountman.cpp kmountman.h kmountmangui.cpp kmountmangui.h Log Message: FIXED: mountman watches 'mount' instead of the directories Index: kmountman.cpp =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/krusader/MountMan/kmountman.cpp,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** kmountman.cpp 16 Oct 2003 16:19:44 -0000 1.13 --- kmountman.cpp 19 Oct 2003 16:37:02 -0000 1.14 *************** *** 58,62 **** KMountMan::KMountMan() : QObject(), Ready(false), Operational(false), ! outputBuffer(0), tempFile(0), mountManGui(0) { filesystems.setAutoDelete(true); localDf=new fsData(); // will be used to move around information --- 58,62 ---- KMountMan::KMountMan() : QObject(), Ready(false), Operational(false), ! outputBuffer(0), tempFile(0), mountManGui(0), mtab("") { filesystems.setAutoDelete(true); localDf=new fsData(); // will be used to move around information *************** *** 266,269 **** --- 266,270 ---- /////////////////////////////////////////////////////////////////////// void KMountMan::updateFilesystems() { + getMtab(); // here we get the current state of mtab for watching it later // create the "df -P -T" process tempFile = new KTempFile(); *************** *** 313,316 **** --- 314,324 ---- } + /* we cannot use collectOutput as other processes may connected to it */ + void KMountMan::collectMtab(KProcess *p, char *buffer,int buflen) { + // add new buffer to mtab + for (int i=0; i<buflen; ++i) + mtab += buffer[i]; + } + QString KMountMan::getMtab() { *************** *** 318,326 **** proc << "mount"; ! // connect all outputs to collectOutput connect(&proc,SIGNAL(receivedStdout(KProcess*, char*, int)), ! this,SLOT(collectOutput(KProcess*, char*,int))); // launch ! clearOutput(); if (!proc.start(KProcess::Block,KProcess::Stdout)) { kdDebug() << "Unable to execute 'mount' !!!" << endl; --- 326,334 ---- proc << "mount"; ! // connect all outputs by collectMtab ( collectOutput can not be used because of the watcher ) connect(&proc,SIGNAL(receivedStdout(KProcess*, char*, int)), ! this,SLOT(collectMtab(KProcess*, char*,int))); // launch ! mtab = ""; if (!proc.start(KProcess::Block,KProcess::Stdout)) { kdDebug() << "Unable to execute 'mount' !!!" << endl; *************** *** 328,332 **** } ! return getOutput(); } --- 336,346 ---- } ! return mtab; ! } ! ! bool KMountMan::checkMtabChanged() ! { ! QString LastMtab = mtab; ! return getMtab() != LastMtab; } Index: kmountman.h =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/krusader/MountMan/kmountman.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** kmountman.h 16 Oct 2003 16:19:44 -0000 1.6 --- kmountman.h 19 Oct 2003 16:37:02 -0000 1.7 *************** *** 72,75 **** --- 72,79 ---- bool ejectable( QString path ); QString convertSize( KIO::filesize_t size ); + + QString getMtab(); // reads the mount table + bool checkMtabChanged(); // checks whether mtab was changed + //////////////////////////// service functions ///////////////////////////////// static QString nextWord( QString &s ); *************** *** 82,85 **** --- 86,90 ---- void forceUpdate(); void collectOutput( KProcess *p, char *buffer, int buflen ); + void collectMtab(KProcess *p, char *buffer,int buflen); void finishUpdateFilesystems(); void killMountMan(); // called when df never finished (error) *************** *** 108,112 **** private: - QString getMtab(); // reads the mount table QStringList mountPoints; // all mountPoints excluding SUPERMOUNTED ones QList<fsData> filesystems; --- 113,116 ---- *************** *** 119,122 **** --- 123,128 ---- KShellProcess dfProc; KMountManGUI *mountManGui; + + QString mtab; // the mount table }; Index: kmountmangui.cpp =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/krusader/MountMan/kmountmangui.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** kmountmangui.cpp 9 Oct 2003 22:10:50 -0000 1.6 --- kmountmangui.cpp 19 Oct 2003 16:37:02 -0000 1.7 *************** *** 36,40 **** #include "../Dialogs/krspecialwidgets.h" #include "../kicons.h" - #include "../VFS/krdirwatch.h" #include "../defaults.h" #include <klocale.h> --- 36,39 ---- *************** *** 53,60 **** KMountManGUI::KMountManGUI() : KDialogBase(krApp, 0,true,"Mount.Man"), info(0), mountList(0) { ! watcher = new KRdirWatch(); connect((QObject*)&krMtMan,SIGNAL(updated()),this,SLOT(updateList())); // <> - connect(watcher,SIGNAL(dirty()),(QObject*)&krMtMan,SLOT(forceUpdate())); //<> setButtonOKText(i18n("&Close"),i18n("Close the Mount.Man window."),0); showButtonApply(false); showButtonCancel(false); --- 52,59 ---- KMountManGUI::KMountManGUI() : KDialogBase(krApp, 0,true,"Mount.Man"), info(0), mountList(0) { ! watcher = new QTimer(this); ! connect(watcher,SIGNAL(timeout()), this, SLOT(checkMountChange())); //<> connect((QObject*)&krMtMan,SIGNAL(updated()),this,SLOT(updateList())); // <> setButtonOKText(i18n("&Close"),i18n("Close the Mount.Man window."),0); showButtonApply(false); showButtonCancel(false); *************** *** 83,86 **** --- 82,86 ---- KMountManGUI::~KMountManGUI() { + watcher->stop(); delete watcher; } *************** *** 136,140 **** void KMountManGUI::updateList() { - createDirwatch(); fsData *it; mountList->clear(); --- 136,139 ---- *************** *** 170,182 **** info->repaint(); } ! watcher->startScan(); } ! void KMountManGUI::createDirwatch() { ! fsData* it; ! watcher->clearList(); ! for (it=krMtMan.filesystems.first(); it!=0 ; it=krMtMan.filesystems.next()) { ! watcher->addDir(it->mntPoint(), false); ! } } --- 169,180 ---- info->repaint(); } ! watcher->start( WATCHER_DELAY, true); // starting the watch timer ( single shot ) } ! void KMountManGUI::checkMountChange() ! { ! if( krMtMan.checkMtabChanged() ) ! krMtMan.forceUpdate(); ! watcher->start( WATCHER_DELAY, true); // starting the watch timer ( single shot ) } Index: kmountmangui.h =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/krusader/MountMan/kmountmangui.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kmountmangui.h 8 Oct 2003 15:54:28 -0000 1.2 --- kmountmangui.h 19 Oct 2003 16:37:02 -0000 1.3 *************** *** 40,43 **** --- 40,46 ---- #include <qcheckbox.h> #include <kjanuswidget.h> + #include <qtimer.h> + + #define WATCHER_DELAY 500 class KRFSDisplay; *************** *** 58,62 **** void createLayout(); // calls the various tab layout-creators void createMainPage(); // creator of the main page - filesystems ! public slots: void updateList(); // fill-up the filesystems list --- 61,65 ---- void createLayout(); // calls the various tab layout-creators void createMainPage(); // creator of the main page - filesystems ! public slots: void updateList(); // fill-up the filesystems list *************** *** 64,74 **** void clicked(QListViewItem *); void changeActive(QListViewItem *); signals: void refreshPanel(QString); - protected: - void createDirwatch(); - private: KRFSDisplay *info; --- 67,75 ---- void clicked(QListViewItem *); void changeActive(QListViewItem *); + void checkMountChange(); // check whether the mount table was changed signals: void refreshPanel(QString); private: KRFSDisplay *info; *************** *** 76,80 **** KJanusWidget *widget; QListView *mountList; ! KRdirWatch *watcher; }; --- 77,81 ---- KJanusWidget *widget; QListView *mountList; ! QTimer *watcher; }; |
From: <ck...@us...> - 2003-10-19 17:11:30
|
Update of /cvsroot/krusader/krusader_kde3 In directory sc8-pr-cvs1:/tmp/cvs-serv10309/krusader_kde3 Modified Files: ChangeLog Log Message: FIXED: mountman watches 'mount' instead of the directories Index: ChangeLog =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/ChangeLog,v retrieving revision 1.126 retrieving revision 1.127 diff -C2 -d -r1.126 -r1.127 *** ChangeLog 18 Oct 2003 12:39:46 -0000 1.126 --- ChangeLog 19 Oct 2003 16:37:02 -0000 1.127 *************** *** 1,3 **** --- 1,4 ---- ====================== + FIXED: mountman watches 'mount' instead of the directories FIXED: keyboard-shortcuts issues for new-tab(alt+ctrl+n), close-tab(alt+ctrl+c) and duplicate-tab(alt+ctrl+shift+n) |
From: <des...@us...> - 2003-10-19 08:20:21
|
Update of /cvsroot/krusader/krusader_kde3/po In directory sc8-pr-cvs1:/tmp/cvs-serv21865/po Modified Files: dk.po Log Message: Index: dk.po =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/po/dk.po,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** dk.po 15 Apr 2002 18:54:21 -0000 1.1.1.1 --- dk.po 18 Oct 2003 10:52:57 -0000 1.2 *************** *** 1,21 **** # Danish translation for Krusader ! # Copyright (C) 2001 Free Software Foundation, Inc. ! # Anders Bruun Olsen <an...@br...>, 2001 # msgid "" msgstr "" ! "Project-Id-Version: Krusader\n" "POT-Creation-Date: 2002-01-01 17:11+0200\n" ! "PO-Revision-Date: 2001-07-25 02:37GMT\n" ! "Last-Translator: \n" [...2864 lines suppressed...] #~ msgid "KRslots" *************** *** 2717,2721 **** #~ msgid "SplashScreen" ! #~ msgstr "Startskærm" #~ msgid "newFTPGUI" --- 2707,2711 ---- #~ msgid "SplashScreen" ! #~ msgstr "StartskÃÅ rm" #~ msgid "newFTPGUI" *************** *** 2812,2813 **** --- 2802,2804 ---- #~ msgid "Can't find " #~ msgstr "Kan ikke finde " + |
From: <des...@us...> - 2003-10-18 15:41:20
|
Update of /cvsroot/krusader/krusader_kde3/po In directory sc8-pr-cvs1:/tmp/cvs-serv28180/po Modified Files: krusader.pot Log Message: Index: krusader.pot =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/po/krusader.pot,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** krusader.pot 1 Aug 2003 10:51:35 -0000 1.8 --- krusader.pot 18 Oct 2003 11:33:47 -0000 1.9 *************** *** 8,12 **** msgstr "" "Project-Id-Version: PACKAGE VERSION\n" ! "POT-Creation-Date: 2003-08-01 13:49+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" --- 8,12 ---- msgstr "" "Project-Id-Version: PACKAGE VERSION\n" ! "POT-Creation-Date: 2003-10-18 13:19+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" [...2984 lines suppressed...] ! "the bookmark button, select 'Add bookmark' and that's it!" ! msgstr "" ! ! #: krslots.cpp:346 msgid "Can't find \"KsysCtrl\". Please install KDE admin package" msgstr "" ! #: krslots.cpp:354 msgid "" "Can't find a batch renamer tool.\n" "You can get Krename at http://krename.sf.net" + msgstr "" + + #: krslots.cpp:433 + msgid "Enter a URL to view:" + msgstr "" + + #: krslots.cpp:450 + msgid "Enter the filename to edit:" msgstr "" |
From: <ma...@us...> - 2003-10-18 12:48:37
|
Update of /cvsroot/krusader/krusader_kde3/krusader/Konfigurator In directory sc8-pr-cvs1:/tmp/cvs-serv6169/krusader/Konfigurator Modified Files: kgadvanced.cpp Log Message: fix: heiner's patch for BSD - remove automount Index: kgadvanced.cpp =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/krusader/Konfigurator/kgadvanced.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kgadvanced.cpp 4 Jul 2003 11:49:11 -0000 1.2 --- kgadvanced.cpp 18 Oct 2003 12:48:30 -0000 1.3 *************** *** 8,12 **** ****************************************************************************/ #include "kgadvanced.h" ! #include <qcheckbox.h> #include <qgroupbox.h> --- 8,12 ---- ****************************************************************************/ #include "kgadvanced.h" ! #include <sys/param.h> #include <qcheckbox.h> #include <qgroupbox.h> *************** *** 109,113 **** kgAutomount->setText( i18n( "Automount filesystems " ) ); QToolTip::add( kgAutomount, i18n( "If checked, Krusader will mount FSTAB mount-points when needed." ) ); ! Layout3->addWidget( kgAutomount, 0, 1 ); --- 109,115 ---- kgAutomount->setText( i18n( "Automount filesystems " ) ); QToolTip::add( kgAutomount, i18n( "If checked, Krusader will mount FSTAB mount-points when needed." ) ); ! #ifdef BSD ! kgAutomount->hide(); ! #endif Layout3->addWidget( kgAutomount, 0, 1 ); |
From: <ma...@us...> - 2003-10-18 12:43:27
|
Update of /cvsroot/krusader/krusader_kde3/krusader/Dialogs In directory sc8-pr-cvs1:/tmp/cvs-serv5377/krusader/Dialogs Modified Files: packgui.cpp Log Message: fix: pack crashes Index: packgui.cpp =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/krusader/Dialogs/packgui.cpp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** packgui.cpp 15 Apr 2002 18:48:23 -0000 1.1.1.1 --- packgui.cpp 18 Oct 2003 12:42:39 -0000 1.2 *************** *** 95,99 **** destination=dirData->text(); type=typeData->currentText(); ! moveIntoArchive=moveCheckbox->isChecked(); // write down the packer chosen, to be lastUsedPacker krConfig->setGroup("Archives"); --- 95,99 ---- destination=dirData->text(); type=typeData->currentText(); ! moveIntoArchive=false;//moveCheckbox->isChecked(); // write down the packer chosen, to be lastUsedPacker krConfig->setGroup("Archives"); |
Update of /cvsroot/krusader/krusader_kde3/krusader In directory sc8-pr-cvs1:/tmp/cvs-serv5038/krusader Modified Files: krslots.cpp krslots.h krusader.cpp krusader.h panelmanager.cpp panelmanager.h paneltabbar.cpp paneltabbar.h Log Message: fix: shortcuts issues with tabbed-browsing Index: krslots.cpp =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/krusader/krslots.cpp,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** krslots.cpp 14 Oct 2003 23:52:27 -0000 1.25 --- krslots.cpp 18 Oct 2003 12:39:46 -0000 1.26 *************** *** 472,474 **** --- 472,498 ---- } + void KRslots::duplicateTab() { + if (ACTIVE_PANEL == krApp->mainView->left) { + krApp->mainView->leftMng->slotNewTab(ACTIVE_PANEL->virtualPath); + } else { + krApp->mainView->rightMng->slotNewTab(ACTIVE_PANEL->virtualPath); + } + } + + void KRslots::newTab() { + if (ACTIVE_PANEL == krApp->mainView->left) { + krApp->mainView->leftMng->slotNewTab(); + } else { + krApp->mainView->rightMng->slotNewTab(); + } + } + + void KRslots::closeTab() { + if (ACTIVE_PANEL == krApp->mainView->left) { + krApp->mainView->leftMng->slotCloseTab(); + } else { + krApp->mainView->rightMng->slotCloseTab(); + } + } + #include "krslots.moc" Index: krslots.h =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/krusader/krslots.h,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** krslots.h 3 Oct 2003 18:10:39 -0000 1.13 --- krslots.h 18 Oct 2003 12:39:46 -0000 1.14 *************** *** 109,112 **** --- 109,116 ---- void openLeftBookmarks() { krApp->mainView->left->bookmarksButton->openPopup(); } void cmdlinePopup() { krApp->mainView->cmdLine->popup(); } + void duplicateTab(); + void newTab(); + void closeTab(); + // F2 void terminal(); Index: krusader.cpp =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/krusader/krusader.cpp,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** krusader.cpp 14 Oct 2003 23:53:39 -0000 1.42 --- krusader.cpp 18 Oct 2003 12:39:46 -0000 1.43 *************** *** 105,108 **** --- 105,111 ---- KAction *Krusader::actDirUp = 0; KAction *Krusader::actCmdlinePopup = 0; + KAction *Krusader::actNewTab = 0; + KAction *Krusader::actDupTab = 0; + KAction *Krusader::actCloseTab = 0; KToggleAction *Krusader::actToggleTerminal = 0; *************** *** 407,411 **** new KAction( i18n( "Left bookmarks" ), ALT+Key_Left, SLOTS, SLOT( openLeftBookmarks() ), actionCollection(), "left bookmarks" ); ! // and at last we can set the tool-tips actSelect->setToolTip( i18n( "Highlight files by using a filter" ) ); --- 410,419 ---- new KAction( i18n( "Left bookmarks" ), ALT+Key_Left, SLOTS, SLOT( openLeftBookmarks() ), actionCollection(), "left bookmarks" ); ! actNewTab = new KAction(i18n("New tab"), ALT+CTRL+Key_N, SLOTS, ! SLOT(newTab()), actionCollection(), "new tab"); ! actDupTab = new KAction(i18n("Duplicate tab"), ALT+CTRL+SHIFT+Key_N, SLOTS, ! SLOT(duplicateTab()), actionCollection(), "duplicate tab"); ! actCloseTab = new KAction(i18n("Close tab"), ALT+CTRL+Key_C, SLOTS, ! SLOT(closeTab()), actionCollection(), "close tab"); // and at last we can set the tool-tips actSelect->setToolTip( i18n( "Highlight files by using a filter" ) ); Index: krusader.h =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/krusader/krusader.h,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** krusader.h 3 Oct 2003 18:10:39 -0000 1.13 --- krusader.h 18 Oct 2003 12:39:46 -0000 1.14 *************** *** 100,103 **** --- 100,104 ---- static KAction *actKonfigurator, *actToolsSetup, *actBack, *actRoot, *actFind, *actDirUp; static KAction *actSelectColorMask, *actMultiRename, *actAllFilter, *actOpenLeftBm, *actOpenRightBm; + static KAction *actNewTab, *actDupTab, *actCloseTab; static KToggleAction *actToggleTerminal; KToggleAction *actToggleFnkeys, *actToggleCmdline, *actShowToolBar, *actToggleSwapPanels, *************** *** 166,169 **** --- 167,173 ---- #define krDirUp Krusader::App->actDirUp #define krCmdlinePopup Krusader::App->actCmdlinePopup + #define krNewTab Krusader::App->actNewTab + #define krDupTab Krusader::App->actDupTab + #define krCloseTab Krusader::App->actCloseTab #endif Index: panelmanager.cpp =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/krusader/panelmanager.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** panelmanager.cpp 29 Sep 2003 21:54:08 -0000 1.3 --- panelmanager.cpp 18 Oct 2003 12:39:46 -0000 1.4 *************** *** 76,79 **** --- 76,81 ---- _stack->raiseWidget( p ); + // connect the activePanelChanged signal to enable/disable actions + connect(p, SIGNAL(activePanelChanged(ListPanel* )), this, SLOT(slotRefreshActions())); return p; } *************** *** 116,118 **** } ! --- 118,122 ---- } ! void PanelManager::slotRefreshActions() { ! krCloseTab->setEnabled(_tabbar->count() > 1); ! } Index: panelmanager.h =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/krusader/panelmanager.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** panelmanager.h 29 Sep 2003 21:52:18 -0000 1.4 --- panelmanager.h 18 Oct 2003 12:39:46 -0000 1.5 *************** *** 40,48 **** */ void slotNewTab(QString path); - - protected slots: void slotNewTab(); void slotCloseTab(); void slotChangePanel(ListPanel *p); private: --- 40,49 ---- */ void slotNewTab(QString path); void slotNewTab(); void slotCloseTab(); + + protected slots: void slotChangePanel(ListPanel *p); + void slotRefreshActions(); private: Index: paneltabbar.cpp =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/krusader/paneltabbar.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** paneltabbar.cpp 29 Sep 2003 21:51:47 -0000 1.4 --- paneltabbar.cpp 18 Oct 2003 12:39:46 -0000 1.5 *************** *** 32,43 **** _panelActionMenu = new KActionMenu( i18n("Panel"), this ); ! _closeAction = new KAction(i18n("Close tab"), KShortcut::null(), this, ! SLOT(closeTab()), krApp->actionCollection(), "close_tab"); ! _newTabSame = new KAction(i18n("Duplicate tab"), KShortcut::null(), this, ! SLOT(duplicateTab()), krApp->actionCollection(), "dup_tab"); ! ! insertAction(_newTabSame); ! insertAction(_closeAction); ! _closeAction->setEnabled(false); //can't close a single tab setShape(QTabBar::TriangularBelow); --- 32,39 ---- _panelActionMenu = new KActionMenu( i18n("Panel"), this ); ! insertAction(krNewTab); ! insertAction(krDupTab); ! insertAction(krCloseTab); ! krCloseTab->setEnabled(false); //can't close a single tab setShape(QTabBar::TriangularBelow); *************** *** 83,87 **** // enable close-tab action if (count()>1) { ! _closeAction->setEnabled(true); } --- 79,83 ---- // enable close-tab action if (count()>1) { ! krCloseTab->setEnabled(true); } *************** *** 107,111 **** // disable close action? if (count()==1) { ! _closeAction->setEnabled(false); } --- 103,107 ---- // disable close action? if (count()==1) { ! krCloseTab->setEnabled(false); } Index: paneltabbar.h =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/krusader/paneltabbar.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** paneltabbar.h 29 Sep 2003 21:52:01 -0000 1.4 --- paneltabbar.h 18 Oct 2003 12:39:46 -0000 1.5 *************** *** 90,94 **** KActionMenu *_panelActionMenu; bool _left; - KAction *_closeAction, *_newTabSame, *_newTabRoot; int _maxTabLength; }; --- 90,93 ---- |
From: <ma...@us...> - 2003-10-18 12:41:29
|
Update of /cvsroot/krusader/krusader_kde3 In directory sc8-pr-cvs1:/tmp/cvs-serv5038 Modified Files: ChangeLog Log Message: fix: shortcuts issues with tabbed-browsing Index: ChangeLog =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/ChangeLog,v retrieving revision 1.125 retrieving revision 1.126 diff -C2 -d -r1.125 -r1.126 *** ChangeLog 18 Oct 2003 10:52:57 -0000 1.125 --- ChangeLog 18 Oct 2003 12:39:46 -0000 1.126 *************** *** 1,3 **** --- 1,5 ---- ====================== + FIXED: keyboard-shortcuts issues for new-tab(alt+ctrl+n), close-tab(alt+ctrl+c) + and duplicate-tab(alt+ctrl+shift+n) FIXED: mountman FreeBSD bug (/etc/mtab does not exist in FreeBSD) FIXED: All files / Custom files. Executable was removed. |
From: <des...@us...> - 2003-10-18 12:34:39
|
Update of /cvsroot/krusader/krusader_kde3 In directory sc8-pr-cvs1:/tmp/cvs-serv21865 Modified Files: ChangeLog Log Message: Index: ChangeLog =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/ChangeLog,v retrieving revision 1.124 retrieving revision 1.125 diff -C2 -d -r1.124 -r1.125 *** ChangeLog 16 Oct 2003 16:19:44 -0000 1.124 --- ChangeLog 18 Oct 2003 10:52:57 -0000 1.125 *************** *** 16,19 **** --- 16,20 ---- REMOVED: KrSearch-Help + Pack-Move into archive (did nothing) UPDATED: Dutch translation + UPDATED: Danish translation 1.29-beta |
From: Dirk <hom...@gm...> - 2003-10-17 23:26:06
|
Hi people, i updated Krusader from CVS today. It crashes badly when i hit the OK button to pack a file or directory, regardless what packer i choose. [New Thread 16384 (LWP 9010)] 0x41449137 in waitpid () from /lib/libpthread.so.0 #0 0x41449137 in waitpid () from /lib/libpthread.so.0 #1 0x40ab5c8b in KCrash::defaultCrashHandler(int) () from /usr/kde/3.1/lib/libkdecore.so.4 #2 <signal handler called> #3 0x0810e660 in PackGUI::accept() () #4 0x411f0ceb in QDialog::qt_invoke(int, QUObject*) () from /usr/qt/3/lib/libqt-mt.so.3 #5 0x0811060f in PackGUIBase::qt_invoke(int, QUObject*) () #6 0x0810e990 in PackGUI::qt_invoke(int, QUObject*) () #7 0x40eebbd9 in QObject::activate_signal(QConnectionList*, QUObject*) () from /usr/qt/3/lib/libqt-mt.so.3 #8 0x40eeba7d in QObject::activate_signal(int) () from /usr/qt/3/lib/libqt-mt.so.3 #9 0x411d26fe in QButton::clicked() () from /usr/qt/3/lib/libqt-mt.so.3 #10 0x40f6dba6 in QButton::mouseReleaseEvent(QMouseEvent*) () from /usr/qt/3/lib/libqt-mt.so.3 #11 0x40f1fe5c in QWidget::event(QEvent*) () from /usr/qt/3/lib/libqt-mt.so.3 #12 0x40e8de04 in QApplication::internalNotify(QObject*, QEvent*) () from /usr/qt/3/lib/libqt-mt.so.3 #13 0x40e8d3e3 in QApplication::notify(QObject*, QEvent*) () from /usr/qt/3/lib/libqt-mt.so.3 -- bye Dirk Eschler |
From: <ck...@us...> - 2003-10-16 16:20:20
|
Update of /cvsroot/krusader/krusader_kde3 In directory sc8-pr-cvs1:/tmp/cvs-serv11864/krusader_kde3 Modified Files: ChangeLog Log Message: FIXED: MountMan FreeBSD /etc/mtab bug Index: ChangeLog =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/ChangeLog,v retrieving revision 1.123 retrieving revision 1.124 diff -C2 -d -r1.123 -r1.124 *** ChangeLog 14 Oct 2003 23:46:41 -0000 1.123 --- ChangeLog 16 Oct 2003 16:19:44 -0000 1.124 *************** *** 1,3 **** --- 1,4 ---- ====================== + FIXED: mountman FreeBSD bug (/etc/mtab does not exist in FreeBSD) FIXED: All files / Custom files. Executable was removed. FIXED: when selecting something from the combobox in "mark files" dialog, combo doesn't close immediatly |
From: <ck...@us...> - 2003-10-16 16:20:10
|
Update of /cvsroot/krusader/krusader_kde3/krusader/MountMan In directory sc8-pr-cvs1:/tmp/cvs-serv11864/krusader_kde3/krusader/MountMan Modified Files: kmountman.cpp kmountman.h Log Message: FIXED: MountMan FreeBSD /etc/mtab bug Index: kmountman.cpp =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/krusader/MountMan/kmountman.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** kmountman.cpp 10 Oct 2003 18:44:34 -0000 1.12 --- kmountman.cpp 16 Oct 2003 16:19:44 -0000 1.13 *************** *** 55,60 **** #endif - #define MTAB "/etc/mtab" - using namespace MountMan; --- 55,58 ---- *************** *** 315,368 **** } ! QString KMountMan::devFromMtab(QString mntPoint) { ! QFile mtab(MTAB); ! if (!mtab.open(IO_ReadOnly)) { ! kdWarning() << "Mt.Man: Unable to read /etc/mtab !!! Shutting down. (sorry)" << endl; ! // since mtab can't be read safely, mountman stops operating. ! Operational=Ready=false; ! return QString::null; } // and read it into the temporary array ! QTextStream t(&mtab); ! while (!mtab.atEnd()) { QString dev,point; QString s = t.readLine().simplifyWhiteSpace(); ! dev = nextWord(s,' '); point = nextWord(s,' '); if (point==mntPoint) { - mtab.close(); return dev; } } - mtab.close(); return QString::null; } QString KMountMan::pointFromMtab(QString device) { ! QFile mtab(MTAB); ! if (!mtab.open(IO_ReadOnly)) { ! kdWarning() << "Mt.Man: Unable to read /etc/mtab !!! Shutting down. (sorry)" << endl; ! // since mtab can't be read safely, mountman stops operating. ! Operational=Ready=false; ! return QString::null; ! } // and read it into the temporary array ! QTextStream t(&mtab); ! while (!mtab.atEnd()) { QString dev,mntPoint; QString s = t.readLine().simplifyWhiteSpace(); ! dev = nextWord(s,' '); mntPoint = nextWord(s,' '); if (dev==device) { - mtab.close(); return mntPoint; } } - mtab.close(); return QString::null; } KMountMan::mntStatus KMountMan::getStatus(QString mntPoint) { ! // parse /etc/mtab and search for mntPoint bool mounted=(devFromMtab(mntPoint) != QString::null); if (mounted) return KMountMan::MOUNTED; --- 313,372 ---- } ! QString KMountMan::getMtab() ! { ! KShellProcess proc; ! proc << "mount"; ! ! // connect all outputs to collectOutput ! connect(&proc,SIGNAL(receivedStdout(KProcess*, char*, int)), ! this,SLOT(collectOutput(KProcess*, char*,int))); ! // launch ! clearOutput(); ! if (!proc.start(KProcess::Block,KProcess::Stdout)) { ! kdDebug() << "Unable to execute 'mount' !!!" << endl; ! return ""; } + return getOutput(); + } + + QString KMountMan::devFromMtab(QString mntPoint) { + QString mtab = getMtab(); + // and read it into the temporary array ! QTextStream t(&mtab, IO_ReadOnly ); ! while (!t.atEnd()) { QString dev,point; QString s = t.readLine().simplifyWhiteSpace(); ! dev = nextWord(s,' '); /* device */ ! nextWord(s,' '); /* on */ ! point = nextWord(s,' '); /* mountpoint */ if (point==mntPoint) { return dev; } } return QString::null; } QString KMountMan::pointFromMtab(QString device) { ! QString mtab = getMtab(); // and read it into the temporary array ! QTextStream t(&mtab, IO_ReadOnly); ! while (!t.atEnd()) { QString dev,mntPoint; QString s = t.readLine().simplifyWhiteSpace(); ! dev = nextWord(s,' '); /* device */ ! nextWord(s,' '); /* on */ ! mntPoint = nextWord(s,' '); /* mountpoint */ if (dev==device) { return mntPoint; } } return QString::null; } KMountMan::mntStatus KMountMan::getStatus(QString mntPoint) { ! // parse the mount table and search for mntPoint bool mounted=(devFromMtab(mntPoint) != QString::null); if (mounted) return KMountMan::MOUNTED; Index: kmountman.h =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/krusader/MountMan/kmountman.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** kmountman.h 20 Sep 2003 10:50:57 -0000 1.5 --- kmountman.h 16 Oct 2003 16:19:44 -0000 1.6 *************** *** 97,101 **** QString getDevice( QString mntPoint ); // mntPoint ==> device fsData* location( QString name ); // device ==> mntPoint - // using /etc/mtab QString pointFromMtab( QString device ); // returns mountPoint for a device QString devFromMtab( QString mntPoint ); // returns device for a mountPoint --- 97,100 ---- *************** *** 109,112 **** --- 108,112 ---- private: + QString getMtab(); // reads the mount table QStringList mountPoints; // all mountPoints excluding SUPERMOUNTED ones QList<fsData> filesystems; |
From: <ma...@us...> - 2003-10-14 23:53:45
|
Update of /cvsroot/krusader/krusader_kde3/krusader In directory sc8-pr-cvs1:/tmp/cvs-serv31953/krusader Modified Files: krusader.cpp Log Message: fix: all/custom filter. removed executables option Index: krusader.cpp =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/krusader/krusader.cpp,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** krusader.cpp 9 Oct 2003 23:25:30 -0000 1.41 --- krusader.cpp 14 Oct 2003 23:53:39 -0000 1.42 *************** *** 393,398 **** actAllFilter = new KAction( i18n( "&All Files" ), SHIFT + Key_F10, SLOTS, SLOT( allFilter() ), actionCollection(), "all files" ); ! actExecFilter = new KAction( i18n( "&Executables" ), SHIFT + Key_F11, ! SLOTS, SLOT( execFilter() ), actionCollection(), "exec files" ); actCustomFilter = new KAction( i18n( "&Custom" ), SHIFT + Key_F12, SLOTS, SLOT( customFilter() ), actionCollection(), "custom files" ); --- 393,398 ---- actAllFilter = new KAction( i18n( "&All Files" ), SHIFT + Key_F10, SLOTS, SLOT( allFilter() ), actionCollection(), "all files" ); ! //actExecFilter = new KAction( i18n( "&Executables" ), SHIFT + Key_F11, ! // SLOTS, SLOT( execFilter() ), actionCollection(), "exec files" ); actCustomFilter = new KAction( i18n( "&Custom" ), SHIFT + Key_F12, SLOTS, SLOT( customFilter() ), actionCollection(), "custom files" ); |
From: <ma...@us...> - 2003-10-14 23:52:31
|
Update of /cvsroot/krusader/krusader_kde3/krusader In directory sc8-pr-cvs1:/tmp/cvs-serv31775/krusader Modified Files: krslots.cpp Log Message: fix: all/custom filter. use view's filter definitions directly Index: krslots.cpp =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/krusader/krslots.cpp,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** krslots.cpp 9 Oct 2003 23:25:44 -0000 1.24 --- krslots.cpp 14 Oct 2003 23:52:27 -0000 1.25 *************** *** 256,262 **** // directory list functions ! void KRslots::allFilter() { ACTIVE_PANEL->setFilter(ListPanel::ALL); } ! void KRslots::execFilter() { ACTIVE_PANEL->setFilter(ListPanel::EXEC); } ! void KRslots::customFilter() { ACTIVE_PANEL->setFilter(ListPanel::CUSTOM);} void KRslots::markAll() { ACTIVE_PANEL->select(true,true); } void KRslots::unmarkAll() { ACTIVE_PANEL->select(false,true); } --- 256,262 ---- // directory list functions ! void KRslots::allFilter() { ACTIVE_PANEL->setFilter(KrView::All); } ! void KRslots::execFilter() { ACTIVE_PANEL->setFilter(KrView::All); } ! void KRslots::customFilter() { ACTIVE_PANEL->setFilter(KrView::Custom);} void KRslots::markAll() { ACTIVE_PANEL->select(true,true); } void KRslots::unmarkAll() { ACTIVE_PANEL->select(false,true); } |
From: <ma...@us...> - 2003-10-14 23:51:47
|
Update of /cvsroot/krusader/krusader_kde3/krusader/Panel In directory sc8-pr-cvs1:/tmp/cvs-serv31597/krusader/Panel Modified Files: krdetailedview.cpp Log Message: fix: all/custom filter Index: krdetailedview.cpp =================================================================== RCS file: /cvsroot/krusader/krusader_kde3/krusader/Panel/krdetailedview.cpp,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** krdetailedview.cpp 3 Oct 2003 08:03:49 -0000 1.46 --- krdetailedview.cpp 14 Oct 2003 23:51:42 -0000 1.47 *************** *** 85,88 **** --- 85,89 ---- // setup the default sort and filter _filter = KrView::All; + _filterMask = "*"; _sortMode = static_cast<SortSpec>( KrView::Name | KrView::Descending | KrView::DirsFirst ); if ( !_config->readBoolEntry( "Case Sensative Sort", _CaseSensativeSort ) ) |