diff --git a/gitit b/gitit index e9a7fbb..59b5b3b 100755 Binary files a/gitit and b/gitit differ diff --git a/mainwindow.cpp b/mainwindow.cpp index 724543d..a27c3e8 100755 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -17,7 +17,6 @@ MainWindow::MainWindow(QWidget *parent) : ui->changedFileslistView->setModel(gitStatusModel); //connecting slots and signals // connect(this,SIGNAL(repositoryChanged(git_repository*)),gitStatusModel,SLOT(update(git_repository*))); - connect(ui->box, SIGNAL(linkActivated(QString)), this, SLOT(boxClicked()) ); connect( ui->actionAbout, SIGNAL( triggered() ), this, SLOT(about()) ); connect( ui->actionExit, SIGNAL( triggered() ), this, SLOT(exit()) ); connect( ui->actionNew, SIGNAL( triggered() ), this, SLOT(menuNew()) ); diff --git a/mainwindow.ui b/mainwindow.ui index f8fbae0..187338d 100755 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -6,8 +6,8 @@ 0 0 - 850 - 603 + 804 + 548 @@ -32,8 +32,8 @@ - 530 - 120 + 520 + 80 211 301 @@ -92,7 +92,7 @@ 10 - 210 + 140 161 141 @@ -121,7 +121,7 @@ p, li { white-space: pre-wrap; } 260 - 120 + 20 161 151 @@ -131,8 +131,7 @@ p, li { white-space: pre-wrap; } - background: transparent; -border: transparent; + @@ -149,7 +148,7 @@ p, li { white-space: pre-wrap; } 260 - 310 + 230 161 141 @@ -168,37 +167,6 @@ p, li { white-space: pre-wrap; } - - - - 210 - 30 - 261 - 231 - - - - Qt::NoContextMenu - - - false - - - background: transparent; - - - QFrame::NoFrame - - - - - - :/images/box.png - - - true - - @@ -328,7 +296,7 @@ p, li { white-space: pre-wrap; } 0 0 - 850 + 804 25 diff --git a/userManual.odt b/userManual.odt new file mode 100644 index 0000000..3d5655f Binary files /dev/null and b/userManual.odt differ