KDE Bug Tracking System
Home
Report New Wish or Bug
Query Existing Reports
First
Last
Prev
Next
No search results available
Search page
Bug
111857
:
Usability enhancement suggestions for FTP uploa...
P
roduct
:
quanta
Co
m
ponent
:
general
Status
:
RESOLVED
Resolution
:
FIXED
Target
:
---
Version
:
unspecified
Pr
i
ority
:
NOR
Severity
:
wishlist
V
otes
:
0
Description
:
Opened:
2005-09-01 02:06
Last Changed:
2006-03-14 21:21:45
Version: (using KDE KDE 3.3.2) Installed from: Debian testing/unstable Packages Nowadays I'm having problems with my internet connection (e.g. high pings and severe packet loss). When using "Upload Project" to my FTP account, it often fails, due to bad connection quality. The problem is that no retry button is offered in case of failed upload, and even when some files got uploaded, they don't get marked as up-to-date, because some others failed. What do I expect? When I try to upload the project files, let's say file1.htm, file2.htm, file3.htm. First two files get uploaded and the third doesn't because of network timeout. I expect: 1.) that correctly uploaded files are immediately marked as up-to-date 2.) that the upload dialog doesn't close 3.) that 'Proceed' button gets replaced by 'Retry' (or another offer to retry the upload) 4.) that the 'second' upload doesn't try to upload those already uploaded files again (same as expectation no.1)
Comment
#1
András Manţia 2006-03-14 21:21:44
SVN commit 518657 by amantia: Mark uploaded files as uploaded even if upload fails later. Proceed basicly acts like a "retry" in this case, resumes the upload from the last not-uploaded file. BUG: 111857 M +1 -0 ChangeLog M +6 -1 project/projectupload.cpp --- branches/KDE/3.5/kdewebdev/quanta/ChangeLog #518656:518657 @@ -29,6 +29,7 @@ - add possibility to limit the number of recent files/projects. No GUI, use "Recent Files Limit" in the [General Options] section [#113309] - show the project name in the window titlebar + - mark uploaded files as uploaded even if upload fails later [#111857] - new DCOP methods: - WindowManagerIf::uploadURL(url, profile, markOnly): uploads the url to the place described by profile. If --- branches/KDE/3.5/kdewebdev/quanta/project/projectupload.cpp #518656:518657 @@ -442,6 +442,7 @@ QuantaCommon::dirCreationError(this, KURL( dir.prettyURL(0, KURL::StripFileProtocol) )); buttonUpload->setEnabled(true); uploadInProgress = false; + saveRemoteUploadInfo(); return; } } @@ -483,6 +484,7 @@ job->showErrorDialog( this ); uploadInProgress = false; buttonUpload->setEnabled(true); + saveRemoteUploadInfo(); return; } KIO::FileCopyJob *fJob = dynamic_cast<KIO::FileCopyJob *>(job); @@ -555,8 +557,11 @@ // QListViewItem *it = list->findItem( currentURL.path() ); QListViewItem *it = currentItem; if (it) - { + { it->setSelected(false); + UploadTreeFile *itf = dynamic_cast<UploadTreeFile*>(it); + if (itf) + itf->setWhichPixmap( "check_clear" ); it->repaint(); } toUpload.remove( it );
P
latform
:
Debian testing
O
S
:
Linux
K
eywords
:
People
Reporter
:
Ondrej Valek
Assigned To
:
András Manţia
Related actions
View Bug Activity
Format For Printing
XML
Clone This Bug
Note
You need to
log in
before you can comment on or make changes to this bug.
Attachments
Add an attachment
(proposed patch, testcase, etc.)
Depends on
:
B
locks
:
Show dependency tree
-
Show dependency graph
First
Last
Prev
Next
No search results available
Search page
Actions
Reports
Requests
Reports
Bugs reported today
Bugs reported in the last 3 days
Bug reports with patches
Weekly Bug statistics
The most hated bugs
The most severe bugs
The most frequently reported bugs
The most wanted features
Junior Jobs
Report ownership counts and charts
My Account
New Account
Log In