- May 20, 2013
-
-
Manuel Quiñones authored
-
Manuel Quiñones authored
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.
-
- May 16, 2013
-
-
Pootle daemon authored
-
- May 03, 2013
-
-
Pootle daemon authored
-
Pootle daemon authored
-
- Apr 19, 2013
-
-
Pootle daemon authored
-
- Apr 16, 2013
-
-
Manuel Quiñones authored
It is better than nothing. Still there is no way to access the selected text from webkit, and upstream decided to remove the API: https://bugs.webkit.org/show_bug.cgi?id=62512 Also, remove never used commented code. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-
Manuel Quiñones authored
To make the user better distinguish the different sections link/image/selection, add line separators. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-
Manuel Quiñones authored
Previously the code used three different palettes. If the cursor was over a link, it displayed the link palette with options like "Follow link". If that wasn't the case, it checked for image, and displayed options to act on it like "Keep image". Otherwise, if the cursor was over a user selected text, it displayed the palette to "Copy text". But as the bug #4262 state, those cases are not exclusive. For example, the user can pop-up the palette over an image which is also a link, and also user selected. In that case, all the options should be displayed. This commit does so. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-
- Apr 15, 2013
-
-
Manuel Quiñones authored
This is part of making the palette handle images which are also links. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-
Manuel Quiñones authored
Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-
Manuel Quiñones authored
This are not referenced anymore in the current webkit based source. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-
- Apr 11, 2013
-
-
Manuel Quiñones authored
-
Manuel Quiñones authored
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>
-
Manuel Quiñones authored
Otherwise the URL looks like it could be edited. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-
Manuel Quiñones authored
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>
-
- Apr 10, 2013
-
-
Manuel Quiñones authored
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>
-
Manuel Kaufmann authored
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>
-
- Mar 06, 2013
-
-
Pootle daemon authored
-
- Mar 03, 2013
-
-
Pootle daemon authored
-
- Feb 28, 2013
-
-
Rafael Ortiz authored
-
- Feb 27, 2013
-
-
Pootle daemon authored
-
- Feb 24, 2013
-
-
Pootle daemon authored
-
- Feb 22, 2013
-
-
Pootle daemon authored
Commit from Sugar Labs: Translation System by user aputsiaq.: 47 of 47 messages translated (0 fuzzy).
-
Pootle daemon authored
-
Pootle daemon authored
-
Pootle daemon authored
-
Pootle daemon authored
-
- Feb 19, 2013
-
-
Manuel Quiñones authored
-
- Feb 18, 2013
-
-
Manuel Kaufmann authored
When the 'error' signal is emitted while a PDF file is being downloaded, Browse shows an error page similar to the one showed when a web page could not be reached. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-
- Feb 14, 2013
-
-
Pootle daemon authored
-
- Feb 13, 2013
-
-
Manuel Kaufmann authored
When the 'X' button is clicked from the TabLabel we emit 'tab-close' signal and cancel the download on its callback if the tab closed is a PDFTabPage. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Acked-by: Manuel Quiñones <manuq@laptop.org>
-
Manuel Kaufmann authored
Fixed the order of operation to calculate the free space amount to show in the error message. Added some comments on the code about the units (Bytes, Kilobytes) used by each method. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Acked-by: Manuel Quiñones <manuq@laptop.org>
-
- Jan 25, 2013
-
-
Manuel Quiñones authored
- Read the zoom level using Dictionary.get() to make it backwards compatible. - Add getter and setter to DummyBrowser for the duck typing. Initial patch from Ariel Calzada <ariel@acivitycentral.com> Signed-off-by: Ariel Calzada <ariel@acivitycentral.com> Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-
- Jan 23, 2013
-
-
Manuel Quiñones authored
- Make 'Actual zoom' button from the subtoolbar insensitive, just like the others - Add 'Actual zoom' button to PDF toolbar overflow Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-
Manuel Kaufmann authored
If you start typing an url and the autosuggestion list appears and then you click on plus sign or press Ctrl-T the autosuggestion list is hid. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Acked-by: Manuel Quiñones <manuq@laptop.org>
-
Manuel Kaufmann authored
Use 'changed' signal to know if the url entry is empty. Check if the entry has_focus() to know if the entry was changed by the user or not. We only want to show the clear icon if the user has changed the url entry. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-
Pootle daemon authored
Commit from Sugar Labs: Translation System by user aputsiaq.: 45 of 45 messages translated (0 fuzzy).
-
- Jan 21, 2013
-
-
Pootle daemon authored
-
- Jan 19, 2013
-
-
Pootle daemon authored
-