aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-file-helpers.c
Commit message (Expand)AuthorAgeFilesLines
* Allow running a regular standalone instance with a different profileGustavo Noronha Silva2013-05-041-1/+1
* ephy-file-helpers: remove ephy_file_switch_temp_file()Claudio Saavedra2013-01-281-109/+0
* Define the names of the history and bookmarks files in just one placeXan Lopez2012-12-121-1/+1
* First iteration for 'Incognito mode'Xan Lopez2012-12-121-4/+45
* Remove UUID hacks to prevent self-launchXan Lopez2012-12-121-17/+0
* Handle a bit more gracefully the self-launch detectionXan Lopez2012-12-121-20/+32
* ephy-file-helpers: Add ephy_sanitize_filename()Carlos Garcia Campos2012-09-101-0/+21
* ephy-file-helpers: style fixXan Lopez2012-09-091-2/+3
* ephy-file-helpers: update commentXan Lopez2012-09-091-2/+2
* ephy-file-helpers: plug a leakClaudio Saavedra2012-09-041-0/+1
* ephy-file-helpers: add ephy_dot_dir_is_default()Claudio Saavedra2012-09-041-0/+16
* ephy-file-helpers: rename KEEP_TEMP_DIR to KEEP_DIRClaudio Saavedra2012-09-031-3/+3
* ephy-embed-shell: make the shell find uninstalled iconsXan Lopez2012-09-031-0/+2
* ephy-file-helpers: sort includesXan Lopez2012-08-291-11/+7
* ephy-file-helpers: add '.migrated' file to newly created profile dirsXan Lopez2012-08-291-8/+21
* e-file-helpers: Add ephy_file_create_data_uri_for_filename()Carlos Garcia Campos2012-06-141-0/+51
* e-file-helpers: simplify ephy_file_get_downloads_dirDiego Escalante Urrelo2012-05-241-7/+14
* Based on a patch by Jon McCann.Xan Lopez2012-05-081-3/+2
* Allow for more fine-grained file helpers initXan Lopez2012-05-081-7/+10
* Drop the use of GTK accel mapsWilliam Jon McCann2012-05-081-37/+0
* e-file-helpers: unset EPHY_UUID_ENVVAR on shutdownDiego Escalante Urrelo2012-04-301-0/+2
* e-file-helpers: improve ephy_file_tmp_filename commentDiego Escalante Urrelo2012-04-221-5/+8
* e-file-helpers: catch GErrors in switch_temp_fileDiego Escalante Urrelo2012-04-111-12/+41
* e-file-helpers: remove old dirs from ephy_fileDiego Escalante Urrelo2012-04-111-6/+0
* e-file-helpers: prevent invalid enumerator and return valueDiego Escalante Urrelo2012-04-071-2/+2
* e-file-helpers: remove ephy_file_add_recent_itemDiego Escalante Urrelo2012-04-071-18/+0
* e-file-helpers: fix weird spacingDiego Escalante Urrelo2012-04-021-1/+1
* e-file-helpers: missing Returns: in commentDiego Escalante Urrelo2012-04-021-0/+2
* Fix distcheckXan Lopez2012-03-141-5/+6
* e-file-helpers: implement and use ephy_file_delete_dir_recursivelyDiego Escalante Urrelo2011-09-051-21/+60
* ephy-file-helpers: export the UUID env var in our headerXan Lopez2011-08-291-1/+0
* ephy-file-helpers: make .desktop file launcher method parameters optionalXan Lopez2011-08-291-5/+9
* ephy-file-helpers: nautilus now highlights filesDiego Escalante Urrelo2011-07-171-12/+1
* ephy-file-helpers: use correct inode/directory typeJosselin Mouette2011-07-171-1/+1
* Always use the EphyEmbedShell to know if we are a private instanceXan Lopez2011-06-301-15/+0
* Move the save/load accelerators methods to the ephy file utilitiesClaudio Saavedra2011-06-091-0/+37
* ephy-file-helpers: respect our documented special keys for download dirXan Lopez2011-03-311-1/+16
* ephy-file-helpers: allow desktop in ephy_file_browse_toDiego Escalante Urrelo2011-03-081-20/+7
* ephy-file-helpers: only one downloads_dir functionDiego Escalante Urrelo2011-03-081-67/+4
* ephy-file-helpers: add uninstalled ui/ in ephy_fileDiego Escalante Urrelo2011-03-041-0/+1
* ephy-file-helpers: do not use deprecated APIsXan Lopez2011-01-061-3/+2
* ephy-web-view: use custom error pagesDiego Escalante Urrelo2010-12-111-1/+3
* ephy-file-helpers: prioritize uninstalled filesDiego Escalante Urrelo2010-12-081-4/+6
* Plug g_file_new_for_path leaksXan Lopez2010-10-131-1/+2
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-081-2/+3
* ephy-file-helpers: use g_mkstemp instead of mkstempDiego Escalante Urrelo2010-06-041-1/+1
* Always use i18n'd Desktop and Downloads dir namesDiego Escalante Urrelo2010-02-241-1/+2
* ephy-file-helpers: some cleanupDiego Escalante Urrelo2010-02-021-24/+30
* ephy-file-helpers: use localized folder namesDiego Escalante Urrelo2010-02-021-2/+2
* docs: ephy-file-helpersDiego Escalante Urrelo2010-01-221-10/+200
* Use g_mkdir_with_parents instead of just mkdirDiego Escalante Urrelo2010-01-141-1/+1
* ephy-file-helpers: add ephy_has_private_profileXan Lopez2009-08-121-0/+6
* Check for NULL uri in ephy_file_delete_uri.Gustavo Noronha Silva2009-03-261-0/+2
* Remove downloading files when cancelling the download.Gustavo Noronha Silva2009-03-261-0/+28
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Remove libgnome and libgnomeui dependency, using EggSMClient instead of Gnome...Christian Persch2008-09-251-5/+0
* Drop usage of EelAppLaunchContext; replace it with GdkAppLaunchContext.Cosimo Cecchi2008-09-051-11/+13
* Do not do single includes in lib/, bug #536090Diego Escalante Urrelo2008-06-041-1/+1
* Fix build with latest glib.Wouter Bolsterlee2008-03-051-1/+1
* Better fix for bug #511759.Cosimo Cecchi2008-01-251-4/+2
* Use g_file_new_for_uri () instead of g_file_new_for_path () inCosimo Cecchi2008-01-251-2/+2
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-141-597/+111
* Remove a FIXME in ephy_file_delete_directory. The function is alreadyDiego Escalante Urrelo2007-12-081-1/+0
* Implement ephy_file_delete_directory in lib/ephy-file-helpers.c so privateDiego Escalante Urrelo2007-09-291-4/+28
* Add saved files to the GtkRecent list, gnome-panel is broken so don'tDiego Escalante Urrelo2007-08-271-0/+12
* Remove an unused variable. One-liner by Cosimo Cecchi. Part of BugDiego Escalante Urrelo2007-07-311-1/+0
* Update glib req to 2.13.4 so we can use g_get_user_special_dir.Christian Persch2007-07-111-162/+9
* Avoid opening nautilus if downloads are done to Desktop. This re-fixes bugDiego Escalante Urrelo2007-04-251-5/+19
* Use xdg-user-dirs to get a better default Downloads directory (Closes:Bastien Nocera2007-04-241-0/+150
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Opens images in a new browser window if EOG is not found. Bug #167595.Diego Escalante Urrelo2007-01-091-4/+2
* Automatically open a Nautilus window after downloading has finished. FixesWouter Bolsterlee2006-10-151-0/+21
* Use UTF-8 copyright symbolChristian Persch2006-09-131-3/+3
* ephy_file_launch_desktop_file accepts now a parameter. Fix #343321.Jean-François Rameau2006-08-101-1/+2
* Fix launching of desktop files.Christian Persch2006-05-301-1/+8
* Move --private-instance out of debug #ifdef.Christian Persch2006-02-141-9/+23
* Queue commands received from the main and remote instances, and processChristian Persch2006-02-021-2/+10
* Fix strings again. Bug #328747.Christian Persch2006-01-291-77/+77
* Jan 29 2006 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-291-77/+77
* Run the main loop until the reply is received when activating a runningChristian Persch2006-01-251-14/+35
* Add a GError** to ephy_file_helpers_init and ephy_ensure_dir_exists, so weChristian Persch2006-01-241-14/+28
* Add event type to the callback.Christian Persch2006-01-171-3/+18
* Fix number of /'s in URI.Christian Persch2006-01-171-0/+148
* Fix compiler warnings.Christian Persch2006-01-041-0/+1
* R data/GNOME_Epiphany_Automation.server.in: A data/epiphany-service.xml: AChristian Persch2006-01-031-11/+0
* Put a marker in the environment to detect when we launch ourself as aChristian Persch2005-12-311-30/+40
* Fix quote characterChristian Persch2005-12-121-2/+2
* Fix quote characterChristian Persch2005-12-121-2/+2
* lib/ephy-file-helpers.c lib/widgets/ephy-location-entry.cCrispin Flowerday2005-11-111-1/+2
* Add ephy_file_get_downloads_dir() to get the actual downloads directory,Christian Persch2005-10-301-0/+41
* Change a g_return_if_fail into a regular return.Christian Persch2005-08-211-1/+1
* Don't crash in case the desktop file is not found.Christian Persch2005-07-251-0/+1
* Remove stray g_print.Christian Persch2005-07-171-2/+0
* EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning).Jean-François Rameau2005-07-041-4/+4
* More constification.Christian Persch2005-04-191-4/+4
* Use libstartup-notification, not gnome-desktop to launch apps. Fixes bugChristian Persch2005-03-101-31/+332
* Depend on gnome-desktop for gnome-desktop-item, and up the gnome-vfsChristian Persch2005-02-271-4/+167
* 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-15/+18
* Move mime permission checks to ephy-file-helpers.Christian Persch2005-01-011-0/+97
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Recognise "Desktop" special downloads directory. Fixes bug #152926.Christian Persch2004-10-021-7/+18
* Handle the case where the downloads dir cannot be created gracefully. FixMarco Pesenti Gritti2004-07-221-3/+11
* Add check for 'mkdtemp', since solaris doesn't have it.Christian Persch2004-05-291-0/+4
* Don't assume Desktop directory location, check the gconf key if it'sChristian Persch2004-03-051-2/+17
* Removed an unused #include.Christian Persch2004-02-221-1/+1
* Fix numerous places where we weren't properly converting between UTF-8 andChristian Persch2004-02-131-2/+8
* Only try to rmdir() the tmp directory if we have one.Christian Persch2004-01-271-3/+6
* Fixed early freeing of tmp_dirAdam Hooper2004-01-251-4/+10
* Fix mem leaks.Christian Persch2004-01-251-4/+3
* Add a way to get the downloads dir with a comment for translators. Use dirMarco Pesenti Gritti2004-01-251-1/+13
* Make ephy_file_tmp_directory() return a const char * instead of a char *Adam Hooper2004-01-251-1/+1
* New function to get temp directory and moved ephy_shell_delete_on_exit toChristopher James Lahey2004-01-231-0/+50
* Port node db saving and RDF export to xml writer api.Christian Persch2003-11-081-20/+12
* Change some more i18n inclusion and remove several unused includes.Marco Pesenti Gritti2003-11-061-1/+0
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-061-1/+1
* Use gnomevfs helper to open applications, drop our own.Marco Pesenti Gritti2003-10-311-176/+0
* Fix check for return value of xmlSaveFileFormat, _maybe_ fixing theChristian Persch2003-09-211-1/+1
* Try to fix node removal problems. I cant repro crashes ... but they areMarco Pesenti Gritti2003-05-261-0/+57
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-171-1/+1
* More work on the start here page.Marco Pesenti Gritti2003-01-081-0/+41
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+326