Search found 11 matches
- Thu Jan 19, 2012 12:42 am
- Forum: General
- Topic: 2 MACS SAME INFORMATION
- Replies: 6
- Views: 13734
Re: 2 MACS SAME INFORMATION
Create a symbolic link from your Application Support folder to the MacDive folder in the Dropbox: ln -s ~/Dropbox/MacDive I think this should be ln -s ~/Dropbox/MacDive MacDive As nick said in another post already though: MacDive isn't made for syncing data this way, you should only have MacDive op...
- Tue Aug 23, 2011 12:47 am
- Forum: Requests
- Topic: A few changes I would love to see
- Replies: 10
- Views: 14755
Re: A few changes I would love to see
{SNIP} I might have another request though (sorry for it). Would it be possible to have a statistic by depth like 0-10m, 11-20, etc ? There are already a few under the sigma sign but I don't have a use for those. Maybe it's already in your next update, if so just forget what I just said. It's easy ...
- Tue Mar 22, 2011 12:34 am
- Forum: Support
- Topic: changing user name automatically with computer
- Replies: 1
- Views: 3773
Re: changing user name automatically with computer
hi there, whenever i import new dives from my suunto d4 the get stored with "suunto diver" as the divers name. can i change that to my profiles name? at the oment i always have to select all new entries after import and then change the name. thanks! In the "Gear" part of your Ma...
- Mon Jan 31, 2011 11:11 pm
- Forum: Requests
- Topic: Default Diver annoyance - Atom 2 (interface improvement)
- Replies: 3
- Views: 7323
Re: Default Diver annoyance - Atom 2 (interface improvement)
Using the Atom 2: - dive data is imported to MD as Default Diver "Oceanic Atom 2" Problem: - changing every import manually, and each time, is hard work. Solution: 1) a preference to make all imports by default as name eg. "Andrew" You can do that by filling in the 'Owner' field...
- Sun Jan 30, 2011 7:10 am
- Forum: Support
- Topic: Metric vs Imperial
- Replies: 3
- Views: 6539
Re: Metric vs Imperial
So far I really like your software, but my only issue is I cant find how to change the info from Metric to Imperial. My Dive computer is in Imperial, but it keeps coming out Metric. If you can give me this answer, you can sign me up to buy this software. Thanks.... In Preferences (MacDive menu, the...
- Mon Jan 03, 2011 4:24 pm
- Forum: Support
- Topic: re-download from suunto D4
- Replies: 1
- Views: 3804
Re: re-download from suunto D4
I uploaded some dives to try out the program. I discovered the dive numbering work around after I had deleted them in order to start again. Now when I connect up I only get the 'new' dives which were not up-loaded the first time. How can I get the program to upload all the dives, including the ones...
- Tue Dec 14, 2010 6:07 am
- Forum: Requests
- Topic: Ability to relocate the database
- Replies: 2
- Views: 5847
Re: Ability to relocate the database
I'd love to see the ability to relocate the database elsewhere from it's original location. This way one could read/write the database on multiple computers if database is saved in a shared location - Dropbox just for an example. Be careful with that kind of request. There are many technical reason...
- Sun Oct 03, 2010 9:47 pm
- Forum: Support
- Topic: Sort dive sites
- Replies: 4
- Views: 6945
Re: Sort dive sites
You can sort them in list view.Aron wrote:Is there a way to sort dive sites alphabeticly in the dives table and dives dialogue? It would make it much easier in finding sites in the list.
HTH,
Lionel
- Sun Aug 01, 2010 3:15 pm
- Forum: Requests
- Topic: iPhone & iPod Touch
- Replies: 24
- Views: 38112
Re: iPhone & iPod Touch
I read that, and tried to import something other than a UDCF and couldn't get it to work. What do I do to import directly from macdive to dive log? I have version 1.3 of dive log manager and 2.01 of macdive. I get a message saying macdive is not installed or it's logbook cannot be found You have to...
- Tue Mar 09, 2010 5:05 pm
- Forum: Support
- Topic: Sharing Dive Data
- Replies: 8
- Views: 17180
Re: Sharing Dive Data
Be careful with such a setup: sqlite is not designed for such a use, because locking behaviour is different for local and remote files. Should the situation arise where two users want to update the database at the same time, result is unpredictable and database corruption is likely to occur.