Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
302 commits
Select commit Hold shift + click to select a range
cabea6c
patch: clean up main.h include headers.
IamLupo Dec 19, 2020
6e4c87c
fix: webwalletconnector.h header inclusion.
IamLupo Dec 19, 2020
56fecff
patch: bignum to .cpp and .h files.
IamLupo Dec 20, 2020
23506e8
add: converted smessage to classes with .cpp and .h files. add: names…
IamLupo Dec 22, 2020
447ccf4
patch: SMESSAGE to SMSG.
IamLupo Dec 22, 2020
3ecb759
patch: removed uselss headers in smsg and cleaned up a bit.
IamLupo Dec 26, 2020
149c56c
fix: a lot of if/else/try/catch statements where the bracket where no…
IamLupo Dec 26, 2020
84ad4c4
reverse: walletdb.cpp because i changed it wrong for some reason.
IamLupo Dec 31, 2020
98c68e1
patch: walletdb with bracket strictness.
IamLupo Jan 9, 2021
c9e5371
add: cstealthkeymetadata and ckeymetadata to .h and .cpp files. patch…
IamLupo Jan 9, 2021
1b5a563
add: calert and cunsignedalert to .cpp and .h files. add: c++17 STD, …
IamLupo Jan 20, 2021
55a6357
patch: add brackets to if/for/catch/try cases to make them more code …
IamLupo Jan 22, 2021
45af00e
patch: bracketsstrictness. patch: replace BOOST_FOREACH to for loop.
IamLupo Jan 23, 2021
9941f91
patch: BOOST_FOREACH cases.
IamLupo Feb 1, 2021
dcff840
merge: commits oct 21 2020 till 15 dec 2020
IamLupo Feb 4, 2021
b9e2452
fix: auto_ptr inside std, fix: add uint160 header.
IamLupo Feb 8, 2021
393bc32
fix: add std ot auto_ptr
IamLupo Feb 8, 2021
27d9af6
fix: auto_ptr add header memory
IamLupo Feb 8, 2021
319c750
remove: CBlock legacy code. fix: depricated deque include CNetMessage.
IamLupo Feb 8, 2021
1d41415
fix: add std to random_shuffle
IamLupo Feb 8, 2021
985738e
fix: random_shuffle add header algorithm
IamLupo Feb 8, 2021
bf43d69
fix: std::random_shuffle depricated in C++17, replace to std::shuffle
IamLupo Feb 8, 2021
1efd019
fix: std::random_shuffle depricated in C++17, replace to std::shuffle
IamLupo Feb 8, 2021
65f0b47
fix: std::random_shuffle depricated in C++17, replace to std::shuffle
IamLupo Feb 8, 2021
fe37574
fix: static GetStakeSplitThreshold
IamLupo Feb 8, 2021
417dd35
fix: =- changed to -= operator.
IamLupo Feb 8, 2021
0b0b091
fix: std::shuffle add random header.
IamLupo Feb 8, 2021
1830f8e
fix: reverse -= patch
IamLupo Feb 8, 2021
e77bf7f
add: readme sudo on copy Digitalnote daemon.
IamLupo Feb 13, 2021
2a5ed5e
patch: enters
IamLupo Feb 14, 2021
a44cf86
add: Linux compile orginized scripts.
IamLupo Feb 14, 2021
8af9303
add: daemon build .pro file. patch: bitcoind with connect headers. fi…
IamLupo Feb 14, 2021
ce4bcf7
fix: build.h generation.
IamLupo Feb 14, 2021
444224c
add: daemon windows compilation. fix: openssl ecdh, fix: header netin…
IamLupo Feb 17, 2021
2e5b555
fix: add openssl to unix compilation again. fix: unix gmp lib order.
IamLupo Feb 17, 2021
c530d18
remove: old gmp lib, already made separeted .pri file.
IamLupo Feb 17, 2021
4fdc476
remove: added Elf binairy by accident.
IamLupo Feb 17, 2021
75d400b
add: compilation windows app works. patch .pro files with .app. patch…
IamLupo Feb 18, 2021
86532cd
fix: QT DBus header inclusion. fix: force builded files into correct …
IamLupo Feb 18, 2021
9add9d3
remove: use_dbus on daemon option to compile.
IamLupo Feb 18, 2021
198fdba
patch: combine windows and linux. add: lib checks it can be found.
IamLupo Feb 18, 2021
3742361
remove: resource file. replace: upnp to lib.
IamLupo Feb 18, 2021
a86ada8
fix: miniupnp set variable warning.
IamLupo Feb 18, 2021
29adc7e
add: qrencode to compilation.
IamLupo Feb 18, 2021
3605b31
add: windows build info support.
IamLupo Feb 18, 2021
c49a48f
fix: directory structure / instead of \ ignore error on delete.
IamLupo Feb 18, 2021
0c5e94d
remove qrencode option and migrated to libs file. patch: include path…
IamLupo Feb 19, 2021
adbf2bc
patch: include paths
IamLupo Feb 21, 2021
0304b16
upgrade: leveldb 2.11.
IamLupo Feb 21, 2021
da60e4a
add: USE_NEW_LEVELDB option on compiling
IamLupo Feb 21, 2021
f1a70d7
add: cdb and cdbenv to .cpp and .h files.
IamLupo Feb 21, 2021
30b5f83
patch: order of templates to give order that make more sense.
IamLupo Feb 22, 2021
0b7b3d5
chash160, chash256, chashwriter to .cpp and .h files. patched all hea…
IamLupo Feb 22, 2021
8ee1f44
add: CKeyStore and CBasicKeystore to .cpp and .h files. patched: head…
IamLupo Feb 22, 2021
c2d9cb5
add: ccrypter, ccryptokeystore and cmasterkey to .cpp and .h. patch: …
IamLupo Feb 22, 2021
a9fe1de
patch files to linux EOL, fix: missing headers in qt scripts. patch: …
IamLupo Feb 22, 2021
d72e78f
fix: extra template different compiler long to long long difference.
IamLupo Feb 22, 2021
9cb2155
add: ckey and cextkey to .cpp and .h files. patch: headers.
IamLupo Feb 24, 2021
a2d5e62
add: eccverifyhandle, cextpubkey, secp256k1_context_verify and cpubke…
IamLupo Feb 25, 2021
a103216
add: cregtestparamas, ctestnetparamas, cmainparamas, cchainparams to …
IamLupo Feb 26, 2021
e457700
fix: missing headers in qt files.
IamLupo Feb 26, 2021
151f9ba
add: caddress, cinv and cmessageheader to .cpp and .h files. patch: h…
IamLupo Feb 27, 2021
228a28e
add: caddrinfo and caddrman to .cpp and .h files. patch: include headers
IamLupo Feb 27, 2021
a8f64c3
add: cservice, csubnet, cnetaddr to .cpp and .h files. patch: headers…
IamLupo Feb 27, 2021
fe795c4
add: cservice, csubnet, cnetaddr to .cpp and .h files. patch: headers…
IamLupo Feb 27, 2021
d634104
patch: pch process for daemon and app compilation. removed: headers t…
IamLupo Feb 28, 2021
30f267f
patch: used better difinition.
IamLupo Feb 28, 2021
8a5d76a
patch: cblock with useless header. patch: header inclusions. fix: CSc…
IamLupo Feb 28, 2021
65d68f6
add: report time compiled option. fix: header include.
IamLupo Feb 28, 2021
dbf69aa
fix: ctransaction header in qt
IamLupo Mar 1, 2021
4c34f1a
fix: rpcconsole label name
IamLupo Mar 1, 2021
ec84dc0
reverse: bug fix: ProcessMessageInstantX, ProcessConsensusVote on emp…
IamLupo Mar 1, 2021
c1a6ea7
remove: compile log file
IamLupo Mar 2, 2021
7e68215
add: ctxdestination header. patch: util am migrated functionality to …
IamLupo Mar 3, 2021
ebf4a4c
fix: missing boost thread header.
IamLupo Mar 3, 2021
ac051aa
fix: template difinition.
IamLupo Mar 3, 2021
e819b6c
fix: missing boost thread header.
IamLupo Mar 3, 2021
c0a92a8
fix: boost filesystem path header.
IamLupo Mar 3, 2021
a8860cc
fix: boost filesystem path header.
IamLupo Mar 3, 2021
5b84f45
patch: headers
IamLupo Mar 3, 2021
5582cc6
fix: serialize in walletmodel.
IamLupo Mar 3, 2021
b255007
patch: compat.h will be always include first to take control over os …
IamLupo Mar 3, 2021
8dc849b
patch: compat.h header.
IamLupo Mar 3, 2021
d3dea09
add: myclosesocket to header file. patch: compat.h.
IamLupo Mar 3, 2021
b5d4f45
fix: compat.h SOCKET.
IamLupo Mar 3, 2021
c8b8e74
patch: compat cleaned up.
IamLupo Mar 3, 2021
00d0113
fix: Ckey warning using default operator=.
IamLupo Mar 3, 2021
a134ee6
fix: ckey.
IamLupo Mar 3, 2021
5899140
patch: compile lib directory configuration. fix: secp256k1 was not co…
IamLupo May 15, 2021
014ba60
patch: windows configuration settings. patch: std settings. patch: wi…
IamLupo May 15, 2021
1167e0f
patch: std config in compiler_settings
IamLupo May 15, 2021
54cd09e
patch: template parameter type. patch: Digitalnote config.
IamLupo May 16, 2021
4ca69f2
add: macx directory lib and include.
IamLupo May 16, 2021
ad93c24
fix: cinv header inclusion.
IamLupo May 16, 2021
1392ac8
fix: cinv header inclusion.
IamLupo May 16, 2021
22434fa
fix: cinv header inclusion.
IamLupo May 16, 2021
4d5f457
fix: cinv header inclusion.
IamLupo May 16, 2021
c8d8825
fix: cinv header inclusion.
IamLupo May 16, 2021
86fe691
fix: cinv header inclusion.
IamLupo May 16, 2021
1ecdfaf
fix: cinv header inclusion.
IamLupo May 16, 2021
4c33a38
fix: cinv header inclusion.
IamLupo May 16, 2021
cdbc5c8
fix: cinv header inclusion.
IamLupo May 16, 2021
11fbc73
fix: cinv header inclusion.
IamLupo May 16, 2021
91728f5
fix: cinv header inclusion.
IamLupo May 16, 2021
3351d10
fix: cinv header inclusion.
IamLupo May 16, 2021
d892ff8
fix: cinv header inclusion.
IamLupo May 16, 2021
e27a45a
fix: cinv header inclusion.
IamLupo May 16, 2021
3a95d98
fix: cinv header inclusion.
IamLupo May 16, 2021
c5166e4
fix: cinv header inclusion.
IamLupo May 16, 2021
6f00237
fix: cinv header inclusion.
IamLupo May 16, 2021
09c2816
fix: cinv header inclusion.
IamLupo May 16, 2021
d60fd94
fix: cinv header inclusion.
IamLupo May 16, 2021
fda9e50
fix: cinv header inclusion.
IamLupo May 16, 2021
56182d7
fix: cinv header inclusion.
IamLupo May 16, 2021
8675b78
fix: cinv header inclusion.
IamLupo May 16, 2021
eecec30
fix: cinv header inclusion.
IamLupo May 16, 2021
95aacff
patch: lib for macx, patch: disable macx headers.
IamLupo May 16, 2021
84502cf
fix: avoid wrong libs.
IamLupo May 16, 2021
e86d474
fix: macx boost prefix
IamLupo May 16, 2021
74161fe
fix: potential fix for cpubkey macx clang compiler.
IamLupo May 16, 2021
0a8e71b
Merge branch 'big_classes_patch' of https://github.com/IamLupo/Digita…
rubber-duckie-au May 17, 2021
ef76ce1
fix: clang template bug. fix: cinv.h header include with compiler det…
IamLupo May 17, 2021
9af96d3
patch: avoid warning unknown allow-multiple-definition argument at co…
IamLupo May 17, 2021
5a7d18f
patch: rearrange macx settings in correct files.
IamLupo May 17, 2021
4c04e73
patch: config Deplayment target version.
IamLupo May 17, 2021
44690be
patch: new leveldb compiling, reverse it back.
IamLupo May 17, 2021
748ea1f
fix: bdb lib with suffix parameter. fix: windows lib configuration me…
IamLupo May 17, 2021
f7b3d25
fix: windows upnp lib order.
IamLupo May 17, 2021
4b2c778
fix: macx os class construction template compilation.
IamLupo May 25, 2021
75f397f
fix: cinv header include for clang macos.
IamLupo May 25, 2021
91699b4
fix: lz4 C++17 standard by removing depricated register specifier.
IamLupo May 25, 2021
d65d655
add: cmasternodedb to .cpp and .h files. patch: cleaned up masternode…
IamLupo May 29, 2021
b652c09
fix: windows util GetPerformanceCounter.
IamLupo May 29, 2021
d128eb4
patch: masternode classes to .cpp and .h files. patch: cleaned up hea…
IamLupo May 30, 2021
18aa01f
fix: socklen_t fix with compat.h inclusion.
IamLupo May 30, 2021
738aefc
fix: socklen_t fix with compat.h inclusion.
IamLupo May 30, 2021
ae83caa
Merge pull request #62 from IamLupo/big_classes_patch
rubber-duckie-au Jun 1, 2021
c20755c
remove: masternode-pos because it wasn't been used anywhere. patch: m…
IamLupo Jun 1, 2021
852d664
fix: net with inclusion function ShutdownRequested
IamLupo Jun 1, 2021
91a1d66
fix: missing inclusions inside headers. fix: app and deamon compiling…
IamLupo Jun 2, 2021
5682523
patch: allotators to .cpp and .h files. patch: cextkey friendly funct…
IamLupo Jun 2, 2021
cb234e1
fix: windows util algorithm header.
IamLupo Jun 2, 2021
bcd377b
fix: secure_allocator function in cpp with default parameters should …
IamLupo Jun 2, 2021
d5ea256
Merge branch 'big_classes_patch' of https://github.com/IamLupo/Digita…
IamLupo Jun 2, 2021
4afc59f
add: build path optimalisation for app and daemon. patch: all_headers…
IamLupo Jun 4, 2021
37f1dc4
fix: cpubkey clang.
IamLupo Jun 4, 2021
4e4c66f
add: ubuntu update alternative compiler option.
IamLupo Jun 4, 2021
37c23f9
patch: cleaned script and velocity
IamLupo Jun 4, 2021
374655a
patch: cleaned up script. patch: base58 classes to .cpp and .h files.…
IamLupo Jun 5, 2021
628c916
fix: windows included boost thread lib into main.cpp
IamLupo Jun 5, 2021
8481b04
fix: mac os missing inclusion inside smsg.
IamLupo Jun 5, 2021
b62846f
fix: mac os missing inclusion inside smsg.
IamLupo Jun 5, 2021
2705279
fix: mac os missing inclusion inside smsg.
IamLupo Jun 5, 2021
8c198eb
patch: bignum to .cpp and .h files and cleaned up inconsistencies.
IamLupo Jun 6, 2021
210a02d
fix: mac os cbignum
IamLupo Jun 6, 2021
283e923
add: noui.h for bitcoind.cpp. patch: ctxdestination.h with correct fo…
IamLupo Jun 6, 2021
8665e40
fix: ctxdestination.h with correct forward declaration in qt scripts.
IamLupo Jun 6, 2021
189f0b8
add: Unity build feature. patch: cleaned up fork.h. patch: inclusions.
IamLupo Jun 8, 2021
2ebdcc4
Merge remote-tracking branch 'main/v1.0.3.9-testing' into big_classes…
IamLupo Jun 9, 2021
a1e4dcc
fix: qt depricated related warnings.
IamLupo Jun 10, 2021
076065d
patch: new patch epoch system.
IamLupo Jun 10, 2021
fb25cdb
fix: map const issue.
IamLupo Jun 10, 2021
30b9a99
fix: seesawInterval manetory update. patch: cleanup nPaymentUpdate.
IamLupo Jun 11, 2021
7a6b7db
fix: qt depricated functions
IamLupo Jun 12, 2021
c5cee51
patch: between update 4 and 5 there wont be any DoS executed to preve…
IamLupo Jun 12, 2021
ab084b8
fix: disable old patch check.
IamLupo Jun 12, 2021
e2a8be5
fix: updatename 5
IamLupo Jun 13, 2021
070682c
patch: ccriticalblock and ccriticalsection to types directory. fix: q…
IamLupo Jun 15, 2021
3277b6f
remove: keystore .cpp and .h, add: cryptedkeymap type.
IamLupo Jun 15, 2021
ba3d721
fix: swapItemsAt check its QT 5.13 or higher.
IamLupo Jun 15, 2021
d2d0200
fix: all headers cryptedkeymap.
IamLupo Jun 15, 2021
5f51e7b
remove chain .cpp and .h
IamLupo Jun 16, 2021
95cefd9
add: thread.h with LOCK and SECTION functionality. patch: txmempool f…
IamLupo Jun 16, 2021
242700d
fix: include thread.h
IamLupo Jun 16, 2021
6592f00
patch: sync and all thread related classes to .cpp and .h files.
IamLupo Jun 16, 2021
da42ec2
patch: csecret and cprivkey to type. patch: split ui_translate and ui…
IamLupo Jun 16, 2021
296eadf
patch: headers to types and enums directory. patch useless headers.
IamLupo Jun 16, 2021
a62817b
add: camount type. patch: cwallet and cwallettx.
IamLupo Jun 16, 2021
6618568
add: serialize type header.
IamLupo Jun 16, 2021
365957a
add: serialize type header.
IamLupo Jun 16, 2021
b21e263
remove empty key .cpp and .h file
IamLupo Jun 16, 2021
6be938f
patch: limitedmap to .app and .h files. fix: header inclusions.
IamLupo Jun 16, 2021
272b562
add: nodeid type header
IamLupo Jun 16, 2021
24f09bb
patch: mruset to .cpp and .h files.
IamLupo Jun 16, 2021
2e9aa60
remove: temp file
IamLupo Jun 17, 2021
5455965
patch: cleaned up script and removed useless headers.
IamLupo Jun 17, 2021
7b74550
patch: txdb-level header and patch all recursive header inclusions. p…
IamLupo Jun 17, 2021
bc3cc2a
remove: all for boost cases. add: util backward class for loops. fix:…
IamLupo Jun 17, 2021
48212b9
remove: forgotten for boost cases.
IamLupo Jun 17, 2021
33936f4
fix: cwallettx header set inclusion.
IamLupo Jun 17, 2021
6568f7c
fix: friendly none template functions will arrise warnings, reverse i…
IamLupo Jun 17, 2021
ec051b5
fix: depricated qt messages.
IamLupo Jun 17, 2021
ad64e9b
fix: qt depricated cases.
IamLupo Jun 17, 2021
5721d85
remove: qcustomplot module.
IamLupo Jun 17, 2021
2043ce3
remove: using namespaces for optimizing unity build.
IamLupo Jun 18, 2021
8a412cc
patch: unity build for daemon
IamLupo Jun 18, 2021
4fbe0d2
fix: remove rpcsmessage from unity build because of windows conflict.
IamLupo Jun 18, 2021
def70f6
patch: useless namespaces. patch: app unity build with qt files.
IamLupo Jun 18, 2021
3f49203
add: cautofile, cdatastream and csizecomputer to .cpp and .h files. a…
IamLupo Jun 18, 2021
94782f6
fix: cdatastream mac.
IamLupo Jun 18, 2021
c48913e
patch: git ignore files for windows.
IamLupo Jun 25, 2021
f7acce2
patch: txmempool to ctxmempool. patch: developer addresses and docume…
IamLupo Jun 30, 2021
8cb88f8
Merge branch 'big_classes_patch' of https://github.com/IamLupo/Digita…
IamLupo Jun 30, 2021
9b88908
patch: migrated epoch and developer adress into VersionInformation.
IamLupo Jun 30, 2021
07cc8fb
patch: Masternode payment set to 150 XDN.
IamLupo Jun 30, 2021
bc471d8
patch: Masternode payment set to 150 XDN.
IamLupo Jun 30, 2021
b5966b0
fix: cblock check ctransaction has lower input then output.
IamLupo Jul 6, 2021
0bd266c
fix: mapVerionInformation initialize first in compile process. fix: c…
IamLupo Jul 6, 2021
323579d
fix: add initVersionInformation.
IamLupo Jul 6, 2021
726a481
patch: GetMapTxInputs.
IamLupo Jul 6, 2021
b1f57a2
fix: full fix to avoid input < output inside block.
IamLupo Jul 7, 2021
919223a
fix: GetValueMapIn
IamLupo Jul 7, 2021
b36577b
fix: windows compilation
IamLupo Jul 7, 2021
8156c38
fix: version information to #define. remove: old compile methods.
IamLupo Jul 7, 2021
3e084c3
fix: overflow protection on calculation. fix: block height is at leas…
IamLupo Jul 9, 2021
d92024e
patch: DigitalNote config mac settings <3 Auchri.
IamLupo Jul 9, 2021
a5caf29
fix: GetMasternodePayment reward.
IamLupo Jul 17, 2021
e7bdc28
patch: GetMapTxInputs with extra parameters and return bool. patch: F…
IamLupo Jul 17, 2021
77eb559
fix: AcceptBlock replace LogPrintf with DoS case.
IamLupo Jul 17, 2021
7ac2bee
patch: version 1.0.4.2
IamLupo Jul 17, 2021
5ef6fbb
patch: PROTOCOL_VERSION = 62032
IamLupo Jul 17, 2021
7427492
remove: debug statement in message.
IamLupo Jul 18, 2021
d517941
patch: align AcceptBlock function with tabs.
IamLupo Jul 18, 2021
4bc40a9
add: mintblock rpc call (not finished). patch: new mandatory updates …
IamLupo Jul 18, 2021
7b4f2f2
add: mintblock functionality. patch: new nodes to Digitalnote config …
IamLupo Jul 20, 2021
29a6472
fix: CreateNewBlock add block height signature in first vin in transa…
IamLupo Jul 20, 2021
373d0e9
fix: FormatMoney in miner. disable: Check to mine a block on MINTING_…
IamLupo Jul 21, 2021
a445ac1
add: minting blockheight text
IamLupo Jul 21, 2021
6bba0d5
minting test 2
IamLupo Jul 21, 2021
0a7fd6b
fix: instead of ignore input > output case. Increase input with minte…
IamLupo Jul 22, 2021
e405aa0
fix: instead of ignore input > output case. Increase input with minte…
IamLupo Jul 22, 2021
26b7913
patch: protocol version.
IamLupo Jul 22, 2021
ff65055
minting test 3
IamLupo Jul 22, 2021
e7a2d62
minting test 3
IamLupo Jul 22, 2021
22286c7
patch: same coins spend in different transactions in same block detec…
IamLupo Jul 25, 2021
dc4455f
patch: version.h. patch: readme apt-get installs
IamLupo Jul 25, 2021
a61314f
patch: version 2.0.0.0
IamLupo Jul 25, 2021
a65d145
add: documentation minimal qmake version requirements.
IamLupo Jul 26, 2021
9222615
first working minting version 2.0.0.0
IamLupo Jul 26, 2021
503deb3
patch: leveldb remove useless compile parameters
IamLupo Jul 26, 2021
567665f
add: force std C++17
IamLupo Jul 26, 2021
aa6a017
patch: switch force std documentation.
IamLupo Jul 26, 2021
27d4f3f
fix: secp256k1 compilation.
IamLupo Jul 26, 2021
378cdc3
patch: readme
IamLupo Jul 26, 2021
b095f29
patch: readme
IamLupo Jul 26, 2021
80636b9
fix: block height in CheckBlock.
IamLupo Jul 26, 2021
7916aa0
Merge branch 'master' of https://github.com/IamLupo/DigitalNote-2
IamLupo Jul 26, 2021
93140f3
remove: dirty fix.
IamLupo Jul 26, 2021
149e92c
fix: CheckBlock on GetMasternodePayment and GetMasternodePayment with…
IamLupo Jul 26, 2021
5029d36
patch: v2.0.0.1. patch: ip nood seeds.
IamLupo Jul 26, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
28 changes: 17 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,28 +1,34 @@
## Ignore directories
build
release

