[epiphany] Created tag 3.3.91



The unsigned tag '3.3.91' was created.

Tagger: Xan Lopez <xan igalia com>
Date: Wed Mar 7 23:25:04 2012 +0100

    3.3.91

Changes since the last tag '3.3.90':

Alexander Shopov (3):
      Updated Bulgarian translation
      Updated Bulgarian translation
      Updated Bulgarian translation

Bruce Cowan (1):
      Updated British English translation

Claudio Saavedra (47):
      Build fixes
      ephy-profile-migrator: update to migrate also zoom level preferences
      configure.ac: Add missing checks for sqlite3
      Add initial implementation of the browse history frontend
      Add a EphyBrowseHistory instance to EphyEmbedShell
      Add a EphyBrowseHistory instance to EphyEmbed
      Use the new EphyBrowseHistory to add a URI to the history
      Use EphyBrowseHistory to set/get the zoom level for pages
      src: Reorder LDADD arguments properly
      Use EphyBrowseHistory to store page titles
      history-service: Count the first url visit
      history-service: Ignore queries time range if not set
      EphyHistoryQuery: copy the limit too
      history-service: take into account the query's result limit
      EphyHistoryQuery: add a EphyHistorySortType parameter to the query
      history-service: use the sort type during queries
      tests: add a test for complex EphyHistoryQuery queries
      history-service: add a test for complex queries with visit time range
      history-service: do not join urls and visits table unnecessarily
      history-service: make sure we can update pages' titles and urls
      Retrieve the host id from the right column
      ephy-history-service: add a method to clear the entire history
      Add a EphyHistoryService property to EphyHistoryWindow
      Set the history service during history window instantiation
      Add missing header include to ephy-history-types.h
      Add a new view for the pages history
      Allow the visits and urls queries to be host-specific
      Fix typo
      history-window: Add a view for the hosts
      Add ephy_history_service_get_hosts()
      Allow ephy_history_service_find_urls() to filter host specific urls
      ephy-history-service: add a method to remove a host from the history
      ephy-history-service: default handler for visit-url should be FALSE
      ephy-history-view: ellypsize the title and url columns
      ephy-history-view: properly handle button-press-event
      ephy-history-window: change string for full history option
      ephy-hosts-store: sort the model by URL
      about.ini: add myself
      ephy-history-service: remove orphan hosts from database
      ephy-hosts-view: add a method to select a given host
      ephy-history-window: update the list of hosts after a url is deleted
      ephy-history-view: remove unneeded unselect_all()
      ephy-host-store: add a clear() method
      ephy-hosts-view: ensure "all hosts" is selected by default
      ephy-history-service: execute_get_hosts() should return TRUE
      ephy-history-service: add API to query for hosts
      ephy-history-window: filter hosts with time range as well

Daniel Korostil (1):
      Uploaded Ukranian

Daniel Mustieles (4):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Daniel Nylander (1):
      Updated Swedish translation

Diego Escalante Urrelo (7):
      ephy-web-app-utils: be more careful listing applications
      ephy-web-view: remove close-requested signal
      ephy-web-view: don't assume a embed-container in close-web-view
      ephy-bookmarks-ui: fix typo in activate_bookmarks_menu
      ephy-window: add a Extensions menu
      ephy-history-service-hosts-table: init host to NULL
      schema: default to 'All history' in history window

Dr.T.Vasudevan (4):
      updated Tamil translation
      updated Tamil translation
      updated Tamil translation
      updated Tamil translation

Fran DiÃguez (4):
      Added galician translations for doc
      Updated Galician translations
      Updated Galician translations
      Updated Galician translations

Gabor Kelemen (2):
      Updated Hungarian translation
      Updated Hungarian translation

Giovanni Campagna (1):
      Plug a memory leak

Ihar Hrachyshka (3):
      Updated Belarusian translation.
      Updated Belarusian translation.
      Updated Belarusian translation.

Inaki Larranaga Murgoitio (4):
      Updated Basque language
      Updated Basque language
      Updated Basque language
      Updated Basque language

Jiro Matsuzawa (2):
      [l10n] Update Japanese translation
      Enable keyboard accelerator for the create button

Kjartan Maraas (1):
      Updated Norwegian bokmÃl translation

Matej UrbanÄiÄ (3):
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation

