Re: [Interest] autosave on OSX

2012-10-25 Thread Lincoln Ramsay
On 25/10/12 18:21, Daniel Price wrote: That's a very old project that relies on Qt extensions that I couldn't find (QSingleApplication). FWIW: QtSingleApplication started life as a "Qt Solution" (the oldies will remember those). Originally for paying customers only, these got open-sourced som

Re: [Interest] autosave on OSX

2012-10-25 Thread Daniel Price
That's a very old project that relies on Qt extensions that I couldn't find (QSingleApplication). It's not too hard to implement a classic Cocoa-Doc style app with Qt although it's still harder than it should be. For example, I found this sample document-based app using Qt. It does not use NS

Re: [Interest] autosave on OSX

2012-10-24 Thread Lincoln Ramsay
On 25/10/12 00:29, Daniel Price wrote: Is it possible to implement autosave in Qt/mac applications as was introduced in OSX Lion (and refined in Mountain Lion)? Has anyone done this? I think what you want to know is: Does Qt provide an API that you can use, which results in Lion's autosav

Re: [Interest] autosave on OSX

2012-10-24 Thread Peter Groen
Sure this is possible. Just start a timer and check if your document is changed. If both are true, save your document…. Open Systems Development Peter M. Groen Em : pgr...@osdev.nl http://www.osdev.nl Skype : peter_m_groen On 24 okt. 2012, at 16:29, Daniel Price wrote: > Is it possible to imp

[Interest] autosave on OSX

2012-10-24 Thread Daniel Price
Is it possible to implement autosave in Qt/mac applications as was introduced in OSX Lion (and refined in Mountain Lion)? Has anyone done this? This email is confidential. It may also be privileged or otherwise protected by work product immunity or other legal ru