Removed unused RepoDialog
FossilOrigin-Name: fb85ae054f85e81e64e9d534fe502959f7f1fa2e
This commit is contained in:
@ -1,14 +0,0 @@
|
|||||||
#include "RepoDialog.h"
|
|
||||||
#include "ui_RepoDialog.h"
|
|
||||||
|
|
||||||
RepoDialog::RepoDialog(QWidget *parent) :
|
|
||||||
QDialog(parent),
|
|
||||||
ui(new Ui::RepoDialog)
|
|
||||||
{
|
|
||||||
ui->setupUi(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
RepoDialog::~RepoDialog()
|
|
||||||
{
|
|
||||||
delete ui;
|
|
||||||
}
|
|
22
RepoDialog.h
22
RepoDialog.h
@ -1,22 +0,0 @@
|
|||||||
#ifndef REPODIALOG_H
|
|
||||||
#define REPODIALOG_H
|
|
||||||
|
|
||||||
#include <QDialog>
|
|
||||||
|
|
||||||
namespace Ui {
|
|
||||||
class RepoDialog;
|
|
||||||
}
|
|
||||||
|
|
||||||
class RepoDialog : public QDialog
|
|
||||||
{
|
|
||||||
Q_OBJECT
|
|
||||||
|
|
||||||
public:
|
|
||||||
explicit RepoDialog(QWidget *parent = 0);
|
|
||||||
~RepoDialog();
|
|
||||||
|
|
||||||
private:
|
|
||||||
Ui::RepoDialog *ui;
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif // REPODIALOG_H
|
|
150
RepoDialog.ui
150
RepoDialog.ui
@ -1,150 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<ui version="4.0">
|
|
||||||
<class>RepoDialog</class>
|
|
||||||
<widget class="QDialog" name="RepoDialog">
|
|
||||||
<property name="geometry">
|
|
||||||
<rect>
|
|
||||||
<x>0</x>
|
|
||||||
<y>0</y>
|
|
||||||
<width>436</width>
|
|
||||||
<height>166</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<property name="windowTitle">
|
|
||||||
<string>Dialog</string>
|
|
||||||
</property>
|
|
||||||
<widget class="QLabel" name="label_3">
|
|
||||||
<property name="geometry">
|
|
||||||
<rect>
|
|
||||||
<x>9</x>
|
|
||||||
<y>9</y>
|
|
||||||
<width>66</width>
|
|
||||||
<height>17</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Push URL</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
<widget class="QLineEdit" name="linePushURL">
|
|
||||||
<property name="geometry">
|
|
||||||
<rect>
|
|
||||||
<x>129</x>
|
|
||||||
<y>9</y>
|
|
||||||
<width>144</width>
|
|
||||||
<height>25</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
<widget class="QLabel" name="label">
|
|
||||||
<property name="geometry">
|
|
||||||
<rect>
|
|
||||||
<x>9</x>
|
|
||||||
<y>40</y>
|
|
||||||
<width>99</width>
|
|
||||||
<height>17</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Graphical Diff </string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
<widget class="QLineEdit" name="lineGDiffCommand">
|
|
||||||
<property name="geometry">
|
|
||||||
<rect>
|
|
||||||
<x>129</x>
|
|
||||||
<y>40</y>
|
|
||||||
<width>144</width>
|
|
||||||
<height>25</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
<widget class="QLabel" name="label_2">
|
|
||||||
<property name="geometry">
|
|
||||||
<rect>
|
|
||||||
<x>9</x>
|
|
||||||
<y>71</y>
|
|
||||||
<width>114</width>
|
|
||||||
<height>17</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Graphical Merge</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
<widget class="QLineEdit" name="lineGMergeCommand">
|
|
||||||
<property name="geometry">
|
|
||||||
<rect>
|
|
||||||
<x>129</x>
|
|
||||||
<y>71</y>
|
|
||||||
<width>144</width>
|
|
||||||
<height>25</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
<widget class="QCheckBox" name="checkBox">
|
|
||||||
<property name="geometry">
|
|
||||||
<rect>
|
|
||||||
<x>129</x>
|
|
||||||
<y>102</y>
|
|
||||||
<width>90</width>
|
|
||||||
<height>22</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Autosync</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
<widget class="QDialogButtonBox" name="buttonBox">
|
|
||||||
<property name="geometry">
|
|
||||||
<rect>
|
|
||||||
<x>9</x>
|
|
||||||
<y>130</y>
|
|
||||||
<width>176</width>
|
|
||||||
<height>27</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<property name="orientation">
|
|
||||||
<enum>Qt::Horizontal</enum>
|
|
||||||
</property>
|
|
||||||
<property name="standardButtons">
|
|
||||||
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</widget>
|
|
||||||
<resources/>
|
|
||||||
<connections>
|
|
||||||
<connection>
|
|
||||||
<sender>buttonBox</sender>
|
|
||||||
<signal>accepted()</signal>
|
|
||||||
<receiver>RepoDialog</receiver>
|
|
||||||
<slot>accept()</slot>
|
|
||||||
<hints>
|
|
||||||
<hint type="sourcelabel">
|
|
||||||
<x>248</x>
|
|
||||||
<y>254</y>
|
|
||||||
</hint>
|
|
||||||
<hint type="destinationlabel">
|
|
||||||
<x>157</x>
|
|
||||||
<y>274</y>
|
|
||||||
</hint>
|
|
||||||
</hints>
|
|
||||||
</connection>
|
|
||||||
<connection>
|
|
||||||
<sender>buttonBox</sender>
|
|
||||||
<signal>rejected()</signal>
|
|
||||||
<receiver>RepoDialog</receiver>
|
|
||||||
<slot>reject()</slot>
|
|
||||||
<hints>
|
|
||||||
<hint type="sourcelabel">
|
|
||||||
<x>316</x>
|
|
||||||
<y>260</y>
|
|
||||||
</hint>
|
|
||||||
<hint type="destinationlabel">
|
|
||||||
<x>286</x>
|
|
||||||
<y>274</y>
|
|
||||||
</hint>
|
|
||||||
</hints>
|
|
||||||
</connection>
|
|
||||||
</connections>
|
|
||||||
</ui>
|
|
110
fuel.pro
110
fuel.pro
@ -1,55 +1,55 @@
|
|||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
#
|
#
|
||||||
# Project created by QtCreator 2011-08-01T00:17:18
|
# Project created by QtCreator 2011-08-01T00:17:18
|
||||||
#
|
#
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
|
||||||
QT += core gui
|
QT += core gui
|
||||||
|
|
||||||
TARGET = Fuel
|
TARGET = Fuel
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|
||||||
# OSX Icon
|
# OSX Icon
|
||||||
ICON = icons/fuel.icns
|
ICON = icons/fuel.icns
|
||||||
|
|
||||||
# Win Icon
|
# Win Icon
|
||||||
RC_FILE = fuel.rc
|
RC_FILE = fuel.rc
|
||||||
|
|
||||||
SOURCES += main.cpp\
|
SOURCES += main.cpp\
|
||||||
MainWindow.cpp \
|
MainWindow.cpp \
|
||||||
CommitDialog.cpp \
|
CommitDialog.cpp \
|
||||||
FileActionDialog.cpp \
|
FileActionDialog.cpp \
|
||||||
RepoDialog.cpp \
|
SettingsDialog.cpp
|
||||||
SettingsDialog.cpp
|
|
||||||
|
HEADERS += MainWindow.h \
|
||||||
HEADERS += MainWindow.h \
|
CommitDialog.h \
|
||||||
CommitDialog.h \
|
FileActionDialog.h \
|
||||||
FileActionDialog.h \
|
SettingsDialog.h
|
||||||
RepoDialog.h \
|
|
||||||
SettingsDialog.h
|
FORMS += MainWindow.ui \
|
||||||
|
CommitDialog.ui \
|
||||||
FORMS += MainWindow.ui \
|
FileActionDialog.ui \
|
||||||
CommitDialog.ui \
|
SettingsDialog.ui
|
||||||
FileActionDialog.ui \
|
|
||||||
RepoDialog.ui \
|
RESOURCES += \
|
||||||
SettingsDialog.ui
|
resources.qrc
|
||||||
|
|
||||||
RESOURCES += \
|
|
||||||
resources.qrc
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
15
manifest
15
manifest
@ -1,5 +1,5 @@
|
|||||||
C The\sFolder\sView\snow\sproperly\ssorts\sfolder\sentries\nMultiple\sselection\ssupport\sin\sthe\sFolder\sView.\sWhen\smultiple\sfolders\sare\sselected,\sthe\sfile\sview\sswitches\sto\sList\smode\n
|
C Removed\sunused\sRepoDialog
|
||||||
D 2011-10-18T13:21:14.225
|
D 2011-10-19T16:24:42.452
|
||||||
F CommitDialog.cpp 8965e52d077c300cf1acb1b16fb2dcca5c7070f8
|
F CommitDialog.cpp 8965e52d077c300cf1acb1b16fb2dcca5c7070f8
|
||||||
F CommitDialog.h a9596d99865cf312b419d01d51334ffc916f5508
|
F CommitDialog.h a9596d99865cf312b419d01d51334ffc916f5508
|
||||||
F CommitDialog.ui 5067623f6af6f5a42c87df903278e383e945e154
|
F CommitDialog.ui 5067623f6af6f5a42c87df903278e383e945e154
|
||||||
@ -9,13 +9,10 @@ F FileActionDialog.ui c63644428579741aeb5fa052e237ba799ced9ad7
|
|||||||
F MainWindow.cpp 7d9f8914b3a16e3ab72e255f40b4c13f4e32cca3
|
F MainWindow.cpp 7d9f8914b3a16e3ab72e255f40b4c13f4e32cca3
|
||||||
F MainWindow.h 632c5ba933ed77bf9dbe144224e1e6c16fec83e2
|
F MainWindow.h 632c5ba933ed77bf9dbe144224e1e6c16fec83e2
|
||||||
F MainWindow.ui c00f9d35aaf659fafee25a5504bd23b0b2ec4eb5
|
F MainWindow.ui c00f9d35aaf659fafee25a5504bd23b0b2ec4eb5
|
||||||
F RepoDialog.cpp 8f20e1511526973555c774350ec413dcecf51c9e
|
|
||||||
F RepoDialog.h a958c5f98f1e6882bf41dbdd2e4df3cb89700802
|
|
||||||
F RepoDialog.ui be7b18199c04a3003f3c7534a616cd7441b7bb0c
|
|
||||||
F SettingsDialog.cpp 4e8d12cd19c19590c68eaa3516441d21d08f0ee6
|
F SettingsDialog.cpp 4e8d12cd19c19590c68eaa3516441d21d08f0ee6
|
||||||
F SettingsDialog.h c2a7828466a5459d8c08a759f0ddf3e368357e80
|
F SettingsDialog.h c2a7828466a5459d8c08a759f0ddf3e368357e80
|
||||||
F SettingsDialog.ui 292eea79612f0daa48b67436fcf812f48ff5af54
|
F SettingsDialog.ui 292eea79612f0daa48b67436fcf812f48ff5af54
|
||||||
F fuel.pro 295944fd817518c7c2412c5e52ce5ecad11dd8f8
|
F fuel.pro b304761003917ba0790be1b62d537642a7e40adb
|
||||||
F fuel.rc 8e9ac966f283102c11a77cd7f936cdc09e09bd79
|
F fuel.rc 8e9ac966f283102c11a77cd7f936cdc09e09bd79
|
||||||
F icons/Address\sBook-01.png ef2cec80ea5a559b72e8be4a344a1869fe69cbd8
|
F icons/Address\sBook-01.png ef2cec80ea5a559b72e8be4a344a1869fe69cbd8
|
||||||
F icons/Adobe\sIllustrator\sCS3\sDocument-01.png 2e44e933d58eefee7ccfa1650fed4ceadcf3c2be
|
F icons/Adobe\sIllustrator\sCS3\sDocument-01.png 2e44e933d58eefee7ccfa1650fed4ceadcf3c2be
|
||||||
@ -175,7 +172,7 @@ F installer/fuel.iss 13b6a938bcdf273cbd3649d2549887baa1577214
|
|||||||
F installer/license.txt 4cc77b90af91e615a64ae04893fdffa7939db84c
|
F installer/license.txt 4cc77b90af91e615a64ae04893fdffa7939db84c
|
||||||
F main.cpp f67a9b5c9ca0b634b19ef08e7136032372d37f93
|
F main.cpp f67a9b5c9ca0b634b19ef08e7136032372d37f93
|
||||||
F resources.qrc e98383ed205f4e37100c60057e0129c3b86dea53
|
F resources.qrc e98383ed205f4e37100c60057e0129c3b86dea53
|
||||||
P 1fb5f07f1b18c3d7f9cf16f54cd790294001940f
|
P a2cba45b7a250bb1ad3ba4beb3a3a98dc7566ce0
|
||||||
R 0460063d9dd585b587a4d174a7da0ca4
|
R faf331f106f12f44e5fa947482005b9e
|
||||||
U kostas
|
U kostas
|
||||||
Z 0eee338bd957dfec8c6a14b15b9a11ba
|
Z c4bc02d7e2163cc0f4371f837a7d7e0f
|
||||||
|
@ -1 +1 @@
|
|||||||
a2cba45b7a250bb1ad3ba4beb3a3a98dc7566ce0
|
fb85ae054f85e81e64e9d534fe502959f7f1fa2e
|
Reference in New Issue
Block a user