Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/downloadmanager.py
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant _active_downloads.remove.Lucian Branescu Mihaila2010-07-161-1/+1
* Enable downloading for unknown mime types.Lucian Branescu Mihaila2010-07-151-3/+5
* Fix canceling downloads.Lucian Branescu Mihaila2010-07-151-0/+3
* Fix download. Webkit expects fully qualified URLs for destination after all.Lucian Branescu Mihaila2010-07-151-2/+2
* Fix temporary file path construction, better logging, various fixes.Lucian Branescu Mihaila2010-07-151-13/+19
* Complete monkeypatched WebKitDownloadStatus enum. Clarifications.Lucian Branescu Mihaila2010-07-151-3/+6
* Add actual saving callback, which fixes the download always failing.Lucian Branescu Mihaila2010-07-151-3/+10
* Set default mime type to unknown.Lucian Branescu Mihaila2010-07-151-1/+1
* Figure out mime-type for all files, not just executables and zips. Fix downlo...Lucian Branescu Mihaila2010-07-151-9/+6
* Fix progress scale from 0 - 1 to 0 - 100. Enable error callback.Lucian Branescu Mihaila2010-07-151-4/+2
* Downloads start, but do not progress or complete. Mime type is hard-coded.Lucian Branescu Mihaila2010-07-151-6/+24
* Fix various things.Lucian Branescu Mihaila2010-06-241-4/+4
* Prototype implementation of downloadmanager. Fix initial load bug. Introduce ...Lucian Branescu Mihaila2010-06-241-19/+24
* Downloads prototype. Missing features and it doesn't yet work.Lucian Branescu Mihaila2010-06-221-120/+31
* Fix for get_source. Cleanups.Lucian Branescu Mihaila2010-06-221-75/+1
* Add some stubs, cleanup some hulahop vestiges, implement Browser.get_source a...Lucian Branescu Mihaila2010-06-191-7/+0
* Fix some pep8 violations.Lucian Branescu Mihaila2010-06-171-2/+2
* Browse stards and loads pages with pywebkitgtk. Several features are disabled...Lucian Branescu Mihaila2010-06-171-18/+12
* add/remove some empty lines according to PEP8Sascha Silbe2010-06-161-1/+10
* remove EOL spacesSascha Silbe2010-06-161-29/+29
* Able to download Data URIs #1029 (Lucian Branescu)Simon Schampijer2009-08-061-4/+9
* Put the download url in the description field of the metadataSimon Schampijer2009-07-081-2/+3
* Open new windows in tabsTomeu Vizoso2009-07-081-2/+3
* Try to get a more meaningful mime type than application/x-zip #541Tomeu Vizoso2009-04-071-1/+2
* #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
* #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
* #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
* 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