┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/revisioncontrolplugin.cpp
AgeCommit message (Expand)Author
2009-08-01Use QTemporaryFile instead of QFile. This assures an automatic deleting of th...Peter Penz
2009-07-30Use "svn commit -F" instead of "svn commit -m" to provide a commit descriptio...Peter Penz
2009-07-30'PreparePeter Penz
2009-07-29inform the revision control observer about changed revision statesPeter Penz
2009-07-29Allow the revision control plugins to indicate information-, error- and opera...Peter Penz
2009-07-29- indicate whether the server provides an updated version of a filePeter Penz
2009-07-29Use QProcess instead of the low-level API popen(). Thanks to André Wöbbekin...Peter Penz
2009-07-28SVN_SILENT: add m_revisionInfoKeys to the initializer listPeter Penz
2009-07-28Use the output of 'svn status' instead of doing a custom and error-prone .svn...Peter Penz
2009-07-27Improved Subversion test plugin to allow committing, updating, diffing, addin...Peter Penz
2009-07-23The revision control plugin must be aware on which directory the context-menu...Peter Penz
2009-07-23also provide revision control actions for the viewport-context-menuPeter Penz
2009-07-22show the actions of a revision control plugin in the context menuPeter Penz
2009-07-22- Documentation updates.Peter Penz
2009-07-19- interface cleanupsPeter Penz
2009-07-15simplify the revision control APIPeter Penz
2009-07-12The information whether an item is a file or a directory is already known by ...Peter Penz
2009-07-12Enable Dolphin to show the revision states of files that are under revision c...Peter Penz