summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Initial code for metadata storeAlexander Larsson2009-06-231-0/+1
| | | | | This adds a mmap based metadata store for NFS-safe highly efficient desktop-wide metadata lookup and store.
* Correct "srdcir" typo to "srcdir"Christian Persch2009-06-041-1/+1
|
* Add rules to autogenerate ChangeLogAlexander Larsson2009-04-171-0/+21
|
* Add README.commits and dist itAlexander Larsson2009-04-171-0/+3
| | | | | Add file explaining how we want commits to look. Also dist gvfs.doap and the ChangeLog.pre-1-2
* 0.99.2GVFS_0_99_2Matthias Clasen2008-07-221-3/+0
| | | | svn path=/trunk/; revision=1831
* Move hal/ to monitor/hal/.David Zeuthen2008-07-081-4/+0
| | | | | | | | | | | | | | 2008-07-08 David Zeuthen <davidz@redhat.com> * configure.in: * Makefile.am: * hal/*: * monitor/Makefile.am: * monitor/hal/*: Move hal/ to monitor/hal/. svn path=/trunk/; revision=1816
* Provide infrastructure for out of process volume monitors and port the halDavid Zeuthen2008-07-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-07-08 David Zeuthen <davidz@redhat.com> Provide infrastructure for out of process volume monitors and port the hal volume monitor to use it (#520132). * Makefile.am: * configure.ac: Add the monitor and monitor/proxy directories. * hal/Makefile.am: Don't build a gio module for the hal volume monitor; instead build a volume monitor daemon. * hal/ghaldrive.[ch]: * hal/ghalmount.[ch]: * hal/ghalvolume.[ch]: * hal/ghalvolumemonitor.[ch]: * hal/hal-device.[ch]: * hal/hal-device.[ch]: * hal/hal-pool.[ch]: Make all types static and implement g_volume_get_activation_root() added to gio (#541793). Also emit the drive-eject-button signal (#541794). * hal/hal-module.c: Removed since the monitor is being moved out of process. * hal/hal-volume-monitor-daemon.c: * hal/hal.monitor: * hal/org.gtk.Private.HalVolumeMonitor.service.in: New files for remote volume monitor. * monitor/Makefile.am: New file. * monitor/proxy/*: Add proxy volume monitor gio module (the D-Bus client side of out-of-process volume monitors) and a static library for providing the D-Bus server side of out of process volume monitors. * programs/gvfs-mount.c: Print activation uri for a volumes and icons for drives. Also unref volume monitor when no longer in use. svn path=/trunk/; revision=1815
* Added. Added. Added. Add gconf based implementation ofAlexander Larsson2008-01-291-3/+2
| | | | | | | | | | | | | | | 2008-01-29 Alexander Larsson <alexl@redhat.com> * Makefile.am: * configure.ac: * gconf/Makefile.am: Added. * gconf/gapplookupgconf.[ch]: Added. * gconf/gconf-module.c: Added. Add gconf based implementation of g_app_info_get_default_for_uri_scheme () svn path=/trunk/; revision=1206
* Only build hal module when hal support is enabled (#509693).Frederic Crozat2008-01-161-1/+6
| | | | | | | | | | 2008-01-16 Frederic Crozat <fcrozat@mandriva.com> * Makefile.am: Only build hal module when hal support is enabled (#509693). svn path=/trunk/; revision=1138
* Reuse intltool by now, glib-gettext rules seems unable to properly removeLuca Ferretti2008-01-091-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | 2008-01-09 Luca Ferretti <elle.uca@libero.it> * Makefile.am: * autogen.sh: * configure.ac: Reuse intltool by now, glib-gettext rules seems unable to properly remove "[encoding: UTF-8]" generating po/POTFILES. * mkinstalldirs: * po/Makefile.in.in: Removed, autogenerated using intltool by now. * po/POTFILES.in: Added new missing files for computer:// backend. svn path=/trunk/; revision=1083
* Added. Added mkinstalldirs to svn and EXTRA_DIST ase we now don'tAlexander Larsson2008-01-031-0/+2
| | | | | | | | | | | | | 2008-01-03 Alexander Larsson <alexl@redhat.com> * Makefile.am: * mkinstalldirs: Added. Added mkinstalldirs to svn and EXTRA_DIST ase we now don't gettextize in autogen. svn path=/trunk/; revision=1068
* new filesDavid Zeuthen2007-12-171-0/+1
| | | | | | | | | | | | | | | | | | | 2007-12-14 David Zeuthen <davidz@redhat.com> * Makefile.am: * client/gdaemonmount.c: (g_daemon_mount_get_uuid), (g_daemon_mount_can_eject), (g_daemon_mount_eject), (g_daemon_mount_eject_finish), (g_daemon_mount_mount_iface_init): * client/gdaemonvolumemonitor.c: (get_volume_for_uuid), (get_mount_for_uuid), (g_daemon_volume_monitor_class_init): * configure.ac: * hal/*: new files Update to latest gio API changes and add the HAL backend for volume monitoring. svn path=/trunk/; revision=1042
* Moved the gio tools from gio-standaloneAlexander Larsson2007-11-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 2007-11-27 Alexander Larsson <alexl@redhat.com> * Makefile.am: * configure.ac: * programs/Makefile.am: * programs/gvfs-cat.c: * programs/gvfs-copy.c: * programs/gvfs-info.c: * programs/gvfs-ls.c: * programs/gvfs-monitor-dir.c: * programs/gvfs-monitor-file.c: * programs/gvfs-mount.c: * programs/gvfs-move.c: * programs/gvfs-rm.c: * programs/gvfs-save.c: * programs/gvfs-trash.c: Moved the gio tools from gio-standalone svn path=/trunk/; revision=1033
* Split out gio into its own moduleAlexander Larsson2007-09-131-13/+1
| | | | | | Original git commit by Alexander Larsson <alexl@redhat.com> at 1188826453 +0200 svn path=/trunk/; revision=888
* Add test directory and initial benchmarks.Alexander Larsson2007-09-131-0/+1
| | | | | | Original git commit by Hans Petter Jansson <hpj@cl.no> at 1183012268 -0500 svn path=/trunk/; revision=592
* Move the FUSE daemon from fuse/ into client/ and use GDaemon* directly.Alexander Larsson2007-09-131-4/+0
| | | | | | Original git commit by Hans Petter Jansson <hpj@fatty.amok> at 1179365820 -0500 svn path=/trunk/; revision=583
* Add infrastructure to conditionally build FUSE daemon.Alexander Larsson2007-09-131-0/+4
| | | | | | Original git commit by Hans Petter Jansson <hpj@kzerza.amok> at 1179126784 -0500 svn path=/trunk/; revision=563
* Rename gio.pc to gio-standalone.pcAlexander Larsson2007-09-131-1/+1
| | | | | | Original git commit by Alexander Larsson <alex@greebo.(none)> at 1176969216 +0200 svn path=/trunk/; revision=463
* Add a basic pkg-config file for gio.Alexander Larsson2007-09-131-0/+3
| | | | | | Original git commit by Ross Burton <ross@burtonini.com> at 1176967825 +0100 svn path=/trunk/; revision=461
* revert old pre-win32 file modesAlexander Larsson2007-09-131-0/+0
| | | | | | Original git commit by Alexander Larsson <alex@greebo.(none)> at 1175079407 +0200 svn path=/trunk/; revision=437
* Make it build on win32Alexander Larsson2007-09-131-3/+13
| | | | | | Original git commit by U-GREEBO\Alexander Larsson <Alexander Larsson@greebo.(none)> at 1174918093 +0200 svn path=/trunk/; revision=422
* Move code shared between client and daemon to common directoryAlexander Larsson2007-09-131-0/+1
| | | | | | Original git commit by Alexander Larsson <alex@greebo.(none)> at 1169730469 +0100 svn path=/trunk/; revision=263
* Split out daemon implementation into a module in its own subdirAlexander Larsson2007-09-131-1/+2
| | | | | | Original git commit by Alexander Larsson <alex@greebo.(none)> at 1169052241 +0100 svn path=/trunk/; revision=251
* Initial hacky code for dbus serverAlexander Larsson2007-09-131-0/+1
| | | | | | Original git commit by Alexander Larsson <alex@greebo.(none)> at 1160056814 +0200 svn path=/trunk/; revision=95
* Add gvfs-ls programAlexander Larsson2007-09-131-1/+2
| | | | | | Original git commit by Alexander Larsson <alex@greebo.(none)> at 1159802810 +0200 svn path=/trunk/; revision=60
* AutoconficateAlexander Larsson2007-09-131-0/+5
Original git commit by Alexander Larsson <alex@greebo.(none)> at 1159799004 +0200 svn path=/trunk/; revision=47