Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Pdf tabs: make URL entry insensitive - SL #3741Manuel Quiñones2013-04-111-0/+2
| | | | | | Otherwise the URL looks like it could be edited. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Get back preview in downloaded images - SL #1106Manuel Quiñones2013-04-111-0/+44
| | | | | | | | | | | This patch from Gonzalo for gtk2 was the main reference: http://bugs.sugarlabs.org/attachment/ticket/1106/0001-Fix-1106-No-preview-in-Journal-for-downloaded-image.patch Also borrows from sugar3.activity.Activity.get_preview to make the preview with cairo. And uses GdkPixbuf to load any GdkPixbuf supported format. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* PDF tabs: set status FINISHED if the URL is local - SL #4471Manuel Quiñones2013-04-101-0/+2
| | | | | | | | For the remote tabs, FINISHED is set when the download finishes, but for remote we were leaving the tabs in PROVISIONAL state. This caused an error when the user tried to close the tab with the local PDF. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Download progress bar SL #4385Manuel Kaufmann2013-04-102-3/+24
| | | | | | | | | | | | This patch is a workaround for a WebKit's bug[1] regarding the 'notify::progress' signal that is not emitted when it should be. So, we use 'notify::current-size' signal instead and compare the 'current-size' with the 'total-size' to get the proper progress. [1] https://bugs.webkit.org/show_bug.cgi?id=107308 Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Acked-by: Manuel Quiñones <manuq@laptop.org>
*