Skip to content

Commit

Permalink
1.1.0.20 Update
Browse files Browse the repository at this point in the history
More UI Cleanup
Additional Error Handling
  • Loading branch information
mbishop75 committed Sep 6, 2014
1 parent 12ebf21 commit 7b9d720
Show file tree
Hide file tree
Showing 12 changed files with 174 additions and 1,127 deletions.
7 changes: 1 addition & 6 deletions Silkcoin-qt.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = silkcoin-qt
VERSION = 1.1.0.19
VERSION = 1.1.0.20

INCLUDEPATH += src src/json src/qt
DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE
Expand Down Expand Up @@ -187,7 +187,6 @@ HEADERS += \
src/qt/bitcoingui.h \
src/qt/bitcoinunits.h \
src/qt/blockbrowser.h \
src/qt/chatwindow.h \
src/qt/clientmodel.h \
src/qt/coincontroldialog.h \
src/qt/coincontroltreewidget.h \
Expand All @@ -211,7 +210,6 @@ HEADERS += \
src/qt/rpcconsole.h \
src/qt/sendcoinsdialog.h \
src/qt/sendcoinsentry.h \
src/qt/serveur.h \
src/qt/signverifymessagedialog.h \
src/qt/statisticspage.h \
src/qt/transactiondesc.h \
Expand Down Expand Up @@ -276,7 +274,6 @@ SOURCES += \
src/qt/bitcoinstrings.cpp \
src/qt/bitcoinunits.cpp \
src/qt/blockbrowser.cpp \
src/qt/chatwindow.cpp \
src/qt/clientmodel.cpp \
src/qt/coincontroldialog.cpp \
src/qt/coincontroltreewidget.cpp \
Expand All @@ -299,7 +296,6 @@ SOURCES += \
src/qt/rpcconsole.cpp \
src/qt/sendcoinsdialog.cpp \
src/qt/sendcoinsentry.cpp \
src/qt/serveur.cpp \
src/qt/signverifymessagedialog.cpp \
src/qt/statisticspage.cpp \
src/qt/transactiondesc.cpp \
Expand Down Expand Up @@ -346,7 +342,6 @@ FORMS += \
src/qt/forms/addressbookpage.ui \
src/qt/forms/askpassphrasedialog.ui \
src/qt/forms/blockbrowser.ui\
src/qt/forms/chatwindow.ui \
src/qt/forms/coincontroldialog.ui \
src/qt/forms/editaddressdialog.ui \
src/qt/forms/optionsdialog.ui \
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 1
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 19
#define CLIENT_VERSION_BUILD 20

// Converts the parameter X to a string after macro replacement on X has been performed.
// Don't merge these into one macro!
Expand Down
195 changes: 0 additions & 195 deletions src/qt/chatwindow.cpp

This file was deleted.

60 changes: 0 additions & 60 deletions src/qt/chatwindow.h

This file was deleted.

2 changes: 1 addition & 1 deletion src/qt/forms/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="text">
<string notr="true">1.1.0.19</string>
<string notr="true">1.1.0.20</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
Expand Down
Loading

0 comments on commit 7b9d720

Please sign in to comment.