Mattias PÃldaru (2):
      [l10n] Updated Estonian translation
      [l10n] Updated Estonian translation

Piotr DrÄg (5):
      Updated Polish translation
      Updated Polish translation
      Updated POTFILES.in
      Updated Polish translation
      Updated Polish translation

Sergio Villar Senin (2):
      ephy-profile-utils: shut up libsoup runtime warning
      ephy-profile-utils: use == to compare SoupURI schemes

Xan Lopez (67):
      ephy-embed-utils-test: unbreak the normalization tests
      ephy-embed-test-utils: loading domain:port is broken, comment for now
      ephy-embed-utils: fix loading of <IP address>:<port> URIs
      ephy-window: show an error if we fail to open a non-web URI with gtk_show_uri
      ephy-web-view: fix loading of <domain>:<port> URIs
      ephy-embed-utils-test: remove broken test
      ephy-shell: use the new g_application_quit to quit
      We need to be a bit smarter about this, and only dismiss it for     user-initiated navigations. Revert for now.
      Add GObject wrapper classes for SQLite
      Add EphyHistoryService and helper classes
      ephy-history-service: change a few functions and variables to use "message"
      ephy-history-service: forgot Makefile.am file
      ephy-sqlite: and another forgotten file!
      ephy-profile-migrator: migrate history to the new format
      ephy-completion-model: reorder includes
      Hook the new history to the URL entry
      Store zoom levels per host, not per URL
      ephy-location-controller: smoother redraw of the completion popup
      ephy-history-service-hosts-table: drop the favicon column
      Remove the set_url_property history method
      ephy-browse-history: style cleanups
      ephy-history-types: use the URL as default title
      ephy-browse-history: small cleanup
      ephy-web-view: also fallback to URI as title here
      Rename the new tests to be foo-test.c
      POTFILES.in: some strings have been moved to lib/history
      ephy-completion-model: remove stale include
      ephy-completion-model: fix warning when a bookmark has no keywords
      Get rid of EphyBrowseHistory
      Rename ephy_history_service_add_page to ephy_history_service_visit_url
      ephy-history-service: add 'visit-url' signal
      ephy-history-test: add emacs modeline
      ephy-history-service: add a "cleared" signal for the clear method
      ephy-embed: do not retrieve the legacy history instance
      tests: add a test for ephy_history_service_clear
      ephy-history-test: small style tweaks
      ephy-history-service: handle correctly zoom level migration
      ephy-history-service: agh, committed this by mistake
      ephy-profile-migration: only create ad-hoc hosts for non-default zoom levels.
      Move the host and urls views from embed to lib/widgets
      ephy-history-view: use the new hosts and urls views
      ephy-history-window: sort headers, remove duplicates
      ephy-navigation-history-action: use the new history service
      pdm-dialog: use the new history service
      ephy-bookmarks: reorder includes
      ephy-bookmarks: use the new history service when possible
      ephy-bookmarks: actually connect to the new service
      ephy-bookmarks-ui: remove unneeded include
      ephy-prefs: correct the order of the history time filter enum
      ephy-history-window: correctly handle 2 and 10 days of history
      ephy-history-window: and also handle "Ever" now that we have infinite history storage
      ephy-bookmarks: remove the "Most visited" category
      ephy-history-window: correct asserts and g_return_if_fail
      ephy-history-window: style fixes
      ephy-history-window: use the constructed method
      ephy-history-service-urls-table: do not g_assert on input
      ephy-history-service: validate parameters of public methods
      ephy-web-view: protect against pages with NULL URI
      application-menu: fix accelerators for global actions
      HACKING: we don't really do comment blocks like that anymore.
      ephy-bookmarks: remove update on redirect
      Annotate correctly the fact that FileNewTab now always opens the homepage
      ephy-web-view: remember when we are loading the homepage
      ephy-embed: do not add the homepage (about:blank) to the history
      doc: fix distcheck, link to the new history library
      POTFILES.in: add missing file
      [release] 3.3.91

Yaron Shahrabani (1):
      Updated Hebrew translation.

YunQiang Su (1):
      update Simplified Chinese translation

Yuri Myasoedov (3):
      Updated Russian translation
      Updated Russian translation
      Updated Russian translation

ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ (1):
      Updated Serbian translation



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]