Skip to content
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

Core Wallet Community Fund UI Improvement #428

Merged
merged 226 commits into from Mar 18, 2019

Commits on Feb 15, 2019

  1. basic implementation of topMenu

    dy5es41 authored and hdnsimpson committed Feb 15, 2019
    Copy the full SHA
    215b859 View commit details
    Browse the repository at this point in the history
  2. fixed hover icon, ready to add ui

    dy5es41 authored and hdnsimpson committed Feb 15, 2019
    Copy the full SHA
    ff0109a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1bf7c24 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e056dd5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c52ae09 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e8e115f View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    7f2641c View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    ba059a3 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    ef42d74 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    b879070 View commit details
    Browse the repository at this point in the history
  11. changes

    dy5es41 authored and hdnsimpson committed Feb 15, 2019
    Copy the full SHA
    df64eff View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    81cb4b6 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    518643a View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    3da62af View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    11d4ae8 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    5730406 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    80dcb3b View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    c7d434a View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    4cee239 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    ef47f2b View commit details
    Browse the repository at this point in the history
  21. added base proposal display widget

    dy5es41 authored and hdnsimpson committed Feb 15, 2019
    Copy the full SHA
    86ba6bd View commit details
    Browse the repository at this point in the history
  22. changed cfundstats to 8dp

    hdnsimpson committed Feb 15, 2019
    Copy the full SHA
    f54cc56 View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    8b63096 View commit details
    Browse the repository at this point in the history
  24. partially implemented community fund widget, need to add requested an…

    …d duration dialog with resize on page
    dy5es41 authored and hdnsimpson committed Feb 15, 2019
    Copy the full SHA
    0f8e7dc View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    6c7e318 View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    1be1cd2 View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    8e10b91 View commit details
    Browse the repository at this point in the history
  28. Filtering

    hdnsimpson committed Feb 15, 2019
    Copy the full SHA
    e4dff71 View commit details
    Browse the repository at this point in the history
  29. Copy the full SHA
    2094ab5 View commit details
    Browse the repository at this point in the history
  30. Copy the full SHA
    2811292 View commit details
    Browse the repository at this point in the history
  31. Pending filter fix

    hdnsimpson committed Feb 15, 2019
    Copy the full SHA
    717c01d View commit details
    Browse the repository at this point in the history
  32. Copy the full SHA
    217d333 View commit details
    Browse the repository at this point in the history
  33. Copy the full SHA
    f5f5d30 View commit details
    Browse the repository at this point in the history
  34. Copy the full SHA
    6199a63 View commit details
    Browse the repository at this point in the history
  35. Copy the full SHA
    131c050 View commit details
    Browse the repository at this point in the history
  36. Copy the full SHA
    e5071b8 View commit details
    Browse the repository at this point in the history
  37. Copy the full SHA
    5ba9681 View commit details
    Browse the repository at this point in the history
  38. changed display is expired date not voting window duration, currently…

    … broken but buildable
    dy5es41 authored and hdnsimpson committed Feb 15, 2019
    Copy the full SHA
    d08fc54 View commit details
    Browse the repository at this point in the history
  39. Copy the full SHA
    e65c618 View commit details
    Browse the repository at this point in the history
  40. Copy the full SHA
    5f36105 View commit details
    Browse the repository at this point in the history
  41. removed std::cout

    dy5es41 authored and hdnsimpson committed Feb 15, 2019
    Copy the full SHA
    ab0b087 View commit details
    Browse the repository at this point in the history
  42. logging community fund proposals expiry and recalculating (still inco…

    …rrect) proposal vote time remaining
    dy5es41 authored and hdnsimpson committed Feb 15, 2019
    Copy the full SHA
    ad4593f View commit details
    Browse the repository at this point in the history
  43. initial addition of communityfunddisplaydetailed.ui and other class f…

    …iles, this will display extra information on the community fund proposal
    dy5es41 authored and hdnsimpson committed Feb 15, 2019
    Copy the full SHA
    dc766e8 View commit details
    Browse the repository at this point in the history
  44. Copy the full SHA
    69c49a2 View commit details
    Browse the repository at this point in the history
  45. connected view details button on communityfunddisplay.ui to create a …

    …communityfunddisplaydetailed.ui dialog, initial implementation with fixed ui object names
    dy5es41 authored and hdnsimpson committed Feb 15, 2019
    Copy the full SHA
    1a6947f View commit details
    Browse the repository at this point in the history
  46. added functionality to close button on communityfunddisplaydetailed.u…

    …i, it now also inherits palette of parent (navcoin styled window)
    dy5es41 authored and hdnsimpson committed Feb 15, 2019
    Copy the full SHA
    b5df8cd View commit details
    Browse the repository at this point in the history
  47. (not working but buildable) started voting implementation via communi…

    …tyfunddisplay.ui
    dy5es41 authored and hdnsimpson committed Feb 15, 2019
    Copy the full SHA
    67610a5 View commit details
    Browse the repository at this point in the history
  48. Copy the full SHA
    ace333a View commit details
    Browse the repository at this point in the history
  49. create base files for communityfundcreatepaymentrequestdialog class, …

    …no implementation yet
    dy5es41 authored and hdnsimpson committed Feb 15, 2019
    Copy the full SHA
    f5d5bff View commit details
    Browse the repository at this point in the history
  50. label ui variables correctly and add widgets for communityfundcreatep…

    …aymentrequestdialog.ui and communityfundcreateproposaldialog.ui
    dy5es41 authored and hdnsimpson committed Feb 15, 2019
    Copy the full SHA
    37b7152 View commit details
    Browse the repository at this point in the history
  51. Copy the full SHA
    18ce1b8 View commit details
    Browse the repository at this point in the history
  52. Copy the full SHA
    3b9943f View commit details
    Browse the repository at this point in the history
  53. Copy the full SHA
    69631c0 View commit details
    Browse the repository at this point in the history
  54. Copy the full SHA
    9154edf View commit details
    Browse the repository at this point in the history
  55. proposal transaction start

    dy5es41 authored and hdnsimpson committed Feb 15, 2019
    Copy the full SHA
    52fb9b0 View commit details
    Browse the repository at this point in the history
  56. Copy the full SHA
    f0514bf View commit details
    Browse the repository at this point in the history
  57. Copy the full SHA
    6c485ac View commit details
    Browse the repository at this point in the history
  58. Copy the full SHA
    7aba379 View commit details
    Browse the repository at this point in the history
  59. Copy the full SHA
    ca279f6 View commit details
    Browse the repository at this point in the history
  60. Copy the full SHA
    cf0b890 View commit details
    Browse the repository at this point in the history
  61. Copy the full SHA
    19b7495 View commit details
    Browse the repository at this point in the history
  62. Copy the full SHA
    ea4bb4a View commit details
    Browse the repository at this point in the history
  63. Copy the full SHA
    437282d View commit details
    Browse the repository at this point in the history
  64. Copy the full SHA
    64383d5 View commit details
    Browse the repository at this point in the history
  65. Copy the full SHA
    60ee1e5 View commit details
    Browse the repository at this point in the history
  66. added hash of proposal to communityfundviewdetailed.ui, also implemen…

    …ted more of the labels in this ui file
    dy5es41 authored and hdnsimpson committed Feb 15, 2019
    Copy the full SHA
    59ba5a3 View commit details
    Browse the repository at this point in the history
  67. Copy the full SHA
    02b6740 View commit details
    Browse the repository at this point in the history
  68. Copy the full SHA
    5e64950 View commit details
    Browse the repository at this point in the history
  69. Copy the full SHA
    a1cef46 View commit details
    Browse the repository at this point in the history
  70. Copy the full SHA
    86be0b3 View commit details
    Browse the repository at this point in the history
  71. remove cout

    dy5es41 authored and hdnsimpson committed Feb 15, 2019
    Copy the full SHA
    6a3854f View commit details
    Browse the repository at this point in the history
  72. split create proposal and create payment request buttons so that both…

    … are viewable at the same time
    dy5es41 authored and hdnsimpson committed Feb 15, 2019
    Copy the full SHA
    ac5ab46 View commit details
    Browse the repository at this point in the history
  73. Copy the full SHA
    4ea644f View commit details
    Browse the repository at this point in the history
  74. Copy the full SHA
    12f1dae View commit details
    Browse the repository at this point in the history
  75. Copy the full SHA
    93e822d View commit details
    Browse the repository at this point in the history
  76. added hash to detailedproposal dialog, started validation function fo…

    …r communityfundcreatepaymentrequest.ui
    dy5es41 authored and hdnsimpson committed Feb 15, 2019
    Copy the full SHA
    400da26 View commit details
    Browse the repository at this point in the history
  77. Copy the full SHA
    e6c5385 View commit details
    Browse the repository at this point in the history
  78. Copy the full SHA
    6380c73 View commit details
    Browse the repository at this point in the history
  79. Copy the full SHA
    cb5ed0a View commit details
    Browse the repository at this point in the history
  80. Copy the full SHA
    78fe072 View commit details
    Browse the repository at this point in the history
  81. Copy the full SHA
    a172ebe View commit details
    Browse the repository at this point in the history
  82. Copy the full SHA
    ef2bdbe View commit details
    Browse the repository at this point in the history
  83. Copy the full SHA
    9926171 View commit details
    Browse the repository at this point in the history
  84. Copy the full SHA
    5ad18ee View commit details
    Browse the repository at this point in the history
  85. Copy the full SHA
    611f355 View commit details
    Browse the repository at this point in the history
  86. Copy the full SHA
    28038e7 View commit details
    Browse the repository at this point in the history
  87. Copy the full SHA
    59e20e3 View commit details
    Browse the repository at this point in the history
  88. Copy the full SHA
    e37765e View commit details
    Browse the repository at this point in the history
  89. Copy the full SHA
    63a699f View commit details
    Browse the repository at this point in the history
  90. Copy the full SHA
    f20b306 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Copy the full SHA
    628cdd3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4aff178 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ef7a82c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0445fec View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b20fcaa View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Copy the full SHA
    c5b6adf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    88c23fb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    522a992 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6fc5c2f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2c00e13 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    af839a9 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    bc382ff View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    4cc7028 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    9461c10 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    e0ed8b3 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    f38c4ac View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    e4ce1a7 View commit details
    Browse the repository at this point in the history
  13. added basic functionality of sendcommunityfund.ui, now times out butt…

    …ons correctly. Must change visual
    dy5es41 committed Feb 19, 2019
    Copy the full SHA
    1ef171d View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    2db91a9 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    ddce4c2 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    2de26e3 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    c83cc63 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Copy the full SHA
    4c452ae View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c55c274 View commit details
    Browse the repository at this point in the history
  3. added success dialog ui

    hdnsimpson committed Feb 20, 2019
    Copy the full SHA
    8bb43a1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4945e83 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4c5f59d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    07cf38f View commit details
    Browse the repository at this point in the history
  7. Build fixed

    hdnsimpson committed Feb 20, 2019
    Copy the full SHA
    4f672d4 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    6905108 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    7ba4216 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    410f6da View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    d3e8658 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    01575cb View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    468d3a2 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    22a1b85 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    e0b3b39 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    7b3e5e7 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    f67c26f View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    23e207a View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    419c784 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    184039a View commit details
    Browse the repository at this point in the history
  21. added defined color scheme

    dy5es41 committed Feb 20, 2019
    Copy the full SHA
    af76f0b View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    da506e7 View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    8db6379 View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    299b4e7 View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    2eb9fcb View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. rename Q_SLOTS naming, removed prepended on_ as clash with auto conne…

    …ct/expected naming convention from Qt (expected corresponding signals)
    dy5es41 committed Feb 21, 2019
    Copy the full SHA
    e703a8a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    34ade5f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Copy the full SHA
    e015e07 View commit details
    Browse the repository at this point in the history
  2. Creating proposals works

    hdnsimpson committed Feb 25, 2019
    Copy the full SHA
    1895607 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e6898fe View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d077711 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f4c81b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Copy the full SHA
    5bda57a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    433ccb6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2b258d5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    efe82f6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    25986ca View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    5e2c8cb View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    0d62577 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    37ff2f5 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    cab33ef View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    92100ab View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    b1d0a9e View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    91a1d18 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    1b67803 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    236fb56 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    d1db1e4 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    02cede6 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    714e78d View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    8c4a7c8 View commit details
    Browse the repository at this point in the history
  19. fix to previous commit

    dy5es41 committed Feb 26, 2019
    Copy the full SHA
    e9c0f96 View commit details
    Browse the repository at this point in the history
  20. fix to previous commit

    dy5es41 committed Feb 26, 2019
    Copy the full SHA
    ad707b7 View commit details
    Browse the repository at this point in the history
  21. fixed merge lol

    dy5es41 committed Feb 26, 2019
    Copy the full SHA
    eb4a8e2 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    0c1e3bb View commit details
    Browse the repository at this point in the history
  23. Fixed merge conflict

    hdnsimpson committed Feb 26, 2019
    Copy the full SHA
    2ca7498 View commit details
    Browse the repository at this point in the history
  24. Fixed the build

    hdnsimpson committed Feb 26, 2019
    Copy the full SHA
    f0a3377 View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    5da84ac View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    7da8e48 View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    493d731 View commit details
    Browse the repository at this point in the history
  28. moved communityfund ui files

    dy5es41 committed Feb 26, 2019
    Copy the full SHA
    10a7546 View commit details
    Browse the repository at this point in the history
  29. finished tidy up

    dy5es41 committed Feb 26, 2019
    Copy the full SHA
    46819d9 View commit details
    Browse the repository at this point in the history
  30. spinbox progress

    hdnsimpson committed Feb 26, 2019
    Copy the full SHA
    7d2d3df View commit details
    Browse the repository at this point in the history
  31. Copy the full SHA
    f0e4e6f View commit details
    Browse the repository at this point in the history
  32. fixed double up display

    dy5es41 committed Feb 26, 2019
    Copy the full SHA
    6a115b8 View commit details
    Browse the repository at this point in the history
  33. Copy the full SHA
    48b410f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. spinbox fix

    hdnsimpson committed Feb 27, 2019
    Copy the full SHA
    445f361 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    274309a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0bbb6cd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d326cc2 View commit details
    Browse the repository at this point in the history
  5. merge previous

    dy5es41 committed Feb 27, 2019
    Copy the full SHA
    1a1220e View commit details
    Browse the repository at this point in the history
  6. Removal of cfund dropdown

    hdnsimpson committed Feb 27, 2019
    Copy the full SHA
    5781d80 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    957ebf7 View commit details
    Browse the repository at this point in the history
  8. Removal of cfund_voting

    hdnsimpson committed Feb 27, 2019
    Copy the full SHA
    18862c9 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    2e03d83 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    f9de973 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    b586820 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    3865c3d View commit details
    Browse the repository at this point in the history
  13. fixed bug where community fund icon would sometimes not appear in men…

    …u and added word wrap to sendconfurmationdialog
    dy5es41 committed Feb 27, 2019
    Copy the full SHA
    2ecfdcf View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    9c13144 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    9a6ec3b View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    4d60ea1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Copy the full SHA
    43ad4b3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    65f1735 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f7b7f80 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6392f24 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8f88172 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e94a4f2 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    4782e2e View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    cb0d918 View commit details
    Browse the repository at this point in the history
  9. Potential macos fix

    hdnsimpson committed Feb 28, 2019
    Copy the full SHA
    1679a18 View commit details
    Browse the repository at this point in the history
  10. Potential macos fix part 2

    hdnsimpson committed Feb 28, 2019
    Copy the full SHA
    d66876f View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    4b98c62 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    b2a17e1 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    85cc1bd View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    dcd5a21 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    1bf9205 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    f359b81 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    9ae7d00 View commit details
    Browse the repository at this point in the history
  18. revert

    dy5es41 committed Feb 28, 2019
    Copy the full SHA
    1f551b3 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    914292e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Copy the full SHA
    f1aa0e1 View commit details
    Browse the repository at this point in the history
  2. Removed incorrect comment

    hdnsimpson committed Mar 1, 2019
    Copy the full SHA
    f723fcf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    27ac475 View commit details
    Browse the repository at this point in the history
  4. Removed duplicate lines

    hdnsimpson committed Mar 1, 2019
    Copy the full SHA
    4fe2656 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    562ac3f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    642f5a7 View commit details
    Browse the repository at this point in the history
  7. removed nonexistant files from Navcoin-Qt.files, added some translati…

    …on support and removed more headers
    dy5es41 committed Mar 1, 2019
    Copy the full SHA
    6f4955a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Copy the full SHA
    a9e15dd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cd50a7f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5a79e5a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    03e6f69 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9e22d1f View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Copy the full SHA
    853416f View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. Copy the full SHA
    42515f7 View commit details
    Browse the repository at this point in the history