summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More major upheaval in the code...HEADmasterRobby Workman2010-04-231-68/+78
| | | | | * no more gvfs usage - that was a disaster * better handling of the notifications
* Renamed from blueman_open to blueman-openRobby Workman2010-04-231-0/+0
|
* Use notify-send as fallback instead of gtkdialogRobby Workman2010-02-281-103/+10
| | | | | | We'll be getting all of the requirements for this in -current real soon now, so unless I snuffed something up, this should be really close to what we need. :-)
* Change hardcoded /root to $HOMERobby Workman2009-12-291-1/+1
|
* Scraped the old mount method for gvfs-mount.drgr33n2009-12-291-112/+99
| | | | Cleaned up indentation method to match.
* Added killscript() to fix broken pipe bug when script killed manually.drgr33n2009-12-171-0/+20
| | | | | | | | | | | | When the script was killed by ctrl+c the progress function caused broken pipe to occur. Added creation of cleanup scripts to unmount devices and clean folders. Blueman does not unmount devices when using this bash script. So now blueman_open creates cleanup scripts in /etc/rc.d/rc0.d & */rc6.d. These scripts also clean themselves upon running.
* Tweaks to the directory creationRobby Workman2009-12-151-1/+3
| | | | | | | Default to /mnt as $basedir Set dir=$basedir/$device_name No need to $(mkdir $basedir/$device_name) early - the directory will be created later in a function
* Added gtk progress bar, changed references to phone into device, Cleaned up ↵drgr33n2009-12-151-42/+84
| | | | my bad spelling and the device now mounts to /mnt.
* Coding style; add DEBUG; more abstraction of dialogsRobby Workman2009-12-141-44/+45
| | | | | | Hopefully this is not shell-agnostic (no bash required). Only a non-null DEBUG value will spam syslog now. Possibly worthless abstraction of dialog messages.
* Add support for gtkdialog (by Zarren)Robby Workman2009-12-141-5/+79
| | | | | This adds support for gtkdialog in addition to kdialog. It's probably not perfect yet, but it's a start.
* Updated README ; some style issuesRobby Workman2009-12-142-51/+56
| | | | Indentation (coding style) fixups mainly
* Initial commitRobby Workman2009-12-142-0/+74
This should be upstream's original version of the script (as of 20091213).