Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ephy-session: use a better variable name for session recovery | Xan Lopez | 2012-12-11 | 1 | -3/+3 |
| | | | | | We always recover the session now, so 'has_session_state' makes more sense than 'crashed_session'. | ||||
* | Do not present the window when running in test mode | Gustavo Noronha Silva | 2012-12-10 | 1 | -1/+2 |
| | |||||
* | e-location-entry: use new soup_session_prefetch_dns API | Diego Escalante Urrelo | 2012-12-10 | 1 | -1/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=689970 | ||||
* | widgets: do not use deprecated GtkStyleContext API | Diego Escalante Urrelo | 2012-12-10 | 4 | -4/+10 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=689968 | ||||
* | Add test to ensure a session resume won't create windows if windows exist | Gustavo Noronha Silva | 2012-12-10 | 1 | -0/+81 |
| | | | | | When called to open URIs, the shell will still queue a resume session command, this test ensures that command is not loading the session and creating windows. | ||||
* | ephy-session: fixup session autoresume | Xan Lopez | 2012-12-10 | 1 | -6/+7 |
| | | | | | | | | | This code was confusing, but what we actually wanted to do here was to only autoresume the session if there were no windows opened, otherwise it means we are launching a new instance after the first one. Make this explicit in the code instead of relying on side-effects of early returns. | ||||
* | Move async_get_favicon_pixbuf_callback() to a WK2-only region | Mario Sanchez Prada | 2012-12-10 | 1 | -30/+27 |
| | |||||
* | ephy-session: remove unused header | Xan Lopez | 2012-12-10 | 1 | -1/+0 |
| | |||||
* | Remove option to launch Web as the bookmarks editor | Xan Lopez | 2012-12-10 | 5 | -33/+1 |
| | | | | That thing is on its way out. | ||||
* | ephy-session: remove useless condition in if | Xan Lopez | 2012-12-10 | 1 | -5/+1 |
| | | | | | If there's already windows opened we'll never do anything in the MAYBE_OPEN_WINDOW command, so this check is redundant. | ||||
* | ephy-session: remove the code that handles the 'resume window' | Xan Lopez | 2012-12-10 | 1 | -76/+12 |
| | | | | | The 'resume window' does not exist anymore, so this is useless and never executed. | ||||
* | Add the zoom controls to the gear menu | Xan Lopez | 2012-12-10 | 2 | -2/+5 |
| | | | | | | There was no way of zooming in or out from the UI. https://bugzilla.gnome.org/show_bug.cgi?id=683625 | ||||
* | Remove redundant search labels | William Jon McCann | 2012-12-10 | 2 | -23/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=687744 | ||||
* | lib: Remove unused EphySearchEntry widget | Bastien Nocera | 2012-12-10 | 10 | -370/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=687744 | ||||
* | Use GtkSeachEntry instead of EphySearchEntry | Bastien Nocera | 2012-12-10 | 2 | -13/+13 |
| | | | | | | Does pretty the same thing, without the cut'n'paste. https://bugzilla.gnome.org/show_bug.cgi?id=687744 | ||||
* | Don't perform empty searches when toggling case matches | William Jon McCann | 2012-12-09 | 1 | -0/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=684023 | ||||
* | e-web-view: remove unused var | Diego Escalante Urrelo | 2012-12-09 | 1 | -1/+0 |
| | | | | | | | | ephy-web-view.c: In function '_ephy_web_view_update_icon': ephy-web-view.c:1088:12: warning: unused variable 'object' [-Wunused-variable] https://bugzilla.gnome.org/show_bug.cgi?id=689932 | ||||
* | resources: tidy up application menu order | Diego Escalante Urrelo | 2012-12-09 | 1 | -7/+5 |
| | | | | | | Copy the sort order of other GNOME3 applications. https://bugzilla.gnome.org/show_bug.cgi?id=678962 | ||||
* | bookmarks: Use the current favicons API | Carlos Garcia Campos | 2012-12-07 | 3 | -3/+35 |
| | | | | | | | And bump WebKitGTK+ requirements to make sure we don't use any previous version of the favicons API that was broken. https://bugzilla.gnome.org/show_bug.cgi?id=689762 | ||||
* | Updated Spanish translation | Daniel Mustieles | 2012-12-06 | 1 | -81/+73 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2012-12-05 | 1 | -241/+349 |
| | |||||
* | Port PdmDialog to WebKit2GTK+ favicons API. | Mario Sanchez Prada | 2012-12-04 | 1 | -2/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679370 | ||||
* | Port EphyNavigationHistoryAction to WebKit2GTK+ favicons API. | Mario Sanchez Prada | 2012-12-04 | 1 | -12/+21 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679370 | ||||
* | Port EphyCompletionModel to WebKit2GTK+ favicons API. | Mario Sanchez Prada | 2012-12-04 | 1 | -16/+28 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679370 | ||||
* | Port EphyBookmarks and EphyBookmarkAction to WebKit2GTK+ favicons API. | Mario Sanchez Prada | 2012-12-04 | 2 | -57/+98 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679370 | ||||
* | Port EphyHostsStore to WebKit2GTK+ favicons API. | Mario Sanchez Prada | 2012-12-04 | 1 | -67/+108 |
| | |||||
* | Port EphyWebView to WebKit2GTK+ favicons API. | Mario Sanchez Prada | 2012-12-04 | 1 | -62/+66 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679370 | ||||
* | Add new helper functions WebKit2GTK+'s favicons API. | Mario Sanchez Prada | 2012-12-04 | 3 | -0/+87 |
| | | | | | | | At the moment, just add one function to obtain a GdkPixbuf* with specific dimensions from a cairo_surface_t*. https://bugzilla.gnome.org/show_bug.cgi?id=679370 | ||||
* | Initialize the favicon database from WebKit2GTK+ as soon as possible. | Mario Sanchez Prada | 2012-12-04 | 2 | -2/+19 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679370 | ||||
* | Fix a couple of compiler warnings spotted by the latest gnome-common flags | Xan Lopez | 2012-12-01 | 2 | -2/+2 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2012-11-30 | 1 | -3/+3 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2012-11-30 | 1 | -37/+27 |
| | |||||
* | Add keywords to the desktop files | Matthias Clasen | 2012-11-28 | 1 | -0/+1 |
| | | | | This makes the gnome-shell search more pleasant and useful. | ||||
* | Remove EggDesktopFile, it's unused | Xan Lopez | 2012-11-26 | 4 | -1641/+0 |
| | |||||
* | Use gtk_application_get_active_window instead of rolling our own | Xan Lopez | 2012-11-26 | 6 | -26/+5 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-11-23 | 1 | -275/+289 |
| | |||||
* | Updated Dutch translation | Wouter Bolsterlee | 2012-11-22 | 1 | -559/+656 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-11-20 | 1 | -76/+75 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2012-11-14 | 1 | -274/+290 |
| | |||||
* | Updated slovak translation | Dušan Kazik | 2012-11-06 | 1 | -68/+52 |
| | |||||
* | Fix a ton of 'warning: function declaration isn’t a prototype' | Xan Lopez | 2012-11-05 | 17 | -54/+54 |
| | | | | | | | | | New warning flags have been added to gnome-common recently, and we were getting this a lot. Turns out in C 'foo ()' is not the same than 'foo (void)'; the first just means that no information is given about the number of arguments, the second means the function has exactly zero arguments, so add the 'void' thing all over the place when needed. | ||||
* | Updated slovak translation | Dušan Kazik | 2012-11-02 | 1 | -3017/+2128 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2012-10-30 | 1 | -49/+49 |
| | |||||
* | Fixed bug #686711 | Diego Escalante Urrelo | 2012-10-29 | 1 | -1/+1 |
| | |||||
* | Updated Indonesian translation | Andika Triwidada | 2012-10-27 | 1 | -274/+280 |
| | |||||
* | [release] 3.7.13.7.1 | Xan Lopez | 2012-10-24 | 2 | -4/+29 |
| | |||||
* | g_type_init is no longer mandatory in GObject | Xan Lopez | 2012-10-19 | 3 | -7/+2 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-10-18 | 1 | -262/+277 |
| | |||||
* | ephy-window: Uuref the existing hit test result instead of the new one | Carlos Garcia Campos | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | ephy-web-view: do not automatically download embedded objects in WebKit2 | Carlos Garcia Campos | 2012-10-16 | 1 | -9/+9 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=683635 | ||||
* | ephy-web-view: add FIXME for WebKit2 | Xan Lopez | 2012-10-16 | 1 | -0/+2 |
| | |||||
* | ephy-web-view: do not automatically download embedded objects | Xan Lopez | 2012-10-16 | 1 | -0/+20 |
| | | | | | | | | Only download mime types we cannot handle when they belong to the main resource. Prevents us from downloading garbage present in <object> files, among other things. https://bugzilla.gnome.org/show_bug.cgi?id=683635 | ||||
* | ephy-web-view: remove handling of Content-Disposition 'attachment' | Xan Lopez | 2012-10-16 | 1 | -25/+0 |
| | | | | | WebKit already does exactly the same thing automatically, no need to handle it here. | ||||
* | Updated Bulgarian translation | Alexander Shopov | 2012-10-15 | 1 | -354/+382 |
| | |||||
* | ephy-window: Port button press actions to WebKit2 | Carlos Garcia Campos | 2012-10-11 | 1 | -9/+38 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679395 | ||||
* | ephy-window: Simplify ephy_window_dom_mouse_click_cb | Carlos Garcia Campos | 2012-10-11 | 1 | -98/+101 |
| | | | | | | Factor out every button press handler into its own function. https://bugzilla.gnome.org/show_bug.cgi?id=679394 | ||||
* | Port context menu to WebKit2 | Carlos Garcia Campos | 2012-10-11 | 2 | -10/+235 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679366 | ||||
* | Avoid a crash in EphyBookmarksEditor when using WebKit2. | Mario Sanchez Prada | 2012-10-10 | 1 | -5/+4 |
| | | | | | | Still need to figure out a way to port this to the new WebKit2GTK+ favicons API. https://bugzilla.gnome.org/show_bug.cgi?id=679370 | ||||
* | ephy-embed-prefs: Honor smooth scrolling setting | Carlos Garcia Campos | 2012-10-09 | 1 | -0/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679048 | ||||
* | Updated Slovenian translation | Matej Urbančič | 2012-10-09 | 1 | -239/+248 |
| | |||||
* | ephy-main: remove ancient commented code | Xan Lopez | 2012-10-09 | 1 | -1/+0 |
| | |||||
* | ephy-zoom: use new coding style | Xan Lopez | 2012-10-08 | 2 | -37/+36 |
| | |||||
* | ephy-loader: remove, this is unused now | Xan Lopez | 2012-10-08 | 4 | -140/+0 |
| | |||||
* | Run all tests in test mode | Xan Lopez | 2012-10-08 | 5 | -5/+5 |
| | | | | That's what it's for! | ||||
* | ephy-shell: do not configure adblock in test mode | Xan Lopez | 2012-10-08 | 1 | -15/+17 |
| | | | | Workaround while we figure out how to make it behave nicely. | ||||
* | doc: remove some obsolete files in the ignore list | Xan Lopez | 2012-10-08 | 1 | -5/+0 |
| | |||||
* | Remove extensions support | Xan Lopez | 2012-10-08 | 26 | -2405/+15 |
| | | | | | | | This removes the old style extension support, you can read the rationale in the bug report. https://bugzilla.gnome.org/show_bug.cgi?id=685630 | ||||
* | Move windows handling code from EphySession to EphyShell | Carlos Garcia Campos | 2012-10-08 | 9 | -250/+180 |
| | | | | | | | | | | | | EphyShell is now a GtkApplication that already does window handling, however we want to maintain only the of browser windows. Instead of keeping the window lists in ephy-session, it's easier to override window_added and window_removed virtual methods of GtkApplication and update the browser window lists. Most of the cases where this API was used, had to get the session object from the shell first, now we save this step keeping the code simpler. https://bugzilla.gnome.org/show_bug.cgi?id=641734 | ||||
* | ephy-embed-prefs: Port user agent to WebKit2 | Carlos Garcia Campos | 2012-10-08 | 1 | -9/+56 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=684443 | ||||
* | ephy-shell: use g_clear_{object, pointer} in dispose | Xan Lopez | 2012-10-08 | 1 | -56/+12 |
| | |||||
* | Add 'History' item to the gear menu when not in the Shell | Xan Lopez | 2012-10-08 | 2 | -2/+3 |
| | |||||
* | ephy-window: add F10 accel for super menu | Xan Lopez | 2012-10-07 | 1 | -1/+1 |
| | | | | | | Same as Files. https://bugzilla.gnome.org/show_bug.cgi?id=673878 | ||||
* | Merge the app menu into the gear menu when we are not in the Shell | Xan Lopez | 2012-10-07 | 5 | -27/+150 |
| | | | | | | Gets rid of the ugly menubar with a single menu. https://bugzilla.gnome.org/show_bug.cgi?id=673054 | ||||
* | ephy-lockdown: fix typos | Xan Lopez | 2012-10-07 | 1 | -2/+2 |
| | |||||
* | ephy-lockdown: use new coding style | Xan Lopez | 2012-10-07 | 2 | -169/+165 |
| | |||||
* | ephy-lockdown: use glib strcmp methods | Xan Lopez | 2012-10-07 | 1 | -2/+1 |
| | |||||
* | ephy-lockdown: de-extensionify | Xan Lopez | 2012-10-07 | 2 | -28/+19 |
| | | | | | | | Simply connect to 'window-added' in EphyShell instead of making this an extension. https://bugzilla.gnome.org/show_bug.cgi?id=685631 | ||||
* | Updated Slovenian translation | Matej Urbančič | 2012-10-06 | 1 | -54/+64 |
| | |||||
* | Update French translation | Alexandre Franke | 2012-10-04 | 1 | -54/+68 |
| | |||||
* | prefs-dialog: remove JavaScript preference from the UI | Xan Lopez | 2012-10-03 | 2 | -20/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=685393 | ||||
* | ephy-overview: very minor style fixes | Xan Lopez | 2012-10-03 | 1 | -3/+1 |
| | |||||
* | ephy-overview: also set shadow style as IN here | Xan Lopez | 2012-10-03 | 1 | -1/+1 |
| | |||||
* | ephy-embed: set shadow type IN for scrolled window | Xan Lopez | 2012-10-03 | 1 | -0/+2 |
| | | | | As requested by the GNOME designers. | ||||
* | ephy-embed: small cleanup | Xan Lopez | 2012-10-03 | 1 | -8/+10 |
| | | | | We access the priv struct a bunch of times here, create a variable for it. | ||||
* | uri-tester: make it compile wth WebKit2 | Xan Lopez | 2012-10-03 | 1 | -0/+6 |
| | | | | Still won't work, though, needs to be ported. | ||||
* | adblock: get rid of AdBlock interface | Xan Lopez | 2012-10-03 | 7 | -278/+135 |
| | | | | | | | No need for this now, just make EphyAdBlock a concrete class implementing the adblock functionality. https://bugzilla.gnome.org/show_bug.cgi?id=681657 | ||||
* | adblock: we don't use the edit rules stuff anymore, remove it | Xan Lopez | 2012-10-03 | 5 | -54/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=681657 | ||||
* | Move adblock extension to embed/ | Xan Lopez | 2012-10-03 | 6 | -5/+5 |
| | | | | | | No reason for it to be in src/ now. https://bugzilla.gnome.org/show_bug.cgi?id=681657 | ||||
* | Remove UI code from adblock, un-extensionify it | Xan Lopez | 2012-10-03 | 6 | -825/+1 |
| | | | | | | | | | We are not using this code for now, easy enough to re-add somehow if we want to provide a UI to edit the adblock rules. With that gone, it's now trivial to drop the extension code too, so now the adblocker is just a GObject implementing the Adblock interface. https://bugzilla.gnome.org/show_bug.cgi?id=681657 | ||||
* | ephy-adblock-manager: use new coding style | Xan Lopez | 2012-10-03 | 2 | -67/+70 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=681657 | ||||
* | prefs-dialog: add a checkbox to enable/disable the adblock functionality | Xan Lopez | 2012-10-02 | 2 | -47/+56 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=681657 | ||||
* | uri-tester: do not store the adblock data in the 'extensions' dir | Xan Lopez | 2012-10-02 | 1 | -1/+1 |
| | | | | | | We are on our way to stop being an extension. https://bugzilla.gnome.org/show_bug.cgi?id=681657 | ||||
* | Add adblock GSetting, use it | Xan Lopez | 2012-10-02 | 3 | -1/+39 |
| | | | | | | | org.gnome.epiphany.web.enable-adblock, controls whether adblock is enabled (globally). https://bugzilla.gnome.org/show_bug.cgi?id=681657 | ||||
* | Import adblock extension into the source tree | Xan Lopez | 2012-10-01 | 10 | -0/+1986 |
| | | | | | | | | | | | | | | | This commit imports the adblock extension from 'epiphany-extensions' with as few modifications as possible. Further modifications and simplifications are possible, but for now we just load it unconditionally, enabled. We have it in the src/ directory because it depends on some high-level objects in Epiphany (EphyExtension, EphyWindow), but in the future we'll probably move it to embed/, transforming it from an extension into just the specific implementation of our EphyAdblockManager object. https://bugzilla.gnome.org/show_bug.cgi?id=681657 | ||||
* | ephy-profile-utils: don't replace environment when spwaning ↵ | Stefano Facchini | 2012-09-29 | 1 | -1/+8 |
| | | | | | | | | ephy-profile-migrator Instead, just append the new variable to the existing environment. https://bugzilla.gnome.org/show_bug.cgi?id=683538 | ||||
* | Updated Marathi Translations | Abhay Kadam | 2012-09-28 | 1 | -1541/+1885 |
| | |||||
* | pdm-dialog: Add type-ahead search to personal data | Bastien Nocera | 2012-09-27 | 1 | -0/+32 |
| | | | | | | | | | | | The password treeview is unusable to find old passwords or cookies, as some are prefixed by "http://", and others will have different vhost names. The search function will look first for sub-string matches in the URIs, then in the usernames (or cookie names). https://bugzilla.gnome.org/show_bug.cgi?id=676240 | ||||
* | ephy-web-view: Use webkit_web_view_is_loading() in WebKit2 | Carlos Garcia Campos | 2012-09-27 | 1 | -8/+6 |
| | |||||
* | Make sure windows are properly closed when quitting from the shell menu | Carlos Garcia Campos | 2012-09-27 | 6 | -65/+122 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679844 | ||||
* | [release] 3.6.03.6.0 | Claudio Saavedra | 2012-09-25 | 2 | -4/+12 |
| | |||||
* | epiphany.doap: Add myself as co-maintainer | Claudio Saavedra | 2012-09-25 | 1 | -0/+7 |
| | |||||
* | Update Czech translation by Adam Matousek | Petr Kovar | 2012-09-24 | 1 | -655/+1045 |
| | | | | Review by Lucas Lommer. | ||||
* | Updated Latvian translation | Anita Reitere | 2012-09-24 | 1 | -3260/+3373 |
| | |||||
* | Finnish translation update by Jiri Grönroos | Timo Jyrinki | 2012-09-24 | 1 | -61/+33 |
| | |||||
* | [l10n]Updated Catalan (Valencian) translation | Carles Ferrando | 2012-09-23 | 1 | -731/+882 |
| | |||||
* | [l10n] Added Catalan translation | Gil Forcada | 2012-09-23 | 1 | -908/+1185 |
| | |||||
* | update Simplified Chinese (zh_CN) translation | YunQiang Su | 2012-09-23 | 1 | -9/+9 |
| | |||||
* | hindi update | Rajesh Ranjan | 2012-09-22 | 1 | -2143/+2425 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2012-09-22 | 1 | -124/+113 |
| | |||||
* | Updated kn translation | Shankar Prasad | 2012-09-22 | 1 | -2128/+2452 |
| | |||||
* | Updated Thai translation | Theppitak Karoonboonyanan | 2012-09-21 | 1 | -1917/+1734 |
| | |||||
* | Updated Telugu Translations | Krishnababu Krothapalli | 2012-09-20 | 1 | -816/+1272 |
| | |||||
* | Updated Slovenian translation | Martin Srebotnjak | 2012-09-20 | 1 | -4/+4 |
| | |||||
* | Updated Slovenian translation | Martin Srebotnjak | 2012-09-20 | 1 | -99/+59 |
| | |||||
* | Update French translation | Alexandre Franke | 2012-09-20 | 1 | -629/+1037 |
| | |||||
* | Updated Arabic translation | Khaled Hosny | 2012-09-20 | 1 | -57/+58 |
| | |||||
* | Updated Arabic translation | Khaled Hosny | 2012-09-20 | 1 | -94/+99 |
| | |||||
* | updated Tamil translation | Dr.T.Vasudevan | 2012-09-20 | 1 | -34/+34 |
| | |||||
* | [l10n] Updated Italian translation. | Gianvito Cavasoli | 2012-09-19 | 1 | -649/+1030 |
| | |||||
* | updated Tamil translation | Dr.T.Vasudevan | 2012-09-19 | 1 | -9/+13 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2012-09-19 | 1 | -11/+11 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2012-09-18 | 1 | -41/+41 |
| | |||||
* | Updated Brazilian Portuguese translations. | Og B. Maciel | 2012-09-18 | 1 | -1209/+1034 |
| | |||||
* | [release] 3.5.923.5.92 | Claudio Saavedra | 2012-09-18 | 2 | -1/+14 |
| | |||||
* | ephy-web-view: remove ephy_web_view_is_loading_homepage() | Claudio Saavedra | 2012-09-17 | 2 | -14/+0 |
| | | | | | | | It's unused and its usage is redundant with the ephy_web_view_is_history_frozen() https://bugzilla.gnome.org/show_bug.cgi?id=683796 | ||||
* | ephy-web-view: freeze history on homepage load | Claudio Saavedra | 2012-09-17 | 1 | -22/+22 |
| | | | | | | And remove redundant check. https://bugzilla.gnome.org/show_bug.cgi?id=683796 | ||||
* | ephy-web-view: do not save history visits for no-show-addresses | Claudio Saavedra | 2012-09-17 | 1 | -0/+6 |
| | | | | | | | | We don't show these addresses in the location entry because they are very special to epiphany. There is no reason to store them in the history. https://bugzilla.gnome.org/show_bug.cgi?id=683796 | ||||
* | ephy-embed-utils: add ephy_embed_utils_is_no_show_address() | Claudio Saavedra | 2012-09-17 | 3 | -18/+20 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=683796 | ||||
* | Updated Slovenian translation | Matej Urbančič | 2012-09-17 | 1 | -58/+43 |
| | |||||
* | ephy-dialog: fix GtkBuilder leak | Pavel Vasin | 2012-09-17 | 1 | -0/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=683929 | ||||
* | ephy-session: fix xmlChar* leak | Pavel Vasin | 2012-09-17 | 1 | -0/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=683929 | ||||
* | ephy_web_view_load_error_page: fix GtkIconInfo leak | Pavel Vasin | 2012-09-17 | 1 | -0/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=683929 | ||||
* | Updated Danish translation | Kenneth Nielsen | 2012-09-16 | 1 | -839/+1105 |
| | |||||
* | Updated Bulgarian translation | Ivaylo Valkov | 2012-09-15 | 1 | -633/+1006 |
| | |||||
* | update Simplified Chinese (zh_CN) translation | tuhaihe | 2012-09-15 | 1 | -440/+510 |
| | |||||
* | ephy-find-toolbar: no need to cast return value here | Xan Lopez | 2012-09-14 | 1 | -3/+3 |
| | |||||
* | ephy-find-toolbar: add a close button | Xan Lopez | 2012-09-14 | 1 | -1/+15 |
| | | | | | | There was no way to close the toolbar from the UI itself. https://bugzilla.gnome.org/show_bug.cgi?id=683967 | ||||
* | ephy-window: use symbolic icon for downloads box close button | Xan Lopez | 2012-09-13 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=683966 | ||||
* | uk update | Daniel Korostil | 2012-09-13 | 1 | -1103/+1372 |
| | |||||
* | Focus windows when opening new links in tabs | Xan Lopez | 2012-09-13 | 3 | -1/+7 |
| | | | | | | | | | | | | If someone requests a link to be opened by ephy in an already running instance, and that link is opened in a new tab (either because of our settings or because -n/--new-tab was passed), the window where this happened will not be presented, so it might go unnoticed. Fix this by presenting the windows where new tabs are opened through the open_uris mechanism in EphySession. https://bugzilla.gnome.org/show_bug.cgi?id=641949 | ||||
* | Finnish translation update by Jiri Grönroos | Timo Jyrinki | 2012-09-12 | 1 | -662/+1118 |
| | |||||
* | ephy-session: respect 'new-windows-in-tabs' setting when opening links | Xan Lopez | 2012-09-12 | 1 | -1/+6 |
| | | | | | | | | | | | Right now invoking 'epiphany <URI>' when there's already a browser instance running would always open a new window, unless a new tab was explictly requested with -n/--new-tab. We should honor the 'new-windows-in-tabs' setting (which is TRUE by default), and open the link in a new tab in the last active window if no special conditions were specified. https://bugzilla.gnome.org/show_bug.cgi?id=641949 | ||||
* | ephy-embed: show the overview when using wk2 | Claudio Saavedra | 2012-09-12 | 1 | -1/+6 |
| | | | | This was neglected before, fix. | ||||
* | ephy-web-view: fix the wk2 build | Claudio Saavedra | 2012-09-12 | 1 | -0/+2 |
| | | | | | WK2 doesn't have yet a snapshotting API, so ifdef this out for the time being. | ||||
* | Assamese translation updated | Nilamdyuti Goswami | 2012-09-11 | 1 | -117/+128 |
| | |||||
* | tests: Add test for ephy_sanitize_filename() | Carlos Garcia Campos | 2012-09-10 | 1 | -0/+36 |
| | |||||
* | Use ephy_sanitize_filename() for filenames suggested by the server | Carlos Garcia Campos | 2012-09-10 | 2 | -2/+2 |
| | | | | | | | Because the suggested filename returned by the server might contain directory separators. https://bugzilla.gnome.org/show_bug.cgi?id=683711 | ||||
* | ephy-file-helpers: Add ephy_sanitize_filename() | Carlos Garcia Campos | 2012-09-10 | 3 | -0/+23 |
| | | | | | | To convert any possible directory separator into an underscore. https://bugzilla.gnome.org/show_bug.cgi?id=683711 | ||||
* | Updated Slovenian translation | Matej Urbančič | 2012-09-10 | 1 | -470/+541 |
| | |||||
* | Updated Portuguese translation | Duarte Loreto | 2012-09-10 | 1 | -70/+84 |
| | |||||
* | Use the new EphyHistoryService::urls-visited signal | Claudio Saavedra | 2012-09-10 | 2 | -11/+7 |
| | | | | | | | | | | Since both the frecent store and the history window don't need to be updated immediately after a url is visited, we can use ::urls-visited instead. The advantage of this is that we reduce considerably the load when updating both models when loading many pages at the time, specially during startup. https://bugzilla.gnome.org/show_bug.cgi?id=683550 | ||||
* | ephy-history-service: add urls-visited signal | Claudio Saavedra | 2012-09-10 | 2 | -0/+54 |
| | | | | | | | | This signal is emitted in bulks and is intended for clients that are not interested in every single URL that is visited but only to know that visits have happened. https://bugzilla.gnome.org/show_bug.cgi?id=683550 | ||||
* | Updated Belarusian translation. | Ihar Hrachyshka | 2012-09-09 | 1 | -347/+422 |
| | |||||
* | Updated Korean translation | Changwoo Ryu | 2012-09-09 | 1 | -1254/+1077 |
| | |||||
* | ephy-file-helpers: style fix | Xan Lopez | 2012-09-09 | 1 | -2/+3 |
| | |||||
* | ephy-file-helpers: update comment | Xan Lopez | 2012-09-09 | 1 | -2/+2 |
| | | | | The default dot dir is now in ~/.config, not ~/.gnome2. | ||||
* | .gitignore: a few more obsolete things here | Xan Lopez | 2012-09-09 | 1 | -3/+0 |
| | |||||
* | Remove obsolete reference to ephy-marshal.[c,h] | Xan Lopez | 2012-09-09 | 2 | -2/+0 |
| | |||||
* | ephy-web-view: fix memory leak | Xan Lopez | 2012-09-08 | 1 | -0/+1 |
| | |||||
* | tests: remove debug output from snapshot service tests | Xan Lopez | 2012-09-08 | 1 | -3/+0 |
| | |||||
* | embed-shell: drop a couple of unneeded includes | Xan Lopez | 2012-09-08 | 1 | -2/+0 |
| | |||||
* | ephy-embed-shell: another style fix | Xan Lopez | 2012-09-08 | 1 | -1/+1 |
| | |||||
* | embed-shell: remove stale define | Xan Lopez | 2012-09-08 | 1 | -2/+0 |
| | |||||
* | embed-shell: should be safe to drop the legacy print setup code now | Xan Lopez | 2012-09-08 | 5 | -340/+0 |
| | |||||
* | ephy-embed-shell: minor style fixes | Xan Lopez | 2012-09-08 | 1 | -7/+7 |
| | |||||
* | Updated Greek translation | Tom Tryfonidis | 2012-09-08 | 1 | -56/+68 |
| | |||||
* | tests: basic tests for EphyCompletionModel | Xan Lopez | 2012-09-08 | 2 | -0/+106 |
| | |||||
* | ephy-embed-shell: use now coding style | Xan Lopez | 2012-09-08 | 2 | -365/+317 |
| | |||||
* | ephy-embed-shell: small cleanups | Xan Lopez | 2012-09-08 | 1 | -10/+6 |
| | |||||
* | ephy-embed-shell: cleanup dispose & finalize | Xan Lopez | 2012-09-08 | 1 | -40/+7 |
| | | | | | Unref objects in dispose, not finalize. Use g_clear_object correctly (no need to check whether the pointer is NULL). | ||||
* | tests: test ephy_bookmarks_set_address | Xan Lopez | 2012-09-08 | 1 | -0/+23 |
| | |||||
* | tests: clear bookmark files after each test | Xan Lopez | 2012-09-08 | 1 | -0/+25 |
| | |||||
* | ephy-bookmarks: remove useless include | Xan Lopez | 2012-09-08 | 1 | -1/+0 |
| | |||||
* | tests: some simple EphyBookmarks tests | Xan Lopez | 2012-09-08 | 2 | -0/+82 |
| | |||||
* | Revert "ephy-profile-utils: don't replace environment when spwaning ↵ | Xan Lopez | 2012-09-08 | 1 | -6/+1 |
| | | | | | | | | ephy-profile-migrator" This reverts commit adfecc2bb03ed280543dc5ad4ba6fa350ff00d8c. This breaks the migrator tests. | ||||
* | Updated Lithuanian translation | Aurimas Černius | 2012-09-08 | 1 | -19/+24 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2012-09-07 | 1 | -102/+111 |
| | |||||
* | ephy-profile-utils: don't replace environment when spwaning ↵ | Stefano Facchini | 2012-09-07 | 1 | -1/+6 |
| | | | | | | | | ephy-profile-migrator Instead, just append the new variable to the existing environment. https://bugzilla.gnome.org/show_bug.cgi?id=683538 | ||||
* | Updated German translation | Tobias Endrigkeit | 2012-09-07 | 1 | -59/+68 |
| | |||||
* | EphyOverviewStore: don't register the snapshot mtime as long | Giovanni Campagna | 2012-09-07 | 1 | -2/+2 |
| | | | | | | | | | | All code paths use int, and this breaks on architechtures where long is not the same as int (such as x86_64). https://bugzilla.gnome.org/show_bug.cgi?id=683029 [Do the same for the visit time column] Signed-off-by: Claudio Saavedra <csaavedra@igalia.com> | ||||
* | ephy-history-service: remove some dangerous g_object_unref() calls | Claudio Saavedra | 2012-09-07 | 3 | -5/+1 |
| | | | | | | | If there is an error building a statement, the returned value is always NULL. Calling g_object_unref() on them will lead to trouble. https://bugzilla.gnome.org/show_bug.cgi?id=683475 | ||||
* | ephy-history-service: fix a few leaks | Claudio Saavedra | 2012-09-07 | 3 | -1/+7 |
| | | | | | | | If there is an error processing the statement, then unref it before returning. https://bugzilla.gnome.org/show_bug.cgi?id=683475 | ||||
* | Updated Spanish translation | Daniel Mustieles | 2012-09-07 | 1 | -22/+24 |
| | |||||
* | ephy-overview: add missing include | Xan Lopez | 2012-09-06 | 1 | -0/+1 |
| | |||||
* | ephy-snapshot-service: don't leak the async result | Claudio Saavedra | 2012-09-06 | 1 | -0/+1 |
| | |||||
* | ephy-snapshot-service: Split ephy_snapshot_service_get_snapshot_async() | Carlos Garcia Campos | 2012-09-06 | 4 | -239/+443 |
| | | | | | | | | | | | | | | | | | | | ephy_snapshot_service_get_snapshot_async() receives an option web view parameter, that it's only used in case the snapshot is not the in the thumbnails cache. We can split the method into ephy_snapshot_service_get_snapshot_async() to get a snapshot from a web view and ephy_snapshot_service_get_snapshot_for_url_async() to get a snapshot from the cache. The former uses the latter to try first if the web view URI is in the cache. Patch includes other cleanups and fixes: - Add missing ephy_snapshot_service_save_snapshot_finish() - Add EphySnapshotServiceError to handle errors - Use GSimpleAsyncResult API instead of using GIOScheduler directly - Use different async data structs for every async operation https://bugzilla.gnome.org/show_bug.cgi?id=683327 | ||||
* | Updated Indonesian translation | Dirgita | 2012-09-06 | 1 | -51/+66 |
| | |||||
* | updated Tamil translation | Dr.T.Vasudevan | 2012-09-05 | 1 | -649/+718 |
| | |||||
* | configure.ac: Remove duplicate version definitions | Claudio Saavedra | 2012-09-05 | 1 | -2/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=683418 | ||||
* | [release] 3.5.91.13.5.91.1 | Claudio Saavedra | 2012-09-05 | 2 | -1/+9 |
| | |||||
* | [release] 3.5.91 | Claudio Saavedra | 2012-09-05 | 2 | -1/+16 |
| | |||||
* | ephy-embed-shell: ephy_embed_shell_get_frecent_store() should not be public | Sergio Villar Senin | 2012-09-05 | 3 | -3/+5 |
| | | | | | Removed ephy_embed_shell_get_frecent_store() from EphyEmbedShell public interface. | ||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2012-09-05 | 2 | -160/+184 |
| | |||||
* | Updated Serbian translation | Мирослав Николић | 2012-09-05 | 2 | -194/+226 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2012-09-05 | 1 | -1224/+1034 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-09-05 | 1 | -41/+43 |
| | |||||
* | ephy-overview: Use hand cursor when hovering items | Claudio Saavedra | 2012-09-05 | 1 | -0/+23 |
| | | | | For improved visual feedback. | ||||
* | gd-main-view: don't use ctrl+click for selection-mode-request | Claudio Saavedra | 2012-09-05 | 1 | -2/+1 |
| | | | | | We need this to actually activate the current item, in order to support ctrl+click to open in a new tab. | ||||
* | tests: test ephy_embed_utils_url_is_empty | Xan Lopez | 2012-09-04 | 1 | -0/+35 |
| | |||||
* | embed-utils: remove extra indentation level in method | Xan Lopez | 2012-09-04 | 1 | -27/+24 |
| | | | | The whole method is inside an if block, just do an early return. | ||||
* | Add code coverage support | Xan Lopez | 2012-09-04 | 11 | -9/+28 |
| | | | | | | | | | | Needs a fairly recent gnome-common. To use do: - Run configure with --enable-code-coverage - Type 'make check-code-coverage' - Open the HTML results https://bugzilla.gnome.org/show_bug.cgi?id=683297 | ||||
* | Updated British English translation | Bruce Cowan | 2012-09-04 | 1 | -810/+1070 |
| | |||||
* | ephy-file-helpers: plug a leak | Claudio Saavedra | 2012-09-04 | 1 | -0/+1 |
| | | | | recursive delete function is leaking a reference. | ||||
* | ephy-window: disconnect overview-mode callback from the right object | Claudio Saavedra | 2012-09-04 | 1 | -1/+1 |
| | |||||
* | ephy-web-view: don't leak the snapsoht cairo surface | Claudio Saavedra | 2012-09-04 | 1 | -3/+6 |
| | |||||
* | ephy-overview-store: hide the close button while animating a removed item | Claudio Saavedra | 2012-09-04 | 3 | -0/+17 |
| | | | | | | To do this, add the render policy as a column to the model and use it as a cellrenderer attribute. The default value is already PRELIT. When removing the cell, flip it to NEVER. | ||||
* | ephy-removable-pixbuf-renderer: reorder policy enum | Claudio Saavedra | 2012-09-04 | 1 | -2/+2 |
| | | | | | This way the default item is PRELIT. This will be useful when using this type as a cell renderer attribute later on. | ||||
* | ephy-removable-pixbuf-renderer: do not emit delete on click if policy is NEVER | Claudio Saavedra | 2012-09-04 | 1 | -0/+3 |
| | | | | | It makes no sense to emit the delete signal if the delete button is not rendered at all. | ||||
* | Updated Polish translation | Piotr Drąg | 2012-09-04 | 1 | -19/+23 |
| | |||||
* | ephy-main: run the migration for any instance that is not a temporary ↵ | Claudio Saavedra | 2012-09-04 | 1 | -2/+3 |
| | | | | | | private one https://bugzilla.gnome.org/show_bug.cgi?id=681679 | ||||
* | ephy-profile-utils: add a profile_dir parameter to ↵ | Claudio Saavedra | 2012-09-04 | 4 | -5/+10 |
| | | | | | | | | | ephy_profile_utils_do_migration() This is passed further on to the migrator process. Right now this is unused. https://bugzilla.gnome.org/show_bug.cgi?id=681679 | ||||
* | ephy-profile-migrator: allow running migration in non-default profile ↵ | Claudio Saavedra | 2012-09-04 | 2 | -1/+17 |
| | | | | | | | | | | | | | directories This is necessary since we add new columns to the history database in step 8 of migration. However, non-default profile directories don't have a .migrated file right now but, since up to step 7 it was possible to use these profiles without migration, it is safe to assume that a non-default profile without a .migrated file can be migrated starting from step 8. https://bugzilla.gnome.org/show_bug.cgi?id=681679 | ||||
* | ephy-file-helpers: add ephy_dot_dir_is_default() | Claudio Saavedra | 2012-09-04 | 2 | -0/+17 |
| | | | | | | | This method will let us know when the current dot directory is the default one and not a user-specified one nor a web application one. https://bugzilla.gnome.org/show_bug.cgi?id=681679 | ||||
* | Updated Spanish translation | Daniel Mustieles | 2012-09-03 | 1 | -101/+108 |
| | |||||
* | ephy-profile-utils: use an index variable instead of manually setting it | Claudio Saavedra | 2012-09-03 | 1 | -6/+6 |
| | | | | This allows us to extend this further cleanly. | ||||
* | ephy-profile-utils: fix array length | Claudio Saavedra | 2012-09-03 | 1 | -1/+1 |
| | |||||
* | ephy-file-helpers: rename KEEP_TEMP_DIR to KEEP_DIR | Claudio Saavedra | 2012-09-03 | 4 | -14/+14 |
| | | | | | Since this is also used for persistency of temporary directories, but also for --profile. | ||||
* | ephy-frecent-store: Fix the build with WebKit2 | Carlos Garcia Campos | 2012-09-03 | 1 | -0/+2 |
| | |||||
* | ephy-snapshot-service: Fix memory leak | Carlos Garcia Campos | 2012-09-03 | 1 | -0/+1 |
| | |||||
* | ephy-bookmarks-editor: repaint the favicon on "icon-loaded" | Sergio Villar Senin | 2012-09-03 | 2 | -9/+35 |
| | | | | | | | | Fixes a crash when epy is started with the bookmarks window open. The old code was trying to set the favicon in an already released GValue. Instead of doing that, we now force a repaint of the row once we get the favicon. https://bugzilla.gnome.org/show_bug.cgi?id=673795 | ||||
* | ephy-node-view: added ephy_node_view_get_iter_for_node() | Sergio Villar Senin | 2012-09-03 | 2 | -0/+23 |
| | | | | | | | | | | | The EphyNodeView is based on the following stack of models: Sort model -> Filter model -> EphyTreeModelNode This function returns a GtkTreeIter pointing to a row in the sort model from a EphyNode that belongs to the EphyTreeModelNode. https://bugzilla.gnome.org/show_bug.cgi?id=673795 | ||||
* | ephy-window: handle key modifiers on overview::item-activate | Claudio Saavedra | 2012-09-03 | 1 | -1/+1 |
| | | | | | | | | So that middle-click, for instance, opens a new tab. Notice that control-click will still not work, as the GdMainView widget is handling the event to emit its selection-mode-request signal. https://bugzilla.gnome.org/show_bug.cgi?id=683187 | ||||
* | ephy-overview-store: fix the setter for the default icon | Claudio Saavedra | 2012-09-03 | 1 | -2/+6 |
| | |||||
* | tests: fix last shell test | Xan Lopez | 2012-09-03 | 1 | -5/+12 |
| | | | | | | Unfortunately the state propagation of the overview loading needs the mainloop to run, since we use the load status signals from WebKit. Do so and update things for about:blank -> about:overview. | ||||
* | ephy-shell: consider the overview as a blank page | Xan Lopez | 2012-09-03 | 1 | -2/+3 |
| | | | | | | We were only considering about:blank, but about:overview should be assumed to be "blank" as far as replacing it with actual pages is concerned. | ||||
* | tests: homepage is overview now | Xan Lopez | 2012-09-03 | 1 | -1/+1 |
| | | | | This fixes one test, there's another one broken in this file. | ||||
* | ephy-embed-shell: make the shell find uninstalled icons | Xan Lopez | 2012-09-03 | 3 | -4/+4 |
| | | | | This is needed for distcheck, which runs tests before installing. | ||||
* | tests: the new homepage is about:overview, not about:blank | Xan Lopez | 2012-09-03 | 1 | -1/+1 |
| | |||||
* | tests: register the application explicitly | Xan Lopez | 2012-09-03 | 2 | -2/+5 |
| | | | | | | | | | | | | | This usually happens in _run, it seems, but the tests don't do that, so we need to call this manually. Otherwise the test will fail with: (/home/xan/git/epiphany/build/tests/test-ephy-session:9865): GLib-GIO-CRITICAL **: g_application_list_actions: assertion `application->priv->is_registered' failed No idea why this has started happening only now. https://bugzilla.gnome.org/show_bug.cgi?id=682653 | ||||
* | Updated Polish translation | Piotr Drąg | 2012-09-03 | 1 | -3/+17 |
| | |||||
* | Updated Lithuanian translation | Aurimas Černius | 2012-09-02 | 1 | -102/+110 |
| | |||||
* | ephy-embed-prefs: Port preferred languages to WebKit2 | Carlos Garcia Campos | 2012-09-02 | 1 | -9/+13 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679685 | ||||
* | ephy-session: do not restore tool windows | Xan Lopez | 2012-09-02 | 3 | -154/+5 |
| | | | | | | | | These windows will lose relevance and disappear gradually, and it does not really make that much sense to restore them with the session now that this happens automatically. https://bugzilla.gnome.org/show_bug.cgi?id=682966 | ||||
* | Updated Galician translations | Fran Diéguez | 2012-09-01 | 1 | -7/+11 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2012-09-01 | 1 | -7/+11 |
| | |||||
* | ephy-profile-utils: pass the required version to the migrator | Xan Lopez | 2012-09-01 | 1 | -6/+9 |
| | | | | | | | This should help catch the mistake of not installing the new migrator when the profile version changes. https://bugzilla.gnome.org/show_bug.cgi?id=683134 | ||||
* | ephy-profile-migrator: add a "requested version" option to the migrator | Xan Lopez | 2012-09-01 | 1 | -0/+9 |
| | | | | This will allow us to catch mismatches between browser and migrator binary. | ||||
* | Updated Polish translation | Piotr Drąg | 2012-09-01 | 1 | -46/+54 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-09-01 | 1 | -82/+85 |
| | |||||
* | ephy-notebook: fix compiler warning | Xan Lopez | 2012-09-01 | 1 | -3/+0 |
| | |||||
* | ephy-main: do not run the browser if the migrator fails | Xan Lopez | 2012-09-01 | 1 | -2/+7 |
| | | | | Lot's of nasty things could potentially happen. | ||||
* | ephy-frecent-store: set default icon in new rows | Claudio Saavedra | 2012-09-01 | 1 | -0/+7 |
| | | | | | Otherwise they look empty until the icon is loaded. This is specially annoying when opening the overview and all the icons are scheduled for load. | ||||
* | ephy-history-service: Do not emit signals from the history service thread | Claudio Saavedra | 2012-09-01 | 1 | -3/+85 |
| | | | | | | | | We were naively emitting a few signals from the history service thread while doing this is not thread safe. Add a few helper methods to run this in a main loop idle. https://bugzilla.gnome.org/show_bug.cgi?id=683040 | ||||
* | ephy-frecent-store: animate hiding of store items | Claudio Saavedra | 2012-09-01 | 3 | -5/+113 |
| | | | | | | Add a ephy_overview_store_animated_remove() that shrinks the thumbnail in a timeout until it's small enough and then removes it from the model. | ||||
* | ephy-overview-store: fix history service reference handling | Claudio Saavedra | 2012-09-01 | 1 | -1/+1 |
| | |||||
* | ephy-frecent-store: plug string leak | Claudio Saavedra | 2012-09-01 | 1 | -0/+1 |
| | |||||
* | ephy-embed-shell: load the new thumbnail frame and use it in the overview store | Claudio Saavedra | 2012-09-01 | 1 | -0/+4 |
| | |||||
* | ephy-overview-store: add icon-frame property | Claudio Saavedra | 2012-09-01 | 2 | -119/+62 |
| | | | | | | | Instead of using a hardcoded cairo frame, add a property to define the frame around thumbnails. Also rework the code around the default-thumbnail property to make it possible to use this there as well. | ||||
* | ephy-overview-store: add missing dispose implementation | Claudio Saavedra | 2012-09-01 | 1 | -0/+14 |
| |