]> git.lyx.org Git - lyx.git/blobdiff - src/LyXVC.h
fr.po: 2 shortcut fixes by Jean-Pierre
[lyx.git] / src / LyXVC.h
index 64ad303fab2e6aae19d4bb1fce41b56b7a960991..3036a396e3a8d4bb448cf7cfc044e986fdaee043 100644 (file)
@@ -44,7 +44,7 @@ public:
                Cancelled,    ///< command was cancelled
                ErrorBefore,  ///< error before executing command
                ErrorCommand, ///< error while executing command
-               Success       ///< command was executed successfully
+               VCSuccess     ///< command was executed successfully
        };
        ///
        LyXVC();
@@ -84,11 +84,22 @@ public:
        // by the next multiple messages on the top of the processed dispatch
        // machinery.
 
+       ///
+       std::string rename(support::FileName const &);
+       /// Does the current VC support this operation?
+       bool renameEnabled() const;
+       ///
+       std::string copy(support::FileName const &);
+       /// Does the current VC support this operation?
+       bool copyEnabled() const;
+
        /// Unlock and commit changes.
        /// \p log is non-empty on success and may be empty on failure.
        CommandResult checkIn(std::string & log);
        /// Does the current VC support this operation?
        bool checkInEnabled() const;
+       /// Should a log message be provided for next checkin?
+       bool isCheckInWithConfirmation() const;
 
        /// Lock/update and prepare to edit document. Returns log.
        std::string checkOut();
@@ -146,6 +157,7 @@ public:
        std::string toggleReadOnly();
 
        /// Is the document under administration by VCS?
+       /// returns false for unregistered documents in a path managed by VCS
        bool inUse() const;
 
        /// Returns the RCS + version number for messages