author | llornkcor <llornkcor> | 2002-04-22 12:16:36 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-04-22 12:16:36 (UTC) |
commit | c4cbc0428d013fdd3fc5744edc416669d5564ade (patch) (unidiff) | |
tree | bec11f4abf32164731bb16e6544e6a2586f146cb | |
parent | e79c930fb498f2bc3387da7133a57cd085244346 (diff) | |
download | opie-c4cbc0428d013fdd3fc5744edc416669d5564ade.zip opie-c4cbc0428d013fdd3fc5744edc416669d5564ade.tar.gz opie-c4cbc0428d013fdd3fc5744edc416669d5564ade.tar.bz2 |
bug fix
-rw-r--r-- | noncore/apps/advancedfm/advancedfm.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/noncore/apps/advancedfm/advancedfm.cpp b/noncore/apps/advancedfm/advancedfm.cpp index fed15b4..1083f23 100644 --- a/noncore/apps/advancedfm/advancedfm.cpp +++ b/noncore/apps/advancedfm/advancedfm.cpp | |||
@@ -1,718 +1,718 @@ | |||
1 | /*************************************************************************** | 1 | /*************************************************************************** |
2 | AdvancedFm.cpp | 2 | AdvancedFm.cpp |
3 | ------------------- | 3 | ------------------- |
4 | ** Created: Sat Mar 9 23:33:09 2002 | 4 | ** Created: Sat Mar 9 23:33:09 2002 |
5 | copyright : (C) 2002 by ljp | 5 | copyright : (C) 2002 by ljp |
6 | email : ljp@llornkcor.com | 6 | email : ljp@llornkcor.com |
7 | * This program is free software; you can redistribute it and/or modify * | 7 | * This program is free software; you can redistribute it and/or modify * |
8 | * it under the terms of the GNU General Public License as published by * | 8 | * it under the terms of the GNU General Public License as published by * |
9 | * the Free Software Foundation; either version 2 of the License, or * | 9 | * the Free Software Foundation; either version 2 of the License, or * |
10 | * (at your option) any later version. * | 10 | * (at your option) any later version. * |
11 | ***************************************************************************/ | 11 | ***************************************************************************/ |
12 | #define DEVELOPERS_VERSION | 12 | #define DEVELOPERS_VERSION |
13 | #define QTOPIA_INTERNAL_FSLP // to get access to fileproperties | 13 | #define QTOPIA_INTERNAL_FSLP // to get access to fileproperties |
14 | 14 | ||
15 | #include "advancedfm.h" | 15 | #include "advancedfm.h" |
16 | #include "inputDialog.h" | 16 | #include "inputDialog.h" |
17 | #include "filePermissions.h" | 17 | #include "filePermissions.h" |
18 | #include "output.h" | 18 | #include "output.h" |
19 | 19 | ||
20 | #include <qpe/lnkproperties.h> | 20 | #include <qpe/lnkproperties.h> |
21 | #include <qpe/filemanager.h> | 21 | #include <qpe/filemanager.h> |
22 | #include <qpe/qcopenvelope_qws.h> | 22 | #include <qpe/qcopenvelope_qws.h> |
23 | #include <qpe/qpemenubar.h> | 23 | #include <qpe/qpemenubar.h> |
24 | #include <qpe/qpetoolbar.h> | 24 | #include <qpe/qpetoolbar.h> |
25 | #include <qpe/qpeapplication.h> | 25 | #include <qpe/qpeapplication.h> |
26 | #include <qpe/resource.h> | 26 | #include <qpe/resource.h> |
27 | #include <qpe/qcopenvelope_qws.h> | 27 | #include <qpe/qcopenvelope_qws.h> |
28 | #include <qpe/config.h> | 28 | #include <qpe/config.h> |
29 | #include <qpe/mimetype.h> | 29 | #include <qpe/mimetype.h> |
30 | #include <qpe/applnk.h> | 30 | #include <qpe/applnk.h> |
31 | 31 | ||
32 | //#include <opie/ofileselector.h> | 32 | //#include <opie/ofileselector.h> |
33 | #include <qmultilineedit.h> | 33 | #include <qmultilineedit.h> |
34 | 34 | ||
35 | #include <qtextstream.h> | 35 | #include <qtextstream.h> |
36 | #include <qpushbutton.h> | 36 | #include <qpushbutton.h> |
37 | #include <qtoolbutton.h> | 37 | #include <qtoolbutton.h> |
38 | #include <qdatetime.h> | 38 | #include <qdatetime.h> |
39 | #include <qdir.h> | 39 | #include <qdir.h> |
40 | #include <qfile.h> | 40 | #include <qfile.h> |
41 | #include <qstring.h> | 41 | #include <qstring.h> |
42 | #include <qcombobox.h> | 42 | #include <qcombobox.h> |
43 | #include <qpopupmenu.h> | 43 | #include <qpopupmenu.h> |
44 | #include <qlistview.h> | 44 | #include <qlistview.h> |
45 | #include <qmainwindow.h> | 45 | #include <qmainwindow.h> |
46 | #include <qlabel.h> | 46 | #include <qlabel.h> |
47 | #include <qprogressbar.h> | 47 | #include <qprogressbar.h> |
48 | #include <qspinbox.h> | 48 | #include <qspinbox.h> |
49 | #include <qtabwidget.h> | 49 | #include <qtabwidget.h> |
50 | #include <qwidget.h> | 50 | #include <qwidget.h> |
51 | #include <qlayout.h> | 51 | #include <qlayout.h> |
52 | #include <qimage.h> | 52 | #include <qimage.h> |
53 | #include <qpixmap.h> | 53 | #include <qpixmap.h> |
54 | #include <qmessagebox.h> | 54 | #include <qmessagebox.h> |
55 | #include <qlineedit.h> | 55 | #include <qlineedit.h> |
56 | #include <qregexp.h> | 56 | #include <qregexp.h> |
57 | 57 | ||
58 | #include <unistd.h> | 58 | #include <unistd.h> |
59 | #include <stdlib.h> | 59 | #include <stdlib.h> |
60 | #include <sys/stat.h> | 60 | #include <sys/stat.h> |
61 | #include <dirent.h> | 61 | #include <dirent.h> |
62 | #include <stdio.h> | 62 | #include <stdio.h> |
63 | #include <time.h> | 63 | #include <time.h> |
64 | #include <fcntl.h> | 64 | #include <fcntl.h> |
65 | 65 | ||
66 | AdvancedFm::AdvancedFm( ) | 66 | AdvancedFm::AdvancedFm( ) |
67 | : QMainWindow( ) | 67 | : QMainWindow( ) |
68 | { | 68 | { |
69 | setCaption( tr( "AdvancedFm" ) ); | 69 | setCaption( tr( "AdvancedFm" ) ); |
70 | 70 | ||
71 | QGridLayout *layout = new QGridLayout( this ); | 71 | QGridLayout *layout = new QGridLayout( this ); |
72 | layout->setSpacing( 2); | 72 | layout->setSpacing( 2); |
73 | layout->setMargin( 2); | 73 | layout->setMargin( 2); |
74 | 74 | ||
75 | connect( qApp,SIGNAL( aboutToQuit()),SLOT( cleanUp()) ); | 75 | connect( qApp,SIGNAL( aboutToQuit()),SLOT( cleanUp()) ); |
76 | 76 | ||
77 | QPEMenuBar *menuBar = new QPEMenuBar(this); | 77 | QPEMenuBar *menuBar = new QPEMenuBar(this); |
78 | // fileMenu = new QPopupMenu( this ); | 78 | // fileMenu = new QPopupMenu( this ); |
79 | fileMenu = new QPopupMenu( this ); | 79 | fileMenu = new QPopupMenu( this ); |
80 | viewMenu = new QPopupMenu( this ); | 80 | viewMenu = new QPopupMenu( this ); |
81 | 81 | ||
82 | layout->addMultiCellWidget( menuBar, 0, 0, 0, 1 ); | 82 | layout->addMultiCellWidget( menuBar, 0, 0, 0, 1 ); |
83 | 83 | ||
84 | menuBar->insertItem( tr( "File" ), fileMenu); | 84 | menuBar->insertItem( tr( "File" ), fileMenu); |
85 | menuBar->insertItem( tr( "View" ), viewMenu); | 85 | menuBar->insertItem( tr( "View" ), viewMenu); |
86 | 86 | ||
87 | cfButton = new QPushButton(Resource::loadIconSet("cardmon/pcmcia"),"",this,"CFButton"); | 87 | cfButton = new QPushButton(Resource::loadIconSet("cardmon/pcmcia"),"",this,"CFButton"); |
88 | cfButton ->setFixedSize( QSize( 20, 20 ) ); | 88 | cfButton ->setFixedSize( QSize( 20, 20 ) ); |
89 | connect( cfButton ,SIGNAL(released()),this,SLOT( CFButtonPushed()) ); | 89 | connect( cfButton ,SIGNAL(released()),this,SLOT( CFButtonPushed()) ); |
90 | cfButton->setFlat(TRUE); | 90 | cfButton->setFlat(TRUE); |
91 | layout->addMultiCellWidget( cfButton , 0, 0, 2, 2); | 91 | layout->addMultiCellWidget( cfButton , 0, 0, 2, 2); |
92 | 92 | ||
93 | sdButton = new QPushButton(Resource::loadIconSet("sdmon/sdcard"),"",this,"SDButton"); | 93 | sdButton = new QPushButton(Resource::loadIconSet("sdmon/sdcard"),"",this,"SDButton"); |
94 | sdButton->setFixedSize( QSize( 20, 20 ) ); | 94 | sdButton->setFixedSize( QSize( 20, 20 ) ); |
95 | connect( sdButton ,SIGNAL(released()),this,SLOT( SDButtonPushed()) ); | 95 | connect( sdButton ,SIGNAL(released()),this,SLOT( SDButtonPushed()) ); |
96 | sdButton->setFlat(TRUE); | 96 | sdButton->setFlat(TRUE); |
97 | layout->addMultiCellWidget( sdButton , 0, 0, 3, 3); | 97 | layout->addMultiCellWidget( sdButton , 0, 0, 3, 3); |
98 | 98 | ||
99 | cdUpButton = new QPushButton(Resource::loadIconSet("up"),"",this,"cdUpButton"); | 99 | cdUpButton = new QPushButton(Resource::loadIconSet("up"),"",this,"cdUpButton"); |
100 | cdUpButton ->setFixedSize( QSize( 20, 20 ) ); | 100 | cdUpButton ->setFixedSize( QSize( 20, 20 ) ); |
101 | connect( cdUpButton ,SIGNAL(released()),this,SLOT( upDir()) ); | 101 | connect( cdUpButton ,SIGNAL(released()),this,SLOT( upDir()) ); |
102 | cdUpButton ->setFlat(TRUE); | 102 | cdUpButton ->setFlat(TRUE); |
103 | layout->addMultiCellWidget( cdUpButton , 0, 0, 4, 4); | 103 | layout->addMultiCellWidget( cdUpButton , 0, 0, 4, 4); |
104 | 104 | ||
105 | docButton = new QPushButton(Resource::loadIconSet("DocsIcon"),"",this,"docsButton"); | 105 | docButton = new QPushButton(Resource::loadIconSet("DocsIcon"),"",this,"docsButton"); |
106 | docButton->setFixedSize( QSize( 20, 20 ) ); | 106 | docButton->setFixedSize( QSize( 20, 20 ) ); |
107 | connect( docButton,SIGNAL(released()),this,SLOT( docButtonPushed()) ); | 107 | connect( docButton,SIGNAL(released()),this,SLOT( docButtonPushed()) ); |
108 | docButton->setFlat(TRUE); | 108 | docButton->setFlat(TRUE); |
109 | layout->addMultiCellWidget( docButton, 0, 0, 5, 5); | 109 | layout->addMultiCellWidget( docButton, 0, 0, 5, 5); |
110 | 110 | ||
111 | homeButton = new QPushButton( Resource::loadIconSet("home"),"",this,"homeButton"); | 111 | homeButton = new QPushButton( Resource::loadIconSet("home"),"",this,"homeButton"); |
112 | homeButton->setFixedSize( QSize( 20, 20 ) ); | 112 | homeButton->setFixedSize( QSize( 20, 20 ) ); |
113 | connect(homeButton,SIGNAL(released()),this,SLOT(homeButtonPushed()) ); | 113 | connect(homeButton,SIGNAL(released()),this,SLOT(homeButtonPushed()) ); |
114 | homeButton->setFlat(TRUE); | 114 | homeButton->setFlat(TRUE); |
115 | layout->addMultiCellWidget( homeButton, 0, 0, 6, 6); | 115 | layout->addMultiCellWidget( homeButton, 0, 0, 6, 6); |
116 | // fileMenu->insertItem( tr( "New" ), this, SLOT( newConnection() )); | 116 | // fileMenu->insertItem( tr( "New" ), this, SLOT( newConnection() )); |
117 | // fileMenu->insertItem( tr( "Connect" ), this, SLOT( connector() )); | 117 | // fileMenu->insertItem( tr( "Connect" ), this, SLOT( connector() )); |
118 | // fileMenu->insertItem( tr( "Disconnect" ), this, SLOT( disConnector() )); | 118 | // fileMenu->insertItem( tr( "Disconnect" ), this, SLOT( disConnector() )); |
119 | 119 | ||
120 | fileMenu->insertItem( tr( "Show Hidden Files" ), this, SLOT( showHidden() )); | 120 | fileMenu->insertItem( tr( "Show Hidden Files" ), this, SLOT( showHidden() )); |
121 | fileMenu->insertSeparator(); | 121 | fileMenu->insertSeparator(); |
122 | fileMenu->insertItem( tr( "Make Directory" ), this, SLOT( localMakDir() )); | 122 | fileMenu->insertItem( tr( "Make Directory" ), this, SLOT( localMakDir() )); |
123 | fileMenu->insertItem( tr( "Rename" ), this, SLOT( localRename() )); | 123 | fileMenu->insertItem( tr( "Rename" ), this, SLOT( localRename() )); |
124 | fileMenu->insertItem( tr( "Run Command" ), this, SLOT( runCommandStd() )); | 124 | fileMenu->insertItem( tr( "Run Command" ), this, SLOT( runCommandStd() )); |
125 | fileMenu->insertItem( tr( "Run Command with Output" ), this, SLOT( runCommand() )); | 125 | fileMenu->insertItem( tr( "Run Command with Output" ), this, SLOT( runCommand() )); |
126 | fileMenu->insertSeparator(); | 126 | fileMenu->insertSeparator(); |
127 | fileMenu->insertItem( tr( "Delete" ), this, SLOT( localDelete() )); | 127 | fileMenu->insertItem( tr( "Delete" ), this, SLOT( localDelete() )); |
128 | fileMenu->setCheckable(TRUE); | 128 | fileMenu->setCheckable(TRUE); |
129 | 129 | ||
130 | viewMenu->insertItem( tr( "Switch to Local" ), this, SLOT( switchToLocalTab() )); | 130 | viewMenu->insertItem( tr( "Switch to Local" ), this, SLOT( switchToLocalTab() )); |
131 | viewMenu->insertItem( tr( "Switch to Remote" ), this, SLOT( switchToRemoteTab() )); | 131 | viewMenu->insertItem( tr( "Switch to Remote" ), this, SLOT( switchToRemoteTab() )); |
132 | viewMenu->insertSeparator(); | 132 | viewMenu->insertSeparator(); |
133 | viewMenu->insertItem( tr( "About" ), this, SLOT( doAbout() )); | 133 | viewMenu->insertItem( tr( "About" ), this, SLOT( doAbout() )); |
134 | viewMenu->setCheckable(TRUE); | 134 | viewMenu->setCheckable(TRUE); |
135 | 135 | ||
136 | TabWidget = new QTabWidget( this, "TabWidget" ); | 136 | TabWidget = new QTabWidget( this, "TabWidget" ); |
137 | layout->addMultiCellWidget( TabWidget, 1, 1, 0, 6); | 137 | layout->addMultiCellWidget( TabWidget, 1, 1, 0, 6); |
138 | 138 | ||
139 | tab = new QWidget( TabWidget, "tab" ); | 139 | tab = new QWidget( TabWidget, "tab" ); |
140 | tabLayout = new QGridLayout( tab ); | 140 | tabLayout = new QGridLayout( tab ); |
141 | tabLayout->setSpacing( 2); | 141 | tabLayout->setSpacing( 2); |
142 | tabLayout->setMargin( 2); | 142 | tabLayout->setMargin( 2); |
143 | 143 | ||
144 | Local_View = new QListView( tab, "Local_View" ); | 144 | Local_View = new QListView( tab, "Local_View" ); |
145 | // Local_View->setResizePolicy( QListView::AutoOneFit ); | 145 | // Local_View->setResizePolicy( QListView::AutoOneFit ); |
146 | Local_View->addColumn( tr("File"),140); | 146 | Local_View->addColumn( tr("File"),130); |
147 | Local_View->addColumn( tr("Date"),-1); | ||
148 | Local_View->setColumnAlignment(1,QListView::AlignRight); | ||
149 | Local_View->addColumn( tr("Size"),-1); | 147 | Local_View->addColumn( tr("Size"),-1); |
148 | Local_View->setColumnAlignment(1,QListView::AlignRight); | ||
149 | Local_View->addColumn( tr("Date"),-1); | ||
150 | Local_View->setColumnAlignment(2,QListView::AlignRight); | 150 | Local_View->setColumnAlignment(2,QListView::AlignRight); |
151 | Local_View->setAllColumnsShowFocus(TRUE); | 151 | Local_View->setAllColumnsShowFocus(TRUE); |
152 | // Local_View->setMultiSelection( TRUE ); | 152 | // Local_View->setMultiSelection( TRUE ); |
153 | // Local_View->setSelectionMode(QListView::Extended); | 153 | // Local_View->setSelectionMode(QListView::Extended); |
154 | QPEApplication::setStylusOperation( Local_View->viewport(),QPEApplication::RightOnHold); | 154 | QPEApplication::setStylusOperation( Local_View->viewport(),QPEApplication::RightOnHold); |
155 | 155 | ||
156 | tabLayout->addWidget( Local_View, 0, 0 ); | 156 | tabLayout->addWidget( Local_View, 0, 0 ); |
157 | 157 | ||
158 | connect( Local_View, SIGNAL( clicked( QListViewItem*)), | 158 | connect( Local_View, SIGNAL( clicked( QListViewItem*)), |
159 | this,SLOT( localListClicked(QListViewItem *)) ); | 159 | this,SLOT( localListClicked(QListViewItem *)) ); |
160 | connect( Local_View, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int)), | 160 | connect( Local_View, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int)), |
161 | this,SLOT( localListPressed(int, QListViewItem *, const QPoint&, int)) ); | 161 | this,SLOT( localListPressed(int, QListViewItem *, const QPoint&, int)) ); |
162 | 162 | ||
163 | TabWidget->insertTab( tab, tr("1")); | 163 | TabWidget->insertTab( tab, tr("1")); |
164 | 164 | ||
165 | tab_2 = new QWidget( TabWidget, "tab_2" ); | 165 | tab_2 = new QWidget( TabWidget, "tab_2" ); |
166 | tabLayout_2 = new QGridLayout( tab_2 ); | 166 | tabLayout_2 = new QGridLayout( tab_2 ); |
167 | tabLayout_2->setSpacing( 2); | 167 | tabLayout_2->setSpacing( 2); |
168 | tabLayout_2->setMargin( 2); | 168 | tabLayout_2->setMargin( 2); |
169 | 169 | ||
170 | Remote_View = new QListView( tab_2, "Remote_View" ); | 170 | Remote_View = new QListView( tab_2, "Remote_View" ); |
171 | Remote_View->addColumn( tr("File"),140); | 171 | Remote_View->addColumn( tr("File"),130); |
172 | Remote_View->addColumn( tr("Date"),-1); | ||
173 | Remote_View->setColumnAlignment(1,QListView::AlignRight); | ||
174 | Remote_View->addColumn( tr("Size"),-1); | 172 | Remote_View->addColumn( tr("Size"),-1); |
173 | Remote_View->setColumnAlignment(1,QListView::AlignRight); | ||
174 | Remote_View->addColumn( tr("Date"),-1); | ||
175 | Remote_View->setColumnAlignment(2,QListView::AlignRight); | 175 | Remote_View->setColumnAlignment(2,QListView::AlignRight); |
176 | Remote_View->setAllColumnsShowFocus(TRUE); | 176 | Remote_View->setAllColumnsShowFocus(TRUE); |
177 | // Remote_View->setMultiSelection( TRUE ); | 177 | // Remote_View->setMultiSelection( TRUE ); |
178 | // Remote_View->setSelectionMode(QListView::Extended); | 178 | // Remote_View->setSelectionMode(QListView::Extended); |
179 | QPEApplication::setStylusOperation( Remote_View->viewport(),QPEApplication::RightOnHold); | 179 | QPEApplication::setStylusOperation( Remote_View->viewport(),QPEApplication::RightOnHold); |
180 | 180 | ||
181 | connect( Remote_View, SIGNAL( clicked( QListViewItem*)), | 181 | connect( Remote_View, SIGNAL( clicked( QListViewItem*)), |
182 | this,SLOT( remoteListClicked(QListViewItem *)) ); | 182 | this,SLOT( remoteListClicked(QListViewItem *)) ); |
183 | connect( Remote_View, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int)), | 183 | connect( Remote_View, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int)), |
184 | this,SLOT( remoteListPressed(int, QListViewItem *, const QPoint&, int)) ); | 184 | this,SLOT( remoteListPressed(int, QListViewItem *, const QPoint&, int)) ); |
185 | 185 | ||
186 | tabLayout_2->addWidget( Remote_View, 0, 0 ); | 186 | tabLayout_2->addWidget( Remote_View, 0, 0 ); |
187 | 187 | ||
188 | TabWidget->insertTab( tab_2, tr( "2")); | 188 | TabWidget->insertTab( tab_2, tr( "2")); |
189 | 189 | ||
190 | connect(TabWidget,SIGNAL(currentChanged(QWidget *)), | 190 | connect(TabWidget,SIGNAL(currentChanged(QWidget *)), |
191 | this,SLOT(tabChanged(QWidget*))); | 191 | this,SLOT(tabChanged(QWidget*))); |
192 | 192 | ||
193 | // tab_3 = new QWidget( TabWidget, "tab_3" ); | 193 | // tab_3 = new QWidget( TabWidget, "tab_3" ); |
194 | // tabLayout_3 = new QGridLayout( tab_3 ); | 194 | // tabLayout_3 = new QGridLayout( tab_3 ); |
195 | // tabLayout_3->setSpacing( 2); | 195 | // tabLayout_3->setSpacing( 2); |
196 | // tabLayout_3->setMargin( 2); | 196 | // tabLayout_3->setMargin( 2); |
197 | 197 | ||
198 | // OFileSelector *fileSelector; | 198 | // OFileSelector *fileSelector; |
199 | // fileSelector = new OFileSelector(tab_3,0,0,"/","","*"); | 199 | // fileSelector = new OFileSelector(tab_3,0,0,"/","","*"); |
200 | // tabLayout_3->addMultiCellWidget( fileSelector, 0, 0, 0, 3 ); | 200 | // tabLayout_3->addMultiCellWidget( fileSelector, 0, 0, 0, 3 ); |
201 | 201 | ||
202 | // TabWidget->insertTab( tab_3, tr( "Files" ) ); | 202 | // TabWidget->insertTab( tab_3, tr( "Files" ) ); |
203 | 203 | ||
204 | currentDir.setFilter( QDir::Files | QDir::Dirs/* | QDir::Hidden*/ | QDir::All); | 204 | currentDir.setFilter( QDir::Files | QDir::Dirs/* | QDir::Hidden*/ | QDir::All); |
205 | currentDir.setPath( QDir::currentDirPath()); | 205 | currentDir.setPath( QDir::currentDirPath()); |
206 | 206 | ||
207 | currentRemoteDir.setFilter( QDir::Files | QDir::Dirs/* | QDir::Hidden*/ | QDir::All); | 207 | currentRemoteDir.setFilter( QDir::Files | QDir::Dirs/* | QDir::Hidden*/ | QDir::All); |
208 | currentRemoteDir.setPath( QDir::currentDirPath()); | 208 | currentRemoteDir.setPath( QDir::currentDirPath()); |
209 | 209 | ||
210 | currentPathCombo = new QComboBox( FALSE, this, "currentPathCombo" ); | 210 | currentPathCombo = new QComboBox( FALSE, this, "currentPathCombo" ); |
211 | currentPathCombo->setEditable(TRUE); | 211 | currentPathCombo->setEditable(TRUE); |
212 | layout->addMultiCellWidget( currentPathCombo, 3, 3, 0, 6); | 212 | layout->addMultiCellWidget( currentPathCombo, 3, 3, 0, 6); |
213 | currentPathCombo->lineEdit()->setText( currentDir.canonicalPath()); | 213 | currentPathCombo->lineEdit()->setText( currentDir.canonicalPath()); |
214 | 214 | ||
215 | connect( currentPathCombo, SIGNAL( activated( const QString & ) ), | 215 | connect( currentPathCombo, SIGNAL( activated( const QString & ) ), |
216 | this, SLOT( currentPathComboActivated( const QString & ) ) ); | 216 | this, SLOT( currentPathComboActivated( const QString & ) ) ); |
217 | 217 | ||
218 | connect( currentPathCombo->lineEdit(),SIGNAL(returnPressed()), | 218 | connect( currentPathCombo->lineEdit(),SIGNAL(returnPressed()), |
219 | this,SLOT(currentPathComboChanged())); | 219 | this,SLOT(currentPathComboChanged())); |
220 | 220 | ||
221 | currentPathCombo->lineEdit()->setText( currentDir.canonicalPath()); | 221 | currentPathCombo->lineEdit()->setText( currentDir.canonicalPath()); |
222 | 222 | ||
223 | layout->addMultiCellWidget( currentPathCombo, 3, 3, 0, 6); | 223 | layout->addMultiCellWidget( currentPathCombo, 3, 3, 0, 6); |
224 | 224 | ||
225 | filterStr="*"; | 225 | filterStr="*"; |
226 | b=FALSE; | 226 | b=FALSE; |
227 | populateLocalView(); | 227 | populateLocalView(); |
228 | populateRemoteView(); | 228 | populateRemoteView(); |
229 | } | 229 | } |
230 | 230 | ||
231 | AdvancedFm::~AdvancedFm() | 231 | AdvancedFm::~AdvancedFm() |
232 | { | 232 | { |
233 | } | 233 | } |
234 | 234 | ||
235 | void AdvancedFm::cleanUp() | 235 | void AdvancedFm::cleanUp() |
236 | { | 236 | { |
237 | QString sfile=QDir::homeDirPath(); | 237 | QString sfile=QDir::homeDirPath(); |
238 | if(sfile.right(1) != "/") | 238 | if(sfile.right(1) != "/") |
239 | sfile+="/._temp"; | 239 | sfile+="/._temp"; |
240 | else | 240 | else |
241 | sfile+="._temp"; | 241 | sfile+="._temp"; |
242 | QFile file( sfile); | 242 | QFile file( sfile); |
243 | if(file.exists()) | 243 | if(file.exists()) |
244 | file.remove(); | 244 | file.remove(); |
245 | } | 245 | } |
246 | 246 | ||
247 | void AdvancedFm::tabChanged(QWidget *w) | 247 | void AdvancedFm::tabChanged(QWidget *w) |
248 | { | 248 | { |
249 | if (TabWidget->currentPageIndex() == 0) { | 249 | if (TabWidget->currentPageIndex() == 0) { |
250 | currentPathCombo->lineEdit()->setText( currentDir.canonicalPath()); | 250 | currentPathCombo->lineEdit()->setText( currentDir.canonicalPath()); |
251 | viewMenu->setItemChecked(viewMenu->idAt(0),TRUE); | 251 | viewMenu->setItemChecked(viewMenu->idAt(0),TRUE); |
252 | viewMenu->setItemChecked(viewMenu->idAt(1),FALSE); | 252 | viewMenu->setItemChecked(viewMenu->idAt(1),FALSE); |
253 | } | 253 | } |
254 | if (TabWidget->currentPageIndex() == 1) { | 254 | if (TabWidget->currentPageIndex() == 1) { |
255 | currentPathCombo->lineEdit()->setText( currentRemoteDir.canonicalPath()); | 255 | currentPathCombo->lineEdit()->setText( currentRemoteDir.canonicalPath()); |
256 | viewMenu->setItemChecked(viewMenu->idAt(1),TRUE); | 256 | viewMenu->setItemChecked(viewMenu->idAt(1),TRUE); |
257 | viewMenu->setItemChecked(viewMenu->idAt(0),FALSE); | 257 | viewMenu->setItemChecked(viewMenu->idAt(0),FALSE); |
258 | } | 258 | } |
259 | } | 259 | } |
260 | 260 | ||
261 | 261 | ||
262 | void AdvancedFm::populateLocalView() | 262 | void AdvancedFm::populateLocalView() |
263 | { | 263 | { |
264 | // QList<QListViewItem> * getSelectedItems( QListView * Local_View ); | 264 | // QList<QListViewItem> * getSelectedItems( QListView * Local_View ); |
265 | // QListViewItemIterator it( Local_View ); | 265 | // QListViewItemIterator it( Local_View ); |
266 | // for ( ; it.current(); ++it ) { | 266 | // for ( ; it.current(); ++it ) { |
267 | // if ( it.current()->isSelected() ) { | 267 | // if ( it.current()->isSelected() ) { |
268 | // QString strItem = it.current()->text(0); | 268 | // QString strItem = it.current()->text(0); |
269 | // QString localFile = currentDir.canonicalPath()+"/"+strItem; | 269 | // QString localFile = currentDir.canonicalPath()+"/"+strItem; |
270 | // QFileInfo fi(localFile); | 270 | // QFileInfo fi(localFile); |
271 | // } | 271 | // } |
272 | // } | 272 | // } |
273 | QPixmap pm; | 273 | QPixmap pm; |
274 | Local_View->clear(); | 274 | Local_View->clear(); |
275 | currentDir.setSorting(/* QDir::Size*/ /*| QDir::Reversed | */QDir::DirsFirst); | 275 | currentDir.setSorting(/* QDir::Size*/ /*| QDir::Reversed | */QDir::DirsFirst); |
276 | currentDir.setMatchAllDirs(TRUE); | 276 | currentDir.setMatchAllDirs(TRUE); |
277 | currentDir.setNameFilter(filterStr); | 277 | currentDir.setNameFilter(filterStr); |
278 | QString fileL, fileS, fileDate; | 278 | QString fileL, fileS, fileDate; |
279 | // qDebug(currentDir.canonicalPath()); | 279 | // qDebug(currentDir.canonicalPath()); |
280 | 280 | ||
281 | bool isDir=FALSE; | 281 | bool isDir=FALSE; |
282 | const QFileInfoList *list = currentDir.entryInfoList( /*QDir::All*/ /*, QDir::SortByMask*/); | 282 | const QFileInfoList *list = currentDir.entryInfoList( /*QDir::All*/ /*, QDir::SortByMask*/); |
283 | QFileInfoListIterator it(*list); | 283 | QFileInfoListIterator it(*list); |
284 | QFileInfo *fi; | 284 | QFileInfo *fi; |
285 | while ( (fi=it.current()) ) { | 285 | while ( (fi=it.current()) ) { |
286 | if (fi->isSymLink() ) { | 286 | if (fi->isSymLink() ) { |
287 | QString symLink=fi->readLink(); | 287 | QString symLink=fi->readLink(); |
288 | // qDebug("Symlink detected "+symLink); | 288 | // qDebug("Symlink detected "+symLink); |
289 | QFileInfo sym( symLink); | 289 | QFileInfo sym( symLink); |
290 | fileS.sprintf( "%10li", sym.size() ); | 290 | fileS.sprintf( "%10li", sym.size() ); |
291 | fileL.sprintf( "%s -> %s", sym.fileName().data(),sym.absFilePath().data() ); | 291 | fileL.sprintf( "%s -> %s", sym.fileName().data(),sym.absFilePath().data() ); |
292 | fileDate = sym.lastModified().toString(); | 292 | fileDate = sym.lastModified().toString(); |
293 | } else { | 293 | } else { |
294 | fileS.sprintf( "%10li", fi->size() ); | 294 | fileS.sprintf( "%10li", fi->size() ); |
295 | fileL.sprintf( "%s",fi->fileName().data() ); | 295 | fileL.sprintf( "%s",fi->fileName().data() ); |
296 | fileDate= fi->lastModified().toString(); | 296 | fileDate= fi->lastModified().toString(); |
297 | if( QDir(QDir::cleanDirPath(currentDir.canonicalPath()+"/"+fileL)).exists() ) { | 297 | if( QDir(QDir::cleanDirPath(currentDir.canonicalPath()+"/"+fileL)).exists() ) { |
298 | fileL+="/"; | 298 | fileL+="/"; |
299 | isDir=TRUE; | 299 | isDir=TRUE; |
300 | // qDebug( fileL); | 300 | // qDebug( fileL); |
301 | } | 301 | } |
302 | } | 302 | } |
303 | if(fileL !="./" && fi->exists()) { | 303 | if(fileL !="./" && fi->exists()) { |
304 | item= new QListViewItem( Local_View, fileL , fileDate, fileS); | 304 | item= new QListViewItem( Local_View, fileL, fileS , fileDate); |
305 | 305 | ||
306 | if(isDir || fileL.find("/",0,TRUE) != -1) { | 306 | if(isDir || fileL.find("/",0,TRUE) != -1) { |
307 | if( !QDir( fi->filePath() ).isReadable()) | 307 | if( !QDir( fi->filePath() ).isReadable()) |
308 | pm = Resource::loadPixmap( "lockedfolder" ); | 308 | pm = Resource::loadPixmap( "lockedfolder" ); |
309 | else | 309 | else |
310 | pm= Resource::loadPixmap( "folder" ); | 310 | pm= Resource::loadPixmap( "folder" ); |
311 | item->setPixmap( 0,pm ); | 311 | item->setPixmap( 0,pm ); |
312 | } else { | 312 | } else { |
313 | if( !fi->isReadable() ) | 313 | if( !fi->isReadable() ) |
314 | pm = Resource::loadPixmap( "locked" ); | 314 | pm = Resource::loadPixmap( "locked" ); |
315 | else { | 315 | else { |
316 | MimeType mt(fi->filePath()); | 316 | MimeType mt(fi->filePath()); |
317 | pm=mt.pixmap(); //sets the correct pixmap for mimetype | 317 | pm=mt.pixmap(); //sets the correct pixmap for mimetype |
318 | if(pm.isNull()) | 318 | if(pm.isNull()) |
319 | pm = Resource::loadPixmap( "UnknownDocument-14" ); | 319 | pm = Resource::loadPixmap( "UnknownDocument-14" ); |
320 | item->setPixmap( 0,pm); | 320 | item->setPixmap( 0,pm); |
321 | } | 321 | } |
322 | } | 322 | } |
323 | if( fileL.find("->",0,TRUE) != -1) { | 323 | if( fileL.find("->",0,TRUE) != -1) { |
324 | // overlay link image | 324 | // overlay link image |
325 | pm= Resource::loadPixmap( "folder" ); | 325 | pm= Resource::loadPixmap( "folder" ); |
326 | QPixmap lnk = Resource::loadPixmap( "opie/symlink" ); | 326 | QPixmap lnk = Resource::loadPixmap( "opie/symlink" ); |
327 | QPainter painter( &pm ); | 327 | QPainter painter( &pm ); |
328 | painter.drawPixmap( pm.width()-lnk.width(), pm.height()-lnk.height(), lnk ); | 328 | painter.drawPixmap( pm.width()-lnk.width(), pm.height()-lnk.height(), lnk ); |
329 | pm.setMask( pm.createHeuristicMask( FALSE ) ); | 329 | pm.setMask( pm.createHeuristicMask( FALSE ) ); |
330 | item->setPixmap( 0, pm); | 330 | item->setPixmap( 0, pm); |
331 | } | 331 | } |
332 | } isDir=FALSE; | 332 | } isDir=FALSE; |
333 | ++it; | 333 | ++it; |
334 | } | 334 | } |
335 | 335 | ||
336 | if(currentDir.canonicalPath().find("dev",0,TRUE) != -1) { | 336 | if(currentDir.canonicalPath().find("dev",0,TRUE) != -1) { |
337 | struct stat buf; | 337 | struct stat buf; |
338 | struct stat st; | 338 | struct stat st; |
339 | dev_t devT; | 339 | dev_t devT; |
340 | mode_t mode; | 340 | mode_t mode; |
341 | DIR *dir; | 341 | DIR *dir; |
342 | int fd = 0; | 342 | int fd = 0; |
343 | struct dirent *mydirent; | 343 | struct dirent *mydirent; |
344 | int i = 1; | 344 | int i = 1; |
345 | if((dir = opendir( currentDir.canonicalPath().latin1())) != NULL) | 345 | if((dir = opendir( currentDir.canonicalPath().latin1())) != NULL) |
346 | while ((mydirent = readdir(dir)) != NULL) { | 346 | while ((mydirent = readdir(dir)) != NULL) { |
347 | lstat( mydirent->d_name, &buf); | 347 | lstat( mydirent->d_name, &buf); |
348 | qDebug(mydirent->d_name); | 348 | qDebug(mydirent->d_name); |
349 | // mode = buf.st_mode; | 349 | // mode = buf.st_mode; |
350 | fileL.sprintf("%s", mydirent->d_name); | 350 | fileL.sprintf("%s", mydirent->d_name); |
351 | // fileS.sprintf("%d, %d", ); //this isn't correct | 351 | // fileS.sprintf("%d, %d", ); //this isn't correct |
352 | devT = buf.st_dev; | 352 | devT = buf.st_dev; |
353 | fileS.sprintf("%d, %d", (int) ( devT >>8) &0xFF, (int)devT &0xFF); | 353 | fileS.sprintf("%d, %d", (int) ( devT >>8) &0xFF, (int)devT &0xFF); |
354 | // fileS.sprintf("%d,%d", devT, devT); | 354 | // fileS.sprintf("%d,%d", devT, devT); |
355 | fileDate.sprintf("%s", ctime( &buf.st_mtime)); | 355 | fileDate.sprintf("%s", ctime( &buf.st_mtime)); |
356 | if( fileL.find(".") == -1 ){ | 356 | if( fileL.find(".") == -1 ){ |
357 | item= new QListViewItem( Local_View, fileL, fileDate, fileS); | 357 | item= new QListViewItem( Local_View, fileL, fileS, fileDate); |
358 | pm = Resource::loadPixmap( "UnknownDocument-14" ); | 358 | pm = Resource::loadPixmap( "UnknownDocument-14" ); |
359 | item->setPixmap( 0,pm); | 359 | item->setPixmap( 0,pm); |
360 | } | 360 | } |
361 | } | 361 | } |
362 | 362 | ||
363 | closedir(dir); | 363 | closedir(dir); |
364 | } | 364 | } |
365 | 365 | ||
366 | Local_View->setSorting( 3,FALSE); | 366 | Local_View->setSorting( 3,FALSE); |
367 | fillCombo( (const QString &) currentDir.canonicalPath()); | 367 | fillCombo( (const QString &) currentDir.canonicalPath()); |
368 | } | 368 | } |
369 | 369 | ||
370 | void AdvancedFm::populateRemoteView() | 370 | void AdvancedFm::populateRemoteView() |
371 | { | 371 | { |
372 | // QList<QListViewItem> * getSelectedItems( QListView * Local_View ); | 372 | // QList<QListViewItem> * getSelectedItems( QListView * Local_View ); |
373 | // QListViewItemIterator it( Remote_View ); | 373 | // QListViewItemIterator it( Remote_View ); |
374 | // for ( ; it.current(); ++it ) { | 374 | // for ( ; it.current(); ++it ) { |
375 | // if ( it.current()->isSelected() ) { | 375 | // if ( it.current()->isSelected() ) { |
376 | // QString strItem = it.current()->text(0); | 376 | // QString strItem = it.current()->text(0); |
377 | // QString localFile = currentRemoteDir.canonicalPath()+"/"+strItem; | 377 | // QString localFile = currentRemoteDir.canonicalPath()+"/"+strItem; |
378 | // QFileInfo fi(localFile); | 378 | // QFileInfo fi(localFile); |
379 | // } | 379 | // } |
380 | // } | 380 | // } |
381 | QPixmap pm; | 381 | QPixmap pm; |
382 | Remote_View->clear(); | 382 | Remote_View->clear(); |
383 | currentRemoteDir.setSorting(/* QDir::Size*/ /*| QDir::Reversed | */QDir::DirsFirst); | 383 | currentRemoteDir.setSorting(/* QDir::Size*/ /*| QDir::Reversed | */QDir::DirsFirst); |
384 | currentRemoteDir.setMatchAllDirs(TRUE); | 384 | currentRemoteDir.setMatchAllDirs(TRUE); |
385 | currentRemoteDir.setNameFilter(filterStr); | 385 | currentRemoteDir.setNameFilter(filterStr); |
386 | QString fileL, fileS, fileDate; | 386 | QString fileL, fileS, fileDate; |
387 | bool isDir=FALSE; | 387 | bool isDir=FALSE; |
388 | const QFileInfoList *list = currentRemoteDir.entryInfoList( /*QDir::All*/ /*, QDir::SortByMask*/); | 388 | const QFileInfoList *list = currentRemoteDir.entryInfoList( /*QDir::All*/ /*, QDir::SortByMask*/); |
389 | QFileInfoListIterator it(*list); | 389 | QFileInfoListIterator it(*list); |
390 | QFileInfo *fi; | 390 | QFileInfo *fi; |
391 | while ( (fi=it.current()) ) { | 391 | while ( (fi=it.current()) ) { |
392 | if (fi->isSymLink() ){ | 392 | if (fi->isSymLink() ){ |
393 | QString symLink=fi->readLink(); | 393 | QString symLink=fi->readLink(); |
394 | // qDebug("Symlink detected "+symLink); | 394 | // qDebug("Symlink detected "+symLink); |
395 | QFileInfo sym( symLink); | 395 | QFileInfo sym( symLink); |
396 | fileS.sprintf( "%10li", sym.size() ); | 396 | fileS.sprintf( "%10li", sym.size() ); |
397 | fileL.sprintf( "%s -> %s", sym.fileName().data(),sym.absFilePath().data() ); | 397 | fileL.sprintf( "%s -> %s", sym.fileName().data(),sym.absFilePath().data() ); |
398 | fileDate = sym.lastModified().toString(); | 398 | fileDate = sym.lastModified().toString(); |
399 | } else { | 399 | } else { |
400 | // qDebug("Not a dir: "+currentDir.canonicalPath()+fileL); | 400 | // qDebug("Not a dir: "+currentDir.canonicalPath()+fileL); |
401 | fileS.sprintf( "%10li", fi->size() ); | 401 | fileS.sprintf( "%10li", fi->size() ); |
402 | fileL.sprintf( "%s",fi->fileName().data() ); | 402 | fileL.sprintf( "%s",fi->fileName().data() ); |
403 | fileDate= fi->lastModified().toString(); | 403 | fileDate= fi->lastModified().toString(); |
404 | if( QDir(QDir::cleanDirPath( currentRemoteDir.canonicalPath()+"/"+fileL)).exists() ) { | 404 | if( QDir(QDir::cleanDirPath( currentRemoteDir.canonicalPath()+"/"+fileL)).exists() ) { |
405 | fileL+="/"; | 405 | fileL+="/"; |
406 | isDir=TRUE; | 406 | isDir=TRUE; |
407 | // qDebug( fileL); | 407 | // qDebug( fileL); |
408 | } | 408 | } |
409 | } | 409 | } |
410 | if(fileL !="./" && fi->exists()) { | 410 | if(fileL !="./" && fi->exists()) { |
411 | item= new QListViewItem( Remote_View, fileL, fileDate, fileS); | 411 | item= new QListViewItem( Remote_View, fileL, fileS, fileDate); |
412 | QPixmap pm; | 412 | QPixmap pm; |
413 | 413 | ||
414 | if(isDir || fileL.find("/",0,TRUE) != -1) { | 414 | if(isDir || fileL.find("/",0,TRUE) != -1) { |
415 | if( !QDir( fi->filePath() ).isReadable()) | 415 | if( !QDir( fi->filePath() ).isReadable()) |
416 | pm = Resource::loadPixmap( "lockedfolder" ); | 416 | pm = Resource::loadPixmap( "lockedfolder" ); |
417 | else | 417 | else |
418 | pm= Resource::loadPixmap( "folder" ); | 418 | pm= Resource::loadPixmap( "folder" ); |
419 | item->setPixmap( 0,pm ); | 419 | item->setPixmap( 0,pm ); |
420 | } else { | 420 | } else { |
421 | if( !fi->isReadable() ) | 421 | if( !fi->isReadable() ) |
422 | pm = Resource::loadPixmap( "locked" ); | 422 | pm = Resource::loadPixmap( "locked" ); |
423 | else { | 423 | else { |
424 | MimeType mt(fi->filePath()); | 424 | MimeType mt(fi->filePath()); |
425 | pm=mt.pixmap(); //sets the correct pixmap for mimetype | 425 | pm=mt.pixmap(); //sets the correct pixmap for mimetype |
426 | if(pm.isNull()) | 426 | if(pm.isNull()) |
427 | pm = Resource::loadPixmap( "UnknownDocument-14" ); | 427 | pm = Resource::loadPixmap( "UnknownDocument-14" ); |
428 | item->setPixmap( 0,pm); | 428 | item->setPixmap( 0,pm); |
429 | } | 429 | } |
430 | } | 430 | } |
431 | if( fileL.find("->",0,TRUE) != -1) { | 431 | if( fileL.find("->",0,TRUE) != -1) { |
432 | // overlay link image | 432 | // overlay link image |
433 | pm= Resource::loadPixmap( "folder" ); | 433 | pm= Resource::loadPixmap( "folder" ); |
434 | QPixmap lnk = Resource::loadPixmap( "opie/symlink" ); | 434 | QPixmap lnk = Resource::loadPixmap( "opie/symlink" ); |
435 | QPainter painter( &pm ); | 435 | QPainter painter( &pm ); |
436 | painter.drawPixmap( pm.width()-lnk.width(), pm.height()-lnk.height(), lnk ); | 436 | painter.drawPixmap( pm.width()-lnk.width(), pm.height()-lnk.height(), lnk ); |
437 | pm.setMask( pm.createHeuristicMask( FALSE ) ); | 437 | pm.setMask( pm.createHeuristicMask( FALSE ) ); |
438 | item->setPixmap( 0, pm); | 438 | item->setPixmap( 0, pm); |
439 | } | 439 | } |
440 | } isDir=FALSE; | 440 | } isDir=FALSE; |
441 | ++it; | 441 | ++it; |
442 | } | 442 | } |
443 | 443 | ||
444 | if(currentRemoteDir.canonicalPath().find("dev",0,TRUE) != -1) { | 444 | if(currentRemoteDir.canonicalPath().find("dev",0,TRUE) != -1) { |
445 | struct stat buf; | 445 | struct stat buf; |
446 | struct stat st; | 446 | struct stat st; |
447 | mode_t mode; | 447 | mode_t mode; |
448 | DIR *dir; | 448 | DIR *dir; |
449 | int fd = 0; | 449 | int fd = 0; |
450 | struct dirent *mydirent; | 450 | struct dirent *mydirent; |
451 | int i = 1; | 451 | int i = 1; |
452 | if((dir = opendir( currentRemoteDir.canonicalPath().latin1())) != NULL) | 452 | if((dir = opendir( currentRemoteDir.canonicalPath().latin1())) != NULL) |
453 | while ((mydirent = readdir(dir)) != NULL) { | 453 | while ((mydirent = readdir(dir)) != NULL) { |
454 | lstat( mydirent->d_name, &buf); | 454 | lstat( mydirent->d_name, &buf); |
455 | qDebug(mydirent->d_name); | 455 | qDebug(mydirent->d_name); |
456 | // mode = buf.st_mode; | 456 | // mode = buf.st_mode; |
457 | fileL.sprintf("%s", mydirent->d_name); | 457 | fileL.sprintf("%s", mydirent->d_name); |
458 | // fileS.sprintf("%d, %d", ); //this isn't correct | 458 | // fileS.sprintf("%d, %d", ); //this isn't correct |
459 | fileS.sprintf("%d,%d", (int) (buf.st_dev>>8)&0xFF, (int) buf.st_dev &0xFF); | 459 | fileS.sprintf("%d,%d", (int) (buf.st_dev>>8)&0xFF, (int) buf.st_dev &0xFF); |
460 | fileDate.sprintf("%s", ctime( &buf.st_mtime)); | 460 | fileDate.sprintf("%s", ctime( &buf.st_mtime)); |
461 | if( fileL.find(".") == -1 ){ | 461 | if( fileL.find(".") == -1 ){ |
462 | item= new QListViewItem( Remote_View, fileL, fileDate, fileS); | 462 | item= new QListViewItem( Remote_View, fileL, fileS, fileDate); |
463 | pm = Resource::loadPixmap( "UnknownDocument-14" ); | 463 | pm = Resource::loadPixmap( "UnknownDocument-14" ); |
464 | item->setPixmap( 0,pm); | 464 | item->setPixmap( 0,pm); |
465 | } | 465 | } |
466 | } | 466 | } |
467 | 467 | ||
468 | closedir(dir); | 468 | closedir(dir); |
469 | } | 469 | } |
470 | 470 | ||
471 | Remote_View->setSorting( 3,FALSE); | 471 | Remote_View->setSorting( 3,FALSE); |
472 | fillCombo( (const QString &) currentRemoteDir.canonicalPath() ); | 472 | fillCombo( (const QString &) currentRemoteDir.canonicalPath() ); |
473 | } | 473 | } |
474 | 474 | ||
475 | void AdvancedFm::localListClicked(QListViewItem *selectedItem) | 475 | void AdvancedFm::localListClicked(QListViewItem *selectedItem) |
476 | { | 476 | { |
477 | if(selectedItem) { | 477 | if(selectedItem) { |
478 | QString strItem=selectedItem->text(0); | 478 | QString strItem=selectedItem->text(0); |
479 | QString strSize=selectedItem->text(1); | 479 | QString strSize=selectedItem->text(1); |
480 | strSize=strSize.stripWhiteSpace(); | 480 | strSize=strSize.stripWhiteSpace(); |
481 | if(strItem.find("@",0,TRUE) !=-1 || strItem.find("->",0,TRUE) !=-1 ) { //if symlink | 481 | if(strItem.find("@",0,TRUE) !=-1 || strItem.find("->",0,TRUE) !=-1 ) { //if symlink |
482 | // is symlink | 482 | // is symlink |
483 | QString strItem2 = strItem.right( (strItem.length() - strItem.find("->",0,TRUE)) - 4); | 483 | QString strItem2 = strItem.right( (strItem.length() - strItem.find("->",0,TRUE)) - 4); |
484 | if(QDir(strItem2).exists() ) { | 484 | if(QDir(strItem2).exists() ) { |
485 | currentDir.cd(strItem2, TRUE); | 485 | currentDir.cd(strItem2, TRUE); |
486 | populateLocalView(); | 486 | populateLocalView(); |
487 | } | 487 | } |
488 | } else { // not a symlink | 488 | } else { // not a symlink |
489 | if(strItem.find(". .",0,TRUE) && strItem.find("/",0,TRUE)!=-1 ) { | 489 | if(strItem.find(". .",0,TRUE) && strItem.find("/",0,TRUE)!=-1 ) { |
490 | if(QDir(QDir::cleanDirPath(currentDir.canonicalPath()+"/"+strItem)).exists() ) { | 490 | if(QDir(QDir::cleanDirPath(currentDir.canonicalPath()+"/"+strItem)).exists() ) { |
491 | strItem=QDir::cleanDirPath(currentDir.canonicalPath()+"/"+strItem); | 491 | strItem=QDir::cleanDirPath(currentDir.canonicalPath()+"/"+strItem); |
492 | currentDir.cd(strItem,FALSE); | 492 | currentDir.cd(strItem,FALSE); |
493 | populateLocalView(); | 493 | populateLocalView(); |
494 | } else { | 494 | } else { |
495 | currentDir.cdUp(); | 495 | currentDir.cdUp(); |
496 | populateLocalView(); | 496 | populateLocalView(); |
497 | } | 497 | } |
498 | if(QDir(strItem).exists()){ | 498 | if(QDir(strItem).exists()){ |
499 | currentDir.cd(strItem, TRUE); | 499 | currentDir.cd(strItem, TRUE); |
500 | populateLocalView(); | 500 | populateLocalView(); |
501 | } | 501 | } |
502 | } else { | 502 | } else { |
503 | strItem=QDir::cleanDirPath(currentDir.canonicalPath()+"/"+strItem); | 503 | strItem=QDir::cleanDirPath(currentDir.canonicalPath()+"/"+strItem); |
504 | if( QFile::exists(strItem ) ) { | 504 | if( QFile::exists(strItem ) ) { |
505 | // qDebug("upload "+strItem); | 505 | // qDebug("upload "+strItem); |
506 | } | 506 | } |
507 | } //end not symlink | 507 | } //end not symlink |
508 | chdir(strItem.latin1()); | 508 | chdir(strItem.latin1()); |
509 | } | 509 | } |
510 | } | 510 | } |
511 | } | 511 | } |
512 | 512 | ||
513 | void AdvancedFm::remoteListClicked(QListViewItem *selectedItem) | 513 | void AdvancedFm::remoteListClicked(QListViewItem *selectedItem) |
514 | { | 514 | { |
515 | if(selectedItem) { | 515 | if(selectedItem) { |
516 | QString strItem=selectedItem->text(0); | 516 | QString strItem=selectedItem->text(0); |
517 | QString strSize=selectedItem->text(1); | 517 | QString strSize=selectedItem->text(1); |
518 | strSize=strSize.stripWhiteSpace(); | 518 | strSize=strSize.stripWhiteSpace(); |
519 | if(strItem.find("@",0,TRUE) !=-1 || strItem.find("->",0,TRUE) !=-1 ) { //if symlink | 519 | if(strItem.find("@",0,TRUE) !=-1 || strItem.find("->",0,TRUE) !=-1 ) { //if symlink |
520 | // is symlink | 520 | // is symlink |
521 | QString strItem2 = strItem.right( (strItem.length() - strItem.find("->",0,TRUE)) - 4); | 521 | QString strItem2 = strItem.right( (strItem.length() - strItem.find("->",0,TRUE)) - 4); |
522 | if(QDir(strItem2).exists() ) { | 522 | if(QDir(strItem2).exists() ) { |
523 | currentRemoteDir.cd(strItem2, TRUE); | 523 | currentRemoteDir.cd(strItem2, TRUE); |
524 | populateRemoteView(); | 524 | populateRemoteView(); |
525 | } | 525 | } |
526 | } else { // not a symlink | 526 | } else { // not a symlink |
527 | if(strItem.find(". .",0,TRUE) && strItem.find("/",0,TRUE)!=-1 ) { | 527 | if(strItem.find(". .",0,TRUE) && strItem.find("/",0,TRUE)!=-1 ) { |
528 | if(QDir(QDir::cleanDirPath( currentRemoteDir.canonicalPath()+"/"+strItem)).exists() ) { | 528 | if(QDir(QDir::cleanDirPath( currentRemoteDir.canonicalPath()+"/"+strItem)).exists() ) { |
529 | strItem=QDir::cleanDirPath( currentRemoteDir.canonicalPath()+"/"+strItem); | 529 | strItem=QDir::cleanDirPath( currentRemoteDir.canonicalPath()+"/"+strItem); |
530 | currentRemoteDir.cd(strItem,FALSE); | 530 | currentRemoteDir.cd(strItem,FALSE); |
531 | populateRemoteView(); | 531 | populateRemoteView(); |
532 | } else { | 532 | } else { |
533 | currentRemoteDir.cdUp(); | 533 | currentRemoteDir.cdUp(); |
534 | populateRemoteView(); | 534 | populateRemoteView(); |
535 | } | 535 | } |
536 | if(QDir(strItem).exists()){ | 536 | if(QDir(strItem).exists()){ |
537 | currentRemoteDir.cd(strItem, TRUE); | 537 | currentRemoteDir.cd(strItem, TRUE); |
538 | populateRemoteView(); | 538 | populateRemoteView(); |
539 | } | 539 | } |
540 | } else { | 540 | } else { |
541 | strItem=QDir::cleanDirPath( currentRemoteDir.canonicalPath()+"/"+strItem); | 541 | strItem=QDir::cleanDirPath( currentRemoteDir.canonicalPath()+"/"+strItem); |
542 | if( QFile::exists(strItem ) ) { | 542 | if( QFile::exists(strItem ) ) { |
543 | // qDebug("upload "+strItem); | 543 | // qDebug("upload "+strItem); |
544 | } | 544 | } |
545 | } //end not symlink | 545 | } //end not symlink |
546 | chdir(strItem.latin1()); | 546 | chdir(strItem.latin1()); |
547 | } | 547 | } |
548 | } | 548 | } |
549 | } | 549 | } |
550 | 550 | ||
551 | void AdvancedFm::doLocalCd() | 551 | void AdvancedFm::doLocalCd() |
552 | { | 552 | { |
553 | localListClicked( Local_View->currentItem()); | 553 | localListClicked( Local_View->currentItem()); |
554 | } | 554 | } |
555 | 555 | ||
556 | void AdvancedFm::doRemoteCd() | 556 | void AdvancedFm::doRemoteCd() |
557 | { | 557 | { |
558 | localListClicked( Remote_View->currentItem()); | 558 | localListClicked( Remote_View->currentItem()); |
559 | } | 559 | } |
560 | 560 | ||
561 | void AdvancedFm::showHidden() | 561 | void AdvancedFm::showHidden() |
562 | { | 562 | { |
563 | if (!b) { | 563 | if (!b) { |
564 | currentDir.setFilter( QDir::Files | QDir::Dirs | QDir::Hidden | QDir::All); | 564 | currentDir.setFilter( QDir::Files | QDir::Dirs | QDir::Hidden | QDir::All); |
565 | // localMenu->setItemChecked(localMenu->idAt(0),TRUE); | 565 | // localMenu->setItemChecked(localMenu->idAt(0),TRUE); |
566 | // currentDir.setSorting(/* QDir::Size*/ /*| QDir::Reversed | */QDir::DirsFirst); | 566 | // currentDir.setSorting(/* QDir::Size*/ /*| QDir::Reversed | */QDir::DirsFirst); |
567 | b=TRUE; | 567 | b=TRUE; |
568 | 568 | ||
569 | } else { | 569 | } else { |
570 | currentDir.setFilter( QDir::Files | QDir::Dirs/* | QDir::Hidden*/ | QDir::All); | 570 | currentDir.setFilter( QDir::Files | QDir::Dirs/* | QDir::Hidden*/ | QDir::All); |
571 | // localMenu->setItemChecked(localMenu->idAt(0),FALSE); | 571 | // localMenu->setItemChecked(localMenu->idAt(0),FALSE); |
572 | // currentDir.setSorting(/* QDir::Size*/ /*| QDir::Reversed | */QDir::DirsFirst); | 572 | // currentDir.setSorting(/* QDir::Size*/ /*| QDir::Reversed | */QDir::DirsFirst); |
573 | b=FALSE; | 573 | b=FALSE; |
574 | } | 574 | } |
575 | populateLocalView(); | 575 | populateLocalView(); |
576 | } | 576 | } |
577 | 577 | ||
578 | void AdvancedFm::showRemoteHidden() | 578 | void AdvancedFm::showRemoteHidden() |
579 | { | 579 | { |
580 | if (!b) { | 580 | if (!b) { |
581 | currentRemoteDir.setFilter( QDir::Files | QDir::Dirs | QDir::Hidden | QDir::All); | 581 | currentRemoteDir.setFilter( QDir::Files | QDir::Dirs | QDir::Hidden | QDir::All); |
582 | // viewMenu->setItemChecked(localMenu->idAt(0),TRUE); | 582 | // viewMenu->setItemChecked(localMenu->idAt(0),TRUE); |
583 | // currentDir.setSorting(/* QDir::Size*/ /*| QDir::Reversed | */QDir::DirsFirst); | 583 | // currentDir.setSorting(/* QDir::Size*/ /*| QDir::Reversed | */QDir::DirsFirst); |
584 | b=TRUE; | 584 | b=TRUE; |
585 | 585 | ||
586 | } else { | 586 | } else { |
587 | currentRemoteDir.setFilter( QDir::Files | QDir::Dirs/* | QDir::Hidden*/ | QDir::All); | 587 | currentRemoteDir.setFilter( QDir::Files | QDir::Dirs/* | QDir::Hidden*/ | QDir::All); |
588 | // localMenu->setItemChecked(localMenu->idAt(0),FALSE); | 588 | // localMenu->setItemChecked(localMenu->idAt(0),FALSE); |
589 | // currentDir.setSorting(/* QDir::Size*/ /*| QDir::Reversed | */QDir::DirsFirst); | 589 | // currentDir.setSorting(/* QDir::Size*/ /*| QDir::Reversed | */QDir::DirsFirst); |
590 | b=FALSE; | 590 | b=FALSE; |
591 | } | 591 | } |
592 | populateRemoteView(); | 592 | populateRemoteView(); |
593 | } | 593 | } |
594 | 594 | ||
595 | void AdvancedFm::localListPressed( int mouse, QListViewItem *item, const QPoint &point, int i) | 595 | void AdvancedFm::localListPressed( int mouse, QListViewItem *item, const QPoint &point, int i) |
596 | { | 596 | { |
597 | switch (mouse) { | 597 | switch (mouse) { |
598 | case 1: | 598 | case 1: |
599 | break; | 599 | break; |
600 | case 2: | 600 | case 2: |
601 | showLocalMenu(item); | 601 | showLocalMenu(item); |
602 | Local_View->clearSelection(); | 602 | Local_View->clearSelection(); |
603 | break; | 603 | break; |
604 | }; | 604 | }; |
605 | } | 605 | } |
606 | 606 | ||
607 | void AdvancedFm::remoteListPressed( int mouse, QListViewItem *item, const QPoint &point, int i) | 607 | void AdvancedFm::remoteListPressed( int mouse, QListViewItem *item, const QPoint &point, int i) |
608 | { | 608 | { |
609 | switch (mouse) { | 609 | switch (mouse) { |
610 | case 1: | 610 | case 1: |
611 | break; | 611 | break; |
612 | case 2: | 612 | case 2: |
613 | showRemoteMenu(item); | 613 | showRemoteMenu(item); |
614 | Remote_View->clearSelection(); | 614 | Remote_View->clearSelection(); |
615 | break; | 615 | break; |
616 | }; | 616 | }; |
617 | } | 617 | } |
618 | 618 | ||
619 | void AdvancedFm::showLocalMenu(QListViewItem * item) | 619 | void AdvancedFm::showLocalMenu(QListViewItem * item) |
620 | { | 620 | { |
621 | if(item) { | 621 | if(item) { |
622 | QPopupMenu m; | 622 | QPopupMenu m; |
623 | m.insertItem( tr( "Show Hidden Files" ), this, SLOT( showHidden() )); | 623 | m.insertItem( tr( "Show Hidden Files" ), this, SLOT( showHidden() )); |
624 | m.insertSeparator(); | 624 | m.insertSeparator(); |
625 | if( /*item->text(0).right(1) == "/" ||*/ item->text(0).find("/",0,TRUE) !=-1) | 625 | if( /*item->text(0).right(1) == "/" ||*/ item->text(0).find("/",0,TRUE) !=-1) |
626 | m.insertItem( tr( "Change Directory" ), this, SLOT( doLocalCd() )); | 626 | m.insertItem( tr( "Change Directory" ), this, SLOT( doLocalCd() )); |
627 | else | 627 | else |
628 | m.insertItem( tr( "Open" ), this, SLOT( runThis() )); | 628 | m.insertItem( tr( "Open" ), this, SLOT( runThis() )); |
629 | m.insertItem( tr( "Open as Text" ), this, SLOT( runText() )); | 629 | m.insertItem( tr( "Open as Text" ), this, SLOT( runText() )); |
630 | m.insertItem( tr( "Make Directory" ), this, SLOT( localMakDir() )); | 630 | m.insertItem( tr( "Make Directory" ), this, SLOT( localMakDir() )); |
631 | m.insertItem( tr( "Rename" ), this, SLOT( localRename() )); | 631 | m.insertItem( tr( "Rename" ), this, SLOT( localRename() )); |
632 | m.insertItem( tr( "Copy" ), this, SLOT( copy() )); | 632 | m.insertItem( tr( "Copy" ), this, SLOT( copy() )); |
633 | m.insertItem( tr( "Copy As" ), this, SLOT( copyAs() )); | 633 | m.insertItem( tr( "Copy As" ), this, SLOT( copyAs() )); |
634 | m.insertItem( tr( "Move" ), this, SLOT( move() )); | 634 | m.insertItem( tr( "Move" ), this, SLOT( move() )); |
635 | m.insertSeparator(); | 635 | m.insertSeparator(); |
636 | m.insertItem( tr( "Run Command" ), this, SLOT( runCommand() )); | 636 | m.insertItem( tr( "Run Command" ), this, SLOT( runCommand() )); |
637 | m.insertItem( tr( "File Info" ), this, SLOT( fileStatus() )); | 637 | m.insertItem( tr( "File Info" ), this, SLOT( fileStatus() )); |
638 | m.insertSeparator(); | 638 | m.insertSeparator(); |
639 | m.insertItem( tr( "Delete" ), this, SLOT( localDelete() )); | 639 | m.insertItem( tr( "Delete" ), this, SLOT( localDelete() )); |
640 | m.insertSeparator(); | 640 | m.insertSeparator(); |
641 | m.insertItem( tr( "Set Permissions" ), this, SLOT( filePerms() )); | 641 | m.insertItem( tr( "Set Permissions" ), this, SLOT( filePerms() )); |
642 | m.insertItem( tr( "Properties" ), this, SLOT( doProperties() )); | 642 | m.insertItem( tr( "Properties" ), this, SLOT( doProperties() )); |
643 | m.setCheckable(TRUE); | 643 | m.setCheckable(TRUE); |
644 | if (b) | 644 | if (b) |
645 | m.setItemChecked(m.idAt(0),TRUE); | 645 | m.setItemChecked(m.idAt(0),TRUE); |
646 | else | 646 | else |
647 | m.setItemChecked(m.idAt(0),FALSE); | 647 | m.setItemChecked(m.idAt(0),FALSE); |
648 | m.exec( QCursor::pos() ); | 648 | m.exec( QCursor::pos() ); |
649 | } | 649 | } |
650 | } | 650 | } |
651 | 651 | ||
652 | void AdvancedFm::showRemoteMenu(QListViewItem * item) | 652 | void AdvancedFm::showRemoteMenu(QListViewItem * item) |
653 | { | 653 | { |
654 | if(item) { | 654 | if(item) { |
655 | QPopupMenu m; | 655 | QPopupMenu m; |
656 | m.insertItem( tr( "Show Hidden Files" ), this, SLOT( showRemoteHidden() )); | 656 | m.insertItem( tr( "Show Hidden Files" ), this, SLOT( showRemoteHidden() )); |
657 | m.insertSeparator(); | 657 | m.insertSeparator(); |
658 | if( /*item->text(0).right(1) == "/" ||*/ item->text(0).find("/",0,TRUE) !=-1) | 658 | if( /*item->text(0).right(1) == "/" ||*/ item->text(0).find("/",0,TRUE) !=-1) |
659 | m.insertItem( tr( "Change Directory" ), this, SLOT( doRemoteCd() )); | 659 | m.insertItem( tr( "Change Directory" ), this, SLOT( doRemoteCd() )); |
660 | else | 660 | else |
661 | m.insertItem( tr( "Open" ), this, SLOT( runThis() )); | 661 | m.insertItem( tr( "Open" ), this, SLOT( runThis() )); |
662 | m.insertItem( tr( "Open as Text" ), this, SLOT( runText() )); | 662 | m.insertItem( tr( "Open as Text" ), this, SLOT( runText() )); |
663 | m.insertItem( tr( "Make Directory" ), this, SLOT( remoteMakDir() )); | 663 | m.insertItem( tr( "Make Directory" ), this, SLOT( remoteMakDir() )); |
664 | m.insertItem( tr( "Rename" ), this, SLOT( remoteRename() )); | 664 | m.insertItem( tr( "Rename" ), this, SLOT( remoteRename() )); |
665 | m.insertItem( tr( "Copy" ), this, SLOT( copy() )); | 665 | m.insertItem( tr( "Copy" ), this, SLOT( copy() )); |
666 | m.insertItem( tr( "Copy As" ), this, SLOT( copyAs() )); | 666 | m.insertItem( tr( "Copy As" ), this, SLOT( copyAs() )); |
667 | m.insertItem( tr( "Move" ), this, SLOT( move() )); | 667 | m.insertItem( tr( "Move" ), this, SLOT( move() )); |
668 | m.insertSeparator(); | 668 | m.insertSeparator(); |
669 | m.insertItem( tr( "Run Command" ), this, SLOT( runCommand() )); | 669 | m.insertItem( tr( "Run Command" ), this, SLOT( runCommand() )); |
670 | m.insertItem( tr( "File Info" ), this, SLOT( fileStatus() )); | 670 | m.insertItem( tr( "File Info" ), this, SLOT( fileStatus() )); |
671 | m.insertSeparator(); | 671 | m.insertSeparator(); |
672 | m.insertItem( tr( "Delete" ), this, SLOT( remoteDelete() )); | 672 | m.insertItem( tr( "Delete" ), this, SLOT( remoteDelete() )); |
673 | m.insertSeparator(); | 673 | m.insertSeparator(); |
674 | m.insertItem( tr( "Set Permissions" ), this, SLOT( filePerms() )); | 674 | m.insertItem( tr( "Set Permissions" ), this, SLOT( filePerms() )); |
675 | m.insertItem( tr( "Properties" ), this, SLOT( doProperties() )); | 675 | m.insertItem( tr( "Properties" ), this, SLOT( doProperties() )); |
676 | m.setCheckable(TRUE); | 676 | m.setCheckable(TRUE); |
677 | if (b) | 677 | if (b) |
678 | m.setItemChecked(m.idAt(0),TRUE); | 678 | m.setItemChecked(m.idAt(0),TRUE); |
679 | else | 679 | else |
680 | m.setItemChecked(m.idAt(0),FALSE); | 680 | m.setItemChecked(m.idAt(0),FALSE); |
681 | m.exec( QCursor::pos() ); | 681 | m.exec( QCursor::pos() ); |
682 | } | 682 | } |
683 | } | 683 | } |
684 | 684 | ||
685 | void AdvancedFm::runThis() { | 685 | void AdvancedFm::runThis() { |
686 | // QFileInfo *fi; | 686 | // QFileInfo *fi; |
687 | if (TabWidget->currentPageIndex() == 0) { | 687 | if (TabWidget->currentPageIndex() == 0) { |
688 | QString curFile = Local_View->currentItem()->text(0); | 688 | QString curFile = Local_View->currentItem()->text(0); |
689 | curFile = currentDir.canonicalPath()+"/"+curFile; | 689 | curFile = currentDir.canonicalPath()+"/"+curFile; |
690 | DocLnk nf(curFile); | 690 | DocLnk nf(curFile); |
691 | QString execStr = nf.exec(); | 691 | QString execStr = nf.exec(); |
692 | qDebug( execStr); | 692 | qDebug( execStr); |
693 | if( execStr.isEmpty() ) { | 693 | if( execStr.isEmpty() ) { |
694 | } else { | 694 | } else { |
695 | nf.execute(); | 695 | nf.execute(); |
696 | } | 696 | } |
697 | // MimeType mt( curFile); | 697 | // MimeType mt( curFile); |
698 | } else { | 698 | } else { |
699 | QString curFile = Remote_View->currentItem()->text(0); | 699 | QString curFile = Remote_View->currentItem()->text(0); |
700 | curFile = currentRemoteDir.canonicalPath()+"/"+curFile; | 700 | curFile = currentRemoteDir.canonicalPath()+"/"+curFile; |
701 | DocLnk nf(curFile); | 701 | DocLnk nf(curFile); |
702 | QString execStr = nf.exec(); | 702 | QString execStr = nf.exec(); |
703 | qDebug(execStr); | 703 | qDebug(execStr); |
704 | if( execStr.isEmpty() ) { | 704 | if( execStr.isEmpty() ) { |
705 | } else { | 705 | } else { |
706 | nf.execute(); | 706 | nf.execute(); |
707 | } | 707 | } |
708 | // MimeType mt( curFile); | 708 | // MimeType mt( curFile); |
709 | } | 709 | } |
710 | } | 710 | } |
711 | 711 | ||
712 | void AdvancedFm::runText() { | 712 | void AdvancedFm::runText() { |
713 | if (TabWidget->currentPageIndex() == 0) { | 713 | if (TabWidget->currentPageIndex() == 0) { |
714 | QString curFile = Local_View->currentItem()->text(0); | 714 | QString curFile = Local_View->currentItem()->text(0); |
715 | curFile = currentDir.canonicalPath()+"/"+curFile; | 715 | curFile = currentDir.canonicalPath()+"/"+curFile; |
716 | QCopEnvelope e("QPE/Application/textedit", "setDocument(QString)" ); | 716 | QCopEnvelope e("QPE/Application/textedit", "setDocument(QString)" ); |
717 | e << curFile; | 717 | e << curFile; |
718 | } else { | 718 | } else { |