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

High dpi improvements #517

Merged

Commits on Nov 30, 2017

  1. Stylesheet changes

    Change most units of measurement from px to em. Move apperance from .ui
    files to stylesheet.
    skcin committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    eb6b852 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. Switch BOINC logo to svg file format.

    To keep the link to the BOINC homepage a clickable label class is
    introduced. The Logo and its size is now defined in the stylesheet.
    skcin committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    1c1b0de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccaf9d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aeb9c02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8ad1d6 View commit details
    Browse the repository at this point in the history
  5. Add Qt version to the debug window

    The Qt version currently used as well as the version the wallet was
    built against are shown.
    skcin committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    3fa6999 View commit details
    Browse the repository at this point in the history
  6. Gridcoin wallet rebranding and redesign

    * replace old gridcoin logo with the new one
    * replace some key icons with new ones kindly provided by JoShoeAh
    * all new icons/images are in svg format
    * introduce a dark color scheme
    * revise color schemes in collaboration with JoShoeAh
    * make the icons switch with the color scheme
    * remove obsolete png images
    
    Again, thanks alot JoShoeAh for designing all the artwork.
    skcin committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    92d0c80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e786c6f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be57eab View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

  1. Updated to new icons and images.

    Peppernrino authored and skcin committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    ca0444c View commit details
    Browse the repository at this point in the history
  2. Change QIcon to QPixmap

    Svg icons were not visible on windows with QIcon.
    skcin committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    f576505 View commit details
    Browse the repository at this point in the history
  3. Several small improvements to the GUI

    * make sure all icons change on switch of color scheme
    * crop canvas to drawing and remove unnecessary lines from svg images
    skcin committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    c2e32b8 View commit details
    Browse the repository at this point in the history
  4. Use nullptr to stay Qt4 compatible.

    denravonska authored and skcin committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    3c7cc7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00a04b4 View commit details
    Browse the repository at this point in the history
  6. Add new clicklabel class to qt makefile, remove old .png

    Adds the ClickLabel class to the qt makefile recipe, removed now unused
    .png icon targets.
    TheCharlatan committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    0324874 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2017

  1. Merge pull request #2 from TheCharlatan/highdpi

    Add new clicklabel class to qt makefile, remove old .png's
    skcin committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    c446adc View commit details
    Browse the repository at this point in the history