forked from qt-creator/qt-creator
Vcs: colorize file items in submit editor
It's an eye-candy feature "à la" Tortoise client Change-Id: I5f772f2d9b1278712aea690208b0b0d08de6a80a Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
@@ -60,6 +60,12 @@ const char DIFFLOG_ID[] = "Bazaar Diff Editor";
|
||||
const char DIFFLOG_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("VCS", "Bazaar Diff Editor");
|
||||
const char DIFFAPP[] = "text/x-patch";
|
||||
|
||||
// File status hint
|
||||
const char FSTATUS_CREATED[] = "Created";
|
||||
const char FSTATUS_DELETED[] = "Deleted";
|
||||
const char FSTATUS_MODIFIED[] = "Modified";
|
||||
const char FSTATUS_RENAMED[] = "Renamed";
|
||||
|
||||
} // namespace Constants
|
||||
} // namespace Bazaar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user