aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ephy-web-view: remove stale codeXan Lopez2012-03-131-43/+0
|
* ephy-embed: cancel the pending history queries during finalizeClaudio Saavedra2012-03-131-1/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671901
* ephy-history-service: make the async API cancellableClaudio Saavedra2012-03-139-68/+105
| | | | | | | | | | | The main purpose of the cancellable API in ephy-history-service is to let the user notify when the results of the operation are no longer needed and the callback call can be omitted. Since performing a read operation, in such cases, makes no sense, we cancel them altogether. However, given the nature of the service, we don't cancel write operations. https://bugzilla.gnome.org/show_bug.cgi?id=671901
* ephy-history-view: open pages in a new tab on middle clickClaudio Saavedra2012-03-131-11/+11
| | | | | | This was present in the old EphyNodeView history. Bring it back. https://bugzilla.gnome.org/show_bug.cgi?id=671635
* ephy-history-view: add row-middle-clicked signalClaudio Saavedra2012-03-132-0/+74
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671635
* Updated Norwegian bokmål translationKjartan Maraas2012-03-131-232/+216
|
* Updated Swedish translationDaniel Nylander2012-03-131-193/+189
|
* Updated Brazilian Portuguese translationAntonio Fernandes C. Neto2012-03-091-946/+840
|
* Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 ↵Timo Jyrinki2012-03-121-2136/+486
| | | | translation sprint
* Updated Serbian translationМирослав Николић2012-03-112-432/+426
|
* tests: add ephy-web-view testDiego Escalante Urrelo2012-03-112-0/+274
| | | | | | Testing ephy_web_view_load_url and the internal GRegex of EphyWebView. https://bugzilla.gnome.org/show_bug.cgi?id=669548
* ephy-web-view: share non-search-regex for testingDiego Escalante Urrelo2012-03-113-9/+47
| | | | | | Add ephy-embed-private.h https://bugzilla.gnome.org/show_bug.cgi?id=669548
* ephy-main: run app mode only with a existing dirDiego Escalante Urrelo2012-03-111-0/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669700
* ephy-history-window: init hosts to NULLDiego Escalante Urrelo2012-03-111-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671613
* Add initial Khmer translationKhoem Sokhem2012-03-102-0/+2814
|
* Updated Catalan translationGil Forcada2012-03-101-1316/+1125
|
* Updated Persian TranslationArash Mousavi2012-03-101-1337/+1162
|
* Updated Korean translationChangwoo Ryu2012-03-101-1309/+1133
|
* Updated Belarusian translation.Ihar Hrachyshka2012-03-101-38/+42
|
* [l10n] Updated Estonian translationMattias Põldaru2012-03-101-63/+64
|
* ephy-history-service: Give me a break!Priit Laes2012-03-091-0/+1
| | | | | Signed-off-by: Priit Laes <plaes@plaes.org> Reviewed-by: Xan Lopez <xan@igalia.com>
* Updated Bulgarian translationAlexander Shopov2012-03-091-113/+93
|
* [l10n] Updated German translationMario Blättermann2012-03-091-1301/+1117
|
* Updated Slovenian translationMatej Urbančič2012-03-081-40/+45
|
* Assamese translation completedNilamdyuti Goswami2012-03-081-1305/+1140
|
* Updated Spanish translationDaniel Mustieles2012-03-081-112/+107
|
* ephy-history-service: plug a few more leaksClaudio Saavedra2012-03-082-0/+4
|
* ephy-history-window: plug a couple of leaksClaudio Saavedra2012-03-082-2/+2
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-03-082-402/+400
|
* Updated Polish translationPiotr Drąg2012-03-081-148/+152
|
* Updated Galician translationsFran Diéguez2012-03-081-66/+61
|
* Don't list deprecated gsettings keys in the .convertSébastien Bacher2012-03-081-2/+0
|
* [release] 3.3.913.3.91Xan Lopez2012-03-082-1/+20
|
* POTFILES.in: add missing fileXan Lopez2012-03-081-0/+1
|
* ephy-history-window: filter hosts with time range as wellClaudio Saavedra2012-03-081-2/+3
|
* ephy-history-service: add API to query for hostsClaudio Saavedra2012-03-084-2/+156
| | | | | By now, the public API only supports filtering by time range, but filtering by string matching is also possible.
* ephy-history-service: execute_get_hosts() should return TRUEClaudio Saavedra2012-03-081-1/+1
| | | | If there are no hosts, that's not a failure, so return TRUE instead.
* ephy-hosts-view: ensure "all hosts" is selected by defaultClaudio Saavedra2012-03-082-19/+31
| | | | | | If no host can be selected, always select the "all hosts" row. https://bugzilla.gnome.org/show_bug.cgi?id=671575
* ephy-host-store: add a clear() methodClaudio Saavedra2012-03-083-1/+15
| | | | | | | This adds always a default item "All sites" which, when selected, will show all urls in all hosts. https://bugzilla.gnome.org/show_bug.cgi?id=671575
* schema: default to 'All history' in history windowDiego Escalante Urrelo2012-03-081-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671599
* Updated Polish translationPiotr Drąg2012-03-081-111/+87
|
* Updated Belarusian translation.Ihar Hrachyshka2012-03-081-166/+142
|
* ephy-history-service-hosts-table: init host to NULLDiego Escalante Urrelo2012-03-081-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671594
* doc: fix distcheck, link to the new history libraryXan Lopez2012-03-081-0/+2
|
* ephy-embed: do not add the homepage (about:blank) to the historyXan Lopez2012-03-081-0/+3
| | | | | Don't do it when it's loaded automatically through NewTab or NewWindow, but do it if the user actually types the URI.
* ephy-web-view: remember when we are loading the homepageXan Lopez2012-03-082-11/+37
| | | | And add a getter for the information.
* Annotate correctly the fact that FileNewTab now always opens the homepageXan Lopez2012-03-083-3/+8
| | | | | We need to detect it in EphyEmbed to avoid adding about:blank to the history in that case.
* Updated Slovenian translationMatej Urbančič2012-03-081-184/+171
|
* ephy-bookmarks: remove update on redirectXan Lopez2012-03-081-87/+0
| | | | | | This is pretty cool, but our new history service does not support it (and it's been always broken in the WebKit backend anyway), so remove it. We'll bring it back eventually.
* HACKING: we don't really do comment blocks like that anymore.Xan Lopez2012-03-081-6/+0
|
* ephy-history-view: remove unneeded unselect_all()Claudio Saavedra2012-03-081-2/+1
| | | | | This breaks selection in _BROWSE mode, and we don't really need it anyway.
* Updated Basque languageInaki Larranaga Murgoitio2012-03-081-115/+116
|
* ephy-history-window: update the list of hosts after a url is deletedClaudio Saavedra2012-03-081-2/+8
| | | | | | | | Since now we remove orphan hosts, we need to update the list of hosts after url removal, too. Do this while preserving the currently selected host, if any. https://bugzilla.gnome.org/show_bug.cgi?id=671559
* ephy-hosts-view: add a method to select a given hostClaudio Saavedra2012-03-082-0/+34
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671559
* ephy-history-service: remove orphan hosts from databaseClaudio Saavedra2012-03-083-0/+27
| | | | | | | After removing all the urls in a host, we don't need that host anymore. https://bugzilla.gnome.org/show_bug.cgi?id=671559
* application-menu: fix accelerators for global actionsXan Lopez2012-03-071-1/+2
| | | | | | | Add accelerations for Preferences (Ctrl+e) and Personal Data Manager (Ctrl+m), and remove the one for About, Ctrl+a, since it's duplicated with Select All and having an accelerator for About does not seem very important in the first place.
* ephy-web-view: protect against pages with NULL URIXan Lopez2012-03-071-4/+6
| | | | | | | Some pages (like those opened with javascript:...) can have a NULL URI according to WebKit, so protect against that. https://bugzilla.gnome.org/show_bug.cgi?id=671555
* ephy-history-service: validate parameters of public methodsXan Lopez2012-03-071-33/+77
|
* Updated Russian translationYuri Myasoedov2012-03-071-234/+241
|
* ephy-history-service-urls-table: do not g_assert on inputXan Lopez2012-03-071-4/+4
| | | | Simply bail out and don't crash the browser.
* about.ini: add myselfClaudio Saavedra2012-03-071-1/+1
| | | | Look ma', I'm in your browser
* ephy-hosts-store: sort the model by URLClaudio Saavedra2012-03-071-0/+3
| | | | | This puts "Others" to the beginning of the list and the rest alphanumerically sorted.
* Updated Galician translationsFran Diéguez2012-03-071-150/+151
|
* Updated Spanish translationDaniel Mustieles2012-03-071-7/+8
|
* ephy-history-window: use the constructed methodXan Lopez2012-03-071-3/+7
| | | | Instead of doing extra stuff in _new.
* ephy-history-window: style fixesXan Lopez2012-03-071-91/+94
|
* ephy-history-window: correct asserts and g_return_if_failXan Lopez2012-03-071-11/+5
| | | | | Don't assert parameters in public methods, don't g_return_if_fail parameters in private ones.
* Updated Spanish translationDaniel Mustieles2012-03-071-148/+151
|
* ephy-history-window: change string for full history optionClaudio Saavedra2012-03-071-1/+1
|
* ephy-history-view: properly handle button-press-eventClaudio Saavedra2012-03-071-8/+6
| | | | | So that it doesn't trigger a double-click in the first press. Use a handler instead of connecting to the signal.
* Updated Bulgarian translationAlexander Shopov2012-03-071-149/+149
|
* Updated Polish translationPiotr Drąg2012-03-071-147/+147
|
* Updated POTFILES.inPiotr Drąg2012-03-071-1/+3
|
* ephy-bookmarks: remove the "Most visited" categoryXan Lopez2012-03-072-187/+0
| | | | | The place to do this kind of thing is really the History, not Bookmarks.
* ephy-history-window: and also handle "Ever" now that we have infinite ↵Xan Lopez2012-03-071-0/+2
| | | | history storage
* ephy-history-window: correctly handle 2 and 10 days of historyXan Lopez2012-03-072-2/+7
|
* ephy-prefs: correct the order of the history time filter enumXan Lopez2012-03-071-2/+2
| | | | | EVER needs to be at the end, not in the second position, since that's the order in the ephy history window.
* ephy-bookmarks-ui: remove unneeded includeXan Lopez2012-03-071-1/+0
|
* ephy-bookmarks: actually connect to the new serviceXan Lopez2012-03-071-1/+1
|
* ephy-bookmarks: use the new history service when possibleXan Lopez2012-03-072-3/+10
| | | | | The 'cleared' stuff is easy to port. The rest, not so much, because the API to get the visit count is async.
* ephy-bookmarks: reorder includesXan Lopez2012-03-071-9/+9
|
* pdm-dialog: use the new history serviceXan Lopez2012-03-071-4/+4
|
* ephy-navigation-history-action: use the new history serviceXan Lopez2012-03-071-9/+4
|
* ephy-history-window: sort headers, remove duplicatesXan Lopez2012-03-071-19/+18
|
* ephy-history-view: use the new hosts and urls viewsXan Lopez2012-03-073-365/+311
|
* Move the host and urls views from embed to lib/widgetsXan Lopez2012-03-0714-336/+323
| | | | | Since that's their natural place. Also create a base class to hold the common code they share.
* ephy-history-view: ellypsize the title and url columnsClaudio Saavedra2012-03-071-2/+6
|
* ephy-history-service: default handler for visit-url should be FALSEClaudio Saavedra2012-03-071-1/+1
| | | | So that AFTER handlers are executed as well
* ephy-history-service: add a method to remove a host from the historyClaudio Saavedra2012-03-074-0/+79
| | | | This method will remove all the history related to that host.
* Allow ephy_history_service_find_urls() to filter host specific urlsClaudio Saavedra2012-03-073-3/+4
|
* Add ephy_history_service_get_hosts()Claudio Saavedra2012-03-072-1/+29
| | | | To retrieve all hosts in the history
* history-window: Add a view for the hostsClaudio Saavedra2012-03-075-0/+396
|
* Fix typoClaudio Saavedra2012-03-071-1/+1
|
* Allow the visits and urls queries to be host-specificClaudio Saavedra2012-03-074-0/+24
|
* Add a new view for the pages historyClaudio Saavedra2012-03-075-0/+403
| | | | | The current view is based in EphyNode, so it's not useful. GtkTreeView and GtkListStore subclasses are added for this purpose.
* Add missing header include to ephy-history-types.hClaudio Saavedra2012-03-071-0/+2
|
* Set the history service during history window instantiationClaudio Saavedra2012-03-073-3/+10
| | | | The old history object is kept for now but it will be removed later
* Add a EphyHistoryService property to EphyHistoryWindowClaudio Saavedra2012-03-071-1/+16
|
* ephy-profile-migration: only create ad-hoc hosts for non-default zoom levels.Xan Lopez2012-03-071-6/+4
| | | | | | Otherwise the default code path is enough. Also, the host is always going to be NULL for newly created URLs, so double check this is the case and don't try to handle anything else.
* ephy-history-service: agh, committed this by mistakeXan Lopez2012-03-071-1/+1
|
* ephy-history-service: handle correctly zoom level migrationXan Lopez2012-03-071-0/+9
| | | | | | We need to consider the case of an "invalid" host with a non default zoom level, since the profile migrator will send us that kind of thing.
* ephy-history-test: small style tweaksXan Lopez2012-03-071-10/+9
|
* tests: add a test for ephy_history_service_clearXan Lopez2012-03-071-0/+49
|
* ephy-embed: do not retrieve the legacy history instanceXan Lopez2012-03-071-3/+0
| | | | We are not using it anymore.
* ephy-history-service: add a "cleared" signal for the clear methodXan Lopez2012-03-072-3/+17
| | | | And use it in EphyEmbed instead of the legacy signal.
* ephy-history-service: add a method to clear the entire historyClaudio Saavedra2012-03-072-0/+44
|
* ephy-history-test: add emacs modelineXan Lopez2012-03-071-0/+1
|
* ephy-history-service: add 'visit-url' signalXan Lopez2012-03-072-8/+43
| | | | | | | | | Similar to the old EphyHistory 'add-page' signal. It allows blocking the visit by handling the signal, since the actual logic to add the visit is in the class' default handler. The add_visit(s) methods won't emit this signal, but for now we'll assume that whoever is using those knows what he's doing.
* Rename ephy_history_service_add_page to ephy_history_service_visit_urlXan Lopez2012-03-073-4/+7
| | | | Fits much better with the naming model in that class.
* Get rid of EphyBrowseHistoryXan Lopez2012-03-0710-304/+93
| | | | | | It was a very thin wrapper on top of the history service, it does not seem to make much sense. For now move the two useful helper methods down to the service without further changes.
* ephy-completion-model: fix warning when a bookmark has no keywordsXan Lopez2012-03-071-3/+3
| | | | Values in EphyNode can be NULL, so guard against that.
* ephy-completion-model: remove stale includeXan Lopez2012-03-071-1/+0
|
* POTFILES.in: some strings have been moved to lib/historyXan Lopez2012-03-071-0/+1
|
* Rename the new tests to be foo-test.cXan Lopez2012-03-073-2/+2
|
* ephy-web-view: also fallback to URI as title hereXan Lopez2012-03-071-3/+9
|
* ephy-browse-history: small cleanupXan Lopez2012-03-071-1/+1
|
* ephy-history-types: use the URL as default titleXan Lopez2012-03-071-1/+1
| | | | | This is what the old history code did. Looks better than an empty string.
* Retrieve the host id from the right columnClaudio Saavedra2012-03-071-1/+1
|
* ephy-browse-history: style cleanupsXan Lopez2012-03-072-115/+45
|
* Remove the set_url_property history methodXan Lopez2012-03-073-72/+4
| | | | It's not really that useful.
* ephy-history-service-hosts-table: drop the favicon columnXan Lopez2012-03-071-1/+0
| | | | It's not used at all. Again, format change.
* ephy-location-controller: smoother redraw of the completion popupXan Lopez2012-03-071-1/+13
| | | | | Workaround some bugs in entry completion's redraw code. See https://bugzilla.gnome.org/show_bug.cgi?id=671074
* Store zoom levels per host, not per URLXan Lopez2012-03-0711-90/+148
| | | | | | | | | | Zoom levels have always been stored per host in Epiphany, not per URL (otherwise you'd have to re-apply the zoom level again and again when visiting, say, every news entry in your favorite newspaper). Change things to work like that. Note: this changes the SQL table format for the history, so you'll need to re-migrate your history.
* Hook the new history to the URL entryXan Lopez2012-03-077-779/+448
| | | | | We now fetch the history from the SQL backend using a service thread, and merge the results with our old bookmark data.
* ephy-completion-model: reorder includesXan Lopez2012-03-071-4/+4
|
* history-service: make sure we can update pages' titles and urlsClaudio Saavedra2012-03-071-7/+8
| | | | | | | | | | When we retrieve a url from the backend from a user given EphyHistoryURL, it's possible for this to contain updated information for the page. In such case, don't overwrite this with the one stored in the backend. This makes possible to later update this information when saving a new visit.
* history-service: do not join urls and visits table unnecessarilyClaudio Saavedra2012-03-071-6/+10
| | | | | If there is no visit time range there is no need to perform a inner join between these two tables, so spare the hassle.
* history-service: add a test for complex queries with visit time rangeClaudio Saavedra2012-03-071-10/+63
|
* tests: add a test for complex EphyHistoryQuery queriesClaudio Saavedra2012-03-071-0/+71
|
* history-service: use the sort type during queriesClaudio Saavedra2012-03-071-0/+10
|
* EphyHistoryQuery: add a EphyHistorySortType parameter to the queryClaudio Saavedra2012-03-072-0/+10
|
* history-service: take into account the query's result limitClaudio Saavedra2012-03-071-1/+13
|
* EphyHistoryQuery: copy the limit tooClaudio Saavedra2012-03-071-0/+1
|
* history-service: Ignore queries time range if not setClaudio Saavedra2012-03-071-4/+4
|
* history-service: Count the first url visitClaudio Saavedra2012-03-071-0/+2
|
* Use EphyBrowseHistory to store page titlesClaudio Saavedra2012-03-071-4/+3
|
* src: Reorder LDADD arguments properlyClaudio Saavedra2012-03-071-1/+1
|
* Use EphyBrowseHistory to set/get the zoom level for pagesClaudio Saavedra2012-03-071-39/+39
|
* Use the new EphyBrowseHistory to add a URI to the historyClaudio Saavedra2012-03-071-6/+1
|
* Add a EphyBrowseHistory instance to EphyEmbedClaudio Saavedra2012-03-071-0/+3
|
* Add a EphyBrowseHistory instance to EphyEmbedShellClaudio Saavedra2012-03-072-0/+29
|
* Add initial implementation of the browse history frontendClaudio Saavedra2012-03-073-0/+321
| | | | This will eventually replace the old EphyHistory class
* configure.ac: Add missing checks for sqlite3Claudio Saavedra2012-03-071-0/+1
|
* ephy-profile-migrator: update to migrate also zoom level preferencesClaudio Saavedra2012-03-071-0/+7
|
* Build fixesClaudio Saavedra2012-03-071-5/+6
| | | | Xan, talk to me after class.
* ephy-profile-migrator: migrate history to the new formatXan Lopez2012-03-073-2/+208
|
* ephy-sqlite: and another forgotten file!Xan Lopez2012-03-071-0/+34
|
* ephy-history-service: forgot Makefile.am fileXan Lopez2012-03-071-0/+21
|
* ephy-history-service: change a few functions and variables to use "message"Xan Lopez2012-03-071-40/+40
| | | | They were leftovers from old APIs
* Add EphyHistoryService and helper classesXan Lopez2012-03-0713-1/+2418
| | | | | | | | | EphyHistoryService provides a high-level API to store history information. It will processed by a worker thread using SQLite to provide a fast, responsive service to the main UI. Based on the code by Martin Robinson (mrobinson@igalia.com) and Claudio Saavedra (csaavedra@igalia.com).
* Add GObject wrapper classes for SQLiteXan Lopez2012-03-077-0/+837
| | | | | | | We'll use them to implement the new history/bookmarks storage backend. Code by Martin Robinson (mrobinson@igalia.com) and Claudio Saavedra (csaavedra@igalia.com)
* Updated Galician translationsFran Diéguez2012-03-071-4/+4
|
* Updated British English translationBruce Cowan2012-03-061-1282/+1089
|
* Updated Basque languageInaki Larranaga Murgoitio2012-03-061-169/+164
|
* Updated Slovenian translationMatej Urbančič2012-03-061-4/+4
|
* [l10n] Updated Estonian translationMattias Põldaru2012-03-061-5/+5
|
* Updated Spanish translationDaniel Mustieles2012-03-051-44/+42
|
* Updated Belarusian translation.Ihar Hrachyshka2012-03-051-4/+4
|
* update Simplified Chinese translationYunQiang Su2012-03-051-1306/+1131
|
* Updated Polish translationPiotr Drąg2012-03-051-4/+4
|
* Enable keyboard accelerator for the create buttonJiro Matsuzawa2012-03-051-1/+1
| | | | | | | I use 'r' of "Create" as a mnemonic character because "C" is already used by "_Cancel". https://bugzilla.gnome.org/show_bug.cgi?id=670328
* Updated Galician translationsFran Diéguez2012-03-051-110/+111
|
* Updated Basque languageInaki Larranaga Murgoitio2012-03-041-157/+169
|
* Updated Hungarian translationGabor Kelemen2012-03-041-292/+272
|
* Updated Hungarian translationGabor Kelemen2012-03-041-1278/+1110
|
* Updated Polish translationPiotr Drąg2012-03-041-1208/+511
|
* Updated Basque languageInaki Larranaga Murgoitio2012-03-041-1200/+1008
|
* Uploaded UkranianDaniel Korostil2012-03-031-1277/+1091
|
* Updated Hebrew translation.Yaron Shahrabani2012-03-021-107/+109
|
* Plug a memory leakGiovanni Campagna2012-03-011-0/+1
| | | | | | Free GFiles created during argv parsing. https://bugzilla.gnome.org/show_bug.cgi?id=671095
* updated Tamil translationDr.T.Vasudevan2012-02-291-1/+1
|
* updated Tamil translationDr.T.Vasudevan2012-02-291-1/+1
|
* updated Tamil translationDr.T.Vasudevan2012-02-291-7/+10
|
* Updated Bulgarian translationAlexander Shopov2012-02-291-74/+78
|
* Updated Slovenian translationMatej Urbančič2012-02-291-89/+93
|
* [l10n] Update Japanese translationJiro Matsuzawa2012-02-281-91/+95
|
* [l10n] Updated Estonian translationMattias Põldaru2012-02-271-2/+5
|
* updated Tamil translationDr.T.Vasudevan2012-02-271-1209/+1014
|
* Updated Spanish translationDaniel Mustieles2012-02-271-148/+151
|
* Updated Swedish translationDaniel Nylander2012-02-271-91/+92
|
* Updated Serbian translationМирослав Николић2012-02-262-318/+288
|
* Updated Belarusian translation.Ihar Hrachyshka2012-02-261-110/+128
|
* Updated Russian translationYuri Myasoedov2012-02-261-5/+9
|
* Added galician translations for docFran Diéguez2012-02-262-1/+2657
| | | Signed-off-by: Fran Diéguez <fran.dieguez@mabishu.com>
* ephy-window: add a Extensions menuDiego Escalante Urrelo2012-02-262-0/+2
| | | | | | | Together with epiphany-extensions-3.3.90 this makes the extensions manager visible again, and also all the extensions menu items. https://bugzilla.gnome.org/show_bug.cgi?id=669951
* ephy-bookmarks-ui: fix typo in activate_bookmarks_menuDiego Escalante Urrelo2012-02-261-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=670760
* Updated Russian translationYuri Myasoedov2012-02-251-49/+41
|
* ephy-profile-utils: use == to compare SoupURI schemesSergio Villar Senin2012-02-241-1/+1
| | | | We can just use it as SOUP_URI_SCHEME_HTTPS is an intern static string.
* ephy-profile-utils: shut up libsoup runtime warningSergio Villar Senin2012-02-241-1/+1
| | | | | | | | It was actually more than a warning. It was preventing epy to recover passwords previously stored in the keyring, as all of them were stored using "/" as the path of the URI. https://bugzilla.gnome.org/show_bug.cgi?id=670431
* We need to be a bit smarter about this, and only dismiss it forXan Lopez2012-02-241-1/+1
| | | | | | | | user-initiated navigations. Revert for now. Revert "ephy-web-view: dismiss the "Remember password?" infobar on navigation" This reverts commit 2434fbfa4df95702de8e19e2484b23937113a8cd.
* Updated Norwegian bokmål translationKjartan Maraas2012-02-241-58/+72
|
* ephy-shell: use the new g_application_quit to quitXan Lopez2012-02-231-12/+1
|
* ephy-embed-utils-test: remove broken testXan Lopez2012-02-231-3/+0
| | | | | It's actually impossible to catch this through normalization, so it will need to be moved to an EphyWebView test.
* ephy-web-view: fix loading of <domain>:<port> URIsXan Lopez2012-02-231-1/+76
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=670674
* ephy-window: show an error if we fail to open a non-web URI with gtk_show_uriXan Lopez2012-02-231-2/+4
| | | | Better than silently doing nothing.
* ephy-embed-utils: fix loading of <IP address>:<port> URIsXan Lopez2012-02-232-7/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669461
* ephy-embed-test-utils: loading domain:port is broken, comment for nowXan Lopez2012-02-231-0/+2
|
* ephy-embed-utils-test: unbreak the normalization testsXan Lopez2012-02-231-2/+2
| | | | They were testing the same URI again and again...
* Updated Bulgarian translationAlexander Shopov2012-02-231-1139/+510
|
* ephy-web-view: don't assume a embed-container in close-web-viewDiego Escalante Urrelo2012-02-221-9/+5
| | | | | | | | | The EphyWebView is not necessarily embedded in an EphyEmbedContainer. Simplify close_web_view_cb and make it smarter. It now handles EphyEmbedContainer and random toplevel widgets. https://bugzilla.gnome.org/show_bug.cgi?id=669737
* ephy-web-view: remove close-requested signalDiego Escalante Urrelo2012-02-223-111/+0
| | | | | | | | | WebKitWebView has a ::close-web-view signal for the same thing. The only user of this was ephy-window, for exactly the same thing that we are already doing in ephy-web-view, when handling ::close-web-view. https://bugzilla.gnome.org/show_bug.cgi?id=669737
* ephy-web-app-utils: be more careful listing applicationsDiego Escalante Urrelo2012-02-221-16/+17
| | | | | | Check if the .desktop file exists to prevent false positives. https://bugzilla.gnome.org/show_bug.cgi?id=669836
* [release] 3.3.903.3.90Xan Lopez2012-02-222-1/+16
|
* Updated Danish translationKenneth Nielsen2012-02-211-1206/+1012
|
* Updated Belarusian translation.Ihar Hrachyshka2012-02-201-4/+4
|
* Updated Swedish translationDaniel Nylander2012-02-201-1297/+1301
|
* Initialize variables that could be freed without being setGustavo Noronha Silva2012-02-201-2/+2
|
* Make inspector handling real-world compliantGustavo Noronha Silva2012-02-201-10/+30
| | | | | | | Destroy and recreate the inspector's WebView instead of reusing it, and make it always start windowed. https://bugzilla.gnome.org/show_bug.cgi?id=669835
* Updated Norwegian bokmål translationKjartan Maraas2012-02-191-333/+309
|
* Updated Telugu TranlsslationPraveen Illa2012-02-191-1077/+983
|
* [l10n] Update Japanese translationJiro Matsuzawa2012-02-181-745/+685
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-02-182-82/+108
|
* Updated Slovenian translationMatej Urbančič2012-02-181-193/+211
|
* [l10n]Updated Turkish translationMuhammet Kara2012-02-151-986/+878
|
* Updated Russian TranslationYuri Myasoedov2012-02-121-1007/+889
|
* Updated Belarusian translation.Ihar Hrachyshka2012-02-121-624/+353
|
* ephy-web-view: blank line nitpickDiego Escalante Urrelo2012-02-111-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669737
* ephy-window: use tab-close-request to avoid code duplicationDiego Escalante Urrelo2012-02-111-16/+3
| | | | | | | | There were two paths checking for modified forms and downloads on tab closing. Instead of duplication code, make EphyEmbedContainer impl_remove_child trigger ::tab-close-request on EphyNotebook. https://bugzilla.gnome.org/show_bug.cgi?id=669736
* tests: terminate noinst_PROGRAMS with NULLDiego Escalante Urrelo2012-02-111-1/+2
| | | | | | To avoid trivial line changes, ironically. https://bugzilla.gnome.org/show_bug.cgi?id=669766
* tests: sync vim/emacs modeline commentsDiego Escalante Urrelo2012-02-113-1/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669766
* tests: rename files to avoid duplicate namesDiego Escalante Urrelo2012-02-116-10/+10
| | | | | | | Append -test to .c files in tests/ to avoid duplicating filenames in the repository. https://bugzilla.gnome.org/show_bug.cgi?id=669766
* Updated Serbian translationМирослав Николић2012-02-102-2592/+2250
|
* ephy-shell: install global menu for private mode tooXan Lopez2012-02-091-3/+9
| | | | | | | | This is still not enough to make it work, the menu shows empty in private mode, but the code change is obviously correct. See bug https://bugzilla.gnome.org/show_bug.cgi?id=647986 https://bugzilla.gnome.org/show_bug.cgi?id=669740
* ephy-shell: load home page in new windowsDiego Escalante Urrelo2012-02-091-1/+1
| | | | | | Fixes the uncertain loading state of new windows. https://bugzilla.gnome.org/show_bug.cgi?id=669130
* ephy-main: always set a default icon for windowsDiego Escalante Urrelo2012-02-091-0/+9
| | | | | | | The web-browser icon for the normal/private mode, or the corresponding Web Application icon. https://bugzilla.gnome.org/show_bug.cgi?id=669182
* ephy-web-app-utils: add EPHY_WEB_APP_ICON defineDiego Escalante Urrelo2012-02-092-2/+3
| | | | | | | Stands for "app-icon.png", which is of interest outside ephy-web-app-utils.c https://bugzilla.gnome.org/show_bug.cgi?id=669182
* Convert app names to the proper encoding before using them as filenamesClaudio Saavedra2012-02-082-12/+55
| | | | | | Also add proper conversion error handling where needed. https://bugzilla.gnome.org/show_bug.cgi?id=658028
* [l10n] Updated Estonian translationMattias Põldaru2012-02-081-442/+137
|
* epiphany.css: add px unit to valuesDiego Escalante Urrelo2012-02-081-4/+4
| | | | | | Any integer above 0 should have a unit in CSS files now. https://bugzilla.gnome.org/show_bug.cgi?id=669602
* epiphany-ui.xml: enable accels in supermenu labelsDiego Escalante Urrelo2012-02-081-1/+1
| | | | | | The explicit accelerators="true" was missing in the <popup> element. https://bugzilla.gnome.org/show_bug.cgi?id=668325
* tests: add test for ephy-embed-utilsDiego Escalante Urrelo2012-02-082-0/+156
| | | | | | | Specifically ephy_embed_utils_address_has_web_scheme. Based on a patch by Alexandre Martani. https://bugzilla.gnome.org/show_bug.cgi?id=613756
* ephy-search-entry: use symbolic clear iconDiego Escalante Urrelo2012-02-081-3/+7
| | | | | | Instead of gtk+ stock icon, use the symbolic version. Respects LTR/RTL. https://bugzilla.gnome.org/show_bug.cgi?id=669131
* Updated Spanish translationDaniel Mustieles2012-02-071-477/+478
|
* Updated Galician translationsFran Diéguez2012-02-071-25/+36
|
* [release] 3.3.53.3.5Xan Lopez2012-02-072-3/+21
|
* Updated Galician translationsFran Diéguez2012-02-061-803/+691
|
* Updated Dutch translationWouter Bolsterlee2012-02-041-1452/+1286
|
* Allow toggling WebGL as a runtime GSettings switchMartin Robinson2012-02-033-0/+10
| | | | | | If WebGL is enabled in WebKitGTK+, this new GSettings switch disables and enables WebGL settings at runtime. WebGL is disabled by default currently because Epiphany may use Clutter in the future.
* ephy-window: restore alt+# accels to switch tabsDiego Escalante Urrelo2012-02-011-0/+84
| | | | | | | Create 10 fixed GtkActions that react to the alt+# accelerators. Based on code from gedit-window.c. https://bugzilla.gnome.org/show_bug.cgi?id=668702
* tests: ephy-download: missing ephy_download_startDiego Escalante Urrelo2012-01-311-4/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=668758
* tests/ephy-download: remove embed-persist mentionDiego Escalante Urrelo2012-01-311-1/+1
|
* ephy-window: do not duplicate tons of code in sync_tab_is_blankXan Lopez2012-01-301-59/+13
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-01-292-2398/+974
|
* Updated Slovenian translationMatej Urbančič2012-01-291-703/+367
|
* ephy-window: correct thinko in action sensitivity handlingXan Lopez2012-01-281-1/+6
|
* ephy-window: simplify handling of back/forward sensitivityXan Lopez2012-01-281-30/+6
| | | | | | Back/Forward sensitivity only depends on one factor (whether you can actually go back or forward), so there is no need to use the ephy action helper method. This allows to simplify the code quite a bit.
* Updated Hebrew translation.Yaron Shahrabani2012-01-271-904/+752
|
* ephy-notebook: remove dnd-enabled propertyXan Lopez2012-01-273-31/+0
| | | | It does not seem to do anything.
* ephy-main: tidy up indentationXan Lopez2012-01-271-1/+2
|
* Get rid of EPHY_STOCK_EPHYXan Lopez2012-01-2717-65/+2
| | | | | | In 99% of the cases we were using it for gtk_window_set_icon_name, which does nothing in GNOME 3. In the couple of valid use cases, just use "web-browser" directly.