Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release 149.4v149.4sugar-0.98Manuel Quiñones2013-09-091-1/+1
|
* Adapt toolbar for portrait modeManuel Quiñones2013-09-051-5/+74
| | | | | | Add a new row below the standard toolbar and place the URL entry inside, when the screen width is smaller than the heignt. Otherwise, it looks as before. Fixes #4212 .
* Add shortcut to close the current tabManuel Quiñones2013-09-052-15/+15
| | | | | | And improve the code of the tab close Fixes #4590
* Add timer to update progress in intervals of 3 secondsManuel Quiñones2013-09-051-12/+28
|
* Download: update progress only when the percent changes - #4619Manuel Quiñones2013-09-041-6/+10
| | | | Fixes #4619 . Too much calls to datastore.write() is ineffective.
* Release 149.3v149.3Manuel Quiñones2013-05-201-1/+1
|
* Add custom images to media player buttonsManuel Quiñones2013-05-201-0/+26
| | | | | | | | | Using data-urls the small images can be replaced by custom ones. Converted them to data-urls with this online tool: http://dataurl.net/#dataurlmaker I couldn't find selectors for active buttons, 'active' pseudo class doesn't work.
* Download image: fix the creation of the preview image - #4498Manuel Quiñones2013-05-171-1/+2
| | | | | | | This was preventing the download to finish, leaving a broken entry in the Journal. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Release 149.2v149.2Manuel Quiñones2013-04-111-1/+1
|
* Partial fix to style the Embedded media player - SL #3933 #4465Manuel Quiñones2013-04-112-0/+46
| | | | | | | | | | | | | | | | | | | | The only way to do this in webkitgtk1 is to inject CSS using WebKit.WebView.execute_script: http://webkitgtk.org/reference/webkitgtk/stable/webkitgtk-webkitwebview.html#webkit-web-view-execute-script The new CSS rules do: - set page background white - set player background dark grey, same as Sugar toolbar - set player text white - set buttons size to the same size as Sugar toolbar buttons This commit doesn't change the size of the icons inside the buttons, which is too small. Ongoing investigation in the #4465 ticket, it looks like it should be an upstream fix. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* 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-111-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-112-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>
*