Skip to content

Commit 9cdafb5

Browse files
committed
update code
1 parent 028f2c0 commit 9cdafb5

File tree

210 files changed

+34019
-197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+34019
-197
lines changed

.qmake.stash

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
QMAKE_CXX.INCDIRS = \
2+
/usr/include/c++/7 \
3+
/usr/include/x86_64-linux-gnu/c++/7 \
4+
/usr/include/c++/7/backward \
5+
/usr/lib/gcc/x86_64-linux-gnu/7/include \
6+
/usr/local/include \
7+
/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed \
8+
/usr/include/x86_64-linux-gnu \
9+
/usr/include
10+
QMAKE_CXX.LIBDIRS = \
11+
/usr/lib/gcc/x86_64-linux-gnu/7 \
12+
/usr/lib/x86_64-linux-gnu \
13+
/usr/lib \
14+
/lib/x86_64-linux-gnu \
15+
/lib
16+
QMAKE_CXX.QT_COMPILER_STDCXX = 201402L
17+
QMAKE_CXX.QMAKE_GCC_MAJOR_VERSION = 7
18+
QMAKE_CXX.QMAKE_GCC_MINOR_VERSION = 3
19+
QMAKE_CXX.QMAKE_GCC_PATCH_VERSION = 0
20+
QMAKE_CXX.COMPILER_MACROS = \
21+
QT_COMPILER_STDCXX \
22+
QMAKE_GCC_MAJOR_VERSION \
23+
QMAKE_GCC_MINOR_VERSION \
24+
QMAKE_GCC_PATCH_VERSION

ABBCCoin-qt

-59 KB
Binary file not shown.

Makefile

+21-12
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
#############################################################################
22
# Makefile for building: ABBCCoin-qt
3-
# Generated by qmake (2.01a) (Qt 4.8.7) on: Wed Oct 3 05:22:10 2018
3+
# Generated by qmake (2.01a) (Qt 4.8.7) on: Fri Apr 19 11:53:17 2019
44
# Project: ABBCCoin.pro
55
# Template: app
6-
# Command: /usr/lib/x86_64-linux-gnu/qt4/bin/qmake -o Makefile ABBCCoin.pro
6+
# Command: /usr/lib/x86_64-linux-gnu/qt4/bin/qmake USE_UPNP=- USE_QRCODE=1 -o Makefile ABBCCoin.pro
77
#############################################################################
88

99
####### Compiler, tools and options
1010

1111
CC = gcc
1212
CXX = g++
13-
DEFINES = -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DMINIUPNP_STATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
13+
DEFINES = -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
1414
CFLAGS = -m64 -pipe -O2 -D_REENTRANT -Wall -W $(DEFINES)
1515
CXXFLAGS = -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector $(DEFINES)
1616
INCPATH = -I/usr/share/qt4/mkspecs/linux-g++-64 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -I/usr/local/include -Isrc/leveldb/include -Isrc/leveldb/helpers -Ibuild -Ibuild
1717
LINK = g++
1818
LFLAGS = -m64 -fstack-protector-all --param ssp-buffer-size=1 -Wl,-O1
19-
LIBS = $(SUBLIBS) -L/usr/lib/x86_64-linux-gnu -lqrencode -lminiupnpc /opt/abbc/src/leveldb/libleveldb.a /opt/abbc/src/leveldb/libmemenv.a -lrt -lssl -lcrypto -ldb_cxx -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lpthread -lQtGui -lQtNetwork -lQtCore
19+
LIBS = $(SUBLIBS) -L/usr/lib/x86_64-linux-gnu -lqrencode /home/abbc/abbc/src/leveldb/libleveldb.a /home/abbc/abbc/src/leveldb/libmemenv.a -lrt -lssl -lcrypto -ldb_cxx -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lpthread -lQtGui -lQtNetwork -lQtCore
2020
AR = ar cqs
2121
RANLIB =
2222
QMAKE = /usr/lib/x86_64-linux-gnu/qt4/bin/qmake
@@ -350,7 +350,7 @@ first: all
350350

351351
all: Makefile $(TARGET)
352352

