forked from dashpay/dash
-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Refactor] Remove all "using namespace" statements #949
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This goes towards following more closely the coding guidelines.
Warrows
force-pushed
the
2019_clear_namespaces
branch
from
July 13, 2019 10:34
125c016
to
604d365
Compare
Merged
random-zebra
approved these changes
Jul 16, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK ef41333
Fuzzbawls
approved these changes
Jul 26, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK ef41333
Fuzzbawls
added a commit
that referenced
this pull request
Jul 26, 2019
ef41333 [Refactor] Replace tabs with spaces (warrows) 604d365 [Refactor] Remove all "using namespace" statements (warrows) Pull request description: This goes towards following more closely the coding guidelines. No functional change. ACKs for top commit: random-zebra: ACK ef41333 Fuzzbawls: ACK ef41333 Tree-SHA512: 18b1744a397a9ade766456980f980ea915c468c9484ff61401c3e96b4008c6c615bb4dbf533009bedb89297aaec5f1dc7cd0b27aafcb08d3088fb7abd579cf87
Fuzzbawls
added a commit
that referenced
this pull request
Jul 29, 2019
639b43d [Trivial] Spelling - Wither -> Whether (Cave Spectre) c9a2cc3 Trivial: typo fixes (Cave Spectre) Pull request description: "monthly" instead of "monthy" "budget" instead of "buddget" Also included "std::" on the throw runtime_error for a smoother merge with #949 ACKs for top commit: Fuzzbawls: ACK 639b43d Tree-SHA512: 3e6d72e4842c4e2100e6252b4b452da9368c76583dee9bf7427e73fc1f8115fbcd059bd7869d7f43e9b40f7026a65b07a0d916f6fc9df5f76c93eb08145437dc
furszy
referenced
this pull request
in furszy/bitcoin-core
Aug 5, 2019
…atement removed from the new GUI.
furszy
referenced
this pull request
in furszy/bitcoin-core
Aug 5, 2019
…atement removed from the new GUI.
furszy
referenced
this pull request
in furszy/bitcoin-core
Aug 28, 2019
…atement removed from the new GUI.
furszy
referenced
this pull request
in furszy/bitcoin-core
Sep 6, 2019
…atement removed from the new GUI.
random-zebra
added a commit
that referenced
this pull request
Sep 10, 2019
ca046aa [UI] - Dashboard chart load, min update time interval, not update view so often when node is syncing. - Try chart refresh when the wallet is synced. (furszy) 3c711ef [Trivial] transactionTableModel foreach using const variable instead of create a copy of the object. (furszy) c07c9b3 [UI] NavMenu, app's version connected. (furszy) 1e0a347 [UI] - When clicking unlock/lock wallet, the password get edit text gets focused. - Privacy screen, zPIV minting disabled. (furszy) 06ee910 [Trivial] Compiler warnings, not used variables. (furszy) c812429 [GUI] Abstract background thread process flow created, dashboard chart load connected to it. (furszy) b19cbaf [Revert] bad method name change reverted, debug console enter button was not recognized. (furszy) 8029464 [refactor] lowercase files (furszy) 30e7c1e [Refactor] * Capitalized PIVXGUI and AddressFilterProxyModel filenames renamed to lower case. * TransactionRecord initialization warning, size initialized after xxx, fixed. (furszy) e40ea11 [UI] Forced reset to activate the settings options custom values connected. (furszy) 56074a2 [Helpers] Invalid conversion from ‘const char*’ to ‘uint {aka unsigned int}’ in some OSs standardized. (furszy) 4f6c6cb [Travis] qrencode no longer optional added to host x86_64-unknown-linux-gnu. (furszy) 07d5a6e testnet flag disabled (furszy) dcbfe17 [Build][UI] Provisional move of the QTCharts library to optional dependency for local build. (furszy) f23a8f9 [UI] Open uri dialog, invalid place holder text removed. (furszy) bb1a743 [GUI] Cleanup build warnings (Cave Spectre) 85dc691 [GUI] Fix connectSlotsByName errors (Cave Spectre) 62e06f2 [UI] Wallet sync state, pending icon and style added to the transactionRecords with "Other" type. (furszy) fb9b7e6 [GUI] welcome tutorial, typo fixed + privacy and MN text changed. (furszy) 3675f2e [GUI] * processNewTransaction method connected to dashboard screen, pushing a baloon notification when a new tx arrive to the wallet. (furszy) 6698d0b [GUI] Settings multiSend, request wallet unlock before add or delete any recipient. (furszy) 891f64d [GUI] Settings trailing spaces + minimize layout vertical expansion. (furszy) d89de01 [Trivial] Cleanup UI compile warnings (Cave Spectre) 05594c8 [REFACTOR] Code refactor forced by #949. "Using namespaces" statement removed from the new GUI. (furszy) b233081 [GUI] Settings multisend, list missing container style. (furszy) 57ca1b4 [GUI] Linux QComboBox listView items internal invalid focus square removed. (furszy) 9cb8f64 [GUI] Update coin control style when the theme changes. (furszy) 1d07968 [GUI] Hack to re paint the chart view for linux. The chart was not updating the screen even when the internal data was changed (qtchart 5.9 issue) (furszy) 680d2dd [GUI] notify user when the system doesn't have a predetermined text editor or navigator to open the file/folder. (furszy) 70dd159 [GUI] AskPassphraseDialog, missing opaque background on dialog popup added. (furszy) 9809f00 [GUI][Model] Masternodes screen, verify if masternode collateral tx was accepted before try to broadcast the create message. (furszy) f3a6e2c [GUI] Dashboard screen, hide tx filters when the wallet doesn't have any transaction. (furszy) d4bc144 [GUI] tx detail dialog closing delay solved + cleanup. (furszy) 3d54f90 [GUI][Model] Masternodes screen: * Get collateral tx status method and validation connected. * MN Controller port validation. * Delay closing dialog solved. (furszy) eea027a [GUI][Model] Masternodes screen, export Masternode data for remote server setup functionality added and connected. (furszy) 1732ad3 [GUI] Dashboard screen: * filter transactions by type control and functionality added. * filter transactions by date and amount in descending and ascending order improved. (furszy) 79d131d [Model] isCoinStakeMine method validating against the tx input instead of the output. (furszy) 866415e [GUI] Send screen, total remaining label modified to show the coin control selected UTXO amount sum. (furszy) 0f80422 [GUI] dashboard staking chart, prevent series added twice. (furszy) 1ebb669 [Wallet][Model] Badly nStakeSplitThreshold set in optionsModel fixed + value moved to constant STAKE_SPLIT_THRESHOLD. (furszy) 9aa97f1 [GUI][Model] Settings options, mechanism to discard options that were not saved. (furszy) 8f935d1 [GUI] Contacts screen, update list view and empty screen when contacts are deleted. (furszy) 4a66dd1 [GUI] Master node screen improvements: * In-wallet FAQ MN controller explanation. * MN controller creation dialog data validation + code cleanup. * MN info code refactor + cleanup. (furszy) 0e8eff1 [Model][MasterNodes] Master node MISSING status added, only happens when the Master Node has been created on the controller side, added to the masternode.conf and not started. It's not added to the vMasternodes list or any other network list, only lives locally on the masternodeConfig. (furszy) 78979f2 [GUI] FAQ rounded btns. (furszy) ac69ee4 [Model] isTestnet method created, abstracting the UI from backend dependencies. (furszy) 239b599 [GUI][Model] Settings options reset. (furszy) 173a833 [GUI] open/close option button arrow icon connected. (furszy) f855afc [GUI] Master nodes screen, FAQ opening MN section. (furszy) 365f9fe [GUI] settings display options show display unit fix, settings information show db version. (furszy) 1af2b07 [GUI] stake spin box range + settings console not returning values fixed. (furszy) 404059d [Trivial] Further small wording tweaks (Cave Spectre) d4a7316 [GUI] Show dialog correct title + MN show/hide screen checkbox removed. (furszy) 45cbe2c [Model] Only look for the creation time for internal addresses (furszy) 5850de0 [GUI] Settings information minor layout fix + code reorg and refactor using the setCssProperty method. (furszy) 6abfe3a [GUI] My address row set date if exists. (furszy) c477e9b [Wallet][Model] GetKeyCreationTime moved from walletModel into the wallet object + addressTableModel new field for the address creation time. (furszy) 3c94867 [GUI] Request dialog storing address label + description text layout modified to not disappear for the padding. (furszy) 57a1b60 [Build] gitian-qt (furszy) e3cbae3 [Doc] New dependencies for ubuntu QT build added. (furszy) 950524a [Trivial] PIVX license header. (furszy) dad5c97 [UI] series removal not cleaning the charts pointer fix. (furszy) 0e5070e [Model] Invalid iterator position crash fix. (furszy) 387d83e [Build] qt missing-img-files, fixing rebase inserted issues. (furszy) ed1515e [Build] travis new wallet dependencies added. (furszy) 911966b [Build] build system QT fixes + duplicated moc object fix. (furszy) b9f6d43 [GUI] styling improvements, css class property set cleanup. (furszy) 7d2820e [GUI] payment request dropdown style fix. (furszy) 238e276 [REBASE] rebase fixes. (furszy) 1745fae [GUI] topbar lock, not perform any action if the wallet is already on the requested state. (furszy) 460489f [GUI] receive address padding overlapping text fix. (furszy) 2126b04 [GUI][Model] MultiSend functionality fully revamped and connected. (furszy) 65c93b0 [GUI] settings/tools bip38 decrypt connected. (furszy) 6825fab [GUI] Master nodes wizard input validations + code cleanup. (furszy) 639d14d [GUI] Master nodes wizard creation, only controller flow. (furszy) f83ad71 [GUI] enabled/disabled editable status added. (furszy) f4ce128 [GUI] send row hover style minor fix and smart fee update connected. (furszy) db73d9e [GUI] Intro dialog minor corrections. (furszy) db994e9 [GUI] Intro dialog new style finished. (furszy) 0b84005 Background and layout changed (Gregory Solarte) 7010862 Layout intro app changed (Gregory Solarte) d217799 [GUI] Contacts screen, add contact -> notify about an already existent address. Minor duplicated methods refactored. (furszy) 1ba730d [Cleanup] Continuing with the final cleanup, setProperty methods moved to the new setCssProperty. (furszy) b21956d [GUI] Minor layout corrections in custom fee dialog and tools sign message. (furszy) fb70996 [GUI] Custom fee option connected on send screen. (furszy) 2b8ea8d [WalletModel] set wallet default fee method created. (furszy) f7be74e [GUI] dashboard, update chart only with own stakes + cleanup. (furszy) 84668f5 [GUI] Default dialog visible when the screen is not visible. (furszy) 621198d Layout settings main changed, texto style added (Gregory Solarte) 336e3f9 [GUI] settings options re organization. (furszy) afe44bc [GUI] About and commands dialog connected. (furszy) 014e2e6 [GUI] tx detail, title correction. (furszy) f85d1f6 [GUI] settings duplicate option name changed. (furszy) 235e23d [GUI] settings options, re organization + code cleanup. (furszy) 7c7035b [GUI] settings widget, only one option checked at time. (furszy) 494afeb [GUI] askpassphrase dialog wrap title. (furszy) cf59e12 [GUI] faq + multisend layout minor reorg (furszy) bb19862 [GUI] Send screen, open URI from file connected. (furszy) 38ebf90 [GUI] settings tools sign/verify completed. (furszy) 661904c [GUI] settings wallet, multiSend layout organization improved. (furszy) c762cc3 [GUI] settings tools, bip38 layout and encription. (furszy) 9e92e10 [GUI] MN wizard mode texts included. (furszy) 4c9a162 [GUI] settings widget layout improvements. (furszy) 5cebcfd [GUI] Sign/Verify flow fully connected. (furszy) 85ef032 [GUI] send screen, multi outputs validations (furszy) 2719ddf [GUI] Send, add new entry validation. (furszy) 97546ad [Cleanup] not used zpiv coin control dialog removed. (furszy) e08cf3b [GUI] send screen, parse URI. (furszy) 3014d9b [GUI] payment request dialog open fix + copy URI connected. (furszy) e386b66 [GUI] dashboard staking chart, change theme y axis color. (furszy) e4d17b6 FAQ icon added (Gregory Solarte) 8824a19 [GUI] minor snackbar dialog delete. (furszy) 0d911df [GUI] Master node list update timer. (furszy) b40d05d [GUI] Master nodes flow, MN info dialog created and connected. (furszy) 3610af1 [GUI] MN model, update list + get master node internal data. (furszy) ebb43fb [GUI] openFaq method created. (furszy) ec70fed [GUI] FAQ, MN description added. (furszy) 137aa2e [REBASE] rebase issues solved. (furszy) 5efbba2 [GUI] master nodes model and creation wizard. (furszy) aeeef1c [Model] no swiftTx by default. (furszy) dc24786 [GUI] dashboard change theme, staking graph fix. (furszy) 259e367 [GUI] verifyWalletUnlocked method implemented. (furszy) 53c199f [GUI] navmenu code better abstracted. (furszy) 9006da9 [GUI] receive address screen, change address label dialog text corrected. (furszy) 775053d [GUI] topbar lock btn open non perfect opening fixed. (furszy) cf9f8e9 [GUI] master nodes screen, subtitle and MN info. (furszy) 8230a44 [GUI] Delete single master node implemented. (furszy) 42337ad [GUI] master nodes model + new screen implemented. (furszy) 6f1992b [GUI] tooltip texts generalized. (furszy) 14816c4 [GUI] MN screens ui coded (not connected) + pwidget constructor cleanup. (furszy) d8335c4 Receive error fixed (Gregory Solarte) 1447ef0 [GUI] FAQ resizable. (furszy) ac865b1 style dark mode style settings fixed (Gregory Solarte) d031f68 [GUI] dashboard chart arrow style. (furszy) d83b1b1 [GUI] layout reorg, duplicate arrow on comboBox fix. (furszy) e2cd6c8 [GUI] dark theme invalid icons name fix. (furszy) aaf98e5 Arrow back chart added (Gregory Solarte) c5bc680 [GUI] chart sort by buttons expanded. (furszy) 39c5bbb layout chart, and style buttons changed (Gregory Solarte) a22c487 [GUI] dashboard hasStakes method. (furszy) d9e79be Chart buttons style changed (Gregory Solarte) 45d0471 [GUI] dashboard, only update chart when stakes arrive. (furszy) 059d39f [WalletModel] isCoinStake method added. (furszy) 4d5ff36 [Tx Model] tx arrive signal, tx hash added. (furszy) d67df85 [GUI] dashboard staking chart, move chart position flow. (furszy) 9444e85 [GUI] dashboard, staking chart style margin fix. (furszy) 8aaf00f [GUI] chart sort and filter controls style improved. (furszy) 3ef02a9 style combo-secundary added, group title added (Gregory Solarte) 47520da [GUI] chart combobox rounded borders. (furszy) c02499e style combobox chart changed (Gregory Solarte) 5ec1e79 Style chart added (Gregory Solarte) 37f2f44 [GUI] dashboard staking chart, year and month filters + chart logic. (furszy) 6f15b52 [WalletModel] wallet first key creation time method implemented. (furszy) 40f084c [Model] block zpiv mints from the ui. (furszy) e1c1014 [GUI] contacts dropdown change theme. (furszy) bccaebd [Deployment] fix bad link order. (furszy) 90f107d [GUI] hide multi outputs for zPIV spend + dashboard refresh chart on tx arrive. (furszy) 1f2e36a Style combobox settings changed (Gregory Solarte) 000b82c [GUI] openuridialog buttons style, code cleanup + encryptionStatus event connected. (furszy) 12e7906 Combobox arrow style and (Gregory Solarte) 014df06 [GUI] dashboard chart, days in months connected. (furszy) c74e884 style changes (Gregory Solarte) b1efc22 [GUI] dashboard chart re organization. (furszy) 98eab47 [GUI] win stake tx amount color fix. (furszy) bdebe41 [GUI] comma char replaced thin space on html formatted balance. (furszy) fd63c44 [GUI] privacy widget cleanup + no coin inputs notifications. (furszy) 676b48d [GUI] request dialog address not updated fix + layout reorg. (furszy) c1446ba [GUI] empty view when no zc txes. (furszy) ba8634d [GUI] Store size of zc txes. (furszy) ac1cfb5 [GUI] styles fixed from a bad rebase. (furszy) 3032c83 [GUI] send confirmation dialog, not show outputs when there is only one. (furszy) 9d42541 [GUI] dashboard txes sort fixed. (furszy) ec300f4 [GUI] request dialog layout organization + send layout change (furszy) 7ea6798 Style and layout changes (Gregory Solarte) e8f1ea6 layout request changed (Gregory Solarte) 317b7be Layout space changes (Gregory Solarte) 8147fc2 Send layout changed (Gregory Solarte) 271d0f1 [GUI] welcome tutorial texts changed. (furszy) 68edadb [GUI] Address table model update amount of send/receive address. (furszy) ed9702b [GUI] check if the wallet is unlocked to perform certain actions + UI cleanup. (furszy) 84ffada [Model] isWalletUnlocked method created. (furszy) 1bbf8c4 zPiv coincontrol layout changed (Gregory Solarte) 77462d8 Layout coincontrol changed (Gregory Solarte) 49fd73b [GUI] information and warning standard qt dialog in askpassphrasedialog changed for the new styled dialog. (furszy) 54a240b [GUI] loading text animation. (furszy) a26563a [GUI] hide dialog on loading action. (furszy) d11d1b7 [GUI] bip38 encrypt screen connected. (furszy) a7b7041 [GUI] welcome tutorial go back between screens fixed (furszy) 213637d Send layout changed (Gregory Solarte) d4a4c39 [GUI] QLineEdit selection color and background changed. (furszy) 72cb7cf [GUI] settings sign screen addresses dropdown connected. (furszy) cefcd9f Sign layout changed (Gregory Solarte) 1599a40 [GUI] settings sign message connected. (furszy) c6bb3db [GUI] dashboard stakes PIV chart color. (furszy) d1a7107 [GUI] snackbar generalized + txDetailDialog copy id event connected. (furszy) f1fa289 [GUI] txdetail dialog inputs organized in grid layout. (furszy) 7e40e4f Icon copy changed (Gregory Solarte) 465b055 Layout confirmation changed, copy button added (Gregory Solarte) d60bfbb layout send changed (Gregory Solarte) ca7d069 [GUI] coincontrol dialog ok button style. (furszy) b4b0215 [GUI] tx detail dialog outputs connected. (furszy) 915ca4d Loading resources added (Gregory Solarte) 1927ca7 null chart change theme fix (furszy) 09e87cc tx detail, show inputs connected. (furszy) 0c18316 amount entry max range. (furszy) c48a417 update send screen balance on every entry. (furszy) 4af6af8 backup screen, texts changed. (furszy) 766426f send screen, tooltip menu width and remove one by one entry fix (furszy) ca834b0 create/update contact from the send multi screen fully functional. (furszy) 3b97499 transaction size calculation method created + connected to the tx record and GUI. (furszy) 1fef880 passphrase dialog edit line echo mode on click change fixed + dashboard text minor changes. (furszy) 2371229 wallet sync warning visible/invisible + minor UI modifications. (furszy) b862f6a dashboard stakes chart connected (main logic left) (furszy) 1304c66 tx row, use tx model flow instead of direct access. (furszy) c3455f9 console update theme (furszy) 1b0a804 qtcharts lib integrated. (furszy) 81d5a72 background loading crash fixed. (furszy) 316977a signal changeTheme name changed to not override parent slot (furszy) c75ffb7 Icons darkmode added (Gregory Solarte) e6efef9 Icons console changed (Gregory Solarte) 062403c Style dark changes (Gregory Solarte) 1605e65 wallet sync signal connected to dashboard warning, askkpassphrasedialog title changes on every action. (furszy) 4eb1ee5 dark mode improvements all over the UI. (furszy) d5c592d coincontrol dark mode fixed (Gregory Solarte) 96915f8 style dark mode changed (Gregory Solarte) f21fd8f privacy image added (Gregory Solarte) 13650d3 button show password (Gregory Solarte) 03e12d3 css style dark. (furszy) cacce31 change theme, dark mode initial connection. (furszy) 229a59f move encrypt wallet to background task. (furszy) 196da4c loading dialog + runnable tasks object (furszy) 7eb575f topbar generalized to pwidget. (furszy) bca6b66 loading dialog created. (furszy) 208ba52 topbar progress bar connected to sync widget. (furszy) 021a44d Progress sync added (Gregory Solarte) 3c7cde5 dashboard warning icon. (furszy) 4169e8a Layout warning changed (Gregory Solarte) 7aedcbf Layout changes, in main window, address and privacy view (Gregory Solarte) 384c028 send screen, contacts dropdown position on multi output fix (furszy) 4cec67e send multi outputs, tooltip menu + delete row connected. (furszy) 4bc2b59 status warninng sync dashboard added, warning layouts removed (Gregory Solarte) 602a692 tooltip menu generalization. (furszy) a601eea Layout fixes in send, settings display and resources warning fixes (Gregory Solarte) 950ee47 pixelated pixmap icons fixed. (furszy) ab61f2a dashboard unconfirmed row icon (furszy) 350b168 style options button changed (Gregory Solarte) 125888e coin control tree widget root decoration (furszy) e4ba616 style and elements tree widget added (Gregory Solarte) 42edeff topbar icons connected to the backend. (furszy) 4a5531e coin control focus and alternate color removed. (furszy) f949c66 style tree widget list changed (Gregory Solarte) 46480c4 Style changes, in coincontrol, tables, topbar, icon transactions inactive added (Gregory Solarte) 3f126ce dashboard inherit from correct abstract class now + uri dialog fix in send screen. (furszy) f44878d Unconfirmed transactions status connected (style). (furszy) a589c7d zpiv coin selection dialog connected to send screen + bad coupled code cleanup. (furszy) 24b9e64 UI Events abstraction, use inherited methods. (furszy) 7004a36 Style hover nav changed (Gregory Solarte) 501c21a Shadow dashboard hidden (Gregory Solarte) 636e729 message event, bool ret added. (furszy) 94cb4ff minor cleanup + shadow in empty view (furszy) 64f3272 Style check buttons changed, coincontrol buttons changed (Gregory Solarte) e400e78 splash jpg image removed. (furszy) ddb8be2 Dialog coin control style changed (Gregory Solarte) 0c17bb9 send confirm dialog signal not found fixed, askpassphrasedialog layout improvements. (furszy) 30f94f2 Splash and dialog layout changes (Gregory Solarte) 8ee0a98 send custom fee checkbox events. (furszy) 0c62a4d frameless splash. (furszy) 0cc8757 option button active visual indicator connected + splash progress indeterminate. (furszy) 9dee3da Show indicator method added (Gregory Solarte) 218bbfd Active button style added (Gregory Solarte) 891cb10 layout and style changes (Gregory Solarte) eddfb3c splash ui + settingsDisplayOption ui layout modifications. (furszy) d966c79 tx holder, row index invalid data fix (furszy) cb8eefe format balance moved to GUIUtils + privacy widget zPIV wallet supply connected. (furszy) 7a52d81 zPIV balance name modified. (furszy) 80fb254 label completion by known address input. (furszy) 6f5db73 editLine style initialization + minor cleanup. (furszy) a44b563 qtutils, init editline + shadow method created. (furszy) b82802f expandable button cleanup (furszy) 205fd25 zpiv spend, change address added. (furszy) f0c1df6 privacy widget reset mint and reset spends connected. (furszy) 31a5676 jpg images removed (furszy) c9aa953 UI default text payment request and change address changed + address filter row count method. (furszy) 5d6ecc3 key creation time connected. (furszy) 9698481 get address/key creation time method. (furszy) b213f21 dashboard sort tx by amount or date. (furszy) 9509843 splash centered. (furszy) e61ae7b receive widget, address label added. (furszy) 05ac15b layout settings changed (Gregory Solarte) ad16c43 settings options connected. (furszy) de1ebed Styles improvements. (furszy) 8daf7a4 wallet backup and change passphrase connected. (furszy) 566ccb2 dialog and opaque background signal. (furszy) b49199c askkpassphrase dialog new style (furszy) 7d979bc tx detail dialog 85% connected to send screen and dashboard. (furszy) 8a84ff8 getWalletTx for tx detail dialog usage. (furszy) c611aac zPIV balance. (furszy) d66ce59 transaction status to string method (furszy) efd50a8 zPIV name added (furszy) 3195ea5 settings options main screen connected. (furszy) bc9f146 settings not used screens cleanup + network monitor connected. (furszy) 8bf42a0 css util methods (furszy) a7d0585 send view, coin control style + integrated. (furszy) 8530a32 welcome walkthrough dialog (furszy) 9fdc841 new splash screen connected. (furszy) 85478f4 snack info message signal (furszy) dacdefc qt signaling cleanup (furszy) 66f7dad settings backup screen connected. (furszy) ad32ef7 signal events abstraction. (furszy) 5f48f0e settings information screen connected (furszy) 56186fe settings wallet repair screen connected. (furszy) 6b048ec primary button style. (furszy) 9e03158 nav + console shortcuts (furszy) a269970 console widget connected (furszy) f1af623 privacy widget update action btn text (furszy) aa76c5d window min size fix (furszy) c4c85b7 send widget, contacts dropdown and change address features connected (furszy) e623a1e change address dialog connected (furszy) c81130a send widget refresh view, zpiv tx error flow - wallet model create multi output zpiv tx (furszy) d72487b refresh receive address view (furszy) 54d977d zerocoin spend flow improved, multi outputs accepted (furszy) 2f014dd removing old cached tx (furszy) db5f73c connect edit contact label (furszy) c50ce41 send tx segfault fix + minor cleanup on sendCoins method (furszy) 15c2a1f addresses widget tooltip menu actions (furszy) 47d29ce fuzz svg lib fix :) (furszy) 7ffe383 more around svg (furszy) 26e5342 qt.mk (furszy) fb1524e svg support (furszy) e1300c5 QModelIndex siblingAtColumn method not supported in qt 5.9.7 fix (furszy) 7d66f9a convert back zPIV method created + connected to privacy view. (furszy) 9cdd54c privacy view, spork blocking mint + display unit (furszy) 77c057e privacy widget mint connected + send minor cleanup (furszy) 4a56f6b mint zerocoin method created (furszy) 8271396 request unlock method created (furszy) 40a2686 send confirmation connected (furszy) 7d25fff stake piv icon and row + receivewidget minor ui fix (furszy) 7734745 tx filtering, addresses filtering, topbar crash fix (furszy) ae77d76 dashboard + some minor improvements (furszy) 6ae1bdb empty screens dashboard (furszy) ff62829 lock/unlock/encrypt wallet + contacts widget (furszy) b28be2d empty views + qr color (furszy) abd96c9 payment request connected + getNewAddress method on module (furszy) 4b1e126 sendWidget improvements and some abstractions (furszy) 846ce88 more changes on sendwidget (furszy) a6328fc send screen more connections (furszy) c2109e9 subscribe to core signals + screen events (furszy) 46ca9e7 send quarter connected (furszy) 0fe625d url to image changed (furszy) dd35979 snackbar message (furszy) e8f7960 add label dialog (furszy) b9f04aa my addresses list (furszy) b0b3f15 receive dialog (furszy) e79733b receive widget - address connected (furszy) f52e36e message from backend added without further polish + automint button status update event (furszy) 93f778a sync topbar update (furszy) cfcd07d connection topbar button connected -- icon left (furszy) ae21097 tx row changes + number format (furszy) e47f149 dashboard txes icons (furszy) 98d84f8 dashboard tx list included in a good degree (furszy) 498d890 balance connected (furszy) 6652469 shortcuts (furszy) 6006eff update from remote (furszy) 54ca539 settings integrated (furszy) 31ec47b privacy added (furszy) ae29517 op background added (furszy) 1ece07d addresses widget + dependencies (furszy) 2117d29 receive address widget + dependencies + snackbar (furszy) a85ccb5 send screen + dependencies (furszy) 412185b dashboard tx list and abstract rows integrated (furszy) 0de1f89 style changes (furszy) 49703f6 topbar integrated (furszy) 9e40ba7 initial new gui work, nav (furszy) Pull request description: This PR encompasses the past 5 months of extensive work toward a brand new wallet. Starting from the entire creation of a brand new UI / UX flow for the wallet as a whole, and for every current available feature, to the addition of new functionalities (front-end and back-end) were made to be in-line with the wallet that was envisioned in the design phase. This new wallet was designed by [Krubit](http://krubit.com), UI / UX professional designers and front-end developers that worked side by side with me in this long adventure. Thanks to everyone that have been part of it, especially the PIVX governance system, and private investors for making this possible. A walkthrough video of the new wallet running can be found here: [LINK](https://youtu.be/qEt6i_baHRM) ------------------------ PR Release Notes *New splash screen. *Intro screen revamped. *New initial wallet setup walkthrough tutorial wizard! *Language selection. *New Dashboard screen! - New transactions list. - One click receive QR address. - Wallet balances always visible in the top bar. *New stakes chart! - A brand new chart that let you know how many stakes were received in the past year, month, days! - Easy single click operation. *New top status bar! - Important information organized at the top of your wallet, always visible and updated in real-time. - New wallet lock/unlock dialog. *Two brand new themes supported! - Dark and White theme!! *Newly designed Send screen! - PIV/zPIV supported on the same screen. - Multi-outputs, remaining balance, total balance. - Parse PIVX URI & Payment Request. - Custom transaction options! - Autocomplete send to address with contacts. - Autocomplete URI in "send to" editable box. *Newly designed Receive screen! - Create PIVX URI & Payment request wizard. Easy payment request creation. - My address QR always visible. - Set and modify the address label. - Create new addresses on-demand. - My addresses list information lot more understandable (creation date included). - Single click copy/edit addresses. *New Contacts screen! - Create contacts and don't forget who sent you money, storing an address and label for them. - Copy, edit and delete contacts visually. - Every editable box address input contains a contacts auto-completable dialog. *New Privacy screen! - Mint and Convert PIV to zPIV on the same screen. - View your past mints and conversions in an organized list. - Select the coin inputs. - See zPIV denominations. *New Master Nodes screen! - New Master Nodes list view. - New Master Nodes creation wizard! (Controller creation wizard dialog). - Start, edit, delete master node from a single click!. - Export master node for remote setup. - Master nodes in-wallet FAQ. *New Settings screen! - All of the previous functions have been better organized and improved on the UI. - In-Wallet FAQ covering most commonly asked topics. - BIP38 encrypt and decrypt addresses flow revamped. - MultiSend flow revamped. Now much more visually understandable. - Easy Sign/Verify messages. - Wallet options layout improved. *New Notifications - New snackbar (popup) notification. - New default dialogs. ------------------------ Pending work (Not forget): *Remove old UI code that it's not used anymore (can be done in a subsequent PR, this one is really big). *Update build docs. *Continue cleaning the PR. ACKs for top commit: Fuzzbawls: ACK ca046aa random-zebra: ACK ca046aa Tree-SHA512: 54f622bd598e7ac08412c28e6bdd0e6cb5f4f293d4e3dc9cf24aa56306b485185e14c777c7894dd21cf9f384d7a17f1499be59ac6217553c632086034be53d4b
CaveSpectre11
pushed a commit
to CaveSpectre11/PIVX
that referenced
this pull request
Dec 14, 2019
…s" statement removed from the new GUI.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This goes towards following more closely the coding guidelines.
No functional change.