Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | ephy-embed-shell: use the new artwork for the overview's default thumbnail | Claudio Saavedra | 2012-09-01 | 1 | -10/+6 | |
| | ||||||
* | data: add artwork for the overview | Claudio Saavedra | 2012-09-01 | 4 | -0/+6 | |
| | | | | Thumbnail for missing snapshots and thumbnail frame by Jakub Steiner. | |||||
* | ephy-removable-pixbuf-renderer: use the pixbuf size to determine the ↵ | Claudio Saavedra | 2012-09-01 | 1 | -4/+16 | |
| | | | | position of the close x | |||||
* | ephy-session: don't check loading status for the overview page | Claudio Saavedra | 2012-09-01 | 1 | -1/+2 | |
| | | | | Since this is a special page, there's no need for this. | |||||
* | ephy-snapshot-service: change the size of the thumbnails | Claudio Saavedra | 2012-09-01 | 1 | -2/+2 | |
| | | | | Squared snapshots are not that great, so use a 4:3 aspect ratio. | |||||
* | ephy-web-view: store the source tag for the snapshot idle | Claudio Saavedra | 2012-09-01 | 1 | -0/+9 | |
| | | | | | To avoid warnings if the view dissapears before the source function is called. | |||||
* | ephy-web-view: use is_history_frozen() to avoid snapshotting error pages | Claudio Saavedra | 2012-09-01 | 1 | -2/+4 | |
| | | | | | | Since this is used to freeze the history when an error page is being loaded, we can rely on it. Since the snapshots are taken in the FINISHED state, move the call to thaw after that. | |||||
* | ephy-overview-store: set the default snapshot only when failing to retrieve one | Claudio Saavedra | 2012-09-01 | 1 | -9/+8 | |
| | | | | This way there's no flashing of thumbnails between the query and the reply. | |||||
* | ephy-overview-store: add internal helper for setting the default icon | Claudio Saavedra | 2012-09-01 | 1 | -8/+17 | |
| | | | | Just to spare some code repetition. | |||||
* | ephy-web-view: Lower the priority of the snapshotting task | Claudio Saavedra | 2012-09-01 | 1 | -1/+1 | |
| | | | | | This makes it more likely that all rendering in the page has already happenend, specially under heavy page load. | |||||
* | ephy-overview: define the overview title string here | Claudio Saavedra | 2012-09-01 | 4 | -2/+7 | |
| | | | | Instead of duplicating the string everywhere. | |||||
* | ephy-overview-store: remove spurious warning | Claudio Saavedra | 2012-09-01 | 1 | -1/+0 | |
| | ||||||
* | ephy-overview-store: use the age of a thumbnail only to decide when update ↵ | Claudio Saavedra | 2012-09-01 | 2 | -10/+18 | |
| | | | | | | | | | | | | is needed Currently, we were not retrieving thumbnails from the service if they were outdated. This would cause some pages in the overview not to display a thumbnail at all even if one is available (but old). Fix this by always retrieving a thumbnail but storing its mtime in the model, and making ephy_snapshot_store_needs_snapshot() check the age of snapshots when deciding whether a snapshot update is needed or not. | |||||
* | ephy-navigation-history-action: fix overview title | Xan Lopez | 2012-09-01 | 1 | -0/+5 | |
| | | | | | The overview is not an actual web page, so it won't have a title as far as WebKit is concerned. Hardcode "Most Visited" as its title. | |||||
* | ephy-window: show the overview on alt+home | Claudio Saavedra | 2012-09-01 | 1 | -0/+11 | |
| | ||||||
* | ephy-home-action: don't assume this will only be used for "NewTab" | Claudio Saavedra | 2012-09-01 | 1 | -5/+5 | |
| | | | | If the action name is not "NewTab", just open the home page. | |||||
* | ephy-window: don't assume going to the homepage means opening a new tab | Claudio Saavedra | 2012-09-01 | 1 | -2/+1 | |
| | | | | | This is already explicitly set by EphyHomeAction in the new tab special case. | |||||
* | ephy-window: disable default actions when the active embed is showing an ↵ | Claudio Saavedra | 2012-09-01 | 1 | -0/+19 | |
| | | | | overview | |||||
* | ephy-web-view: define the special-cased title for the overview | Claudio Saavedra | 2012-09-01 | 1 | -8/+19 | |
| | ||||||
* | ephy-window: add ephy-about:overview to the list of hidden urls | Claudio Saavedra | 2012-09-01 | 1 | -0/+1 | |
| | ||||||
* | ephy-overview: improve layouting of items in the overview | Claudio Saavedra | 2012-09-01 | 1 | -7/+11 | |
| | | | | | | Make the iconview centered in the overview, while expanding this one and enabling scrollbars in both directions. This allows the window to be resized at will. | |||||
* | ephy-overview-store: use the thumbnail saving time to decide whether an ↵ | Claudio Saavedra | 2012-09-01 | 1 | -24/+36 | |
| | | | | update is needed | |||||
* | ephy-history-service: add API to store a url's thumbnail update time | Claudio Saavedra | 2012-09-01 | 2 | -0/+44 | |
| | ||||||
* | ephy-history-service: extend to support URL thumbnail time | Claudio Saavedra | 2012-09-01 | 3 | -4/+9 | |
| | ||||||
* | Add about:overview to actually go to overview mode | Claudio Saavedra | 2012-09-01 | 3 | -4/+8 | |
| | ||||||
* | ephy-web-view: take a snapshot if needed when the page load finishes | Claudio Saavedra | 2012-09-01 | 1 | -0/+9 | |
| | ||||||
* | ephy-window: handle open-link for the overview in the active tab | Claudio Saavedra | 2012-09-01 | 1 | -0/+20 | |
| | ||||||
* | ephy-embed: add the overview and a overview-mode property | Claudio Saavedra | 2012-09-01 | 3 | -0/+120 | |
| | | | | | Toggling this property will toggle visibility of the overview and the paned with the normal embed contents. | |||||
* | Add EphyOverview widget | Claudio Saavedra | 2012-09-01 | 3 | -0/+203 | |
| | | | | | | | This widget entails two GdMainViews, one for the frecency model and one for the active model. https://bugzilla.gnome.org/show_bug.cgi?id=455173 | |||||
* | ephy-embed-shell: set the default icon for the frecent store | Claudio Saavedra | 2012-09-01 | 1 | -0/+29 | |
| | | | | Add a helper method for this. | |||||
* | ephy-embed-shell: add a frecent store to the shell | Claudio Saavedra | 2012-09-01 | 3 | -0/+38 | |
| | | | | | Since we will use the overview in each tab and these should share the underlying model. | |||||
* | Add EphyFrecentStore class files | Claudio Saavedra | 2012-09-01 | 3 | -0/+473 | |
| | | | | | | | This subclass of EphyOverviewStore displays the most frecently visited pages. https://bugzilla.gnome.org/show_bug.cgi?id=455173 | |||||
* | ephy-history-service: add a method to set/unset a row hidden | Claudio Saavedra | 2012-09-01 | 2 | -0/+46 | |
| | ||||||
* | ephy-history-service: add backend bits to support the new hidden column | Claudio Saavedra | 2012-09-01 | 3 | -5/+16 | |
| | ||||||
* | ephy-history-service-urls-table: add new rows to the table | Claudio Saavedra | 2012-09-01 | 1 | -1/+3 | |
| | | | | | | These rows store information relevant to the overview: the update time of the url's thumbnail and wheter the url should be hidden from the overview's frecent view. | |||||
* | ephy-history-service: add "host-deleted" signal | Claudio Saavedra | 2012-09-01 | 1 | -0/+12 | |
| | ||||||
* | ephy-history-service: add "url-deleted" signal | Claudio Saavedra | 2012-09-01 | 1 | -0/+12 | |
| | ||||||
* | ephy-history-service: add "url-title-changed" signal | Claudio Saavedra | 2012-09-01 | 1 | -0/+13 | |
| | ||||||
* | ephy-profile-migrator: New migrator for history backend changes | Claudio Saavedra | 2012-09-01 | 2 | -2/+47 | |
| | | | | This adds a couple of new required columns to the urls table. | |||||
* | Add the base EphyOverviewStore model | Claudio Saavedra | 2012-09-01 | 3 | -0/+653 | |
| | | | | | | | This should be subclassed by the models for the history and/or currently open views. https://bugzilla.gnome.org/show_bug.cgi?id=455173 | |||||
* | gd-main-view: add a "item-deleted" signal to handle user-triggered item ↵ | Claudio Saavedra | 2012-09-01 | 2 | -0/+61 | |
| | | | | | | | | | | | deletions GdMainView connects to GdMainViewGeneric:delete-item-clicked and emits its :item-deleted signal which, if unhandled, simply removes the item in question from the underlying model. Users of GdMainView can handle this signal and stop the default handler from being invoked, thus avoiding removal of the item. | |||||
* | gd-main-icon-view: use the new renderer to add a close button to items | Claudio Saavedra | 2012-09-01 | 1 | -1/+13 | |
| | | | | | | Also, emit the GdMainViewGeneric:delete-item-clicked when the button is clicked. The signal is still unhandled, so clicking in the button will not make any difference yet. | |||||
* | gd-main-view-generic: add "delete-element-clicked" signal to the interface | Claudio Saavedra | 2012-09-01 | 2 | -1/+24 | |
| | | | | | | Implementors of this interface may connect emit this signal to notify the GdMainView when a user is requesting to delete one item from the view. | |||||
* | ephy-removable-pixbuf-renderer: new renderer for the overview | Claudio Saavedra | 2012-09-01 | 3 | -0/+351 | |
| | | | | | This is a renderer that draws a "close" button on top of its contents and that emits a signal when the button is activated. | |||||
* | Add GdMainView for use in the overview | Claudio Saavedra | 2012-09-01 | 13 | -0/+2550 | |
| | | | | | | This widget courtesy of gnome-documents https://bugzilla.gnome.org/show_bug.cgi?id=455173 | |||||
* | Add basic tests for EphySnapshotService | Claudio Saavedra | 2012-09-01 | 2 | -0/+270 | |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=668578 | |||||
* | Add a service for snapshotting webpages | Claudio Saavedra | 2012-09-01 | 4 | -0/+556 | |
| | | | | | | | This service provides pixbufs for URLs while caching these locally as thumbnails. gnome-desktop-thumbnail is used to handle caching. https://bugzilla.gnome.org/show_bug.cgi?id=668578 | |||||
* | ephy-profile-utils: reorder includes | Xan Lopez | 2012-09-01 | 1 | -1/+2 | |
| | ||||||
* | ephy-history-service: fix CLEAR signal emission | Xan Lopez | 2012-08-31 | 1 | -3/+5 | |
| | | | | | We were only emitting it if we happened to have a callback method associated with the history message, that does not make sense. | |||||
* | ephy-notebook: be more careful with event coordinates on right click | Xan Lopez | 2012-08-31 | 1 | -9/+1 | |
| | | | | | | | The code assumed clicks would happen in the tab label area, but this is not always the case (for instance when our child forwards an event to us). So always check the button press is actually within the tab allocation rectangle before acting on it. | |||||
* | ephy-session: remove some now useless headers | Xan Lopez | 2012-08-31 | 1 | -3/+0 | |
| | ||||||
* | ephy-session: use ephy_string_to_int instead of reimplementing it | Xan Lopez | 2012-08-31 | 1 | -30/+8 | |
| | | | | | EphySession had a private, almost-identical copy. Just use the function in lib/ephy-string.[ch] | |||||
* | ephy-session: another micro-fix | Xan Lopez | 2012-08-30 | 1 | -1/+1 | |
| | | | | | While we are at it, the fact that 'url' is not NULL is checked before the if block, so this is also redundant. | |||||
* | Updated Portuguese translation | Duarte Loreto | 2012-08-30 | 1 | -903/+1138 | |
| | ||||||
* | ephy-session: remove redundant string comparison | Claudio Saavedra | 2012-08-29 | 1 | -2/+1 | |
| | | | | The previous clause already ensures this won't be TRUE. | |||||
* | ephy-file-helpers: sort includes | Xan Lopez | 2012-08-29 | 1 | -11/+7 | |
| | ||||||
* | ephy-profile-migrator: do nothing if there's no profile dir | Xan Lopez | 2012-08-29 | 1 | -0/+12 | |
| | | | | | | | | If there's no profile dir there should not be anything to do for the profile migrator (since in theory epiphany has never been executed). This might backfire for people that manually mess with their profile dir (removing it), but those people hopefully know what they are doing. | |||||
* | ephy-file-helpers: add '.migrated' file to newly created profile dirs | Xan Lopez | 2012-08-29 | 1 | -8/+21 | |
| | | | | | Otherwise we'll try to migrate old data in new ephy installs, which does not make sense. | |||||
* | Updated Lithuanian translation | Aurimas Černius | 2012-08-29 | 1 | -323/+350 | |
| | ||||||
* | Implemented FUEL entries to Assamese translation | Nilamdyuti Goswami | 2012-08-28 | 1 | -43/+43 | |
| | ||||||
* | Updated Russian translation | Yuri Myasoedov | 2012-08-27 | 1 | -1087/+1158 | |
| | ||||||
* | Updated Greek translation | Tom Tryfonidis | 2012-08-27 | 1 | -304/+479 | |
| | ||||||
* | ephy-embed-prefs: tiny cosmetic fixes | Xan Lopez | 2012-08-26 | 1 | -6/+6 | |
| | ||||||
* | ephy-web-view: do not allocate variables before they are needed | Xan Lopez | 2012-08-26 | 1 | -3/+3 | |
| | | | | Fixes a potential leak in WebKit2 mode. | |||||
* | ephy-web-view: avoid getting a 'Blank page' title for non titled pages | Xan Lopez | 2012-08-26 | 1 | -3/+3 | |
| | | | | | | | | | | | | | In WebKit2 we'll get no notify::title for pages without title, so check this case and reset the title to NULL, which for non-blank pages will use the address as title. This also removes the last notify::embed-title calls outside of ephy_web_view_set_title. Cherry-picked from a patch by Carlos Garcia. https://bugzilla.gnome.org/show_bug.cgi?id=682354 | |||||
* | ephy-web-view: drop superflous notify | Xan Lopez | 2012-08-25 | 1 | -2/+0 | |
| | | | | | I don't think notifying 'embed-title' here makes much sense. If it does it's wrong, so if something breaks we'll fix it accordingly. | |||||
* | ephy-web-view: remove more "invisible URI" logic | Xan Lopez | 2012-08-24 | 1 | -4/+1 | |
| | | | | | EphyWindow takes care of this now, so don't change the EphyWebView address to NULL when we load about:blank. | |||||
* | ephy-window: centralize the logic about invisible URIs in one place | Xan Lopez | 2012-08-24 | 2 | -2/+34 | |
| | | | | | | | | Let's make EphyWindow the one in charge of deciding whether a URI is actually shown or not in the location entry. This allows to remove some code to that effect in EphyLocationController (and perhaps some more in EphyWebView in the future), and makes this feature more extensible for the future. | |||||
* | Updated Polish translation | Piotr Drąg | 2012-08-24 | 1 | -634/+1013 | |
| | ||||||
* | [release] 3.5.903.5.90 | Claudio Saavedra | 2012-08-24 | 2 | -1/+19 | |
| | ||||||
* | Updated German translation | Tobias Endrigkeit | 2012-08-24 | 1 | -291/+335 | |
| | ||||||
* | window-commands: Get the suggested filename from the response in WebKit2 too | Carlos Garcia Campos | 2012-08-23 | 1 | -1/+1 | |
| | ||||||
* | ephy-embed-prefs: Pass an array of languages to spellchecker in WebKit2 | Carlos Garcia Campos | 2012-08-23 | 1 | -12/+24 | |
| | | | | | The API has changed to receive a char ** instead of a string containing a comma-separated list of languages. | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-08-22 | 1 | -265/+308 | |
| | ||||||
* | ephy-embed-single: Pass NULL as destroy notify to ↵ | Carlos Garcia Campos | 2012-08-22 | 1 | -1/+1 | |
| | | | | | | webkit_web_context_register_uri_scheme() A GDestroyNotify paramater has been recently added. | |||||
* | ephy-web-view: Use webkit_web_view_load_alternate_html() for error pages in ↵ | Carlos Garcia Campos | 2012-08-22 | 1 | -10/+8 | |
| | | | | | | WebKit2 webkit_web_view_replace_content() has been removed | |||||
* | ephy-web-view: Take a reference of the certificate returned by the response | Carlos Garcia Campos | 2012-08-21 | 1 | -0/+1 | |
| | ||||||
* | Updated Indonesian translation | Dirgita | 2012-08-21 | 1 | -483/+615 | |
| | ||||||
* | ephy-embed-single.c: move unstable API defines to be the very first thing in ↵ | Gustavo Noronha Silva | 2012-08-21 | 1 | -3/+6 | |
| | | | | | | | | | | the file It may happen that config.h or ephy-embed-single.h end up including soup.h, which would cause the soup-password-manager.h header file to be included without the defines. https://bugzilla.gnome.org/show_bug.cgi?id=682289 | |||||
* | ephy-embed-single: check for SOUP_TYPE_PASSWORD_MANAGER_GNOME | Gustavo Noronha Silva | 2012-08-21 | 1 | -1/+1 | |
| | | | | | | That is the type we actually use. https://bugzilla.gnome.org/show_bug.cgi?id=682289 | |||||
* | ephy-string: use new coding style | Xan Lopez | 2012-08-17 | 1 | -384/+361 | |
| | ||||||
* | ephy-web-view: use ephy_string_get_host_name | Xan Lopez | 2012-08-17 | 1 | -15/+9 | |
| | | | | Saves some code duplication. | |||||
* | ephy-string: improve a bit ephy_string_get_host_name | Xan Lopez | 2012-08-17 | 3 | -0/+83 | |
| | | | | And add unit tests for it. | |||||
* | Port save as to WebKit2 | Carlos Garcia Campos | 2012-08-17 | 3 | -6/+75 | |
| | | | | | | | | Use webkit_web_view_save() API for HTML pages that saves the web page into a MHTML file. For any other MIME types supported by the web view, save the main resource data to a file. https://bugzilla.gnome.org/show_bug.cgi?id=679368 | |||||
* | Updated Serbian translation | Мирослав Николић | 2012-08-17 | 2 | -174/+244 | |
| | ||||||
* | Updated Galician translations | Fran Diéguez | 2012-08-17 | 1 | -66/+69 | |
| | ||||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2012-08-15 | 2 | -206/+278 | |
| | ||||||
* | ephy-web-view: ignore paths when deciding whether a URI has a TLD | Xan Lopez | 2012-08-15 | 2 | -8/+24 | |
| | | | | | | SoupTLD is not happy if we give it something like ".com/blah/blah". Add a unit test for this case too. | |||||
* | ephy-embed-event: some cosmetic fixes | Xan Lopez | 2012-08-14 | 1 | -11/+3 | |
| | ||||||
* | Show information about web and plugin processes in about:memory | Carlos Garcia Campos | 2012-08-14 | 1 | -10/+177 | |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679764 | |||||
* | ephy-web-view: do not store error pages in history | Xan Lopez | 2012-08-14 | 2 | -1/+80 | |
| | | | | | | | | | Otherwise we end up with dummy URIs in the history, overwritten titles ("Oops, could not load..."), etc. Add a unit test to make sure we do not regress. https://bugzilla.gnome.org/show_bug.cgi?id=655619 | |||||
* | ephy-window: Add update_link_actions_sensitivity() | Carlos Garcia Campos | 2012-08-14 | 1 | -10/+17 | |
| | | | | Helper function that will be shared with the WebKit2 implementation. | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2012-08-14 | 1 | -272/+317 | |
| | ||||||
* | Use webkit_web_frame_load_alternate_string to load error pages | Martin Robinson | 2012-08-14 | 2 | -2/+75 | |
| | | | | | | | webkit_web_view_load_string, which was used previously, does not add the error page to the back forward list. This means that when you go back from an error page (n) you will skip directly to an older page (n-2) or not be able to go back if the error page was the first loaded. | |||||
* | Updated Galician translations | Fran Diéguez | 2012-08-13 | 1 | -350/+399 | |
| | ||||||
* | Updated Arabic translation | Khaled Hosny | 2012-08-12 | 1 | -664/+1070 | |
| | ||||||
* | configure.ac: drop 'ice' and 'sm' dependencies | Xan Lopez | 2012-08-12 | 1 | -2/+0 | |
| | | | | Does not seem like we use them anymore. | |||||
* | autogen.sh: s/SVN/git/ | Xan Lopez | 2012-08-12 | 1 | -1/+1 | |
| | ||||||
* | Updated Spanish translation | Daniel Mustieles | 2012-08-10 | 1 | -131/+159 | |
| | ||||||
* | Makefile.am: remove obsolete distcheck flags | Xan Lopez | 2012-08-10 | 1 | -4/+1 | |
| | ||||||
* | Mave avahi a hard dependency | Xan Lopez | 2012-08-10 | 3 | -88/+9 | |
| | | | | | It's listed as a OS core dependency in jhbuild, so let's reduce the number of moving pieces on our side. | |||||
* | ephy-embed-single: style cleanups | Xan Lopez | 2012-08-10 | 1 | -18/+16 | |
| | ||||||
* | configure.ac: epiphnay doesnt depend on gnome-doc-utils | Javier Jardón | 2012-08-10 | 1 | -1/+0 | |
| | | | | There is no help files | |||||
* | ephy-embed-single: make the http disk cache respect private mode | Xan Lopez | 2012-08-10 | 1 | -3/+7 | |
| | | | | | | | By storing its data in the temporary profile instead of the user cache dir. https://bugzilla.gnome.org/show_bug.cgi?id=681147 | |||||
* | Assamese translation updated | Nilamdyuti Goswami | 2012-08-10 | 1 | -109/+137 | |
| | ||||||
* | Show information about the SSL errors when clicking on lock icon | Carlos Garcia Campos | 2012-08-09 | 6 | -0/+427 | |
| | | | | | | | If libgcr is available it's used to show the information about the TLS certificate in the dialog too. https://bugzilla.gnome.org/show_bug.cgi?id=681506 | |||||
* | ephy-web-view: Return the certificate and TLS errors in ↵ | Carlos Garcia Campos | 2012-08-09 | 3 | -42/+43 | |
| | | | | | | | ephy_web_view_get_security_level Remove the unused description parameter an return the TLS certificte and errors instead. | |||||
* | Assamese translation updated | Nilamdyuti Goswami | 2012-08-09 | 1 | -75/+93 | |
| | ||||||
* | Updated Serbian translation | Мирослав Николић | 2012-08-09 | 2 | -7760/+2172 | |
| | ||||||
* | Assamese translation updated | Nilamdyuti Goswami | 2012-08-09 | 1 | -702/+1055 | |
| | ||||||
* | Updated Spanish translation | Daniel Mustieles | 2012-08-08 | 1 | -382/+404 | |
| | ||||||
* | tests: a couple more 'normalize or autosearch' tests | Xan Lopez | 2012-08-08 | 1 | -1/+3 | |
| | ||||||
* | ephy-web-view: small style cleanups | Xan Lopez | 2012-08-08 | 1 | -6/+6 | |
| | ||||||
* | ephy-web-view: fix URI normalization | Xan Lopez | 2012-08-07 | 2 | -2/+3 | |
| | | | | | | | | | | Give SoupTLD nothing but the TLD when trying to figure out whether a URI actually has a TLD, otherwise it won't be happy. In particular: '.gnome.org' -> Not OK '.org' -> OK Add a test for this case. | |||||
* | ephy-location-entry: small cleanups | Xan Lopez | 2012-08-07 | 1 | -9/+6 | |
| | ||||||
* | Require latest libsoup for SoupTLD fixes | Xan Lopez | 2012-08-07 | 1 | -1/+1 | |
| | ||||||
* | ephy-web-view: do autosearch foo.bar strings where bar is not a TLD | Xan Lopez | 2012-08-07 | 3 | -12/+52 | |
| | | | | | | | | | Using the new SoupTLD methods. Had to split the non-search regexp in two so that we can reuse its 'is this a domain?' bits. Ugly as hell, but not worse than before... At least we have unit tests to catch regressions. https://bugzilla.gnome.org/show_bug.cgi?id=681022 | |||||
* | ephy-web-view: no need to cast g_object_new results | Xan Lopez | 2012-08-07 | 1 | -1/+1 | |
| | ||||||
* | ephy-web-view: export the 'normalize or autosearch' method | Xan Lopez | 2012-08-07 | 3 | -11/+62 | |
| | | | | | We are going to modify it a bit, and we really want to test it. Add some initial tests for the existing functionality. | |||||
* | [release] 3.5.53.5.5 | Xan Lopez | 2012-08-07 | 2 | -1/+22 | |
| | ||||||
* | Port spell checking to WebKit2 | Mario Sanchez Prada | 2012-08-07 | 1 | -1/+6 | |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680368 | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2012-08-07 | 2 | -390/+418 | |
| | ||||||
* | configure.ac: we require WebKitGTK+ 1.9.6 to build now | Xan Lopez | 2012-08-07 | 1 | -1/+1 | |
| | ||||||
* | Updated Greek translation | Tom Tryfonidis | 2012-08-07 | 1 | -325/+354 | |
| | ||||||
* | ephy-session: remove some unneeded declarations, reorder headers | Xan Lopez | 2012-08-04 | 1 | -4/+1 | |
| | ||||||
* | e-web-view: use GtkLabel API when possible | Diego Escalante Urrelo | 2012-08-03 | 1 | -2/+3 | |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=681080 | |||||
* | e-web-view: use GtkOrientable API for info bars | Diego Escalante Urrelo | 2012-08-03 | 1 | -45/+10 | |
| | | | | | | | Instead of creating a custom GtkButtonBox, use GtkOrientable API implemented by the default action_area widget (a GtkBox) of GtkInfoBar. https://bugzilla.gnome.org/show_bug.cgi?id=681078 | |||||
* | ephy-embed: Port inspector to WebKit2 | Carlos Garcia Campos | 2012-08-03 | 1 | -18/+29 | |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679616 | |||||
* | ephy-embed-single: Port disk cache to Webit2 | Carlos Garcia Campos | 2012-08-03 | 1 | -0/+10 | |
| | | | | | | | From the API point of view, we only need to use WebKit2 to clear the cache. https://bugzilla.gnome.org/show_bug.cgi?id=679684 | |||||
* | window-commands: fix WebKit2 build | Xan Lopez | 2012-08-02 | 1 | -2/+2 | |
| | | | | Haters gonna hate. | |||||
* | window-commands: fallback correctly when Content-Disposition is not available | Xan Lopez | 2012-08-02 | 1 | -2/+15 | |
| | | | | | The suggested filename the network response gives us can be NULL. Fallback to the old method in that case. | |||||
* | Settings: add a enable-webaudio setting. | Philippe Normand | 2012-08-02 | 3 | -0/+10 | |
| | | | | | | WebAudio support in WebKitGTK is not stable yet but it would be good to allow Epiphany users to test this feature nonetheless. The enable-webaudio gsetting is set to false by default. | |||||
* | window-commands: suggest the right name in 'Save As' | Xan Lopez | 2012-08-02 | 1 | -3/+2 | |
| | | | | | | | Use the info in the Content-Disposition header instead of the base name of the resource. https://bugzilla.gnome.org/show_bug.cgi?id=674291 | |||||
* | popup-commands: don't cancel a download that hasn't even been started | Claudio Saavedra | 2012-08-02 | 1 | -4/+0 | |
| | | | | | | | | Cancelling the "save link as" dialog is calling ephy_download_cancel() even when ephy_download_start() has not been called. This causes a critical warning in webkit. https://bugzilla.gnome.org/show_bug.cgi?id=681010 | |||||
* | ephy-embed-utils: use new coding style | Xan Lopez | 2012-08-02 | 2 | -117/+111 | |
| | ||||||
* | [l10n] Update Japanese translation | Jiro Matsuzawa | 2012-08-02 | 1 | -1/+1 | |
| | | | | Modify the About label | |||||
* | ephy-history-service: prevent double call to execute_quit() | Claudio Saavedra | 2012-08-02 | 1 | -1/+0 | |
| | | | | | | | execute_quit() is called already when the QUIT message is received, there is no need to call it after the thread loop quits. https://bugzilla.gnome.org/show_bug.cgi?id=680529 | |||||
* | ephy-home-action: remove useless headers | Xan Lopez | 2012-08-01 | 1 | -3/+0 | |
| | ||||||
* | ephy-window: do not copy history for new empty tabs | Xan Lopez | 2012-08-01 | 1 | -0/+4 | |
| | | | | | | | | | Do not copy the tab history when doing Ctrl+T/New Tab to open an empty tab. https://bugzilla.gnome.org/show_bug.cgi?id=651918 Signed-off-by: Xan Lopez <xan@igalia.com> | |||||
* | ephy-home-action: add implicit NEW_TAB flag | Zan Dobersek | 2012-08-01 | 1 | -1/+1 | |
| | | | | | | | The NewTab action is always used to new an empty tab now, so just acknowledge the fact. Signed-off-by: Xan Lopez <xan@igalia.com> | |||||
* | ephy-home-action: drop DnD functionality | Xan Lopez | 2012-08-01 | 1 | -62/+4 | |
| | | | | | The home action can only be accessed from the super menu now, so the DnD feature is not useful anymore. | |||||
* | e-file-chooser: remove persist-key | Diego Escalante Urrelo | 2012-08-01 | 6 | -188/+2 | |
| | | | | | | | | | | | | | GTK+ has changed the UX of the GtkFileChooser. This has (pragmatically) deprecated "last save dir" stored by applications themselves. For Epiphany this means we no longer need a "persist-key" in our file chooser, and that we have to clean up some GtkFileChooser API use in followup patches. This commit removes the property and uses of it. Bug #655508 | |||||
* | ephy-session: spawn the default window if the session state file is broken | Xan Lopez | 2012-08-01 | 2 | -0/+51 | |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680590 | |||||
* | Use $(pkglibdir) instead of $(libdir)/epiphany | Michael Biebl | 2012-07-31 | 2 | -3/+3 | |
| | | | | | | to avoid hard coding the package name. https://bugzilla.gnome.org/show_bug.cgi?id=672023 | |||||
* | epiphany.pc.in: Use @PACKAGE@ instead of epiphany | Michael Biebl | 2012-07-31 | 1 | -2/+2 | |
| | | | | | | to avoid hard coding the package name. https://bugzilla.gnome.org/show_bug.cgi?id=672023 | |||||
* | window-commands: update About dialog tagline | Diego Escalante Urrelo | 2012-07-31 | 1 | -2/+2 | |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=668115 | |||||
* | ephy-sqlite-statement: remove get_property | Diego Escalante Urrelo | 2012-07-31 | 1 | -19/+0 | |
| | | | | | | All the properties are write-construct-only. https://bugzilla.gnome.org/show_bug.cgi?id=671595 | |||||
* | e-dialog: handle old uses of ephy_dialog_construct | Diego Escalante Urrelo | 2012-07-31 | 1 | -1/+13 | |
| | | | | | | | This is a hack. One that we should remove when we decide what to do with extensions. https://bugzilla.gnome.org/show_bug.cgi?id=680907 | |||||
* | extensions: remove seed support | Diego Escalante Urrelo | 2012-07-31 | 9 | -580/+2 | |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680905 | |||||
* | ephy-encoding: auto-calculate 'title-elided' and 'collation-key' | Xan Lopez | 2012-07-31 | 4 | -48/+49 | |
| | | | | They are derived from 'title', no need to pass them as parameters. | |||||
* | tests: test the creation of a EphyEncoding object | Xan Lopez | 2012-07-31 | 1 | -0/+21 | |
| | | | | | We should make the test-elided and collation-key properties be computed automatically from the other parameters. | |||||
* | tests: add a simple test for EphyEncodings | Xan Lopez | 2012-07-31 | 2 | -0/+90 | |
| | ||||||
* | ephy-encoding: fix extra blank line | Xan Lopez | 2012-07-31 | 1 | -2/+1 | |
| | ||||||
* | ephy-embed-shell: sort headers properly! | Xan Lopez | 2012-07-31 | 1 | -1/+1 | |
| | ||||||
* | ephy-embed-shell: add missing header | Xan Lopez | 2012-07-31 | 1 | -7/+7 | |
| | | | | | Dropping useless headers elsewhere uncovered a missing header (stdlib.h) here. Also sort headers while at it. | |||||
* | ephy-encodings: remove dead code | Xan Lopez | 2012-07-31 | 1 | -10/+0 | |
| | ||||||
* | ephy-encodings: use new coding style | Xan Lopez | 2012-07-31 | 2 | -340/+324 | |
| | ||||||
* | ephy-encoding: fix indentation | Xan Lopez | 2012-07-31 | 1 | -23/+23 | |
| | ||||||
* | ephy-encodings: rewrite to drop usage of EphyNode | Xan Lopez | 2012-07-31 | 8 | -259/+642 | |
| | | | | | | | | | | We have a new 'EphyEncoding' object holding the encoding data, and the EphyEncodings object is now just a hash table holding a bunch of these. Change all the UI code to use the new APIs. https://bugzilla.gnome.org/show_bug.cgi?id=680735 | |||||
* | Updated gujarati file | Sweta Kothari | 2012-07-30 | 1 | -1449/+1653 | |
| |