aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-bookmarks-import.c
Commit message (Expand)AuthorAgeFilesLines
* 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-051-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-141-5/+15
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-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-031-17/+33
* lib/ephy-file-helpers.c lib/widgets/ephy-location-entry.cCrispin Flowerday2005-11-111-1/+1
* Adapt folder import to new menu code, patch by Peter Harvey.Christian Persch2005-10-191-56/+36
* Check return value of fgets.Christian Persch2005-05-291-4/+6
* Make sure folder is != NULL. Fixes bug #163341.Christian Persch2005-02-271-3/+3
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-1/+1
* Show profile name for mozilla bookmarks, so we can distinguish betweenChristian Persch2005-01-201-13/+8
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Fix import of bookmarks in root folder. Fixes bug #152443.Christian Persch2004-10-201-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-231-1/+1
* Keep the whole hierarchy of folders in the topic name, separated by |.Marco Pesenti Gritti2004-06-221-22/+39
* Drop some unused code.Marco Pesenti Gritti2004-06-221-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-071-32/+51
* Fix XBEL importer not to tag all bookmarks with a "Bookmarks" category.Christian Persch2004-03-021-4/+92
* If a folder has no name, don't tag its bookmarks with "Untitled" keyword,Christian Persch2004-02-291-3/+6
* Add missing check for Firebird bookmarks, patch by André Dahlqvist.Xan Lopez2004-02-281-1/+2
* Fix potential crash.Christian Persch2004-02-271-2/+7
* Replace entities also in folder names, fixes bug #135440.Christian Persch2004-02-271-1/+1
* Don't crash when reading the RDF file fails.Christian Persch2004-01-291-1/+9
* Added disable_bookmark_editing key.Chris Lahey2004-01-101-4/+28
* Better way of mapping hierarchy to topics when importing bookmarks fromChristian Persch2003-12-141-5/+35
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-061-1/+1
* Rewrote xbel bookmarks importer using xmlreader api. Should fix bugChristian Persch2003-09-031-81/+258
* Fix actionsMarco Pesenti Gritti2003-07-111-0/+5
* Some minor changes in rdf format (thanks to Edd Dumbill), and useMarco Pesenti Gritti2003-07-101-2/+145
* *** empty log message ***Marco Pesenti Gritti2003-07-061-4/+0
* Remove use of acconfig.h.Marco Pesenti Gritti2003-07-041-25/+22
* Fallback using directories to detect format if the mime is not relevant.Marco Pesenti Gritti2003-06-281-1/+12
* Do not use libxml to parse mozilla bookmarks. Use the galeon parserMarco Pesenti Gritti2003-06-141-49/+221
* Get rid of starthere: and default to google, as discussed with Seth. Add aMarco Pesenti Gritti2003-06-091-22/+40
* Remove memory cache prefs/ui, now mozilla can deal with it automagically.Marco Pesenti Gritti2003-06-071-20/+3
* Fix memory leak while saving bookmarks, and performance problem duringOsma Ahvenlampi2003-05-061-0/+4
* Fix compilation with -WerrorXan Lopez2003-03-261-0/+2
* Fix to use the new apiMarco Pesenti Gritti2003-03-251-8/+28
* Begin bookmarks editor redesign. Please still dont use it or you reallyMarco Pesenti Gritti2003-03-221-6/+3
* Make importing actually work properly. *cough*James Willcox2003-02-061-17/+2
* Added the ability to import galeon and konqueror bookmarks.James Willcox2003-02-061-0/+168
* Use gtk icons for dnd. Basic implementation of bookmarks importing. StillMarco Pesenti Gritti2003-01-031-0/+93