Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/downloadmanager.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix OLPC #6874 - Web activity uses gettext on file nameGonzalo Odiard2010-10-221-2/+2
| | | | It's innecesary to translate the name of a downloaded file.
* generate preview image for downloaded images (SL#1106)Gonzalo Odiard2010-10-071-0/+45
|
* fix #8857 - Browse fails to download some files with non-ascii charactersGonzalo Odiard2010-10-051-2/+3
|
* fix #10365. Only backport solution from Browse in Sugar 0.90Gonzalo Odiard2010-10-051-3/+6
|
* #8857 handle download names with non-ascii charactersTomeu Vizoso2008-10-211-0/+3
|
* Add a "Download link" option to the link paletteTomeu Vizoso2008-10-151-1/+89
|
* Get downloads on multiple windows to work. UnfortunatelyMarco Pesenti Gritti2008-10-151-22/+22
| | | | | | it requires to keep our own window -> transfer mapping, since it's not provided by the mozilla API. (their download manager is a singleton)
* #8055 Use the file name in the title instead of the temp file nameTomeu Vizoso2008-08-271-10/+15
|
* Use the global variable in the namespace already for readingSimon Schampijer2008-08-271-1/+1
| | | | | This is only to avoid a syntax warning but has not caused any bad state
* #7195 make sure that downloads are saved to individual filesTomeu Vizoso2008-07-311-16/+20
|
* Fix downloads because of interface change #7427 (tomeu)Simon Schampijer2008-07-071-1/+2
|
* First round of pylint fixes.Simon Schampijer2008-05-211-52/+56
|
* Fix typo #6962 (DanKrejsa)Simon Schampijer2008-05-121-2/+2
|
* Fix onStateChange for downloads #6962 (DanKrejsa)Simon Schampijer2008-05-121-2/+2
|
* s/Open/Show in Journal #5958Simon Schampijer2008-01-151-1/+1
|
* Remove canceled download from active downloads list #6018Simon Schampijer2008-01-151-0/+2
|
* Downloaded files show up in the journal with unprintable character #5581Simon Schampijer2007-12-201-1/+1
|
* Use show_objiect in journal as well for downloads #4909Simon Schampijer2007-12-191-11/+19
|
* Update the progress of downloads less often #5449.Tomeu Vizoso2007-12-151-2/+5
|
* Give to the DS the ownership of the files we hand to it #5235Tomeu Vizoso2007-12-051-0/+1
|
* do not resume downloaded files #4909Simon Schampijer2007-11-211-26/+3
|
* #4870: Add onStatusChange method to Download.Tomeu Vizoso2007-11-141-0/+4
|
* Updated translationsSimon Schampijer2007-10-291-3/+3
|
* Remove download object when download is canceled when downloaded alreadySimon Schampijer2007-10-191-16/+30
| | | | as well
* Make use of the tray support in sugar activity windowSimon Schampijer2007-10-191-1/+0
|
* Fix the case where no activity can be associated with the downloaded file.Simon Schampijer2007-10-171-5/+3
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/web-activitySimon Schampijer2007-10-161-2/+2
|\
| * Adapt to sugar API changesMarco Pesenti Gritti2007-10-161-2/+2
| |
* | Changed icon for stop button, place alert on topSimon Schampijer2007-10-161-1/+1
|/
* Removed hack to set the right service name for sharingSimon Schampijer2007-10-161-3/+8
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/web-activitySimon Schampijer2007-10-161-0/+2
|\
* | Refined the alerts for the downloadsSimon Schampijer2007-10-161-25/+41
| | | | | | | | Espacially for the still downloading 'really want to quit?' case
* | Merge branch 'master' of git+ssh://dev.laptop.org/git/web-activitySimon Schampijer2007-10-141-9/+27
|\ \ | |/ | | | | | | | | Conflicts: downloadmanager.py
| * #3552: Cancel a donwload when the related journal entry is deleted.Tomeu Vizoso2007-10-131-2/+19
| |
* | Removed the clipboard part from the download manager and added alertsSimon Schampijer2007-10-141-40/+44
|/
* Cope with dbus-python 0.82.2 fixing async call timeoutsSimon McVittie2007-09-271-1/+9
|
* Revert "Adapt to dbus-python API change"Marco Pesenti Gritti2007-09-271-1/+1
| | | | This reverts commit 9f78690b24629f87731cee63e192ec87d8e90dc1.
* Adapt to dbus-python API changeMarco Pesenti Gritti2007-09-271-1/+1
|
* Remove our custom dnd hacks. We are using XdndDirectSave now for the clipboard.Marco Pesenti Gritti2007-09-171-0/+1
|
* #2555: Report download progress to the Journal via the DataStore.Tomeu Vizoso2007-09-061-4/+7
|
* #2763: Save downloads to flash, not to /tmp.Tomeu Vizoso2007-08-131-6/+14
|
* Really increase timeout.Tomeu Vizoso2007-08-081-1/+1
|
* Increase timeout when copying the file into the datastore to 360s.Tomeu Vizoso2007-07-261-1/+2
|
* Do the write of downloads to the DS async.Tomeu Vizoso2007-07-231-4/+33
|
* #2268 Allow removing downloads from the clipboard while in progress.Tomeu Vizoso2007-07-201-2/+8
|
* Fix a temp file leak.Tomeu Vizoso2007-07-201-7/+14
|
* Don't set the date any more.Tomeu Vizoso2007-07-171-1/+0
|
* Fixes #1282.Tomeu Vizoso2007-06-181-0/+5
|
* Fix typo.Tomeu Vizoso2007-06-121-2/+2
|
* Improve mime type detection of downloads.Tomeu Vizoso2007-06-111-21/+19
|