Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
4c52276882 | |||
38c25450ed |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: rsyncui
|
Name: rsyncui
|
||||||
Summary: Client for rsync server
|
Summary: Client for rsync server
|
||||||
Version: 2.11
|
Version: 2.11.1
|
||||||
Release: %mkrel 1
|
Release: %mkrel 1
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
Group: Networking/Remote access
|
Group: Networking/Remote access
|
||||||
|
@ -712,7 +712,7 @@ void MainWindow::addTreeItem(QString name, QString fileSize, QString fullsize, Q
|
|||||||
// item is a file
|
// item is a file
|
||||||
if (QFile::exists(this->downloading.savePath + "/" + name))
|
if (QFile::exists(this->downloading.savePath + "/" + name))
|
||||||
{
|
{
|
||||||
QBrush b (Qt::red);
|
QBrush b (Qt::green);
|
||||||
treeItem->setForeground(0, b);
|
treeItem->setForeground(0, b);
|
||||||
treeItem->setFont(0, *font);
|
treeItem->setFont(0, *font);
|
||||||
}else
|
}else
|
||||||
|
@ -88,7 +88,7 @@ class Downloading
|
|||||||
class About
|
class About
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
QString version = "2.11";
|
QString version = "2.11.1";
|
||||||
QString author = "Daniel TARTAVEL-JEANNOT";
|
QString author = "Daniel TARTAVEL-JEANNOT";
|
||||||
QString licence = "GPL_V3";
|
QString licence = "GPL_V3";
|
||||||
QString description;
|
QString description;
|
||||||
|
Reference in New Issue
Block a user