-rw-r--r-- | noncore/apps/advancedfm/advancedfm.cpp | 413 | ||||
-rw-r--r-- | noncore/apps/advancedfm/advancedfm.h | 8 | ||||
-rw-r--r-- | noncore/apps/advancedfm/advancedfm.pro | 2 | ||||
-rw-r--r-- | noncore/apps/advancedfm/advancedfmData.cpp | 236 |
4 files changed, 337 insertions, 322 deletions
diff --git a/noncore/apps/advancedfm/advancedfm.cpp b/noncore/apps/advancedfm/advancedfm.cpp index c054465..8f49a53 100644 --- a/noncore/apps/advancedfm/advancedfm.cpp +++ b/noncore/apps/advancedfm/advancedfm.cpp | |||
@@ -1,343 +1,141 @@ | |||
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 <opie/ofileselector.h> | 20 | // #include <opie/ofileselector.h> |
21 | // #include <opie/ofiledialog.h> | 21 | // #include <opie/ofiledialog.h> |
22 | 22 | ||
23 | |||
24 | #include <qpe/lnkproperties.h> | 23 | #include <qpe/lnkproperties.h> |
25 | #include <qpe/filemanager.h> | 24 | #include <qpe/filemanager.h> |
26 | #include <qpe/qcopenvelope_qws.h> | 25 | #include <qpe/qcopenvelope_qws.h> |
27 | #include <qpe/qpemenubar.h> | 26 | #include <qpe/qpemenubar.h> |
28 | #include <qpe/qpetoolbar.h> | 27 | #include <qpe/qpetoolbar.h> |
29 | #include <qpe/qpeapplication.h> | 28 | #include <qpe/qpeapplication.h> |
30 | #include <qpe/resource.h> | ||
31 | #include <qpe/qcopenvelope_qws.h> | 29 | #include <qpe/qcopenvelope_qws.h> |
32 | #include <qpe/config.h> | 30 | #include <qpe/config.h> |
33 | #include <qpe/mimetype.h> | 31 | #include <qpe/mimetype.h> |
34 | #include <qpe/applnk.h> | 32 | #include <qpe/applnk.h> |
35 | #include <qpe/ir.h> | 33 | #include <qpe/ir.h> |
34 | #include <qpe/resource.h> | ||
36 | 35 | ||
37 | //#include <opie/ofileselector.h> | 36 | //#include <opie/ofileselector.h> |
38 | #include <qmultilineedit.h> | 37 | #include <qmultilineedit.h> |
39 | 38 | ||
39 | #include <qtabwidget.h> | ||
40 | #include <qtextstream.h> | 40 | #include <qtextstream.h> |
41 | #include <qpushbutton.h> | 41 | #include <qpushbutton.h> |
42 | #include <qtoolbutton.h> | ||
43 | #include <qdatetime.h> | 42 | #include <qdatetime.h> |
44 | #include <qdir.h> | 43 | #include <qdir.h> |
45 | #include <qfile.h> | 44 | #include <qfile.h> |
46 | #include <qstring.h> | 45 | #include <qstring.h> |
47 | #include <qcombobox.h> | 46 | #include <qcombobox.h> |
48 | #include <qpopupmenu.h> | 47 | #include <qpopupmenu.h> |
49 | #include <qlistview.h> | 48 | #include <qlistview.h> |
50 | #include <qmainwindow.h> | 49 | #include <qmainwindow.h> |
51 | #include <qlabel.h> | 50 | #include <qlabel.h> |
52 | #include <qprogressbar.h> | 51 | #include <qprogressbar.h> |
53 | #include <qspinbox.h> | 52 | #include <qspinbox.h> |
54 | #include <qtabwidget.h> | ||
55 | #include <qwidget.h> | 53 | #include <qwidget.h> |
56 | #include <qlayout.h> | 54 | #include <qlayout.h> |
57 | #include <qimage.h> | 55 | #include <qimage.h> |
58 | #include <qpixmap.h> | 56 | #include <qpixmap.h> |
59 | #include <qmessagebox.h> | 57 | #include <qmessagebox.h> |
60 | #include <qlineedit.h> | 58 | #include <qlineedit.h> |
61 | #include <qregexp.h> | 59 | #include <qregexp.h> |
62 | 60 | ||
63 | #include <unistd.h> | 61 | #include <unistd.h> |
64 | #include <stdlib.h> | 62 | #include <stdlib.h> |
65 | #include <sys/stat.h> | 63 | #include <sys/stat.h> |
66 | #include <dirent.h> | 64 | #include <dirent.h> |
67 | #include <stdio.h> | 65 | #include <stdio.h> |
68 | #include <time.h> | 66 | #include <time.h> |
69 | #include <fcntl.h> | 67 | #include <fcntl.h> |
70 | #include <mntent.h> | 68 | #include <mntent.h> |
71 | #include <string.h> | 69 | #include <string.h> |
72 | #include <errno.h> | 70 | #include <errno.h> |
73 | #include <sys/vfs.h> | 71 | #include <sys/vfs.h> |
74 | #include <mntent.h> | 72 | #include <mntent.h> |
75 | #include <sys/utsname.h> | 73 | #include <sys/utsname.h> |
76 | 74 | ||
77 | AdvancedFm::AdvancedFm( ) | 75 | AdvancedFm::AdvancedFm( ) |
78 | : QMainWindow( ) | 76 | : QMainWindow( ) { |
79 | { | 77 | init(); |
80 | setCaption( tr( "AdvancedFm" ) ); | ||
81 | |||
82 | QGridLayout *layout = new QGridLayout( this ); | ||
83 | layout->setSpacing( 2); | ||
84 | layout->setMargin( 2); | ||
85 | |||
86 | connect( qApp,SIGNAL( aboutToQuit()),SLOT( cleanUp()) ); | ||
87 | |||
88 | QPEMenuBar *menuBar = new QPEMenuBar(this); | ||
89 | fileMenu = new QPopupMenu( this ); | ||
90 | viewMenu = new QPopupMenu( this ); | ||
91 | |||
92 | layout->addMultiCellWidget( menuBar, 0, 0, 0, 1 ); | ||
93 | |||
94 | menuBar->insertItem( tr( "File" ), fileMenu); | ||
95 | menuBar->insertItem( tr( "View" ), viewMenu); | ||
96 | |||
97 | qpeDirButton= new QToolButton(this,"QPEButton"); | ||
98 | qpeDirButton->setPixmap( Resource::loadPixmap("launcher/opielogo16x16"));//,"",this,"QPEButton"); | ||
99 | qpeDirButton ->setFixedSize( QSize( 20, 20 ) ); | ||
100 | connect( qpeDirButton ,SIGNAL(released()),this,SLOT( QPEButtonPushed()) ); | ||
101 | layout->addMultiCellWidget( qpeDirButton , 0, 0, 2, 2); | ||
102 | |||
103 | cfButton = new QToolButton( this,"CFButton"); | ||
104 | cfButton->setPixmap(Resource::loadPixmap("cardmon/pcmcia")); | ||
105 | cfButton ->setFixedSize( QSize( 20, 20 ) ); | ||
106 | connect( cfButton ,SIGNAL(released()),this,SLOT( CFButtonPushed()) ); | ||
107 | layout->addMultiCellWidget( cfButton , 0, 0, 3, 3); | ||
108 | |||
109 | sdButton = new QToolButton( this,"SDButton"); | ||
110 | sdButton->setPixmap(Resource::loadPixmap("sdmon/sdcard")); | ||
111 | sdButton->setFixedSize( QSize( 20, 20 ) ); | ||
112 | connect( sdButton ,SIGNAL(released()),this,SLOT( SDButtonPushed()) ); | ||
113 | layout->addMultiCellWidget( sdButton , 0, 0, 4, 4); | ||
114 | |||
115 | cdUpButton = new QToolButton( this,"cdUpButton"); | ||
116 | cdUpButton->setPixmap(Resource::loadPixmap("up")); | ||
117 | cdUpButton ->setFixedSize( QSize( 20, 20 ) ); | ||
118 | connect( cdUpButton ,SIGNAL(released()),this,SLOT( upDir()) ); | ||
119 | layout->addMultiCellWidget( cdUpButton , 0, 0, 5, 5); | ||
120 | |||
121 | docButton = new QToolButton( this,"docsButton"); | ||
122 | docButton->setPixmap(Resource::loadPixmap("DocsIcon")); | ||
123 | docButton->setFixedSize( QSize( 20, 20 ) ); | ||
124 | connect( docButton,SIGNAL(released()),this,SLOT( docButtonPushed()) ); | ||
125 | layout->addMultiCellWidget( docButton, 0, 0, 6, 6); | ||
126 | |||
127 | homeButton = new QToolButton( this,"homeButton"); | ||
128 | homeButton->setPixmap(Resource::loadPixmap("home")); | ||
129 | homeButton->setFixedSize( QSize( 20, 20 ) ); | ||
130 | connect(homeButton,SIGNAL(released()),this,SLOT(homeButtonPushed()) ); | ||
131 | layout->addMultiCellWidget( homeButton, 0, 0, 7, 7); | ||
132 | |||
133 | fileMenu->insertItem( tr( "Show Hidden Files" ), this, SLOT( showHidden() )); | ||
134 | fileMenu->setItemChecked( fileMenu->idAt(0),TRUE); | ||
135 | fileMenu->insertSeparator(); | ||
136 | fileMenu->insertItem( tr( "Make Directory" ), this, SLOT( mkDir() )); | ||
137 | fileMenu->insertItem( tr( "Rename" ), this, SLOT( rn() )); | ||
138 | fileMenu->insertItem( tr( "Run Command" ), this, SLOT( runCommandStd() )); | ||
139 | fileMenu->insertItem( tr( "Run Command with Output" ), this, SLOT( runCommand() )); | ||
140 | fileMenu->insertSeparator(); | ||
141 | fileMenu->insertItem( tr( "Add To Documents" ), this, SLOT( addToDocs() )); | ||
142 | fileMenu->insertItem( tr( "Delete" ), this, SLOT( del() )); | ||
143 | fileMenu->setCheckable(TRUE); | ||
144 | |||
145 | viewMenu->insertItem( tr( "Switch to Local" ), this, SLOT( switchToLocalTab() )); | ||
146 | viewMenu->insertItem( tr( "Switch to Remote" ), this, SLOT( switchToRemoteTab() )); | ||
147 | viewMenu->insertSeparator(); | ||
148 | viewMenu->insertItem( tr( "About" ), this, SLOT( doAbout() )); | ||
149 | viewMenu->setCheckable(TRUE); | ||
150 | |||
151 | |||
152 | currentPathCombo = new QComboBox( FALSE, this, "currentPathCombo" ); | ||
153 | currentPathCombo->setEditable(TRUE); | ||
154 | layout->addMultiCellWidget( currentPathCombo, 1, 1, 0, 7); | ||
155 | currentPathCombo->lineEdit()->setText( currentDir.canonicalPath()); | ||
156 | |||
157 | connect( currentPathCombo, SIGNAL( activated( const QString & ) ), | ||
158 | this, SLOT( currentPathComboActivated( const QString & ) ) ); | ||
159 | |||
160 | connect( currentPathCombo->lineEdit(),SIGNAL(returnPressed()), | ||
161 | this,SLOT(currentPathComboChanged())); | ||
162 | |||
163 | currentPathCombo->lineEdit()->setText( currentDir.canonicalPath()); | ||
164 | |||
165 | layout->addMultiCellWidget( currentPathCombo, 1, 1, 0, 7); | ||
166 | |||
167 | |||
168 | TabWidget = new QTabWidget( this, "TabWidget" ); | ||
169 | layout->addMultiCellWidget( TabWidget, 2, 2, 0, 7); | ||
170 | |||
171 | tab = new QWidget( TabWidget, "tab" ); | ||
172 | tabLayout = new QGridLayout( tab ); | ||
173 | tabLayout->setSpacing( 2); | ||
174 | tabLayout->setMargin( 2); | ||
175 | |||
176 | Local_View = new QListView( tab, "Local_View" ); | ||
177 | Local_View->addColumn( tr("File"),130); | ||
178 | Local_View->addColumn( tr("Size"),-1); | ||
179 | Local_View->setColumnAlignment(1,QListView::AlignRight); | ||
180 | Local_View->addColumn( tr("Date"),-1); | ||
181 | Local_View->setColumnAlignment(2,QListView::AlignRight); | ||
182 | Local_View->setAllColumnsShowFocus(TRUE); | ||
183 | Local_View->setMultiSelection( TRUE ); | ||
184 | Local_View->setSelectionMode(QListView::Extended); | ||
185 | |||
186 | QPEApplication::setStylusOperation( Local_View->viewport(),QPEApplication::RightOnHold); | ||
187 | |||
188 | tabLayout->addWidget( Local_View, 0, 0 ); | ||
189 | |||
190 | connect( Local_View, SIGNAL( clicked( QListViewItem*)), | ||
191 | this,SLOT( localListClicked(QListViewItem *)) ); | ||
192 | connect( Local_View, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int)), | ||
193 | this,SLOT( localListPressed(int, QListViewItem *, const QPoint&, int)) ); | ||
194 | |||
195 | connect( Local_View, SIGNAL( selectionChanged() ), SLOT( cancelMenuTimer() ) ); | ||
196 | |||
197 | TabWidget->insertTab( tab, tr("1")); | ||
198 | |||
199 | tab_2 = new QWidget( TabWidget, "tab_2" ); | ||
200 | tabLayout_2 = new QGridLayout( tab_2 ); | ||
201 | tabLayout_2->setSpacing( 2); | ||
202 | tabLayout_2->setMargin( 2); | ||
203 | |||
204 | Remote_View = new QListView( tab_2, "Remote_View" ); | ||
205 | Remote_View->addColumn( tr("File"),130); | ||
206 | Remote_View->addColumn( tr("Size"),-1); | ||
207 | Remote_View->setColumnAlignment(1,QListView::AlignRight); | ||
208 | Remote_View->addColumn( tr("Date"),-1); | ||
209 | Remote_View->setColumnAlignment(2,QListView::AlignRight); | ||
210 | Remote_View->setAllColumnsShowFocus(TRUE); | ||
211 | Remote_View->setMultiSelection( TRUE ); | ||
212 | Remote_View->setSelectionMode(QListView::Extended); | ||
213 | |||
214 | |||
215 | QPEApplication::setStylusOperation( Remote_View->viewport(),QPEApplication::RightOnHold); | ||
216 | |||
217 | connect( Remote_View, SIGNAL( clicked( QListViewItem*)), | ||
218 | this,SLOT( remoteListClicked(QListViewItem *)) ); | ||
219 | connect( Remote_View, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int)), | ||
220 | this,SLOT( remoteListPressed(int, QListViewItem *, const QPoint&, int)) ); | ||
221 | |||
222 | tabLayout_2->addWidget( Remote_View, 0, 0 ); | ||
223 | |||
224 | |||
225 | TabWidget->insertTab( tab_2, tr( "2")); | ||
226 | |||
227 | connect(TabWidget,SIGNAL(currentChanged(QWidget *)), | ||
228 | this,SLOT(tabChanged(QWidget*))); | ||
229 | |||
230 | /* tab_3 = new QWidget( TabWidget, "tab_3" ); | ||
231 | tabLayout_3 = new QGridLayout( tab_3 ); | ||
232 | tabLayout_3->setSpacing( 2); | ||
233 | tabLayout_3->setMargin( 2); | ||
234 | |||
235 | |||
236 | // OFileDialog fileDialog; | ||
237 | // fileDialog; | ||
238 | // fileSelector = new FileSelector( "*",tab_3, "fileselector" , FALSE, FALSE); //buggy | ||
239 | // fileDialog = new OFileDialog("bangalow", tab_3, 4, 2, "Bungalow"); | ||
240 | // OFileSelector fileDialog = new OFileSelector( tab_3, 4, 2,"/"); | ||
241 | |||
242 | QListView *fileTree; | ||
243 | fileTree = new QListView( tab_3, "tree" ); | ||
244 | |||
245 | |||
246 | tabLayout_3->addMultiCellWidget( fileTree, 0, 0, 0, 3 ); | ||
247 | |||
248 | TabWidget->insertTab( tab_3, tr( "Remote" ) ); | ||
249 | */ | ||
250 | |||
251 | /////////////// | ||
252 | |||
253 | struct utsname name; /* check for embedix kernel running on the zaurus*/ | ||
254 | if (uname(&name) != -1) { | ||
255 | QString release=name.release; | ||
256 | if(release.find("embedix",0,TRUE) !=-1) { | ||
257 | zaurusDevice=TRUE; | ||
258 | } else { | ||
259 | zaurusDevice=FALSE; | ||
260 | sdButton->hide(); | ||
261 | } | ||
262 | } | ||
263 | |||
264 | currentDir.setFilter( QDir::Files | QDir::Dirs | QDir::Hidden | QDir::All); | ||
265 | currentDir.setPath( QDir::currentDirPath()); | ||
266 | |||
267 | currentRemoteDir.setFilter( QDir::Files | QDir::Dirs | QDir::Hidden | QDir::All); | ||
268 | currentRemoteDir.setPath( QDir::currentDirPath()); | ||
269 | |||
270 | b = TRUE; | ||
271 | |||
272 | filterStr="*"; | ||
273 | b=FALSE; | ||
274 | |||
275 | connect( &menuTimer, SIGNAL( timeout() ), SLOT( showFileMenu() ) ); | ||
276 | 78 | ||
277 | populateLocalView(); | 79 | populateLocalView(); |
278 | populateRemoteView(); | 80 | populateRemoteView(); |
279 | currentPathCombo->setFocus(); | 81 | currentPathCombo->setFocus(); |
280 | } | 82 | } |
281 | 83 | ||
282 | AdvancedFm::~AdvancedFm() | 84 | AdvancedFm::~AdvancedFm() { |
283 | { | ||
284 | } | 85 | } |
285 | 86 | ||
286 | void AdvancedFm::cleanUp() | 87 | void AdvancedFm::cleanUp() { |
287 | { | ||
288 | QString sfile=QDir::homeDirPath(); | 88 | QString sfile=QDir::homeDirPath(); |
289 | if(sfile.right(1) != "/") | 89 | if(sfile.right(1) != "/") |
290 | sfile+="/._temp"; | 90 | sfile+="/._temp"; |
291 | else | 91 | else |
292 | sfile+="._temp"; | 92 | sfile+="._temp"; |
293 | QFile file( sfile); | 93 | QFile file( sfile); |
294 | if(file.exists()) | 94 | if(file.exists()) |
295 | file.remove(); | 95 | file.remove(); |
296 | } | 96 | } |
297 | 97 | ||
298 | void AdvancedFm::tabChanged(QWidget *) | 98 | void AdvancedFm::tabChanged(QWidget *) { |
299 | { | ||
300 | if (TabWidget->currentPageIndex() == 0) { | 99 | if (TabWidget->currentPageIndex() == 0) { |
301 | currentPathCombo->lineEdit()->setText( currentDir.canonicalPath()); | 100 | currentPathCombo->lineEdit()->setText( currentDir.canonicalPath()); |
302 | viewMenu->setItemChecked(viewMenu->idAt(0),TRUE); | 101 | viewMenu->setItemChecked(viewMenu->idAt(0),TRUE); |
303 | viewMenu->setItemChecked(viewMenu->idAt(1),FALSE); | 102 | viewMenu->setItemChecked(viewMenu->idAt(1),FALSE); |
304 | QString fs= getFileSystemType((const QString &) currentDir.canonicalPath()); | 103 | QString fs= getFileSystemType((const QString &) currentDir.canonicalPath()); |
305 | setCaption("AdvancedFm :: "+fs+" :: "+checkDiskSpace((const QString &) currentDir.canonicalPath())+" kB free" ); | 104 | setCaption("AdvancedFm :: "+fs+" :: "+checkDiskSpace((const QString &) currentDir.canonicalPath())+" kB free" ); |
306 | 105 | ||
307 | } | 106 | } |
308 | if (TabWidget->currentPageIndex() == 1) { | 107 | if (TabWidget->currentPageIndex() == 1) { |
309 | currentPathCombo->lineEdit()->setText( currentRemoteDir.canonicalPath()); | 108 | currentPathCombo->lineEdit()->setText( currentRemoteDir.canonicalPath()); |
310 | viewMenu->setItemChecked(viewMenu->idAt(1),TRUE); | 109 | viewMenu->setItemChecked(viewMenu->idAt(1),TRUE); |
311 | viewMenu->setItemChecked(viewMenu->idAt(0),FALSE); | 110 | viewMenu->setItemChecked(viewMenu->idAt(0),FALSE); |
312 | QString fs= getFileSystemType((const QString &) currentRemoteDir.canonicalPath()); | 111 | QString fs= getFileSystemType((const QString &) currentRemoteDir.canonicalPath()); |
313 | setCaption("AdvancedFm :: "+fs+" :: "+checkDiskSpace((const QString &) currentRemoteDir.canonicalPath())+" kB free" ); | 112 | setCaption("AdvancedFm :: "+fs+" :: "+checkDiskSpace((const QString &) currentRemoteDir.canonicalPath())+" kB free" ); |
314 | } | 113 | } |
315 | } | 114 | } |
316 | 115 | ||
317 | 116 | ||
318 | void AdvancedFm::populateLocalView() | 117 | void AdvancedFm::populateLocalView() { |
319 | { | ||
320 | QPixmap pm; | 118 | QPixmap pm; |
321 | Local_View->clear(); | 119 | Local_View->clear(); |
322 | currentDir.setSorting(/* QDir::Size*/ /*| QDir::Reversed | */QDir::DirsFirst); | 120 | currentDir.setSorting(/* QDir::Size*/ /*| QDir::Reversed | */QDir::DirsFirst); |
323 | currentDir.setMatchAllDirs(TRUE); | 121 | currentDir.setMatchAllDirs(TRUE); |
324 | currentDir.setNameFilter(filterStr); | 122 | currentDir.setNameFilter(filterStr); |
325 | QString fileL, fileS, fileDate; | 123 | QString fileL, fileS, fileDate; |
326 | QString fs= getFileSystemType((const QString &) currentDir.canonicalPath()); | 124 | QString fs= getFileSystemType((const QString &) currentDir.canonicalPath()); |
327 | setCaption("AdvancedFm :: "+fs+" :: "+checkDiskSpace((const QString &) currentDir.canonicalPath())+" kB free" ); | 125 | setCaption("AdvancedFm :: "+fs+" :: "+checkDiskSpace((const QString &) currentDir.canonicalPath())+" kB free" ); |
328 | bool isDir=FALSE; | 126 | bool isDir=FALSE; |
329 | const QFileInfoList *list = currentDir.entryInfoList( /*QDir::All*/ /*, QDir::SortByMask*/); | 127 | const QFileInfoList *list = currentDir.entryInfoList( /*QDir::All*/ /*, QDir::SortByMask*/); |
330 | QFileInfoListIterator it(*list); | 128 | QFileInfoListIterator it(*list); |
331 | QFileInfo *fi; | 129 | QFileInfo *fi; |
332 | while ( (fi=it.current()) ) { | 130 | while ( (fi=it.current()) ) { |
333 | if (fi->isSymLink() ) { | 131 | if (fi->isSymLink() ) { |
334 | QString symLink=fi->readLink(); | 132 | QString symLink=fi->readLink(); |
335 | QFileInfo sym( symLink); | 133 | QFileInfo sym( symLink); |
336 | fileS.sprintf( "%10i", sym.size() ); | 134 | fileS.sprintf( "%10i", sym.size() ); |
337 | fileL.sprintf( "%s -> %s", fi->fileName().data(),sym.absFilePath().data() ); | 135 | fileL.sprintf( "%s -> %s", fi->fileName().data(),sym.absFilePath().data() ); |
338 | fileDate = sym.lastModified().toString(); | 136 | fileDate = sym.lastModified().toString(); |
339 | } else { | 137 | } else { |
340 | fileS.sprintf( "%10i", fi->size() ); | 138 | fileS.sprintf( "%10i", fi->size() ); |
341 | fileL.sprintf( "%s",fi->fileName().data() ); | 139 | fileL.sprintf( "%s",fi->fileName().data() ); |
342 | fileDate= fi->lastModified().toString(); | 140 | fileDate= fi->lastModified().toString(); |
343 | if( QDir(QDir::cleanDirPath( currentDir.canonicalPath()+"/"+fileL)).exists() ) { | 141 | if( QDir(QDir::cleanDirPath( currentDir.canonicalPath()+"/"+fileL)).exists() ) { |
@@ -391,50 +189,49 @@ void AdvancedFm::populateLocalView() | |||
391 | struct dirent *mydirent; | 189 | struct dirent *mydirent; |
392 | if((dir = opendir( currentDir.canonicalPath().latin1())) != NULL) | 190 | if((dir = opendir( currentDir.canonicalPath().latin1())) != NULL) |
393 | while ((mydirent = readdir(dir)) != NULL) { | 191 | while ((mydirent = readdir(dir)) != NULL) { |
394 | lstat( mydirent->d_name, &buf); | 192 | lstat( mydirent->d_name, &buf); |
395 | qDebug(mydirent->d_name); | 193 | qDebug(mydirent->d_name); |
396 | fileL.sprintf("%s", mydirent->d_name); | 194 | fileL.sprintf("%s", mydirent->d_name); |
397 | devT = buf.st_dev; | 195 | devT = buf.st_dev; |
398 | fileS.sprintf("%d, %d", (int) ( devT >>8) &0xFF, (int)devT &0xFF); | 196 | fileS.sprintf("%d, %d", (int) ( devT >>8) &0xFF, (int)devT &0xFF); |
399 | fileDate.sprintf("%s", ctime( &buf.st_mtime)); | 197 | fileDate.sprintf("%s", ctime( &buf.st_mtime)); |
400 | if( fileL.find(".") == -1 ){ | 198 | if( fileL.find(".") == -1 ){ |
401 | item= new QListViewItem( Local_View, fileL, fileS, fileDate); | 199 | item= new QListViewItem( Local_View, fileL, fileS, fileDate); |
402 | pm = Resource::loadPixmap( "UnknownDocument-14" ); | 200 | pm = Resource::loadPixmap( "UnknownDocument-14" ); |
403 | item->setPixmap( 0,pm); | 201 | item->setPixmap( 0,pm); |
404 | } | 202 | } |
405 | } | 203 | } |
406 | 204 | ||
407 | closedir(dir); | 205 | closedir(dir); |
408 | } | 206 | } |
409 | 207 | ||
410 | Local_View->setSorting( 3,FALSE); | 208 | Local_View->setSorting( 3,FALSE); |
411 | fillCombo( (const QString &) currentDir.canonicalPath()); | 209 | fillCombo( (const QString &) currentDir.canonicalPath()); |
412 | } | 210 | } |
413 | 211 | ||
414 | 212 | ||
415 | void AdvancedFm::populateRemoteView() | 213 | void AdvancedFm::populateRemoteView() { |
416 | { | ||
417 | QPixmap pm; | 214 | QPixmap pm; |
418 | Remote_View->clear(); | 215 | Remote_View->clear(); |
419 | currentRemoteDir.setSorting(/* QDir::Size*/ /*| QDir::Reversed | */QDir::DirsFirst); | 216 | currentRemoteDir.setSorting(/* QDir::Size*/ /*| QDir::Reversed | */QDir::DirsFirst); |
420 | currentRemoteDir.setMatchAllDirs(TRUE); | 217 | currentRemoteDir.setMatchAllDirs(TRUE); |
421 | currentRemoteDir.setNameFilter(filterStr); | 218 | currentRemoteDir.setNameFilter(filterStr); |
422 | QString fileL, fileS, fileDate; | 219 | QString fileL, fileS, fileDate; |
423 | 220 | ||
424 | QString fs= getFileSystemType((const QString &) currentRemoteDir.canonicalPath()); | 221 | QString fs= getFileSystemType((const QString &) currentRemoteDir.canonicalPath()); |
425 | setCaption("AdvancedFm :: "+fs+" :: "+checkDiskSpace((const QString &) currentRemoteDir.canonicalPath())+" kB free" ); | 222 | setCaption("AdvancedFm :: "+fs+" :: "+checkDiskSpace((const QString &) currentRemoteDir.canonicalPath())+" kB free" ); |
426 | bool isDir=FALSE; | 223 | bool isDir=FALSE; |
427 | const QFileInfoList *list = currentRemoteDir.entryInfoList( /*QDir::All*/ /*, QDir::SortByMask*/); | 224 | const QFileInfoList *list = currentRemoteDir.entryInfoList( /*QDir::All*/ /*, QDir::SortByMask*/); |
428 | QFileInfoListIterator it(*list); | 225 | QFileInfoListIterator it(*list); |
429 | QFileInfo *fi; | 226 | QFileInfo *fi; |
430 | while ( (fi=it.current()) ) { | 227 | while ( (fi=it.current()) ) { |
431 | if (fi->isSymLink() ){ | 228 | if (fi->isSymLink() ){ |
432 | QString symLink=fi->readLink(); | 229 | QString symLink=fi->readLink(); |
433 | // qDebug("Symlink detected "+symLink); | 230 | // qDebug("Symlink detected "+symLink); |
434 | QFileInfo sym( symLink); | 231 | QFileInfo sym( symLink); |
435 | fileS.sprintf( "%10i", sym.size() ); | 232 | fileS.sprintf( "%10i", sym.size() ); |
436 | fileL.sprintf( "%s -> %s", fi->fileName().data(),sym.absFilePath().data() ); | 233 | fileL.sprintf( "%s -> %s", fi->fileName().data(),sym.absFilePath().data() ); |
437 | fileDate = sym.lastModified().toString(); | 234 | fileDate = sym.lastModified().toString(); |
438 | } else { | 235 | } else { |
439 | // qDebug("Not a dir: "+currentDir.canonicalPath()+fileL); | 236 | // qDebug("Not a dir: "+currentDir.canonicalPath()+fileL); |
440 | fileS.sprintf( "%10i", fi->size() ); | 237 | fileS.sprintf( "%10i", fi->size() ); |
@@ -488,184 +285,177 @@ void AdvancedFm::populateRemoteView() | |||
488 | struct stat buf; | 285 | struct stat buf; |
489 | DIR *dir; | 286 | DIR *dir; |
490 | struct dirent *mydirent; | 287 | struct dirent *mydirent; |
491 | if((dir = opendir( currentRemoteDir.canonicalPath().latin1())) != NULL) | 288 | if((dir = opendir( currentRemoteDir.canonicalPath().latin1())) != NULL) |
492 | while ((mydirent = readdir(dir)) != NULL) { | 289 | while ((mydirent = readdir(dir)) != NULL) { |
493 | lstat( mydirent->d_name, &buf); | 290 | lstat( mydirent->d_name, &buf); |
494 | qDebug(mydirent->d_name); | 291 | qDebug(mydirent->d_name); |
495 | fileL.sprintf("%s", mydirent->d_name); | 292 | fileL.sprintf("%s", mydirent->d_name); |
496 | fileS.sprintf("%d,%d", (int) (buf.st_dev>>8)&0xFF, (int) buf.st_dev &0xFF); | 293 | fileS.sprintf("%d,%d", (int) (buf.st_dev>>8)&0xFF, (int) buf.st_dev &0xFF); |
497 | fileDate.sprintf("%s", ctime( &buf.st_mtime)); | 294 | fileDate.sprintf("%s", ctime( &buf.st_mtime)); |
498 | if( fileL.find(".") == -1 ){ | 295 | if( fileL.find(".") == -1 ){ |
499 | item= new QListViewItem( Remote_View, fileL, fileS, fileDate); | 296 | item= new QListViewItem( Remote_View, fileL, fileS, fileDate); |
500 | pm = Resource::loadPixmap( "UnknownDocument-14" ); | 297 | pm = Resource::loadPixmap( "UnknownDocument-14" ); |
501 | item->setPixmap( 0,pm); | 298 | item->setPixmap( 0,pm); |
502 | } | 299 | } |
503 | } | 300 | } |
504 | 301 | ||
505 | closedir(dir); | 302 | closedir(dir); |
506 | } | 303 | } |
507 | 304 | ||
508 | Remote_View->setSorting( 3,FALSE); | 305 | Remote_View->setSorting( 3,FALSE); |
509 | fillCombo( (const QString &) currentRemoteDir.canonicalPath() ); | 306 | fillCombo( (const QString &) currentRemoteDir.canonicalPath() ); |
510 | } | 307 | } |
511 | 308 | ||
512 | void AdvancedFm::localListClicked(QListViewItem *selectedItem) | 309 | void AdvancedFm::localListClicked(QListViewItem *selectedItem) { |
513 | { | ||
514 | if(selectedItem) { | 310 | if(selectedItem) { |
515 | QString strItem=selectedItem->text(0); | 311 | QString strItem=selectedItem->text(0); |
516 | QString strSize=selectedItem->text(1); | 312 | QString strSize=selectedItem->text(1); |
517 | strSize=strSize.stripWhiteSpace(); | 313 | strSize=strSize.stripWhiteSpace(); |
518 | if(strItem.find("@",0,TRUE) !=-1 || strItem.find("->",0,TRUE) !=-1 ) { //if symlink | 314 | if(strItem.find("@",0,TRUE) !=-1 || strItem.find("->",0,TRUE) !=-1 ) { //if symlink |
519 | // is symlink | 315 | // is symlink |
520 | QString strItem2 = strItem.right( (strItem.length() - strItem.find("->",0,TRUE)) - 4); | 316 | QString strItem2 = strItem.right( (strItem.length() - strItem.find("->",0,TRUE)) - 4); |
521 | if(QDir(strItem2).exists() ) { | 317 | if(QDir(strItem2).exists() ) { |
522 | currentDir.cd(strItem2, TRUE); | 318 | currentDir.cd(strItem2, TRUE); |
523 | populateLocalView(); | 319 | populateLocalView(); |
524 | } | 320 | } |
525 | } else { // not a symlink | 321 | } else { // not a symlink |
526 | if(strItem.find(". .",0,TRUE) && strItem.find("/",0,TRUE)!=-1 ) { | 322 | if(strItem.find(". .",0,TRUE) && strItem.find("/",0,TRUE)!=-1 ) { |
527 | if(QDir(QDir::cleanDirPath(currentDir.canonicalPath()+"/"+strItem)).exists() ) { | 323 | if(QDir(QDir::cleanDirPath(currentDir.canonicalPath()+"/"+strItem)).exists() ) { |
528 | strItem=QDir::cleanDirPath(currentDir.canonicalPath()+"/"+strItem); | 324 | strItem=QDir::cleanDirPath(currentDir.canonicalPath()+"/"+strItem); |
529 | currentDir.cd(strItem,FALSE); | 325 | currentDir.cd(strItem,FALSE); |
530 | populateLocalView(); | 326 | populateLocalView(); |
531 | } else { | 327 | } else { |
532 | currentDir.cdUp(); | 328 | currentDir.cdUp(); |
533 | populateLocalView(); | 329 | populateLocalView(); |
534 | } | 330 | } |
535 | if(QDir(strItem).exists()){ | 331 | if(QDir(strItem).exists()){ |
536 | currentDir.cd(strItem, TRUE); | 332 | currentDir.cd(strItem, TRUE); |
537 | populateLocalView(); | 333 | populateLocalView(); |
538 | } | 334 | } |
539 | } else { | 335 | } else { |
540 | strItem=QDir::cleanDirPath(currentDir.canonicalPath()+"/"+strItem); | 336 | strItem=QDir::cleanDirPath(currentDir.canonicalPath()+"/"+strItem); |
541 | if( QFile::exists(strItem ) ) { | 337 | if( QFile::exists(strItem ) ) { |
542 | // qDebug("clicked item "+strItem); | 338 | // qDebug("clicked item "+strItem); |
543 | // DocLnk doc( strItem, FALSE ); | 339 | // DocLnk doc( strItem, FALSE ); |
544 | // doc.execute(); | 340 | // doc.execute(); |
545 | // Local_View->clearSelection(); | 341 | // Local_View->clearSelection(); |
546 | } | 342 | } |
547 | } //end not symlink | 343 | } //end not symlink |
548 | chdir(strItem.latin1()); | 344 | chdir(strItem.latin1()); |
549 | } | 345 | } |
550 | } | 346 | } |
551 | } | 347 | } |
552 | 348 | ||
553 | void AdvancedFm::remoteListClicked(QListViewItem *selectedItem) | 349 | void AdvancedFm::remoteListClicked(QListViewItem *selectedItem) { |
554 | { | 350 | |
555 | if(selectedItem) { | 351 | if(selectedItem) { |
556 | QString strItem=selectedItem->text(0); | 352 | QString strItem=selectedItem->text(0); |
557 | QString strSize=selectedItem->text(1); | 353 | QString strSize=selectedItem->text(1); |
558 | strSize=strSize.stripWhiteSpace(); | 354 | strSize=strSize.stripWhiteSpace(); |
559 | if(strItem.find("@",0,TRUE) !=-1 || strItem.find("->",0,TRUE) !=-1 ) { //if symlink | 355 | if(strItem.find("@",0,TRUE) !=-1 || strItem.find("->",0,TRUE) !=-1 ) { //if symlink |
560 | // is symlink | 356 | // is symlink |
561 | QString strItem2 = strItem.right( (strItem.length() - strItem.find("->",0,TRUE)) - 4); | 357 | QString strItem2 = strItem.right( (strItem.length() - strItem.find("->",0,TRUE)) - 4); |
562 | if(QDir(strItem2).exists() ) { | 358 | if(QDir(strItem2).exists() ) { |
563 | currentRemoteDir.cd(strItem2, TRUE); | 359 | currentRemoteDir.cd(strItem2, TRUE); |
564 | populateRemoteView(); | 360 | populateRemoteView(); |
565 | } | 361 | } |
566 | } else { // not a symlink | 362 | } else { // not a symlink |
567 | if(strItem.find(". .",0,TRUE) && strItem.find("/",0,TRUE)!=-1 ) { | 363 | if(strItem.find(". .",0,TRUE) && strItem.find("/",0,TRUE)!=-1 ) { |
568 | if(QDir(QDir::cleanDirPath( currentRemoteDir.canonicalPath()+"/"+strItem)).exists() ) { | 364 | if(QDir(QDir::cleanDirPath( currentRemoteDir.canonicalPath()+"/"+strItem)).exists() ) { |
569 | strItem=QDir::cleanDirPath( currentRemoteDir.canonicalPath()+"/"+strItem); | 365 | strItem=QDir::cleanDirPath( currentRemoteDir.canonicalPath()+"/"+strItem); |
570 | currentRemoteDir.cd(strItem,FALSE); | 366 | currentRemoteDir.cd(strItem,FALSE); |
571 | populateRemoteView(); | 367 | populateRemoteView(); |
572 | } else { | 368 | } else { |
573 | currentRemoteDir.cdUp(); | 369 | currentRemoteDir.cdUp(); |
574 | populateRemoteView(); | 370 | populateRemoteView(); |
575 | } | 371 | } |
576 | if(QDir(strItem).exists()){ | 372 | if(QDir(strItem).exists()){ |
577 | currentRemoteDir.cd(strItem, TRUE); | 373 | currentRemoteDir.cd(strItem, TRUE); |
578 | populateRemoteView(); | 374 | populateRemoteView(); |
579 | } | 375 | } |
580 | } else { | 376 | } else { |
581 | strItem=QDir::cleanDirPath( currentRemoteDir.canonicalPath()+"/"+strItem); | 377 | strItem=QDir::cleanDirPath( currentRemoteDir.canonicalPath()+"/"+strItem); |
582 | if( QFile::exists(strItem ) ) { | 378 | if( QFile::exists(strItem ) ) { |
583 | // qDebug("clicked item "+strItem); | 379 | // qDebug("clicked item "+strItem); |
584 | // DocLnk doc( strItem, FALSE ); | 380 | // DocLnk doc( strItem, FALSE ); |
585 | // doc.execute(); | 381 | // doc.execute(); |
586 | // Remote_View->clearSelection(); | 382 | // Remote_View->clearSelection(); |
587 | } | 383 | } |
588 | } //end not symlink | 384 | } //end not symlink |
589 | chdir(strItem.latin1()); | 385 | chdir(strItem.latin1()); |
590 | } | 386 | } |
591 | } | 387 | } |
592 | } | 388 | } |
593 | 389 | ||
594 | void AdvancedFm::doLocalCd() | 390 | void AdvancedFm::doLocalCd() { |
595 | { | ||
596 | localListClicked( Local_View->currentItem()); | 391 | localListClicked( Local_View->currentItem()); |
597 | } | 392 | } |
598 | 393 | ||
599 | void AdvancedFm::doRemoteCd() | 394 | void AdvancedFm::doRemoteCd() { |
600 | { | ||
601 | localListClicked( Remote_View->currentItem()); | 395 | localListClicked( Remote_View->currentItem()); |
602 | } | 396 | } |
603 | 397 | ||
604 | void AdvancedFm::showHidden() | 398 | void AdvancedFm::showHidden() { |
605 | { | ||
606 | if (b) { | 399 | if (b) { |
607 | currentDir.setFilter( QDir::Files | QDir::Dirs | QDir::Hidden | QDir::All); | 400 | currentDir.setFilter( QDir::Files | QDir::Dirs | QDir::Hidden | QDir::All); |
608 | fileMenu->setItemChecked( fileMenu->idAt(0),TRUE); | 401 | fileMenu->setItemChecked( fileMenu->idAt(0),TRUE); |
609 | b=FALSE; | 402 | b=FALSE; |
610 | 403 | ||
611 | } else { | 404 | } else { |
612 | currentDir.setFilter( QDir::Files | QDir::Dirs/* | QDir::Hidden*/ | QDir::All); | 405 | currentDir.setFilter( QDir::Files | QDir::Dirs/* | QDir::Hidden*/ | QDir::All); |
613 | fileMenu->setItemChecked( fileMenu->idAt(0),FALSE); | 406 | fileMenu->setItemChecked( fileMenu->idAt(0),FALSE); |
614 | b=TRUE; | 407 | b=TRUE; |
615 | } | 408 | } |
616 | populateLocalView(); | 409 | populateLocalView(); |
617 | 410 | ||
618 | } | 411 | } |
619 | 412 | ||
620 | void AdvancedFm::showRemoteHidden() | 413 | void AdvancedFm::showRemoteHidden() { |
621 | { | ||
622 | if (b) { | 414 | if (b) { |
623 | currentRemoteDir.setFilter( QDir::Files | QDir::Dirs | QDir::Hidden | QDir::All); | 415 | currentRemoteDir.setFilter( QDir::Files | QDir::Dirs | QDir::Hidden | QDir::All); |
624 | b=TRUE; | 416 | b=TRUE; |
625 | 417 | ||
626 | } else { | 418 | } else { |
627 | currentRemoteDir.setFilter( QDir::Files | QDir::Dirs/* | QDir::Hidden*/ | QDir::All); | 419 | currentRemoteDir.setFilter( QDir::Files | QDir::Dirs/* | QDir::Hidden*/ | QDir::All); |
628 | b=FALSE; | 420 | b=FALSE; |
629 | } | 421 | } |
630 | populateRemoteView(); | 422 | populateRemoteView(); |
631 | } | 423 | } |
632 | 424 | ||
633 | void AdvancedFm::localListPressed( int mouse, QListViewItem *, const QPoint& , int ) | 425 | void AdvancedFm::localListPressed( int mouse, QListViewItem *, const QPoint& , int ) { |
634 | { | ||
635 | qDebug("list pressed"); | 426 | qDebug("list pressed"); |
636 | switch (mouse) { | 427 | switch (mouse) { |
637 | case 1: | 428 | case 1: |
638 | break; | 429 | break; |
639 | case 2: | 430 | case 2: |
640 | menuTimer.start( 750, TRUE ); | 431 | menuTimer.start( 750, TRUE ); |
641 | qDebug("Start menu timer\n"); | 432 | qDebug("Start menu timer\n"); |
642 | break; | 433 | break; |
643 | }; | 434 | }; |
644 | } | 435 | } |
645 | 436 | ||
646 | void AdvancedFm::remoteListPressed( int mouse, QListViewItem*, const QPoint&, int ) | 437 | void AdvancedFm::remoteListPressed( int mouse, QListViewItem*, const QPoint&, int ) { |
647 | { | ||
648 | 438 | ||
649 | switch (mouse) { | 439 | switch (mouse) { |
650 | case 1: | 440 | case 1: |
651 | break; | 441 | break; |
652 | case 2: | 442 | case 2: |
653 | menuTimer.start( 750, TRUE ); | 443 | menuTimer.start( 750, TRUE ); |
654 | qDebug("Start menu timer"); | 444 | qDebug("Start menu timer"); |
655 | break; | 445 | break; |
656 | }; | 446 | }; |
657 | } | 447 | } |
658 | 448 | ||
659 | void AdvancedFm::runThis() { | 449 | void AdvancedFm::runThis() { |
660 | QString fs; | 450 | QString fs; |
661 | if (TabWidget->currentPageIndex() == 0) { | 451 | if (TabWidget->currentPageIndex() == 0) { |
662 | QString curFile = Local_View->currentItem()->text(0); | 452 | QString curFile = Local_View->currentItem()->text(0); |
663 | if(curFile != "../") { | 453 | if(curFile != "../") { |
664 | 454 | ||
665 | fs= getFileSystemType((const QString &) currentDir.canonicalPath()); | 455 | fs= getFileSystemType((const QString &) currentDir.canonicalPath()); |
666 | QFileInfo fileInfo( currentDir.canonicalPath()+"/"+curFile); | 456 | QFileInfo fileInfo( currentDir.canonicalPath()+"/"+curFile); |
667 | qDebug( fileInfo.owner()); | 457 | qDebug( fileInfo.owner()); |
668 | if( (fileInfo.permission( QFileInfo::ExeUser) | 458 | if( (fileInfo.permission( QFileInfo::ExeUser) |
669 | | fileInfo.permission( QFileInfo::ExeGroup) | 459 | | fileInfo.permission( QFileInfo::ExeGroup) |
670 | | fileInfo.permission( QFileInfo::ExeOther)) // & fs.find("vfat",0,TRUE) == -1) { | 460 | | fileInfo.permission( QFileInfo::ExeOther)) // & fs.find("vfat",0,TRUE) == -1) { |
671 | | fs == "vfat" && fileInfo.filePath().contains("/bin") ) { | 461 | | fs == "vfat" && fileInfo.filePath().contains("/bin") ) { |
@@ -707,233 +497,223 @@ void AdvancedFm::runThis() { | |||
707 | } | 497 | } |
708 | } | 498 | } |
709 | } | 499 | } |
710 | } | 500 | } |
711 | 501 | ||
712 | void AdvancedFm::runText() { | 502 | void AdvancedFm::runText() { |
713 | if (TabWidget->currentPageIndex() == 0) { | 503 | if (TabWidget->currentPageIndex() == 0) { |
714 | QString curFile = Local_View->currentItem()->text(0); | 504 | QString curFile = Local_View->currentItem()->text(0); |
715 | if(curFile != "../") { | 505 | if(curFile != "../") { |
716 | curFile = currentDir.canonicalPath()+"/"+curFile; | 506 | curFile = currentDir.canonicalPath()+"/"+curFile; |
717 | QCopEnvelope e("QPE/Application/textedit", "setDocument(QString)" ); | 507 | QCopEnvelope e("QPE/Application/textedit", "setDocument(QString)" ); |
718 | e << curFile; | 508 | e << curFile; |
719 | } | 509 | } |
720 | } else { | 510 | } else { |
721 | QString curFile = Remote_View->currentItem()->text(0); | 511 | QString curFile = Remote_View->currentItem()->text(0); |
722 | if(curFile != "../") { | 512 | if(curFile != "../") { |
723 | curFile = currentRemoteDir.canonicalPath()+"/"+curFile; | 513 | curFile = currentRemoteDir.canonicalPath()+"/"+curFile; |
724 | DocLnk nf(curFile); | 514 | DocLnk nf(curFile); |
725 | QCopEnvelope e("QPE/Application/textedit", "setDocument(QString)" ); | 515 | QCopEnvelope e("QPE/Application/textedit", "setDocument(QString)" ); |
726 | e << curFile; | 516 | e << curFile; |
727 | } | 517 | } |
728 | } | 518 | } |
729 | } | 519 | } |
730 | 520 | ||
731 | void AdvancedFm::localMakDir() | 521 | void AdvancedFm::localMakDir() { |
732 | { | ||
733 | InputDialog *fileDlg; | 522 | InputDialog *fileDlg; |
734 | fileDlg = new InputDialog(this,tr("Make Directory"),TRUE, 0); | 523 | fileDlg = new InputDialog(this,tr("Make Directory"),TRUE, 0); |
735 | fileDlg->exec(); | 524 | fileDlg->exec(); |
736 | if( fileDlg->result() == 1 ) { | 525 | if( fileDlg->result() == 1 ) { |
737 | QString filename = fileDlg->LineEdit1->text(); | 526 | QString filename = fileDlg->LineEdit1->text(); |
738 | currentDir.mkdir( currentDir.canonicalPath()+"/"+filename); | 527 | currentDir.mkdir( currentDir.canonicalPath()+"/"+filename); |
739 | } | 528 | } |
740 | populateLocalView(); | 529 | populateLocalView(); |
741 | } | 530 | } |
742 | 531 | ||
743 | void AdvancedFm::remoteMakDir() | 532 | void AdvancedFm::remoteMakDir() { |
744 | { | ||
745 | InputDialog *fileDlg; | 533 | InputDialog *fileDlg; |
746 | fileDlg = new InputDialog(this,tr("Make Directory"),TRUE, 0); | 534 | fileDlg = new InputDialog(this,tr("Make Directory"),TRUE, 0); |
747 | fileDlg->exec(); | 535 | fileDlg->exec(); |
748 | if( fileDlg->result() == 1 ) { | 536 | if( fileDlg->result() == 1 ) { |
749 | QString filename = fileDlg->LineEdit1->text(); | 537 | QString filename = fileDlg->LineEdit1->text(); |
750 | currentRemoteDir.mkdir( currentRemoteDir.canonicalPath()+"/"+filename); | 538 | currentRemoteDir.mkdir( currentRemoteDir.canonicalPath()+"/"+filename); |
751 | } | 539 | } |
752 | populateRemoteView(); | 540 | populateRemoteView(); |
753 | } | 541 | } |
754 | 542 | ||
755 | void AdvancedFm::localDelete() | 543 | void AdvancedFm::localDelete() { |
756 | { | ||
757 | QStringList curFileList = getPath(); | 544 | QStringList curFileList = getPath(); |
758 | if(curFileList.count() > 0) { | 545 | if(curFileList.count() > 0) { |
759 | QString myFile; | 546 | QString myFile; |
760 | for ( QStringList::Iterator it = curFileList.begin(); it != curFileList.end(); ++it ) { | 547 | for ( QStringList::Iterator it = curFileList.begin(); it != curFileList.end(); ++it ) { |
761 | myFile = (*it); | 548 | myFile = (*it); |
762 | if( myFile.find(" -> ",0,TRUE) != -1) | 549 | if( myFile.find(" -> ",0,TRUE) != -1) |
763 | myFile = myFile.left( myFile.find(" -> ",0,TRUE)); | 550 | myFile = myFile.left( myFile.find(" -> ",0,TRUE)); |
764 | 551 | ||
765 | QString f = currentDir.canonicalPath(); | 552 | QString f = currentDir.canonicalPath(); |
766 | if(f.right(1).find("/",0,TRUE) == -1) | 553 | if(f.right(1).find("/",0,TRUE) == -1) |
767 | f+="/"; | 554 | f+="/"; |
768 | f+=myFile; | 555 | f+=myFile; |
769 | if(QDir(f).exists() && !QFileInfo(f).isSymLink() ) { | 556 | if(QDir(f).exists() && !QFileInfo(f).isSymLink() ) { |
770 | switch ( QMessageBox::warning(this,tr("Delete"),tr("Do you really want to delete\n")+f+ | 557 | switch ( QMessageBox::warning(this,tr("Delete"),tr("Do you really want to delete\n")+f+ |
771 | "\nand all it's contents ?" | 558 | "\nand all it's contents ?" |
772 | ,tr("Yes"),tr("No"),0,0,1) ) { | 559 | ,tr("Yes"),tr("No"),0,0,1) ) { |
773 | case 0: { | 560 | case 0: { |
774 | f=f.left(f.length()-1); | 561 | f=f.left(f.length()-1); |
775 | QString cmd="rm -rf "+f; | 562 | QString cmd="rm -rf "+f; |
776 | system( cmd.latin1()); | 563 | system( cmd.latin1()); |
777 | populateLocalView(); | 564 | populateLocalView(); |
778 | } | 565 | } |
779 | break; | 566 | break; |
780 | case 1: | 567 | case 1: |
781 | // exit | 568 | // exit |
782 | break; | 569 | break; |
783 | }; | 570 | }; |
784 | 571 | ||
785 | } else { | 572 | } else { |
786 | switch ( QMessageBox::warning(this,tr("Delete"),tr("Do you really want to delete\n")+f | 573 | switch ( QMessageBox::warning(this,tr("Delete"),tr("Do you really want to delete\n")+f |
787 | +" ?",tr("Yes"),tr("No"),0,0,1) ) { | 574 | +" ?",tr("Yes"),tr("No"),0,0,1) ) { |
788 | case 0: { | 575 | case 0: { |
789 | QString cmd="rm "+f; | 576 | QString cmd="rm "+f; |
790 | QFile file(f); | 577 | QFile file(f); |
791 | file.remove(); | 578 | file.remove(); |
792 | // system( cmd.latin1()); | 579 | // system( cmd.latin1()); |
793 | populateLocalView(); | 580 | populateLocalView(); |
794 | } | 581 | } |
795 | break; | 582 | break; |
796 | case 1: | 583 | case 1: |
797 | // exit | 584 | // exit |
798 | break; | 585 | break; |
799 | }; | 586 | }; |
800 | } | 587 | } |
801 | } | 588 | } |
802 | } | 589 | } |
803 | } | 590 | } |
804 | 591 | ||
805 | void AdvancedFm::remoteDelete() | 592 | void AdvancedFm::remoteDelete() { |
806 | { | ||
807 | QStringList curFileList = getPath(); | 593 | QStringList curFileList = getPath(); |
808 | if( curFileList.count() > 0) { | 594 | if( curFileList.count() > 0) { |
809 | QString myFile; | 595 | QString myFile; |
810 | 596 | ||
811 | for ( QStringList::Iterator it = curFileList.begin(); it != curFileList.end(); ++it ) { | 597 | for ( QStringList::Iterator it = curFileList.begin(); it != curFileList.end(); ++it ) { |
812 | myFile = (*it); | 598 | myFile = (*it); |
813 | if(myFile.find(" -> ",0,TRUE) != -1) | 599 | if(myFile.find(" -> ",0,TRUE) != -1) |
814 | myFile = myFile.left(myFile.find(" -> ",0,TRUE)); | 600 | myFile = myFile.left(myFile.find(" -> ",0,TRUE)); |
815 | QString f = currentRemoteDir.canonicalPath(); | 601 | QString f = currentRemoteDir.canonicalPath(); |
816 | if(f.right(1).find("/",0,TRUE) == -1) | 602 | if(f.right(1).find("/",0,TRUE) == -1) |
817 | f+="/"; | 603 | f+="/"; |
818 | f+=myFile; | 604 | f+=myFile; |
819 | if(QDir(f).exists() && !QFileInfo(f).isSymLink() ) { | 605 | if(QDir(f).exists() && !QFileInfo(f).isSymLink() ) { |
820 | switch ( QMessageBox::warning(this,tr("Delete"),tr("Do you really want to delete\n")+f+ | 606 | switch ( QMessageBox::warning(this,tr("Delete"),tr("Do you really want to delete\n")+f+ |
821 | "\nand all it's contents ?", | 607 | "\nand all it's contents ?", |
822 | tr("Yes"),tr("No"),0,0,1) ) { | 608 | tr("Yes"),tr("No"),0,0,1) ) { |
823 | case 0: { | 609 | case 0: { |
824 | f=f.left(f.length()-1); | 610 | f=f.left(f.length()-1); |
825 | QString cmd="rm -rf "+f; | 611 | QString cmd="rm -rf "+f; |
826 | system( cmd.latin1()); | 612 | system( cmd.latin1()); |
827 | populateRemoteView(); | 613 | populateRemoteView(); |
828 | } | 614 | } |
829 | break; | 615 | break; |
830 | case 1: | 616 | case 1: |
831 | // exit | 617 | // exit |
832 | break; | 618 | break; |
833 | }; | 619 | }; |
834 | 620 | ||
835 | } else { | 621 | } else { |
836 | switch ( QMessageBox::warning(this,tr("Delete"),tr("Do you really want to delete\n")+f | 622 | switch ( QMessageBox::warning(this,tr("Delete"),tr("Do you really want to delete\n")+f |
837 | +" ?",tr("Yes"),tr("No"),0,0,1) ) { | 623 | +" ?",tr("Yes"),tr("No"),0,0,1) ) { |
838 | case 0: { | 624 | case 0: { |
839 | QString cmd="rm "+f; | 625 | QString cmd="rm "+f; |
840 | QFile file(f); | 626 | QFile file(f); |
841 | file.remove(); | 627 | file.remove(); |
842 | // system( cmd.latin1()); | 628 | // system( cmd.latin1()); |
843 | populateRemoteView(); | 629 | populateRemoteView(); |
844 | } | 630 | } |
845 | break; | 631 | break; |
846 | case 1: | 632 | case 1: |
847 | // exit | 633 | // exit |
848 | break; | 634 | break; |
849 | }; | 635 | }; |
850 | } | 636 | } |
851 | } | 637 | } |
852 | } | 638 | } |
853 | } | 639 | } |
854 | 640 | ||
855 | void AdvancedFm::localRename() | 641 | void AdvancedFm::localRename() { |
856 | { | ||
857 | QString curFile = Local_View->currentItem()->text(0); | 642 | QString curFile = Local_View->currentItem()->text(0); |
858 | qDebug("currentItem "+curFile); | 643 | qDebug("currentItem "+curFile); |
859 | if( curFile !="../") { | 644 | if( curFile !="../") { |
860 | InputDialog *fileDlg; | 645 | InputDialog *fileDlg; |
861 | fileDlg = new InputDialog(this,tr("Rename"),TRUE, 0); | 646 | fileDlg = new InputDialog(this,tr("Rename"),TRUE, 0); |
862 | fileDlg->setInputText((const QString &)curFile); | 647 | fileDlg->setInputText((const QString &)curFile); |
863 | fileDlg->exec(); | 648 | fileDlg->exec(); |
864 | if( fileDlg->result() == 1 ) { | 649 | if( fileDlg->result() == 1 ) { |
865 | QString oldname = currentDir.canonicalPath() + "/" + curFile; | 650 | QString oldname = currentDir.canonicalPath() + "/" + curFile; |
866 | QString newName = currentDir.canonicalPath() + "/" + fileDlg->LineEdit1->text();//+".playlist"; | 651 | QString newName = currentDir.canonicalPath() + "/" + fileDlg->LineEdit1->text();//+".playlist"; |
867 | if( rename(oldname.latin1(), newName.latin1())== -1) | 652 | if( rename(oldname.latin1(), newName.latin1())== -1) |
868 | QMessageBox::message(tr("Note"),tr("Could not rename")); | 653 | QMessageBox::message(tr("Note"),tr("Could not rename")); |
869 | } | 654 | } |
870 | populateLocalView(); | 655 | populateLocalView(); |
871 | } | 656 | } |
872 | } | 657 | } |
873 | 658 | ||
874 | void AdvancedFm::remoteRename() | 659 | void AdvancedFm::remoteRename() |
875 | { | 660 | { |
876 | QString curFile = Remote_View->currentItem()->text(0); | 661 | QString curFile = Remote_View->currentItem()->text(0); |
877 | if( curFile !="../") { | 662 | if( curFile !="../") { |
878 | InputDialog *fileDlg; | 663 | InputDialog *fileDlg; |
879 | fileDlg = new InputDialog(this,tr("Rename"),TRUE, 0); | 664 | fileDlg = new InputDialog(this,tr("Rename"),TRUE, 0); |
880 | fileDlg->setInputText((const QString &)curFile); | 665 | fileDlg->setInputText((const QString &)curFile); |
881 | fileDlg->exec(); | 666 | fileDlg->exec(); |
882 | if( fileDlg->result() == 1 ) { | 667 | if( fileDlg->result() == 1 ) { |
883 | QString oldname = currentRemoteDir.canonicalPath() + "/" + curFile; | 668 | QString oldname = currentRemoteDir.canonicalPath() + "/" + curFile; |
884 | QString newName = currentRemoteDir.canonicalPath() + "/" + fileDlg->LineEdit1->text();//+".playlist"; | 669 | QString newName = currentRemoteDir.canonicalPath() + "/" + fileDlg->LineEdit1->text();//+".playlist"; |
885 | if( rename(oldname.latin1(), newName.latin1())== -1) | 670 | if( rename(oldname.latin1(), newName.latin1())== -1) |
886 | QMessageBox::message(tr("Note"),tr("Could not rename")); | 671 | QMessageBox::message(tr("Note"),tr("Could not rename")); |
887 | } | 672 | } |
888 | populateRemoteView(); | 673 | populateRemoteView(); |
889 | } | 674 | } |
890 | } | 675 | } |
891 | 676 | ||
892 | void AdvancedFm::switchToLocalTab() | 677 | void AdvancedFm::switchToLocalTab() { |
893 | { | ||
894 | TabWidget->setCurrentPage(0); | 678 | TabWidget->setCurrentPage(0); |
895 | Local_View->setFocus(); | 679 | Local_View->setFocus(); |
896 | } | 680 | } |
897 | 681 | ||
898 | void AdvancedFm::switchToRemoteTab() | 682 | void AdvancedFm::switchToRemoteTab() { |
899 | { | ||
900 | TabWidget->setCurrentPage(1); | 683 | TabWidget->setCurrentPage(1); |
901 | Remote_View->setFocus(); | 684 | Remote_View->setFocus(); |
902 | } | 685 | } |
903 | 686 | ||
904 | void AdvancedFm::readConfig() | 687 | void AdvancedFm::readConfig() { |
905 | { | ||
906 | Config cfg("AdvancedFm"); | 688 | Config cfg("AdvancedFm"); |
907 | } | 689 | } |
908 | 690 | ||
909 | void AdvancedFm::writeConfig() | 691 | void AdvancedFm::writeConfig() { |
910 | { | ||
911 | Config cfg("AdvancedFm"); | 692 | Config cfg("AdvancedFm"); |
912 | } | 693 | } |
913 | 694 | ||
914 | void AdvancedFm::currentPathComboChanged() | 695 | void AdvancedFm::currentPathComboChanged() { |
915 | { | ||
916 | if (TabWidget->currentPageIndex() == 0) { | 696 | if (TabWidget->currentPageIndex() == 0) { |
917 | if(QDir( currentPathCombo->lineEdit()->text()).exists()) { | 697 | if(QDir( currentPathCombo->lineEdit()->text()).exists()) { |
918 | currentDir.setPath( currentPathCombo->lineEdit()->text() ); | 698 | currentDir.setPath( currentPathCombo->lineEdit()->text() ); |
919 | populateLocalView(); | 699 | populateLocalView(); |
920 | } else { | 700 | } else { |
921 | QMessageBox::message(tr("Note"),tr("That directory does not exist")); | 701 | QMessageBox::message(tr("Note"),tr("That directory does not exist")); |
922 | } | 702 | } |
923 | } | 703 | } |
924 | if (TabWidget->currentPageIndex() == 0) { | 704 | if (TabWidget->currentPageIndex() == 0) { |
925 | if(QDir( currentPathCombo->lineEdit()->text()).exists()) { | 705 | if(QDir( currentPathCombo->lineEdit()->text()).exists()) { |
926 | currentRemoteDir.setPath( currentPathCombo->lineEdit()->text() ); | 706 | currentRemoteDir.setPath( currentPathCombo->lineEdit()->text() ); |
927 | populateRemoteView(); | 707 | populateRemoteView(); |
928 | } else { | 708 | } else { |
929 | QMessageBox::message(tr("Note"),tr("That directory does not exist")); | 709 | QMessageBox::message(tr("Note"),tr("That directory does not exist")); |
930 | } | 710 | } |
931 | } | 711 | } |
932 | } | 712 | } |
933 | 713 | ||
934 | void AdvancedFm::fillCombo(const QString ¤tPath) { | 714 | void AdvancedFm::fillCombo(const QString ¤tPath) { |
935 | 715 | ||
936 | if (TabWidget->currentPageIndex() == 0) { | 716 | if (TabWidget->currentPageIndex() == 0) { |
937 | currentPathCombo->lineEdit()->setText( currentPath); | 717 | currentPathCombo->lineEdit()->setText( currentPath); |
938 | if( localDirPathStringList.grep(currentPath,TRUE).isEmpty() ) { | 718 | if( localDirPathStringList.grep(currentPath,TRUE).isEmpty() ) { |
939 | currentPathCombo->clear(); | 719 | currentPathCombo->clear(); |
@@ -1073,73 +853,71 @@ void AdvancedFm::SDButtonPushed() { | |||
1073 | update(); | 853 | update(); |
1074 | 854 | ||
1075 | } | 855 | } |
1076 | 856 | ||
1077 | void AdvancedFm::CFButtonPushed() { | 857 | void AdvancedFm::CFButtonPushed() { |
1078 | QString current; | 858 | QString current; |
1079 | if(zaurusDevice) | 859 | if(zaurusDevice) |
1080 | current= "/mnt/cf"; | 860 | current= "/mnt/cf"; |
1081 | else | 861 | else |
1082 | current = "/mnt/hda"; | 862 | current = "/mnt/hda"; |
1083 | 863 | ||
1084 | chdir( current.latin1() ); | 864 | chdir( current.latin1() ); |
1085 | if (TabWidget->currentPageIndex() == 0) { | 865 | if (TabWidget->currentPageIndex() == 0) { |
1086 | currentDir.cd( current, TRUE); | 866 | currentDir.cd( current, TRUE); |
1087 | populateLocalView(); | 867 | populateLocalView(); |
1088 | } else { | 868 | } else { |
1089 | currentRemoteDir.cd( current, TRUE); | 869 | currentRemoteDir.cd( current, TRUE); |
1090 | populateRemoteView(); | 870 | populateRemoteView(); |
1091 | } | 871 | } |
1092 | update(); | 872 | update(); |
1093 | 873 | ||
1094 | } | 874 | } |
1095 | 875 | ||
1096 | 876 | ||
1097 | void AdvancedFm::upDir() | 877 | void AdvancedFm::upDir() { |
1098 | { | ||
1099 | if (TabWidget->currentPageIndex() == 0) { | 878 | if (TabWidget->currentPageIndex() == 0) { |
1100 | QString current = currentDir.canonicalPath(); | 879 | QString current = currentDir.canonicalPath(); |
1101 | QDir dir(current); | 880 | QDir dir(current); |
1102 | dir.cdUp(); | 881 | dir.cdUp(); |
1103 | current = dir.canonicalPath(); | 882 | current = dir.canonicalPath(); |
1104 | chdir( current.latin1() ); | 883 | chdir( current.latin1() ); |
1105 | currentDir.cd( current, TRUE); | 884 | currentDir.cd( current, TRUE); |
1106 | populateLocalView(); | 885 | populateLocalView(); |
1107 | update(); | 886 | update(); |
1108 | } else { | 887 | } else { |
1109 | QString current = currentRemoteDir.canonicalPath(); | 888 | QString current = currentRemoteDir.canonicalPath(); |
1110 | QDir dir(current); | 889 | QDir dir(current); |
1111 | dir.cdUp(); | 890 | dir.cdUp(); |
1112 | current = dir.canonicalPath(); | 891 | current = dir.canonicalPath(); |
1113 | chdir( current.latin1() ); | 892 | chdir( current.latin1() ); |
1114 | currentRemoteDir.cd( current, TRUE); | 893 | currentRemoteDir.cd( current, TRUE); |
1115 | populateRemoteView(); | 894 | populateRemoteView(); |
1116 | update(); | 895 | update(); |
1117 | } | 896 | } |
1118 | } | 897 | } |
1119 | 898 | ||
1120 | void AdvancedFm::copy() | 899 | void AdvancedFm::copy() { |
1121 | { | ||
1122 | qApp->processEvents(); | 900 | qApp->processEvents(); |
1123 | QStringList curFileList = getPath(); | 901 | QStringList curFileList = getPath(); |
1124 | if( curFileList.count() > 0) { | 902 | if( curFileList.count() > 0) { |
1125 | QString curFile; | 903 | QString curFile; |
1126 | if (TabWidget->currentPageIndex() == 0) { | 904 | if (TabWidget->currentPageIndex() == 0) { |
1127 | for ( QStringList::Iterator it = curFileList.begin(); it != curFileList.end(); ++it ) { | 905 | for ( QStringList::Iterator it = curFileList.begin(); it != curFileList.end(); ++it ) { |
1128 | 906 | ||
1129 | QString destFile = currentRemoteDir.canonicalPath()+"/"+(*it); | 907 | QString destFile = currentRemoteDir.canonicalPath()+"/"+(*it); |
1130 | qDebug("Destination file is "+destFile); | 908 | qDebug("Destination file is "+destFile); |
1131 | 909 | ||
1132 | curFile = currentDir.canonicalPath()+"/"+(*it); | 910 | curFile = currentDir.canonicalPath()+"/"+(*it); |
1133 | qDebug("CurrentFile file is " + curFile); | 911 | qDebug("CurrentFile file is " + curFile); |
1134 | 912 | ||
1135 | QFile f(destFile); | 913 | QFile f(destFile); |
1136 | if( f.exists()) { | 914 | if( f.exists()) { |
1137 | switch ( QMessageBox::warning(this,tr("Delete"), | 915 | switch ( QMessageBox::warning(this,tr("Delete"), |
1138 | destFile+tr(" already exists\nDo you really want to delete it?"), | 916 | destFile+tr(" already exists\nDo you really want to delete it?"), |
1139 | tr("Yes"),tr("No"),0,0,1) ) { | 917 | tr("Yes"),tr("No"),0,0,1) ) { |
1140 | case 0: | 918 | case 0: |
1141 | f.remove(); | 919 | f.remove(); |
1142 | break; | 920 | break; |
1143 | case 1: | 921 | case 1: |
1144 | return; | 922 | return; |
1145 | break; | 923 | break; |
@@ -1574,50 +1352,49 @@ void AdvancedFm::mkDir() { | |||
1574 | } | 1352 | } |
1575 | 1353 | ||
1576 | void AdvancedFm::rn() { | 1354 | void AdvancedFm::rn() { |
1577 | if (TabWidget->currentPageIndex() == 0) | 1355 | if (TabWidget->currentPageIndex() == 0) |
1578 | localRename(); | 1356 | localRename(); |
1579 | else | 1357 | else |
1580 | remoteRename(); | 1358 | remoteRename(); |
1581 | 1359 | ||
1582 | } | 1360 | } |
1583 | 1361 | ||
1584 | void AdvancedFm::del() { | 1362 | void AdvancedFm::del() { |
1585 | if (TabWidget->currentPageIndex() == 0) | 1363 | if (TabWidget->currentPageIndex() == 0) |
1586 | localDelete(); | 1364 | localDelete(); |
1587 | else | 1365 | else |
1588 | remoteDelete(); | 1366 | remoteDelete(); |
1589 | } | 1367 | } |
1590 | 1368 | ||
1591 | void AdvancedFm::doAbout() { | 1369 | void AdvancedFm::doAbout() { |
1592 | QMessageBox::message("AdvancedFm",tr("Advanced FileManager\n" | 1370 | QMessageBox::message("AdvancedFm",tr("Advanced FileManager\n" |
1593 | "is copyright 2002 by\n" | 1371 | "is copyright 2002 by\n" |
1594 | "L.J.Potter<llornkcor@handhelds.org>\n" | 1372 | "L.J.Potter<llornkcor@handhelds.org>\n" |
1595 | "and is licensed by the GPL")); | 1373 | "and is licensed by the GPL")); |
1596 | } | 1374 | } |
1597 | 1375 | ||
1598 | void AdvancedFm::keyReleaseEvent( QKeyEvent *e) | 1376 | void AdvancedFm::keyReleaseEvent( QKeyEvent *e) { |
1599 | { | ||
1600 | if( TabWidget->hasFocus()) | 1377 | if( TabWidget->hasFocus()) |
1601 | switch ( e->key() ) { | 1378 | switch ( e->key() ) { |
1602 | case Key_Delete: | 1379 | case Key_Delete: |
1603 | del(); | 1380 | del(); |
1604 | break; | 1381 | break; |
1605 | case Key_H: | 1382 | case Key_H: |
1606 | showHidden(); | 1383 | showHidden(); |
1607 | break; | 1384 | break; |
1608 | case Key_E: | 1385 | case Key_E: |
1609 | runThis(); | 1386 | runThis(); |
1610 | break; | 1387 | break; |
1611 | case Key_C: | 1388 | case Key_C: |
1612 | copy(); | 1389 | copy(); |
1613 | break; | 1390 | break; |
1614 | case Key_A: | 1391 | case Key_A: |
1615 | copyAs(); | 1392 | copyAs(); |
1616 | break; | 1393 | break; |
1617 | case Key_M: | 1394 | case Key_M: |
1618 | move(); | 1395 | move(); |
1619 | break; | 1396 | break; |
1620 | case Key_R: | 1397 | case Key_R: |
1621 | rn(); | 1398 | rn(); |
1622 | break; | 1399 | break; |
1623 | case Key_I: | 1400 | case Key_I: |
@@ -1787,130 +1564,130 @@ void AdvancedFm::doBeam() { | |||
1787 | 1564 | ||
1788 | } else { | 1565 | } else { |
1789 | for ( QStringList::Iterator it = curFileList.begin(); it != curFileList.end(); ++it ) { | 1566 | for ( QStringList::Iterator it = curFileList.begin(); it != curFileList.end(); ++it ) { |
1790 | 1567 | ||
1791 | QString curFile = currentRemoteDir.canonicalPath()+"/"+(*it); | 1568 | QString curFile = currentRemoteDir.canonicalPath()+"/"+(*it); |
1792 | if( curFile.right(1) == "/") curFile = curFile.left( curFile.length() -1); | 1569 | if( curFile.right(1) == "/") curFile = curFile.left( curFile.length() -1); |
1793 | Ir *file = new Ir(this, "IR"); | 1570 | Ir *file = new Ir(this, "IR"); |
1794 | connect(file, SIGNAL(done(Ir*)), this, SLOT( fileBeamFinished( Ir * ))); | 1571 | connect(file, SIGNAL(done(Ir*)), this, SLOT( fileBeamFinished( Ir * ))); |
1795 | file->send( curFile, curFile ); | 1572 | file->send( curFile, curFile ); |
1796 | 1573 | ||
1797 | } | 1574 | } |
1798 | } | 1575 | } |
1799 | } | 1576 | } |
1800 | } | 1577 | } |
1801 | 1578 | ||
1802 | } | 1579 | } |
1803 | 1580 | ||
1804 | void AdvancedFm::fileBeamFinished( Ir *) { | 1581 | void AdvancedFm::fileBeamFinished( Ir *) { |
1805 | QMessageBox::message( tr("Advancedfm Beam out"), tr("Ir sent.") ,tr("Ok") ); | 1582 | QMessageBox::message( tr("Advancedfm Beam out"), tr("Ir sent.") ,tr("Ok") ); |
1806 | 1583 | ||
1807 | } | 1584 | } |
1808 | 1585 | ||
1809 | void AdvancedFm::showFileMenu() { | 1586 | void AdvancedFm::showFileMenu() { |
1810 | 1587 | ||
1811 | QString curApp; | 1588 | QString curApp; |
1812 | bool isLocalView = false; | 1589 | bool isLocalView = false; |
1813 | if (TabWidget->currentPageIndex() == 0) { | 1590 | if (TabWidget->currentPageIndex() == 0) { |
1814 | isLocalView = TRUE; | 1591 | isLocalView = TRUE; |
1815 | curApp = Local_View->currentItem()->text(0); | 1592 | curApp = Local_View->currentItem()->text(0); |
1816 | } else { | 1593 | } else { |
1817 | curApp = Remote_View->currentItem()->text(0); | 1594 | curApp = Remote_View->currentItem()->text(0); |
1818 | } | 1595 | } |
1819 | 1596 | ||
1820 | MimeType mt( curApp ); | 1597 | MimeType mt( curApp ); |
1821 | const AppLnk* app = mt.application(); | 1598 | const AppLnk* app = mt.application(); |
1822 | QFile fi(curApp); | 1599 | QFile fi(curApp); |
1823 | 1600 | ||
1824 | QPopupMenu *m = new QPopupMenu(0); | 1601 | QPopupMenu *m = new QPopupMenu(0); |
1825 | 1602 | ||
1826 | m->insertItem( tr( "Show Hidden Files" ), this, SLOT( showHidden() )); | 1603 | m->insertItem( tr( "Show Hidden Files" ), this, SLOT( showHidden() )); |
1827 | m->insertSeparator(); | 1604 | m->insertSeparator(); |
1828 | if ( QFileInfo(fi).isDir() ) { | 1605 | if ( QFileInfo(fi).isDir() ) { |
1829 | m->insertItem( tr( "Change Directory" ), this, SLOT( doLocalCd() )); | 1606 | m->insertItem( tr( "Change Directory" ), this, SLOT( doLocalCd() )); |
1830 | } else { | 1607 | } else { |
1831 | 1608 | ||
1832 | if ( app ) | 1609 | if ( app ) |
1833 | m->insertItem( app->pixmap(), tr( "Open in " + app->name() ), this, SLOT( runThis() ) ); | 1610 | m->insertItem( app->pixmap(), tr( "Open in " + app->name() ), this, SLOT( runThis() ) ); |
1834 | else if( QFileInfo(fi).isExecutable() ) | 1611 | else if( QFileInfo(fi).isExecutable() ) |
1835 | m->insertItem( tr( "Execute" ), this, SLOT( runThis() ) ); | 1612 | m->insertItem( tr( "Execute" ), this, SLOT( runThis() ) ); |
1836 | 1613 | ||
1837 | m->insertItem( Resource::loadPixmap( "txt" ), tr( "Open as text" ),this, SLOT( runText() ) ); | 1614 | m->insertItem( Resource::loadPixmap( "txt" ), tr( "Open as text" ),this, SLOT( runText() ) ); |
1838 | } | 1615 | } |
1839 | m->insertSeparator(); | 1616 | m->insertSeparator(); |
1840 | 1617 | ||
1841 | 1618 | ||
1842 | if(isLocalView) | 1619 | if(isLocalView) |
1843 | m->insertItem( tr( "Make Directory" ), this, SLOT( localMakDir() )); | 1620 | m->insertItem( tr( "Make Directory" ), this, SLOT( localMakDir() )); |
1844 | else | 1621 | else |
1845 | m->insertItem( tr( "Make Directory" ), this, SLOT( remoteMakDir() )); | 1622 | m->insertItem( tr( "Make Directory" ), this, SLOT( remoteMakDir() )); |
1846 | 1623 | ||
1847 | m->insertItem( tr( "Make Symlink" ), this, SLOT( mkSym() )); | 1624 | m->insertItem( tr( "Make Symlink" ), this, SLOT( mkSym() )); |
1848 | m->insertSeparator(); | 1625 | m->insertSeparator(); |
1849 | 1626 | ||
1850 | if(isLocalView) | 1627 | if(isLocalView) |
1851 | m->insertItem( tr( "Rename" ), this, SLOT( localRename() )); | 1628 | m->insertItem( tr( "Rename" ), this, SLOT( localRename() )); |
1852 | else | 1629 | else |
1853 | m->insertItem( tr( "Rename" ), this, SLOT( remoteRename() )); | 1630 | m->insertItem( tr( "Rename" ), this, SLOT( remoteRename() )); |
1854 | 1631 | ||
1855 | m->insertItem( tr( "Copy" ), this, SLOT( copy() )); | 1632 | m->insertItem( tr( "Copy" ), this, SLOT( copy() )); |
1856 | m->insertItem( tr( "Copy As" ), this, SLOT( copyAs() )); | 1633 | m->insertItem( tr( "Copy As" ), this, SLOT( copyAs() )); |
1857 | m->insertItem( tr( "Copy Same Dir" ), this, SLOT( copySameDir() )); | 1634 | m->insertItem( tr( "Copy Same Dir" ), this, SLOT( copySameDir() )); |
1858 | m->insertItem( tr( "Move" ), this, SLOT( move() )); | 1635 | m->insertItem( tr( "Move" ), this, SLOT( move() )); |
1859 | m->insertSeparator(); | 1636 | m->insertSeparator(); |
1860 | m->insertItem( tr( "Add To Documents" ), this, SLOT( addToDocs() )); | 1637 | m->insertItem( tr( "Add To Documents" ), this, SLOT( addToDocs() )); |
1861 | 1638 | ||
1862 | // if(isLocalView) | 1639 | // if(isLocalView) |
1863 | // m->insertItem( tr( "Rescan" ), this, SLOT( populateLocalView() )); | 1640 | // m->insertItem( tr( "Rescan" ), this, SLOT( populateLocalView() )); |
1864 | // else | 1641 | // else |
1865 | // m->insertItem( tr( "Rescan" ), this, SLOT( populateRemoteView() )); | 1642 | // m->insertItem( tr( "Rescan" ), this, SLOT( populateRemoteView() )); |
1866 | 1643 | ||
1867 | m->insertItem( tr( "Run Command" ), this, SLOT( runCommand() )); | 1644 | m->insertItem( tr( "Run Command" ), this, SLOT( runCommand() )); |
1868 | m->insertItem( tr( "File Info" ), this, SLOT( fileStatus() )); | 1645 | m->insertItem( tr( "File Info" ), this, SLOT( fileStatus() )); |
1869 | m->insertSeparator(); | 1646 | m->insertSeparator(); |
1870 | 1647 | ||
1871 | if(isLocalView) | 1648 | if(isLocalView) |
1872 | m->insertItem( tr( "Delete" ), this, SLOT( localDelete() )); | 1649 | m->insertItem( tr( "Delete" ), this, SLOT( localDelete() )); |
1873 | else | 1650 | else |
1874 | m->insertItem( tr( "Delete" ), this, SLOT( remoteDelete() )); | 1651 | m->insertItem( tr( "Delete" ), this, SLOT( remoteDelete() )); |
1875 | 1652 | ||
1876 | m->insertSeparator(); | 1653 | m->insertSeparator(); |
1877 | m->insertItem( tr( "Set Permissions" ), this, SLOT( filePerms() )); | 1654 | m->insertItem( tr( "Set Permissions" ), this, SLOT( filePerms() )); |
1878 | 1655 | ||
1879 | if( QFile(QPEApplication::qpeDir()+"lib/libopie.so").exists() ) //bad hack for Sharp zaurus failings | 1656 | if( QFile(QPEApplication::qpeDir()+"lib/libopie.so").exists() ) //bad hack for Sharp zaurus failings |
1880 | m->insertItem( tr( "Properties" ), this, SLOT( doProperties() )); | 1657 | m->insertItem( tr( "Properties" ), this, SLOT( doProperties() )); |
1881 | m->setCheckable(TRUE); | 1658 | m->setCheckable(TRUE); |
1882 | if (!b) | 1659 | if (!b) |
1883 | m->setItemChecked(m->idAt(0),TRUE); | 1660 | m->setItemChecked(m->idAt(0),TRUE); |
1884 | else | 1661 | else |
1885 | m->setItemChecked(m->idAt(0),FALSE); | 1662 | m->setItemChecked(m->idAt(0),FALSE); |
1886 | 1663 | ||
1887 | if(Ir::supported()) | 1664 | if(Ir::supported()) |
1888 | m->insertItem( tr( "Beam File" ), this, SLOT( doBeam() )); | 1665 | m->insertItem( tr( "Beam File" ), this, SLOT( doBeam() )); |
1889 | m->setFocus(); | 1666 | m->setFocus(); |
1890 | m->exec( QCursor::pos() ); | 1667 | m->exec( QCursor::pos() ); |
1891 | sleep(1); | 1668 | sleep(1); |
1892 | if(m) delete m; | 1669 | if(m) delete m; |
1893 | } | 1670 | } |
1894 | 1671 | ||
1895 | 1672 | ||
1896 | void AdvancedFm::cancelMenuTimer() { | 1673 | void AdvancedFm::cancelMenuTimer() { |
1897 | 1674 | ||
1898 | qDebug("selectionChanged: cancel menu timer"); | 1675 | qDebug("selectionChanged: cancel menu timer"); |
1899 | if( menuTimer.isActive() ) | 1676 | if( menuTimer.isActive() ) |
1900 | menuTimer.stop(); | 1677 | menuTimer.stop(); |
1901 | } | 1678 | } |
1902 | 1679 | ||
1903 | QString AdvancedFm::checkDiskSpace(const QString &path) { | 1680 | QString AdvancedFm::checkDiskSpace(const QString &path) { |
1904 | struct statfs fss; | 1681 | struct statfs fss; |
1905 | if ( !statfs( path.latin1(), &fss ) ) { | 1682 | if ( !statfs( path.latin1(), &fss ) ) { |
1906 | int blkSize = fss.f_bsize; | 1683 | int blkSize = fss.f_bsize; |
1907 | // int totalBlks = fs.f_blocks; | 1684 | // int totalBlks = fs.f_blocks; |
1908 | int availBlks = fss.f_bavail; | 1685 | int availBlks = fss.f_bavail; |
1909 | 1686 | ||
1910 | long mult = blkSize / 1024; | 1687 | long mult = blkSize / 1024; |
1911 | long div = 1024 / blkSize; | 1688 | long div = 1024 / blkSize; |
1912 | if ( !mult ) mult = 1; | 1689 | if ( !mult ) mult = 1; |
1913 | if ( !div ) div = 1; | 1690 | if ( !div ) div = 1; |
1914 | 1691 | ||
1915 | 1692 | ||
1916 | return QString::number(availBlks * mult / div); | 1693 | return QString::number(availBlks * mult / div); |
diff --git a/noncore/apps/advancedfm/advancedfm.h b/noncore/apps/advancedfm/advancedfm.h index 53dad50..b2705b8 100644 --- a/noncore/apps/advancedfm/advancedfm.h +++ b/noncore/apps/advancedfm/advancedfm.h | |||
@@ -1,26 +1,26 @@ | |||
1 | /*************************************************************************** | 1 | /*************************************************************************** |
2 | opieftp.h | 2 | advancedfm.h |
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 | #ifndef ADVANCEDFM_H | 12 | #ifndef ADVANCEDFM_H |
13 | #define ADVANCEDFM_H | 13 | #define ADVANCEDFM_H |
14 | 14 | ||
15 | #include <qpe/ir.h> | 15 | #include <qpe/ir.h> |
16 | 16 | ||
17 | #include <qvariant.h> | 17 | #include <qvariant.h> |
18 | #include <qdialog.h> | 18 | #include <qdialog.h> |
19 | #include <qmainwindow.h> | 19 | #include <qmainwindow.h> |
20 | #include <qstringlist.h> | 20 | #include <qstringlist.h> |
21 | #include <qdir.h> | 21 | #include <qdir.h> |
22 | #include <qstring.h> | 22 | #include <qstring.h> |
23 | #include <qpoint.h> | 23 | #include <qpoint.h> |
24 | #include <qtimer.h> | 24 | #include <qtimer.h> |
25 | 25 | ||
26 | class QVBoxLayout; | 26 | class QVBoxLayout; |
@@ -89,54 +89,56 @@ protected slots: | |||
89 | void remoteMakDir(); | 89 | void remoteMakDir(); |
90 | void remoteDelete(); | 90 | void remoteDelete(); |
91 | /* bool remoteDirList(const QString &); */ | 91 | /* bool remoteDirList(const QString &); */ |
92 | /* bool remoteChDir(const QString &); */ | 92 | /* bool remoteChDir(const QString &); */ |
93 | void tabChanged(QWidget*); | 93 | void tabChanged(QWidget*); |
94 | void cleanUp(); | 94 | void cleanUp(); |
95 | void remoteRename(); | 95 | void remoteRename(); |
96 | void localRename(); | 96 | void localRename(); |
97 | void runThis(); | 97 | void runThis(); |
98 | void runText(); | 98 | void runText(); |
99 | void filePerms(); | 99 | void filePerms(); |
100 | void doProperties(); | 100 | void doProperties(); |
101 | void runCommand(); | 101 | void runCommand(); |
102 | void runCommandStd(); | 102 | void runCommandStd(); |
103 | QStringList getPath(); | 103 | QStringList getPath(); |
104 | void mkSym(); | 104 | void mkSym(); |
105 | void switchToLocalTab(); | 105 | void switchToLocalTab(); |
106 | void switchToRemoteTab(); | 106 | void switchToRemoteTab(); |
107 | 107 | ||
108 | protected: | 108 | protected: |
109 | bool zaurusDevice; | 109 | bool zaurusDevice; |
110 | QGridLayout *tabLayout, *tabLayout_2, *tabLayout_3; | 110 | QGridLayout *tabLayout, *tabLayout_2, *tabLayout_3; |
111 | QStringList remoteDirPathStringList, localDirPathStringList; | 111 | QStringList remoteDirPathStringList, localDirPathStringList; |
112 | 112 | ||
113 | void init(); | ||
114 | void initConnections(); | ||
113 | void keyReleaseEvent( QKeyEvent *); | 115 | void keyReleaseEvent( QKeyEvent *); |
114 | QString getFileSystemType(const QString &); | 116 | QString getFileSystemType(const QString &); |
115 | QString getDiskSpace(const QString &); | 117 | QString getDiskSpace(const QString &); |
116 | |||
117 | void parsetab(const QString &fileName); | 118 | void parsetab(const QString &fileName); |
118 | QString checkDiskSpace(const QString &); | 119 | QString checkDiskSpace(const QString &); |
120 | |||
119 | protected slots: | 121 | protected slots: |
120 | void showFileMenu(); | 122 | void showFileMenu(); |
121 | void cancelMenuTimer(); | 123 | void cancelMenuTimer(); |
122 | void homeButtonPushed(); | 124 | void homeButtonPushed(); |
123 | void docButtonPushed(); | 125 | void docButtonPushed(); |
124 | void SDButtonPushed(); | 126 | void SDButtonPushed(); |
125 | void CFButtonPushed(); | 127 | void CFButtonPushed(); |
126 | void QPEButtonPushed(); | 128 | void QPEButtonPushed(); |
127 | void upDir(); | 129 | void upDir(); |
128 | void currentPathComboChanged(); | 130 | void currentPathComboChanged(); |
129 | void copy(); | 131 | void copy(); |
130 | void copyAs(); | 132 | void copyAs(); |
131 | void copySameDir(); | 133 | void copySameDir(); |
132 | void currentPathComboActivated(const QString &); | 134 | void currentPathComboActivated(const QString &); |
133 | void fillCombo(const QString &); | 135 | void fillCombo(const QString &); |
134 | bool copyFile( const QString & , const QString & ); | 136 | bool copyFile( const QString & , const QString & ); |
135 | void move(); | 137 | void move(); |
136 | void fileStatus(); | 138 | void fileStatus(); |
137 | void doAbout(); | 139 | void doAbout(); |
138 | void doBeam(); | 140 | void doBeam(); |
139 | void fileBeamFinished( Ir *); | 141 | void fileBeamFinished( Ir *); |
140 | 142 | ||
141 | private: | 143 | private: |
142 | QTimer menuTimer; | 144 | QTimer menuTimer; |
diff --git a/noncore/apps/advancedfm/advancedfm.pro b/noncore/apps/advancedfm/advancedfm.pro index 0f0f770..9629f0e 100644 --- a/noncore/apps/advancedfm/advancedfm.pro +++ b/noncore/apps/advancedfm/advancedfm.pro | |||
@@ -1,25 +1,25 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = advancedfm.h inputDialog.h filePermissions.h output.h | 3 | HEADERS = advancedfm.h inputDialog.h filePermissions.h output.h |
4 | SOURCES = advancedfm.cpp inputDialog.cpp filePermissions.cpp output.cpp main.cpp | 4 | SOURCES = advancedfm.cpp advancedfmData.cpp inputDialog.cpp filePermissions.cpp output.cpp main.cpp |
5 | TARGET = advancedfm | 5 | TARGET = advancedfm |
6 | REQUIRES=medium-config | 6 | REQUIRES=medium-config |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | DESTDIR = $(OPIEDIR)/bin | 9 | DESTDIR = $(OPIEDIR)/bin |
10 | LIBS += -lqpe | 10 | LIBS += -lqpe |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/advancedfm.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/advancedfm.ts \ |
13 | ../../../i18n/en/advancedfm.ts \ | 13 | ../../../i18n/en/advancedfm.ts \ |
14 | ../../../i18n/es/advancedfm.ts \ | 14 | ../../../i18n/es/advancedfm.ts \ |
15 | ../../../i18n/fr/advancedfm.ts \ | 15 | ../../../i18n/fr/advancedfm.ts \ |
16 | ../../../i18n/hu/advancedfm.ts \ | 16 | ../../../i18n/hu/advancedfm.ts \ |
17 | ../../../i18n/ja/advancedfm.ts \ | 17 | ../../../i18n/ja/advancedfm.ts \ |
18 | ../../../i18n/ko/advancedfm.ts \ | 18 | ../../../i18n/ko/advancedfm.ts \ |
19 | ../../../i18n/no/advancedfm.ts \ | 19 | ../../../i18n/no/advancedfm.ts \ |
20 | ../../../i18n/pl/advancedfm.ts \ | 20 | ../../../i18n/pl/advancedfm.ts \ |
21 | ../../../i18n/pt/advancedfm.ts \ | 21 | ../../../i18n/pt/advancedfm.ts \ |
22 | ../../../i18n/pt_BR/advancedfm.ts \ | 22 | ../../../i18n/pt_BR/advancedfm.ts \ |
23 | ../../../i18n/sl/advancedfm.ts \ | 23 | ../../../i18n/sl/advancedfm.ts \ |
24 | ../../../i18n/zh_CN/advancedfm.ts \ | 24 | ../../../i18n/zh_CN/advancedfm.ts \ |
25 | ../../../i18n/zh_TW/advancedfm.ts | 25 | ../../../i18n/zh_TW/advancedfm.ts |
diff --git a/noncore/apps/advancedfm/advancedfmData.cpp b/noncore/apps/advancedfm/advancedfmData.cpp new file mode 100644 index 0000000..a4f4d59 --- a/dev/null +++ b/noncore/apps/advancedfm/advancedfmData.cpp | |||
@@ -0,0 +1,236 @@ | |||
1 | /*************************************************************************** | ||
2 | advancedfmData.cpp | ||
3 | ------------------- | ||
4 | ** Created: Mon 09-23-2002 13:24:11 | ||
5 | copyright : (C) 2002 by ljp | ||
6 | email : ljp@llornkcor.com | ||
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 * | ||
9 | * the Free Software Foundation; either version 2 of the License, or * | ||
10 | * (at your option) any later version. * | ||
11 | ***************************************************************************/ | ||
12 | #include "advancedfm.h" | ||
13 | |||
14 | #include <qpe/qpeapplication.h> | ||
15 | #include <qpe/qpemenubar.h> | ||
16 | #include <qpe/qpetoolbar.h> | ||
17 | #include <qpe/resource.h> | ||
18 | |||
19 | #include <qlayout.h> | ||
20 | #include <qpixmap.h> | ||
21 | #include <qcombobox.h> | ||
22 | #include <qpopupmenu.h> | ||
23 | #include <qtabwidget.h> | ||
24 | #include <qtoolbutton.h> | ||
25 | #include <qtabwidget.h> | ||
26 | #include <qlineedit.h> | ||
27 | #include <qlistview.h> | ||
28 | |||
29 | #include <sys/utsname.h> | ||
30 | |||
31 | |||
32 | void AdvancedFm::init() { | ||
33 | |||
34 | setCaption( tr( "AdvancedFm" ) ); | ||
35 | |||
36 | QGridLayout *layout = new QGridLayout( this ); | ||
37 | layout->setSpacing( 2); | ||
38 | layout->setMargin( 2); | ||
39 | |||
40 | |||
41 | QPEMenuBar *menuBar = new QPEMenuBar(this); | ||
42 | fileMenu = new QPopupMenu( this ); | ||
43 | viewMenu = new QPopupMenu( this ); | ||
44 | |||
45 | layout->addMultiCellWidget( menuBar, 0, 0, 0, 1 ); | ||
46 | |||
47 | menuBar->insertItem( tr( "File" ), fileMenu); | ||
48 | menuBar->insertItem( tr( "View" ), viewMenu); | ||
49 | |||
50 | qpeDirButton= new QToolButton(this,"QPEButton"); | ||
51 | qpeDirButton->setPixmap( Resource::loadPixmap("launcher/opielogo16x16"));//,"",this,"QPEButton"); | ||
52 | qpeDirButton ->setFixedSize( QSize( 20, 20 ) ); | ||
53 | layout->addMultiCellWidget( qpeDirButton , 0, 0, 2, 2); | ||
54 | |||
55 | cfButton = new QToolButton( this,"CFButton"); | ||
56 | cfButton->setPixmap(Resource::loadPixmap("cardmon/pcmcia")); | ||
57 | cfButton ->setFixedSize( QSize( 20, 20 ) ); | ||
58 | layout->addMultiCellWidget( cfButton , 0, 0, 3, 3); | ||
59 | |||
60 | sdButton = new QToolButton( this,"SDButton"); | ||
61 | sdButton->setPixmap(Resource::loadPixmap("advancedfm/sdcard")); | ||
62 | sdButton->setFixedSize( QSize( 20, 20 ) ); | ||
63 | layout->addMultiCellWidget( sdButton , 0, 0, 4, 4); | ||
64 | |||
65 | cdUpButton = new QToolButton( this,"cdUpButton"); | ||
66 | cdUpButton->setPixmap(Resource::loadPixmap("up")); | ||
67 | cdUpButton ->setFixedSize( QSize( 20, 20 ) ); | ||
68 | layout->addMultiCellWidget( cdUpButton , 0, 0, 5, 5); | ||
69 | |||
70 | docButton = new QToolButton( this,"docsButton"); | ||
71 | docButton->setPixmap(Resource::loadPixmap("DocsIcon")); | ||
72 | docButton->setFixedSize( QSize( 20, 20 ) ); | ||
73 | layout->addMultiCellWidget( docButton, 0, 0, 6, 6); | ||
74 | |||
75 | homeButton = new QToolButton( this,"homeButton"); | ||
76 | homeButton->setPixmap(Resource::loadPixmap("home")); | ||
77 | homeButton->setFixedSize( QSize( 20, 20 ) ); | ||
78 | layout->addMultiCellWidget( homeButton, 0, 0, 7, 7); | ||
79 | |||
80 | fileMenu->insertItem( tr( "Show Hidden Files" ), this, SLOT( showHidden() )); | ||
81 | fileMenu->setItemChecked( fileMenu->idAt(0),TRUE); | ||
82 | fileMenu->insertSeparator(); | ||
83 | fileMenu->insertItem( tr( "Make Directory" ), this, SLOT( mkDir() )); | ||
84 | fileMenu->insertItem( tr( "Rename" ), this, SLOT( rn() )); | ||
85 | fileMenu->insertItem( tr( "Run Command" ), this, SLOT( runCommandStd() )); | ||
86 | fileMenu->insertItem( tr( "Run Command with Output" ), this, SLOT( runCommand() )); | ||
87 | fileMenu->insertSeparator(); | ||
88 | fileMenu->insertItem( tr( "Add To Documents" ), this, SLOT( addToDocs() )); | ||
89 | fileMenu->insertItem( tr( "Delete" ), this, SLOT( del() )); | ||
90 | fileMenu->setCheckable(TRUE); | ||
91 | |||
92 | viewMenu->insertItem( tr( "Switch to Local" ), this, SLOT( switchToLocalTab() )); | ||
93 | viewMenu->insertItem( tr( "Switch to Remote" ), this, SLOT( switchToRemoteTab() )); | ||
94 | viewMenu->insertSeparator(); | ||
95 | viewMenu->insertItem( tr( "About" ), this, SLOT( doAbout() )); | ||
96 | viewMenu->setCheckable(TRUE); | ||
97 | |||
98 | |||
99 | currentPathCombo = new QComboBox( FALSE, this, "currentPathCombo" ); | ||
100 | currentPathCombo->setEditable(TRUE); | ||
101 | layout->addMultiCellWidget( currentPathCombo, 1, 1, 0, 7); | ||
102 | currentPathCombo->lineEdit()->setText( currentDir.canonicalPath()); | ||
103 | |||
104 | currentPathCombo->lineEdit()->setText( currentDir.canonicalPath()); | ||
105 | |||
106 | layout->addMultiCellWidget( currentPathCombo, 1, 1, 0, 7); | ||
107 | |||
108 | |||
109 | TabWidget = new QTabWidget( this, "TabWidget" ); | ||
110 | layout->addMultiCellWidget( TabWidget, 2, 2, 0, 7); | ||
111 | |||
112 | tab = new QWidget( TabWidget, "tab" ); | ||
113 | tabLayout = new QGridLayout( tab ); | ||
114 | tabLayout->setSpacing( 2); | ||
115 | tabLayout->setMargin( 2); | ||
116 | |||
117 | Local_View = new QListView( tab, "Local_View" ); | ||
118 | Local_View->addColumn( tr("File"),130); | ||
119 | Local_View->addColumn( tr("Size"),-1); | ||
120 | Local_View->setColumnAlignment(1,QListView::AlignRight); | ||
121 | Local_View->addColumn( tr("Date"),-1); | ||
122 | Local_View->setColumnAlignment(2,QListView::AlignRight); | ||
123 | Local_View->setAllColumnsShowFocus(TRUE); | ||
124 | Local_View->setMultiSelection( TRUE ); | ||
125 | Local_View->setSelectionMode(QListView::Extended); | ||
126 | |||
127 | QPEApplication::setStylusOperation( Local_View->viewport(),QPEApplication::RightOnHold); | ||
128 | |||
129 | tabLayout->addWidget( Local_View, 0, 0 ); | ||
130 | |||
131 | TabWidget->insertTab( tab, tr("1")); | ||
132 | |||
133 | tab_2 = new QWidget( TabWidget, "tab_2" ); | ||
134 | tabLayout_2 = new QGridLayout( tab_2 ); | ||
135 | tabLayout_2->setSpacing( 2); | ||
136 | tabLayout_2->setMargin( 2); | ||
137 | |||
138 | Remote_View = new QListView( tab_2, "Remote_View" ); | ||
139 | Remote_View->addColumn( tr("File"),130); | ||
140 | Remote_View->addColumn( tr("Size"),-1); | ||
141 | Remote_View->setColumnAlignment(1,QListView::AlignRight); | ||
142 | Remote_View->addColumn( tr("Date"),-1); | ||
143 | Remote_View->setColumnAlignment(2,QListView::AlignRight); | ||
144 | Remote_View->setAllColumnsShowFocus(TRUE); | ||
145 | Remote_View->setMultiSelection( TRUE ); | ||
146 | Remote_View->setSelectionMode(QListView::Extended); | ||
147 | |||
148 | |||
149 | QPEApplication::setStylusOperation( Remote_View->viewport(),QPEApplication::RightOnHold); | ||
150 | |||
151 | tabLayout_2->addWidget( Remote_View, 0, 0 ); | ||
152 | |||
153 | |||
154 | TabWidget->insertTab( tab_2, tr( "2")); | ||
155 | |||
156 | /* tab_3 = new QWidget( TabWidget, "tab_3" ); | ||
157 | tabLayout_3 = new QGridLayout( tab_3 ); | ||
158 | tabLayout_3->setSpacing( 2); | ||
159 | tabLayout_3->setMargin( 2); | ||
160 | |||
161 | |||
162 | // OFileDialog fileDialog; | ||
163 | // fileDialog; | ||
164 | // fileSelector = new FileSelector( "*",tab_3, "fileselector" , FALSE, FALSE); //buggy | ||
165 | // fileDialog = new OFileDialog("bangalow", tab_3, 4, 2, "Bungalow"); | ||
166 | // OFileSelector fileDialog = new OFileSelector( tab_3, 4, 2,"/"); | ||
167 | |||
168 | QListView *fileTree; | ||
169 | fileTree = new QListView( tab_3, "tree" ); | ||
170 | |||
171 | |||
172 | tabLayout_3->addMultiCellWidget( fileTree, 0, 0, 0, 3 ); | ||
173 | |||
174 | TabWidget->insertTab( tab_3, tr( "Remote" ) ); | ||
175 | */ | ||
176 | |||
177 | /////////////// | ||
178 | |||
179 | struct utsname name; /* check for embedix kernel running on the zaurus*/ | ||
180 | if (uname(&name) != -1) { | ||
181 | QString release=name.release; | ||
182 | if(release.find("embedix",0,TRUE) !=-1) { | ||
183 | zaurusDevice=TRUE; | ||
184 | } else { | ||
185 | zaurusDevice=FALSE; | ||
186 | sdButton->hide(); | ||
187 | } | ||
188 | } | ||
189 | |||
190 | currentDir.setFilter( QDir::Files | QDir::Dirs | QDir::Hidden | QDir::All); | ||
191 | currentDir.setPath( QDir::currentDirPath()); | ||
192 | |||
193 | currentRemoteDir.setFilter( QDir::Files | QDir::Dirs | QDir::Hidden | QDir::All); | ||
194 | currentRemoteDir.setPath( QDir::currentDirPath()); | ||
195 | |||
196 | b = TRUE; | ||
197 | |||
198 | filterStr="*"; | ||
199 | b=FALSE; | ||
200 | |||
201 | |||
202 | |||
203 | } | ||
204 | |||
205 | void AdvancedFm::initConnections() { | ||
206 | connect( qApp,SIGNAL( aboutToQuit()),SLOT( cleanUp()) ); | ||
207 | connect( qpeDirButton ,SIGNAL(released()),this,SLOT( QPEButtonPushed()) ); | ||
208 | connect( cfButton ,SIGNAL(released()),this,SLOT( CFButtonPushed()) ); | ||
209 | connect( sdButton ,SIGNAL(released()),this,SLOT( SDButtonPushed()) ); | ||
210 | connect( cdUpButton ,SIGNAL(released()),this,SLOT( upDir()) ); | ||
211 | connect( docButton,SIGNAL(released()),this,SLOT( docButtonPushed()) ); | ||
212 | connect(homeButton,SIGNAL(released()),this,SLOT(homeButtonPushed()) ); | ||
213 | connect( currentPathCombo, SIGNAL( activated( const QString & ) ), | ||
214 | this, SLOT( currentPathComboActivated( const QString & ) ) ); | ||
215 | |||
216 | connect( currentPathCombo->lineEdit(),SIGNAL(returnPressed()), | ||
217 | this,SLOT(currentPathComboChanged())); | ||
218 | |||
219 | connect( Local_View, SIGNAL( clicked( QListViewItem*)), | ||
220 | this,SLOT( localListClicked(QListViewItem *)) ); | ||
221 | connect( Local_View, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int)), | ||
222 | this,SLOT( localListPressed(int, QListViewItem *, const QPoint&, int)) ); | ||
223 | |||
224 | connect( Local_View, SIGNAL( selectionChanged() ), SLOT( cancelMenuTimer() ) ); | ||
225 | |||
226 | connect( Remote_View, SIGNAL( clicked( QListViewItem*)), | ||
227 | this,SLOT( remoteListClicked(QListViewItem *)) ); | ||
228 | connect( Remote_View, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int)), | ||
229 | this,SLOT( remoteListPressed(int, QListViewItem *, const QPoint&, int)) ); | ||
230 | |||
231 | connect(TabWidget,SIGNAL(currentChanged(QWidget *)), | ||
232 | this,SLOT(tabChanged(QWidget*))); | ||
233 | |||
234 | connect( &menuTimer, SIGNAL( timeout() ), SLOT( showFileMenu() ) ); | ||
235 | |||
236 | } | ||