Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F103814
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
10 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/src/CheckoutDialog.ui b/src/CheckoutDialog.ui
index 1409b7f..904f2e4 100644
--- a/src/CheckoutDialog.ui
+++ b/src/CheckoutDialog.ui
@@ -1,120 +1,121 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CheckoutDialog</class>
<widget class="QDialog" name="CheckoutDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>366</width>
- <height>135</height>
+ <height>251</height>
</rect>
</property>
<property name="windowTitle">
<string>Checkout</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QRadioButton" name="radioButton_head_detached">
<property name="text">
<string>RadioButton</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_existing_local_branch">
<property name="text">
<string>RadioButton</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_create_local_branch">
<property name="text">
<string>RadioButton</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_branch_name">
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>OK</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_2">
<property name="text">
<string>Cancel</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<tabstops>
<tabstop>radioButton_head_detached</tabstop>
<tabstop>radioButton_existing_local_branch</tabstop>
<tabstop>radioButton_create_local_branch</tabstop>
+ <tabstop>comboBox_branch_name</tabstop>
<tabstop>pushButton</tabstop>
<tabstop>pushButton_2</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>pushButton</sender>
<signal>clicked()</signal>
<receiver>CheckoutDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>162</x>
<y>165</y>
</hint>
<hint type="destinationlabel">
<x>134</x>
<y>160</y>
</hint>
</hints>
</connection>
<connection>
<sender>pushButton_2</sender>
<signal>clicked()</signal>
<receiver>CheckoutDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>271</x>
<y>171</y>
</hint>
<hint type="destinationlabel">
<x>243</x>
<y>177</y>
</hint>
</hints>
</connection>
</connections>
</ui>
diff --git a/src/CreateRepositoryDialog.ui b/src/CreateRepositoryDialog.ui
index f379b6a..31de916 100644
--- a/src/CreateRepositoryDialog.ui
+++ b/src/CreateRepositoryDialog.ui
@@ -1,208 +1,208 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CreateRepositoryDialog</class>
<widget class="QDialog" name="CreateRepositoryDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
- <width>343</width>
- <height>321</height>
+ <width>664</width>
+ <height>442</height>
</rect>
</property>
<property name="windowTitle">
<string>Create Repository</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Path</string>
</property>
</widget>
</item>
<item>
<widget class="DirectoryLineEdit" name="lineEdit_path"/>
</item>
<item>
<widget class="QPushButton" name="pushButton_browse_path">
<property name="text">
<string>Browse</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="label_warning">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_bookmark">
<property name="title">
<string>Bookmark</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Name</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_name"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_remote">
<property name="title">
<string>Remote</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Name</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_remote_name"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>URL</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="RepositoryLineEdit" name="lineEdit_remote_url"/>
</item>
<item row="1" column="2">
<widget class="QPushButton" name="pushButton_test_repo">
<property name="text">
<string>Test</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton_ok">
<property name="text">
<string>OK</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_cancel">
<property name="text">
<string>Cancel</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>RepositoryLineEdit</class>
<extends>QLineEdit</extends>
<header>RepositoryLineEdit.h</header>
</customwidget>
<customwidget>
<class>DirectoryLineEdit</class>
<extends>QLineEdit</extends>
<header>DirectoryLineEdit.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>pushButton_cancel</sender>
<signal>clicked()</signal>
<receiver>CreateRepositoryDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>389</x>
<y>206</y>
</hint>
<hint type="destinationlabel">
<x>268</x>
<y>139</y>
</hint>
</hints>
</connection>
<connection>
<sender>pushButton_ok</sender>
<signal>clicked()</signal>
<receiver>CreateRepositoryDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>308</x>
<y>206</y>
</hint>
<hint type="destinationlabel">
<x>346</x>
<y>135</y>
</hint>
</hints>
</connection>
</connections>
</ui>
diff --git a/version.rb b/version.rb
index 62b45b2..9f43ae3 100644
--- a/version.rb
+++ b/version.rb
@@ -1,70 +1,70 @@
#!/dev/null
$product_name = "Guitar"
$copyright_year = 2020
$version_a = 1
$version_b = 2
-$version_c = 0
+$version_c = 999
$version_d = 0
# Future plans
#
# v1.3.0 xxxx-xx-xx
# - submodule support
# - word oriented diffs
#
# History
#
# v1.2.0 2020-06-27
# - SSHキーオーバーライド機能
# - ウィンドウレイアウト(仮)
# - 中国語(簡体字)
#
# v1.1.1 2019-09-02
# - ダークテーマ描画修正
# - 初回起動時のウェルカムダイアログボックスの改良
# - 小さな修正
#
# v1.1.0 2019-09-01
# - 中国語対応
# - 日本語翻訳ファイルのtypo修正
# - Windows版インストーラー対応
# - ファイルリストのバッジを描画
# - コミットグラフで異なるブランチの線が重なって描画されることがあった問題を修正
# - コミットグラフで先祖のブランチを強調表示する機能
# - ダークテーマの描画を改良
# - Ctrl+HでHEADにジャンプする
# - fetch tags -f コマンド
# - 新マージダイアログ
# - チェリーピックダイアログ
#
# v1.0.0 2019-06-01
# - ロシア語対応
# - 細かい修正
#
# v0.9.3 2019-01-19
# - stashコマンドを実装
# - GitHubウェブページからのドラッグアンドドロップ動作を改良
# - メニューバー項目を整理
#
# v0.9.2 2018-11-06
# - 定期的リモート監視機能
# - ソースコードリファクタリング
# - 安定性向上
# - cmake対応
#
# v0.9.1 2018-11-06
# - support ssh key with passphrase
#
# v0.9.0 2018-10-24
# -
#
# v0.2.0 2017-12-18
# -
#
# v0.1.0 2017-05-03
# -
#
# v0.0.0 2016-12-25
# - alpha release
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Feb 7, 11:55 AM (14 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
55974
Default Alt Text
(10 KB)
Attached To
Mode
R77 Guitar
Attached
Detach File
Event Timeline
Log In to Comment