forked from qt-creator/qt-creator
Git: Rework branch dialog
* Make adding new branches more discoverable * Make adding tracking branches more discoverable * Update UI Task-number: QTCREATORBUG-4943 Task-number: QTCREATORBUG-4944 Change-Id: Idcbf5f8321a3bd04c925e33d094bb479788a7d9b Reviewed-on: http://codereview.qt.nokia.com/588 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -27,6 +27,7 @@ HEADERS += gitplugin.h \
|
||||
gitutils.h \
|
||||
remotemodel.h \
|
||||
remotedialog.h \
|
||||
branchadddialog.h
|
||||
|
||||
SOURCES += gitplugin.cpp \
|
||||
gitclient.cpp \
|
||||
@@ -48,6 +49,7 @@ SOURCES += gitplugin.cpp \
|
||||
gitutils.cpp \
|
||||
remotemodel.cpp \
|
||||
remotedialog.cpp \
|
||||
branchadddialog.cpp
|
||||
|
||||
FORMS += changeselectiondialog.ui \
|
||||
settingspage.ui \
|
||||
@@ -56,8 +58,12 @@ FORMS += changeselectiondialog.ui \
|
||||
stashdialog.ui \
|
||||
remotedialog.ui \
|
||||
remoteadditiondialog.ui \
|
||||
branchadddialog.ui
|
||||
|
||||
include(gitorious/gitorious.pri)
|
||||
|
||||
RESOURCES += \
|
||||
git.qrc
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user