353-
$(TARGET): /opt/abbc/src/leveldb/libleveldb.a /opt/abbc/build/build.h build/ui_coincontroldialog.h build/ui_sendcoinsdialog.h build/ui_addressbookpage.h build/ui_signverifymessagedialog.h build/ui_aboutdialog.h build/ui_charitydialog.h build/ui_editaddressdialog.h build/ui_transactiondescdialog.h build/ui_overviewpage.h build/ui_sendcoinsentry.h build/ui_askpassphrasedialog.h build/ui_rpcconsole.h build/ui_statisticspage.h build/ui_blockbrowser.h build/ui_chatwindow.h build/ui_optionsdialog.h build/ui_qrcodedialog.h $(OBJECTS)
353+
$(TARGET): /home/abbc/abbc/src/leveldb/libleveldb.a /home/abbc/abbc/build/build.h build/ui_coincontroldialog.h build/ui_sendcoinsdialog.h build/ui_addressbookpage.h build/ui_signverifymessagedialog.h build/ui_aboutdialog.h build/ui_charitydialog.h build/ui_editaddressdialog.h build/ui_transactiondescdialog.h build/ui_overviewpage.h build/ui_sendcoinsentry.h build/ui_askpassphrasedialog.h build/ui_rpcconsole.h build/ui_statisticspage.h build/ui_blockbrowser.h build/ui_chatwindow.h build/ui_optionsdialog.h build/ui_qrcodedialog.h $(OBJECTS)
354354
$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
355355

356356
Makefile: ABBCCoin.pro /usr/share/qt4/mkspecs/linux-g++-64/qmake.conf /usr/share/qt4/mkspecs/common/unix.conf \
@@ -379,7 +379,7 @@ Makefile: ABBCCoin.pro /usr/share/qt4/mkspecs/linux-g++-64/qmake.conf /usr/shar
379379
/usr/lib/x86_64-linux-gnu/libQtGui.prl \
380380
/usr/lib/x86_64-linux-gnu/libQtNetwork.prl \
381381
/usr/lib/x86_64-linux-gnu/libQtCore.prl
382-
$(QMAKE) -o Makefile ABBCCoin.pro
382+
$(QMAKE) USE_UPNP=- USE_QRCODE=1 -o Makefile ABBCCoin.pro
383383
/usr/share/qt4/mkspecs/common/unix.conf:
384384
/usr/share/qt4/mkspecs/common/linux.conf:
385385
/usr/share/qt4/mkspecs/common/gcc-base.conf:
@@ -407,7 +407,7 @@ Makefile: ABBCCoin.pro /usr/share/qt4/mkspecs/linux-g++-64/qmake.conf /usr/shar
407407
/usr/lib/x86_64-linux-gnu/libQtNetwork.prl:
408408
/usr/lib/x86_64-linux-gnu/libQtCore.prl:
409409
qmake: FORCE
410-
@$(QMAKE) -o Makefile ABBCCoin.pro
410+
@$(QMAKE) USE_UPNP=- USE_QRCODE=1 -o Makefile ABBCCoin.pro
411411

412412
dist:
413413
@$(CHK_DIR_EXISTS) build/ABBCCoin-qt1.0.1 || $(MKDIR) build/ABBCCoin-qt1.0.1
@@ -416,7 +416,7 @@ dist:
416416

417417
clean:compiler_clean
418418
-$(DEL_FILE) $(OBJECTS)
419-
-$(DEL_FILE) /opt/abbc/src/leveldb/libleveldb.a; cd /opt/abbc/src/leveldb ; $(MAKE) clean
419+
-$(DEL_FILE) /home/abbc/abbc/src/leveldb/libleveldb.a; cd /home/abbc/abbc/src/leveldb ; $(MAKE) clean
420420
-$(DEL_FILE) *~ core *.core
421421

422422

@@ -427,11 +427,11 @@ distclean: clean
427427
-$(DEL_FILE) Makefile
428428

429429

430-
/opt/abbc/src/leveldb/libleveldb.a: FORCE
431-
cd /opt/abbc/src/leveldb && CC=gcc CXX=g++ $(MAKE) OPT="-fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a
430+
/home/abbc/abbc/src/leveldb/libleveldb.a: FORCE
431+
cd /home/abbc/abbc/src/leveldb && CC=gcc CXX=g++ $(MAKE) OPT="-fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a
432432

433-
/opt/abbc/build/build.h: FORCE
434-
cd /opt/abbc; /bin/sh share/genbuild.sh /opt/abbc/build/build.h
433+
/home/abbc/abbc/build/build.h: FORCE
434+
cd /home/abbc/abbc; /bin/sh share/genbuild.sh /home/abbc/abbc/build/build.h
435435

436436
check: first
437437

@@ -887,6 +887,7 @@ qrc_bitcoin.cpp: src/qt/bitcoin.qrc \
887887
src/qt/locale/bitcoin_es_DO.qm \
888888
src/qt/locale/bitcoin_fi.qm \
889889
src/qt/locale/bitcoin_ru.qm \
890+
src/qt/res/images/bg.png \
890891
src/qt/res/images/about.png \
891892
src/qt/res/images/splash.png \
892893
src/qt/res/movies/update_spinner.mng \
@@ -1436,6 +1437,9 @@ build/addresstablemodel.o: src/qt/addresstablemodel.cpp src/qt/addresstablemodel
14361437

