summaryrefslogtreecommitdiff
path: root/src/eog-list-store.c
Commit message (Expand)AuthorAgeFilesLines
* EogListStore: Use the CHANGES_DONE_HINT to detect file changesFelix Riemann2016-06-201-2/+2
* Reduce the number of g_file_query_info calls at start-upDebarshi Ray2016-04-111-11/+30
* Update FSF addressFelix Riemann2014-01-071-3/+3
* EogListStore: Convert to G_DEFINE_TYPE_WITH_PRIVATEFelix Riemann2013-10-041-8/+3
* Refactored eog jobs system.Javier Sánchez2013-06-101-3/+3
* Move clearing of mutexes from dispose into finalize handlersFelix Riemann2012-02-191-1/+10
* Use new GLib threading APIFelix Riemann2012-02-191-7/+7
* Fix some introspection annotationsFelix Riemann2011-10-121-2/+2
* all: fix build warnings with GCC 4.6Cosimo Cecchi2011-02-041-0/+1
* Further API doc warning fixesFelix Riemann2011-01-301-2/+1
* Remove unneeded finalize() from EogListStoreClaudio Saavedra2011-01-141-14/+0
* Add GI annotations and API documents where relevantClaudio Saavedra2011-01-031-1/+1
* Emit ::file-changed when a image in a a monitored directory changesClaudio Saavedra2010-09-131-0/+6
* Compare collate keys case-sensitively when sorting the image listFelix Riemann2009-09-081-2/+2
* Update to latest toolbareditor from libegg.Felix Riemann2009-02-191-1/+1
* Remove unneeded const keyword for call-by-value parameter. MakeFelix Riemann2009-01-051-1/+1
* Try to check if a file is supported by content type as well, if the gvfsFelix Riemann2008-11-261-3/+21
* remove trailing whitespaces.Claudio Saavedra2008-10-271-71/+71
* Do not attempt to monitor a directory if monitoring is not supported.Claudio Saavedra2008-09-301-6/+9
* Add documentation for EogListStore and EogThumbView.Claudio Saavedra2008-05-191-2/+129
* Fix gtk-doc error messages.Felix Riemann2008-05-091-1/+1
* Fix leaks.Felix Riemann2008-04-041-0/+1
* Remove prev_status hack as it's not necessary anymore afterLucas Almeida Rocha2008-03-151-15/+8
* Stop using GnomeVFS. Use GIO instead from now on. Fixes bugs #509239 andFelix Riemann2008-03-141-177/+151
* Load thumbnail from EogImage instead of GnomeVFSURI.Claudio Saavedra2008-02-111-6/+8
* Disable sorting while adding a directory to the collection. This shouldFelix Riemann2008-02-081-1/+2
* Check if there is already a thumbnailing job for an image before addingFelix Riemann2007-11-221-1/+7
* Add a wrapper for is_file_in_list_store() which takes a GnomeVFSURIFelix Riemann2007-11-161-29/+27
* Convert an accidential pointer variable to a normal one.Felix Riemann2007-10-201-1/+1
* Because of a bug in gnome-vfs file monitoring, we need to avoid an imageLucas Rocha2007-10-151-14/+24
* Add image to the store on file creation, if the mimetype is recognized.Claudio Saavedra2007-09-231-0/+8
* added safety checks in case thumbnail loading fails. use "image-missing"Lucas Rocha2007-09-041-16/+27
* Fix leak. Unref the exif data after using it to avoid a leak.Felix Riemann2007-09-031-3/+6
* Update thumbnail on GNOME_VFS_EVENT_METADATA_CHANGED. Fixes bug #464709.Claudio Saavedra2007-08-091-0/+8
* Remove unused variable and mark function as static (Cosimo Cecchi).Claudio Saavedra2007-08-081-3/+2
* (+on_image_changed): callback to update the displayed thumbnail if theClaudio Saavedra2007-08-061-28/+89
* Apply the image transformation to the thumbnail before setting it in theClaudio Saavedra2007-08-061-4/+5
* Add a safety check to avoid a crasher when saving a modified file. FixesClaudio Saavedra2007-07-201-0/+2
* small code cleanups. update the action groups states when a new image isLucas Rocha2007-07-041-7/+3
* Moving new code base do trunk.Lucas Almeida Rocha2007-03-171-0/+703