Commit Graph

212 Commits

Author SHA1 Message Date
Mike Blumenkrantz e2e7f28c61 update changelog for last commit since it seems to have been worthwhile
SVN revision: 62160
2011-08-05 23:22:50 +00:00
Carsten Haitzler 29864666c9 that's it - remove autom4te.cache dirs again... - keep having to many
problems about it storing invalid config when the same build trees are
shared between multiple architectures and machines. :( better we
build right than build fast.



SVN revision: 61974
2011-08-02 04:13:33 +00:00
Mike Blumenkrantz 39e04f7f4c try something new for battery/ac detection. this may break some stuff, so ping me if your battery gadget stops working...
SVN revision: 61967
2011-08-01 20:30:29 +00:00
Mike Blumenkrantz f614bbaad7 __UNUSED__
SVN revision: 61778
2011-07-26 21:20:30 +00:00
Mike Blumenkrantz 39dce75051 use correct list find function sigh
SVN revision: 61777
2011-07-26 21:19:08 +00:00
Mike Blumenkrantz 4170c601f3 only attempt an mtab lock if permissions are sufficient
SVN revision: 61774
2011-07-26 20:36:42 +00:00
Mike Blumenkrantz e4e0c27836 fix const warning
SVN revision: 61773
2011-07-26 20:36:40 +00:00
Cedric BAIL 9314ca2baf eeze: update ChangeLog and AUTHORS.
SVN revision: 61415
2011-07-15 20:26:03 +00:00
Cedric BAIL afa692034f eeze: add v4l device discovery.
SVN revision: 61410
2011-07-15 17:28:13 +00:00
Mike Blumenkrantz cf430612a0 create mount point directory if it doesn't exist
SVN revision: 60866
2011-06-30 08:15:42 +00:00
Mike Blumenkrantz b0180cdeb9 shuffle signal handler setup and remove job, fix startup file check
SVN revision: 60864
2011-06-30 06:49:54 +00:00
Mike Blumenkrantz 87c3fdfe67 add signal handlers
SVN revision: 60857
2011-06-30 03:57:49 +00:00
Mike Blumenkrantz 9466b75d4d make eeze_scanner suid
SVN revision: 60856
2011-06-30 03:57:47 +00:00
Mike Blumenkrantz 234b200068 whoops, forgot to actually add the scanner last time
SVN revision: 60838
2011-06-29 19:54:39 +00:00
Mike Blumenkrantz 9611111aba sync disk find/watch qualifiers
SVN revision: 60836
2011-06-29 19:53:11 +00:00
Mike Blumenkrantz b06075acf2 eeze_scanner seems to finally be complete, have at it
SVN revision: 60833
2011-06-29 18:53:40 +00:00
Mike Blumenkrantz f2caf4707c fix some segvs and drive detection
SVN revision: 60832
2011-06-29 18:53:38 +00:00
Michael Jennings 1461fec9ec Assorted build and spec fixes.
SVN revision: 60624
2011-06-23 07:01:45 +00:00
Mike Blumenkrantz 20634af237 remove unused variable
SVN revision: 60417
2011-06-17 04:00:28 +00:00
Mike McCormack b78bdd3d34 Update .gitignore files
SVN revision: 60416
2011-06-17 01:59:49 +00:00
Michael Jennings 092d2d861b Since the SVN revision is now included in %{version}, it's redundant
to have it in %{release} also.  So let's just tag the package as ours
and try to make sure it doesn't interfere with vendor releases.



SVN revision: 60407
2011-06-16 20:36:43 +00:00
Mike Blumenkrantz 13673082e0 stat was a bad choice
SVN revision: 60355
2011-06-15 15:48:41 +00:00
Rafael Antognolli a112e3a622 eeze: fix doc build when srcdir != builddir.
SVN revision: 60292
2011-06-13 18:28:39 +00:00
Mike McCormack 2b58267396 Add ignore and update files
SVN revision: 60034
2011-06-07 10:26:13 +00:00
Mike Blumenkrantz b3b3a6b74d fix configure on captainigloo's system
SVN revision: 60001
2011-06-06 19:14:32 +00:00
Mike Blumenkrantz 23075ee50d clean up authors and changelog to be accurate and use english
SVN revision: 59644
2011-05-24 09:43:35 +00:00
Cedric BAIL a43257c1b5 eeze: cleanup AUTHORS and ChangeLog to follow EFL conventions.
SVN revision: 59643
2011-05-24 09:10:53 +00:00
Mike Blumenkrantz 5a886f7c30 fix wording here
SVN revision: 59632
2011-05-23 21:56:27 +00:00
Mike Blumenkrantz 34d9e153ba not sure what I was thinking when I did this the first time, simplify these functions considerably
SVN revision: 59568
2011-05-21 19:55:02 +00:00
Mike Blumenkrantz 1c79e6a54d greatly simplify eeze_init/shutdown by moving disk stuff to eeze_disk.c
SVN revision: 59567
2011-05-21 19:34:26 +00:00
Mike Blumenkrantz e1e525ae19 add helper udev function to browse children devices, use helper functions to get properties when not found in current disk device
SVN revision: 59566
2011-05-21 19:33:55 +00:00
Mike Blumenkrantz eba65c10ee changelog for 59458
SVN revision: 59460
2011-05-17 00:18:38 +00:00
Mike Blumenkrantz 1fb3a2469b huge bugfix patch for eeze 1.0 stuff: I fubared disk detection pretty hard initially, I think this fixes it all
SVN revision: 59458
2011-05-17 00:14:44 +00:00
Mike Blumenkrantz 89df67bbc2 add fallback methods for grabbing disk vendor/model/etc
SVN revision: 59457
2011-05-17 00:10:52 +00:00
Mike Blumenkrantz 98d5dd27aa in this commit, we learn the value of the '!' operator.
SVN revision: 59447
2011-05-16 12:09:47 +00:00
Mike Blumenkrantz c4b01dc22f account for canceled operations (no events for these), remove freed disks from event list
SVN revision: 59446
2011-05-16 11:32:11 +00:00
Mike Blumenkrantz d35ef797bc add docs for eject, fix some devastating typos in eject, eject now unmounts mounted disks before ejecting
SVN revision: 59445
2011-05-16 11:24:26 +00:00
Mike Blumenkrantz 775b86bccd add eject functions/events
SVN revision: 59443
2011-05-16 11:03:06 +00:00
Mike Blumenkrantz d05399250e trailing whitespace--
SVN revision: 59441
2011-05-16 10:38:47 +00:00
Mike Blumenkrantz f4665b0140 track all disk objects, fix typo in eeze optmap from earlier, catch and create external mount events
SVN revision: 59439
2011-05-16 09:52:16 +00:00
Mike Blumenkrantz 9989571099 forgot to add uid to the mount optmap
SVN revision: 59432
2011-05-16 02:16:26 +00:00
Mike Blumenkrantz 56b342ccc9 eeze_disk_cancel for canceling pending operations
SVN revision: 59430
2011-05-16 01:32:40 +00:00
Mike Blumenkrantz 7561260963 forgot eeze_disk_udev_get_parent earlier
SVN revision: 59429
2011-05-16 00:57:16 +00:00
Mike Blumenkrantz 9d11cdbc20 automatically apply iocharset=utf8 for jfs (NOT with FAT. causes corruption)
SVN revision: 59428
2011-05-16 00:13:42 +00:00
Mike Blumenkrantz 1856a909e3 add a mountopt flag for automatically adding uid
SVN revision: 59427
2011-05-16 00:06:41 +00:00
Mike Blumenkrantz ad7a0d33b0 apply mount wrapper to umount, use ecore_exe_run instead of pipe_run
SVN revision: 59426
2011-05-15 23:54:30 +00:00
Mike Blumenkrantz 6ff3f70d1b just use ecore_exe_run instead of pipe_run
SVN revision: 59425
2011-05-15 23:50:06 +00:00
Mike Blumenkrantz 970e932e85 fix failure from doxy migration script
SVN revision: 59423
2011-05-15 22:58:36 +00:00
Mike Blumenkrantz 58c89b619b new functions for applying a wrapper for (u)mount
SVN revision: 59422
2011-05-15 22:56:14 +00:00
Mike Blumenkrantz 4139d9282e use defines as their string value in printfs
SVN revision: 59421
2011-05-15 22:50:22 +00:00