14371438
build/optionsdialog.o: src/qt/optionsdialog.cpp src/qt/optionsdialog.h \
14381439
build/ui_optionsdialog.h \
1440+
src/qt/bitcoinamountfield.h \
1441+
src/qt/qvalidatedlineedit.h \
1442+
src/qt/qvaluecombobox.h \
14391443
src/qt/bitcoinunits.h \
14401444
src/qt/monitoreddatamapper.h \
14411445
src/netbase.h \
@@ -1505,6 +1509,7 @@ build/sendcoinsdialog.o: src/qt/sendcoinsdialog.cpp src/qt/sendcoinsdialog.h \
15051509

15061510
build/coincontroldialog.o: src/qt/coincontroldialog.cpp src/qt/coincontroldialog.h \
15071511
build/ui_coincontroldialog.h \
1512+
src/qt/coincontroltreewidget.h \
15081513
src/init.h \
15091514
src/wallet.h \
15101515
src/main.h \
@@ -1588,6 +1593,7 @@ build/addressbookpage.o: src/qt/addressbookpage.cpp src/qt/addressbookpage.h \
15881593

15891594
build/signverifymessagedialog.o: src/qt/signverifymessagedialog.cpp src/qt/signverifymessagedialog.h \
15901595
build/ui_signverifymessagedialog.h \
1596+
src/qt/qvalidatedlineedit.h \
15911597
src/qt/addressbookpage.h \
15921598
src/base58.h \
15931599
src/bignum.h \
@@ -3065,6 +3071,8 @@ build/crypter.o: src/crypter.cpp src/crypter.h \
30653071

30663072
build/sendcoinsentry.o: src/qt/sendcoinsentry.cpp src/qt/sendcoinsentry.h \
30673073
build/ui_sendcoinsentry.h \
3074+
src/qt/bitcoinamountfield.h \
3075+
src/qt/qvalidatedlineedit.h \
30683076
src/qt/guiutil.h \
30693077
src/qt/bitcoinunits.h \
30703078
src/qt/addressbookpage.h \
@@ -3272,6 +3280,7 @@ build/pbkdf2.o: src/pbkdf2.cpp src/pbkdf2.h
32723280

32733281
build/qrcodedialog.o: src/qt/qrcodedialog.cpp src/qt/qrcodedialog.h \
32743282
build/ui_qrcodedialog.h \
3283+
src/qt/bitcoinamountfield.h \
32753284
src/qt/bitcoinunits.h \
32763285
src/qt/guiconstants.h \
32773286
src/qt/guiutil.h \

build/aboutdialog.o

15.2 KB
Binary file not shown.

build/addressbookpage.o

165 KB
Binary file not shown.

build/addresstablemodel.o

211 KB
Binary file not shown.

build/addrman.o

165 KB
Binary file not shown.

build/alert.o

369 KB
Binary file not shown.

build/askpassphrasedialog.o

99.1 KB
Binary file not shown.

build/bitcoin.o

574 KB
Binary file not shown.

build/bitcoinaddressvalidator.o

2.34 KB
Binary file not shown.

build/bitcoinamountfield.o

13.6 KB
Binary file not shown.

build/bitcoingui.o

301 KB
Binary file not shown.

build/bitcoinrpc.o

1.46 MB
Binary file not shown.

build/bitcoinstrings.o

952 Bytes
Binary file not shown.

build/bitcoinunits.o

24.1 KB
Binary file not shown.

build/blake.o

26.3 KB
Binary file not shown.

build/blockbrowser.o

214 KB
Binary file not shown.

build/bloom.o

133 KB
Binary file not shown.

build/bmw.o

20.1 KB
Binary file not shown.

build/build.h

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// No build information available
2+
#define BUILD_DATE "2019-04-03 10:43:53 +0530"

build/charitydialog.o

215 KB
Binary file not shown.

build/chatwindow.o

36.6 KB
Binary file not shown.

build/checkpoints.o

254 KB
Binary file not shown.

build/clientmodel.o

384 KB
Binary file not shown.

build/coincontroldialog.o

272 KB
Binary file not shown.

build/coincontroltreewidget.o

3.27 KB
Binary file not shown.

build/crypter.o

195 KB
Binary file not shown.

build/csvmodelwriter.o

12 KB
Binary file not shown.

build/cubehash.o

30 KB
Binary file not shown.