## Ignore files
src/*.exe
src/DigitalNote
src/DigitalNoted
src/test_DigitalNote
src/build.h
.*.swp
*.*~*
*.bak
*.rej
*.orig
*.o
*.patch
*.gch
*.exe
.DigitalNote
#compilation and Qt preprocessor part
.qmake.stash
Makefile
DigitalNoted
DigitalNote-qt
DigitalNote-Qt.dmg
DigitalNote-Qt.app
#resources cpp
qrc_*.cpp
#qt creator
*.pro.user
#mac specific
.DS_Store
build
Makefile
Makefile.*
.qmake.stash

!src/leveldb/Makefile
## leveldb lib
!src/leveldb/Makefile
src/leveldb-2.11/build
qdbusxml2cpp_wrapper.bat
uic_wrapper.bat
digitalnote-qt_plugin_import.cpp
41 changes: 41 additions & 0 deletions DigitalNote.app.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
include(include/definitions.pri)

DIGITALNOTE_APP_NAME = app
DIGITALNOTE_PATH = $$PWD

include(DigitalNote_config.pri)

include(include/base.pri)

TARGET = DigitalNote-qt

DEFINES += ENABLE_WALLET

include(include/build_path.pri)
include(include/compiler_settings.pri)
include(include/security.pri)
include(include/qt.pri)
include(include/release.pri)
include(include/msse2.pri)

include(include/app/qt_settings.pri)
include(include/app/forums.pri)
include(include/app/headers.pri)
include(include/app/other_files.pri)
include(include/app/resources.pri)
include(include/app/sources.pri)
include(include/app/translations.pri)

## Compile Options
include(include/options/use_update_alternatives.pri)
include(include/options/use_0.pri)
include(include/options/use_build_info.pri)
include(include/options/use_dbus.pri)
include(include/options/use_pch.pri)
include(include/options/use_unity_build.pri)
include(include/options/use_force_std.pri)

## Libraries
include(include/libs.pri)

system($$QMAKE_LRELEASE -silent $$_PRO_FILE_)
36 changes: 36 additions & 0 deletions DigitalNote.daemon.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
include(include/definitions.pri)

DIGITALNOTE_APP_NAME = daemon
DIGITALNOTE_PATH = $$PWD

include(DigitalNote_config.pri)

include(include/base.pri)

TARGET = DigitalNoted

DEFINES += ENABLE_WALLET

include(include/build_path.pri)
include(include/compiler_settings.pri)
include(include/security.pri)
include(include/qt.pri)
include(include/release.pri)
include(include/msse2.pri)

include(include/daemon/qt_settings.pri)
include(include/daemon/headers.pri)
include(include/daemon/sources.pri)

## Compile Options
include(include/options/use_update_alternatives.pri)
include(include/options/use_0.pri)
include(include/options/use_build_info.pri)
include(include/options/use_pch.pri)
include(include/options/use_unity_build.pri)
include(include/options/use_force_std.pri)

## Libraries
include(include/libs.pri)

system($$QMAKE_LRELEASE -silent $$_PRO_FILE_)
Loading