~ubuntu-branches/ubuntu/maverick/stopmotion/maverick

« back to all changes in this revision

Viewing changes to src/domain/animation/animationmodel.h

  • Committer: Bazaar Package Importer
  • Author(s): Bjoern Erik Nilsen
  • Date: 2008-07-25 12:59:29 UTC
  • mfrom: (1.1.7 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080725125929-bc75ds4t1f4hbywy
Tags: 0.6.2-1
* New upstream release
  - Fixed an invalid read reported by Valgrind.
  - Fixed a crash occuring on some 64-bit systems.
  - Fixed the default translation to be the same as the locale.
  - Rewrote the file system watcher to use inotify-tools instead of FAM.
  - Included the man page in upstream tarball.
  - Updated the Italian translation.
* segfault at startup (Closes: #488621)
* Upgrade to Standards-Version 3.8.0.
* Replace libfam-dev with libinotifytools-dev in control/Build-Depends

* Upload sponsored by Petter Reinholdtsen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
273
273
         * @return the project file if it's setted, NULL otherwise.
274
274
         */
275
275
        virtual const char* getProjectFile() = 0;
 
276
    
 
277
        /**
 
278
         * Abstract function for retrieving the project path.
 
279
         * @return the project path if it's setted, NULL otherwise.
 
280
         */
 
281
        virtual const char* getProjectPath() = 0;
276
282
        
277
283
        /**
278
284
         * Abstract function for opening a project.