build/db.o

306 KB
Binary file not shown.

build/echo.o

32.2 KB
Binary file not shown.

build/editaddressdialog.o

19.8 KB
Binary file not shown.

build/fugue.o

46.4 KB
Binary file not shown.

build/groestl.o

64.5 KB
Binary file not shown.

build/guiutil.o

185 KB
Binary file not shown.

build/hamsi.o

216 KB
Binary file not shown.

build/hash.o

16.6 KB
Binary file not shown.

build/init.o

1.09 MB
Binary file not shown.

build/irc.o

198 KB
Binary file not shown.

build/jh.o

40.5 KB
Binary file not shown.

build/keccak.o

15.6 KB
Binary file not shown.

build/kernel.o

215 KB
Binary file not shown.

build/key.o

195 KB
Binary file not shown.

build/keystore.o

299 KB
Binary file not shown.

build/luffa.o

31.1 KB
Binary file not shown.

build/main.o

1.04 MB
Binary file not shown.

build/miner.o

267 KB
Binary file not shown.

build/moc_aboutdialog.cpp

+93
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
/****************************************************************************
2+
** Meta object code from reading C++ file 'aboutdialog.h'
3+
**
4+
** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.7)
5+
**
6+
** WARNING! All changes made in this file will be lost!
7+
*****************************************************************************/
8+
9+
#include "../src/qt/aboutdialog.h"
10+
#if !defined(Q_MOC_OUTPUT_REVISION)
11+
#error "The header file 'aboutdialog.h' doesn't include <QObject>."
12+
#elif Q_MOC_OUTPUT_REVISION != 63
13+
#error "This file was generated using the moc from 4.8.7. It"
14+
#error "cannot be used with the include files from this version of Qt."
15+
#error "(The moc has changed too much.)"
16+
#endif
17+
18+
QT_BEGIN_MOC_NAMESPACE
19+
static const uint qt_meta_data_AboutDialog[] = {
20+
21+
// content:
22+
6, // revision
23+
0, // classname
24+
0, 0, // classinfo
25+
1, 14, // methods
26+
0, 0, // properties
27+
0, 0, // enums/sets
28+
0, 0, // constructors
29+
0, // flags
30+
0, // signalCount
31+
32+
// slots: signature, parameters, type, tag, flags
33+
13, 12, 12, 12, 0x08,
34+
35+
0 // eod
36+
};
37+
38+
static const char qt_meta_stringdata_AboutDialog[] = {
39+
"AboutDialog\0\0on_buttonBox_accepted()\0"
40+
};
41+
42+
void AboutDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
43+
{
44+
if (_c == QMetaObject::InvokeMetaMethod) {
45+
Q_ASSERT(staticMetaObject.cast(_o));
46+
AboutDialog *_t = static_cast<AboutDialog *>(_o);
47+
switch (_id) {
48+
case 0: _t->on_buttonBox_accepted(); break;
49+
default: ;
50+
}
51+
}
52+
Q_UNUSED(_a);
53+
}
54+
55+
const QMetaObjectExtraData AboutDialog::staticMetaObjectExtraData = {
56+
0, qt_static_metacall
57+
};
58+
59+
const QMetaObject AboutDialog::staticMetaObject = {
60+
{ &QDialog::staticMetaObject, qt_meta_stringdata_AboutDialog,
61+
qt_meta_data_AboutDialog, &staticMetaObjectExtraData }
62+
};
63+
64+
#ifdef Q_NO_DATA_RELOCATION
65+
const QMetaObject &AboutDialog::getStaticMetaObject() { return staticMetaObject; }
66+
#endif //Q_NO_DATA_RELOCATION
67+
68+
const QMetaObject *AboutDialog::metaObject() const
69+
{
70+
return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
71+
}
72+
73+
void *AboutDialog::qt_metacast(const char *_clname)
74+
{
75+
if (!_clname) return 0;
76+
if (!strcmp(_clname, qt_meta_stringdata_AboutDialog))
77+
return static_cast<void*>(const_cast< AboutDialog*>(this));
78+
return QDialog::qt_metacast(_clname);
79+
}
80+
81+
int AboutDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
82+
{
83+
_id = QDialog::qt_metacall(_c, _id, _a);
84+
if (_id < 0)
85+
return _id;
86+
if (_c == QMetaObject::InvokeMetaMethod) {
87+
if (_id < 1)
88+
qt_static_metacall(this, _c, _id, _a);
89+
_id -= 1;
90+
}
91+
return _id;
92+
}
93+
QT_END_MOC_NAMESPACE

build/moc_aboutdialog.o

10.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)