Forum Home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    [Dev] Documenting Feathercoin Specific Software settings - Part 15

    Technical Development
    1
    41
    8365
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • wrapper
      wrapper Moderators last edited by

      Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*

      Regress Readme.md changes, include updated build instructions i :: commit

      Regress Readme.md changes, include updated build instructions in DOC Include new Icons

      https://github.com/FeatherCoin/Feathercoin/commit/8df1203ae79810ae39b3a002058bb2292171de1c

      src/qt/res/icons/*

       src/qt/res/icons/connect0_16.png
      
       src/qt/res/icons/connect1_16.png
      
       src/qt/res/icons/connect2_16.png
      
       src/qt/res/icons/connect3_16.png
      
       src/qt/res/icons/connect4_16.png
      
       src/qt/res/icons/debugwindow.png
      
        src/qt/res/icons/sx.png
      
       src/qt/res/icons/toolbar.png
      

      Update d icons for p2p connection animation

      1 Reply Last reply Reply Quote 0
      • wrapper
        wrapper Moderators last edited by wrapper

        Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*

        Update latest patches :: commit

        https://github.com/FeatherCoin/Feathercoin/commit/c7e7668f143dd6c7ae8b18e3ffc52e5ddfdbdf9f

        doc/README.md

        Include documentation moved from readme.md

         +Bitmessage is an open source fully encrypted peer to peer messaging system. Because it does not pass through a central server it is also harder to collect meta data.
         +
         +In order to pass invoices or addresses privately, a version of BitMessage can be set up to integrate with Feathercoin. 
         +
         +Currently Bitmessage acts as a plugin with MS Windows, invoice information can be passed straight through to an encrypted message. Install BitMessage for windows and copy the executable to the Feathercoin install directory.
         +
         +It is still worth considering using Bitmessage to send your public address keys, although that is mostly about privacy not extra security.
         +
         +https://github.com/cqtenq/PyBitmessage  
         +
         +
         +Installing BitMessage plugin under Linux
         +----------------------------------------
         +
         +In Debian based systems you can create a script file (pybitmessage) and copy it to /usr/bin, make the script executable to activate the Feathercoin wallet BitMessage plugin.
         +
         +/usr/bin/pybitmessage
         +
         +#!/bin/sh
         +cd /usr/share/pybitmessage
         +exec /usr/bin/python2 bitmessagemain.py
         +
         +
         +From BitMessage install directory
         +
         +#!/bin/sh
         +cd ~/PyBitmessage/src
         +exec python ~/PyBitmessage/src/bitmessagemain.py
         +
         +
        

        Extra help about Bitmessage

        1 Reply Last reply Reply Quote 0
        • wrapper
          wrapper Moderators last edited by wrapper

          Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*

          Update build zxing-cpp instructions include cd zxing-cpp :: commit

          https://github.com/FeatherCoin/Feathercoin/commit/7c18e68835829cea32e54fad9533ee89c0afcdb9

          doc/README.md

           +cd zxing-cpp
          

          Added build instruction

          Update zxing build instructions :: commit

          https://github.com/FeatherCoin/Feathercoin/commit/93fcee855f427adee909aa7a9bdca1777add1990

          doc/README.md

           -cmake -G “Unix Makefiles”.. -DCMAKE_BUILD_TYPE=Release 
          
           +cmake -G 'Unix Makefiles' .. -DCMAKE_BUILD_TYPE=Release     
          

          Change ‘speech marks’ to fix error

          1 Reply Last reply Reply Quote 0
          • wrapper
            wrapper Moderators last edited by wrapper

            Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*

            Update movie spinner :: commit

            Moving graphics icons

            https://github.com/FeatherCoin/Feathercoin/commit/7c18e68835829cea32e54fad9533ee89c0afcdb9

            src/qt/res/movies/*

             src/qt/res/movies/spinner-000.png
            
             src/qt/res/movies/spinner-001.png
            
             src/qt/res/movies/spinner-002.png
            
             src/qt/res/movies/spinner-003.png
            
             src/qt/res/movies/spinner-004.png
            

            to :

             src/qt/res/movies/spinner-034.png
            

            35 new icons, with higher resolution video

            1 Reply Last reply Reply Quote 0
            • wrapper
              wrapper Moderators last edited by

              Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*

              ** Update animation movie spinner with 18 frames :: commit**

              Update animation movie spinner with 18 frames to be double speed / same resolution.

              https://github.com/FeatherCoin/Feathercoin/commit/0646826d0245c68b3fed07f89530c7e3b03e98e1

              src/qt/res/movies/*

               -#define SPINNER_FRAMES 35
              
               +#define SPINNER_FRAMES 18
              

              Spinner speed and resolution tweaked

              1 Reply Last reply Reply Quote 0
              • wrapper
                wrapper Moderators last edited by wrapper

                Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*

                Updated python script - spinner animation and 100ms refresh setting :: commit

                https://github.com/FeatherCoin/Feathercoin/commit/68b75cba85ef362cdd2eb5edd3f733309954d317

                share/qt/img/reload.png

                 -    rotation = (frame + 0.5) / NUMFRAMES * 360.0
                 +    rotation = (frame + 0.5) / NUMFRAMES * 180.0
                

                Code replaced in python code to create connection spinner animation

                Update auto spinner not to Mirror Image : Changed Timing of animation

                Update auto spinner not to Mirror Image : Changed Timing of animation to be 720 Deg in 35 frames : quicker

                https://github.com/FeatherCoin/Feathercoin/commit/a58d455af2a2f3de7bb3cf35a4b6a5e60cec9eb3

                share/qt/make_spinner.py

                -if CLOCKWISE:
                 -    im_src = im_src.transpose(Image.FLIP_LEFT_RIGHT) 
                
                +#if CLOCKWISE:
                 +#    im_src = im_src.transpose(Image.FLIP_LEFT_RIGHT)
                

                Code replaced

                1 Reply Last reply Reply Quote 0
                • wrapper
                  wrapper Moderators last edited by wrapper

                  Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*

                  Update auto spinner not to Mirror Image : Changed Timing of animation :: commit

                  https://github.com/FeatherCoin/Feathercoin/commit/a58d455af2a2f3de7bb3cf35a4b6a5e60cec9eb3

                  src/qt/res/movies/*

                   src/qt/res/movies/spinner-000.png
                  
                   src/qt/res/movies/spinner-001.png
                  
                   src/qt/res/movies/spinner-002.png
                  
                   src/qt/res/movies/spinner-003.png
                  
                   src/qt/res/movies/spinner-004.png
                  

                  to :

                   src/qt/res/movies/spinner-034.png
                  

                  35 new icons, with higher resolution video

                  1 Reply Last reply Reply Quote 0
                  • wrapper
                    wrapper Moderators last edited by

                    Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*

                    Include Basic snapwidget.ui with Modal window :: commit

                    Include Basic snapwidget.ui with Modal window to darken / change back ground.

                    https://github.com/FeatherCoin/Feathercoin/commit/b8b5403274acc999287e69f24c953f3206183df3

                    src/qt/forms/snapwidget.ui

                     +  <property name="windowModality">
                     +   <enum>Qt::WindowModal</enum>
                     +  </property>
                    

                    Example of Various UI layout changes and tweaks

                    1 Reply Last reply Reply Quote 0
                    • wrapper
                      wrapper Moderators last edited by

                      Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*

                      Included new snap icon to add to snap widget form :: commit

                      https://github.com/FeatherCoin/Feathercoin/commit/8ade8a5844b34f020532f18920ce2a909483436f

                      src/qt/res/icons/*

                       src/qt/res/icons/snap.png
                      

                      New snap icon

                      1 Reply Last reply Reply Quote 0
                      • wrapper
                        wrapper Moderators last edited by wrapper

                        Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*

                        Updated splash screen :: commit

                        https://github.com/FeatherCoin/Feathercoin/commit/e469e0b42032481911ec96cce6a4a7662bb30a8f

                        src/qt/res/images/*

                         src/qt/res/images/splash.1.png
                        
                        src/qt/res/images/splash.2.png
                        

                        Deleted

                         src/qt/res/images/splash.png
                        

                        Updated splash screen

                        src/qt/splashscreen.cpp

                          -    pixPaint.setPen(QColor(200,200,200));
                        
                         +    pixPaint.setPen(QColor(54,134,190));
                        

                        Code replaced

                         -        Q_ARG(QColor, QColor(200,200,200)));
                         +        Q_ARG(QColor, QColor(54,134,190)));
                        

                        Code replaced

                        Updated splash screen header spacing to fit new splash screen image :: commit

                        https://github.com/FeatherCoin/Feathercoin/commit/f3bb1baaf2984fac18f20fcc5d4f83fcb1761251

                        src/qt/splashscreen.cpp

                         -    int paddingTop              = 230;
                        
                         +    int paddingTop              = 260;
                        
                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post