summaryrefslogtreecommitdiff
path: root/src/bookmarks/ephy-bookmarks-import.c
Commit message (Expand)AuthorAgeFilesLines
* bookmarks-import: Import Firefox mobile bookmarks under Mobile tagGabriel Ivascu2017-08-161-1/+5
* sync: Replace old bookmarks sync codeGabriel Ivascu2017-08-061-11/+12
* Fix search provider horribly breaking history serviceMichael Catanzaro2017-02-181-1/+1
* Fix a typoMichael Catanzaro2016-12-031-1/+1
* bookmarks-import: Add option to import from FirefoxIulian Radu2016-11-301-0/+145
* bookmarks: Add option to import bookmarks from .gvdb fileIulian Radu2016-11-301-0/+154
* Remove files inadvertently added in previous commitMichael Catanzaro2016-10-071-853/+0
* Relicense to GPLv3+Michael Catanzaro2016-10-071-0/+853
* Remove obsolete bookmarks import/export codeIulian Radu2016-09-281-851/+0
* Standardize modelinesMichael Catanzaro2016-09-111-1/+1
* UncrustifyMichael Catanzaro2016-03-291-880/+716
* Enable and placate -Wswitch-enum and -Wswitch-defaultMichael Catanzaro2015-12-261-0/+3
* build: Fix build with clang -Werror and -Wwrite-stringsTing-Wei Lan2015-12-111-2/+2
* Remove FSF address from license headersMichael Catanzaro2015-12-071-3/+1
* ephy-bookmarks-import: sort headersXan Lopez2013-03-241-8/+7
* ephy-bookmarks-import: missing return after ifXan Lopez2012-06-141-0/+1
* Always close bookmarks fileLubomír Sedlář2012-05-211-7/+11
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-081-6/+12
* ephy-bookmarks-import: check for possible NULL derefXan Lopez2010-01-281-1/+1
* Fix the RDF bookmark importer (bug #129852).Vincent Untz2009-03-031-45/+77
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Fix bookmark import of ff3 filesDiego Escalante Urrelo2009-01-041-3/+4
* Avoid the parsing of non doc commentsDiego Escalante Urrelo2008-09-291-1/+1
* Rewrite the bookmark HTML importer, it now uses GRegex, this is bug #533986.Diego Escalante Urrelo2008-05-241-56/+74
* Don't free file_info too soon or the pointer to file_type will be lost. ThisDiego Escalante Urrelo2008-05-201-1/+1
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-131-5/+15
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-111-1/+1
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* If we can't detect the mime type, fall back to checking the fileChristian Persch2006-03-021-17/+33
* lib/ephy-file-helpers.c lib/widgets/ephy-location-entry.cCrispin Flowerday2005-11-101-1/+1
* Adapt folder import to new menu code, patch by Peter Harvey.Christian Persch2005-10-181-56/+36
* Check return value of fgets.Christian Persch2005-05-281-4/+6
* Make sure folder is != NULL. Fixes bug #163341.Christian Persch2005-02-261-3/+3
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-281-1/+1
* Show profile name for mozilla bookmarks, so we can distinguish betweenChristian Persch2005-01-191-13/+8
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-021-2/+0
* Fix import of bookmarks in root folder. Fixes bug #152443.Christian Persch2004-10-191-1/+1
* Make the hierarchy separator a #define.Christian Persch2004-08-231-3/+5
* Fix a mem leak.Christian Persch2004-08-091-8/+15
* Fix signedness difference warnings with gcc 3.5. Patch by Jon Oberheide.Christian Persch2004-07-311-34/+34
* Handle the bookmark in the root folder case correctly. Fix #145611Marco Pesenti Gritti2004-07-221-10/+14
* Preserve hierarchy in the xbel importer too. Use mime sniffing toMarco Pesenti Gritti2004-06-261-51/+37
* "/" in a topic title is now a submenu in the bookmarks menu.Marco Pesenti Gritti2004-06-221-1/+1
* Keep the whole hierarchy of folders in the topic name, separated by |.Marco Pesenti Gritti2004-06-211-22/+39
* Drop some unused code.Marco Pesenti Gritti2004-06-211-28/+11
* Allow importing from Epiphany bookmarks format (RDF), fixes bug #144699.Christian Persch2004-06-211-0/+4
* the xbel mime type is now application/x-xbelMarco Pesenti Gritti2004-03-221-1/+1
* Add firefox option in bookmarks import dialogue.Christian Persch2004-03-181-1/+2
* Really always check the return value of xmlTextReaderRead(), don't advanceChristian Persch2004-03-061-32/+51
* Fix XBEL importer not to tag all bookmarks with a "Bookmarks" category.Christian Persch2004-03-011-4/+92