GNOME Bugzilla – Bug 627774
TaskView Integration/Reworked Progress Dialogue
Last modified: 2016-02-28 05:40:39 UTC
During GSoC I've created the TaskView system and a set of patches to integrate epiphany into it. More about TaskView: http://live.gnome.org/SummerOfCode2010/SalomonSickert_Tasks http://ssickert.wordpress.com/ Epiphany patch: http://github.com/ssickert/epiphany-taskview/commit/c42c7e45a6a9c113bc43338fbb68d95d968a5213 The patch is a bit rough atm and needs some rework: - do not subclass EphyDialogClass or completely remove the DownloaderView Class - make it optional via #ifdef's But I like to hear your comments to improve it.
If you could attach the patch to this bug, it will automatically show up in bugzilla as having a patch and moreover the chances of it getting lost are lower. Thanks!
Just a FYI: I have been rewriting the internal glue in our downloads code. The UI (downloader-view) has not been touched. I hope to finish it soon (connect the UI), after that it's quite easy to just replace the UI with any other thing we want, like TaskView.
(In reply to comment #2) > Just a FYI: I have been rewriting the internal glue in our downloads code. The > UI (downloader-view) has not been touched. > I hope to finish it soon (connect the UI), after that it's quite easy to just > replace the UI with any other thing we want, like TaskView. Cool, I will look at it and port the code after my holidays.
*** Bug 612791 has been marked as a duplicate of this bug. ***