Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Updated to Python3 / Gtk3 for >= Ubuntu 20.04 support #70

Open
wants to merge 114 commits into
base: master
Choose a base branch
from

Commits on Apr 12, 2020

  1. Configuration menu
    Copy the full SHA
    73f19b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf43837 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Configuration menu
    Copy the full SHA
    220c4a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89ba5fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c41321 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c56e18 View commit details
    Browse the repository at this point in the history
  5. Fixing resize errors

    cdberkstresser committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    b0ac403 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    948fc89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2c8cb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0ecf19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ae6aa0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5993cbe View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. Configuration menu
    Copy the full SHA
    2d0e7f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    447b3fa View commit details
    Browse the repository at this point in the history
  3. Merge branch 'ffissore-master'

    Merging in changes from ffissore
    
    Wrapping labels of slot dialog
    Converting slot option `value` to string, in order to avoid `ValueError`
    cdberkstresser committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    5728568 View commit details
    Browse the repository at this point in the history
  4. linting round 0

    cdberkstresser committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    6cf51bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8eb8bde View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    881ea66 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Bug Fixes 0

    unicode_escape replacement
    saving cause now
    attaching donor, team, and cause to combo box model indices correctly in glade
    cdberkstresser committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    2debca3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a2c336 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c17825a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0fd94b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5170f92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2b7ef5 View commit details
    Browse the repository at this point in the history
  7. Updated project stats URL

    ffissore committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    0997abc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f8929b6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    92c5655 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'fixes'

    Merging ffissore's Fixes request.  Thanks!
    cdberkstresser committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    cf86821 View commit details
    Browse the repository at this point in the history
  11. Fixed "copy log" button

    ffissore committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    1999df6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    87866ff View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    743ca56 View commit details
    Browse the repository at this point in the history
  14. init

    cdberkstresser committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    11bd5ab View commit details
    Browse the repository at this point in the history
  15. utf8 and disable icon

    cdberkstresser committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    43e3c0b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ad4a993 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    eed72c9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ff6d4b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. [debian] Create debian packaging information

    There's some miscelaneous fixes that needs to be
    applied for a full compliance. But this is enough
    to create a package.
    
    Full policy:
    https://wiki.debian.org/Python/LibraryStyleGuide
    braiam committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    dd52db1 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Sorting queue entries

    ffissore committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    e7b75e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2624156 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4eeee02 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10 from cdberkstresser/fixes

    Merging in changes for sorting queue and progresss bar enhancements
    cdberkstresser authored Apr 23, 2020
    Configuration menu
    Copy the full SHA
    7744a4a View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Sorting queue entries

    ffissore authored and braiam committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    ba26774 View commit details
    Browse the repository at this point in the history
  2. Show progress percentage on progress bar

    ffissore authored and braiam committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    dc53515 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34b26b4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/braiam/fah-control into b…

    …raiam-master
    
    merging braiam deb files
    cdberkstresser committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    904c6e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe10d91 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'braiam-master'

    Merging with minor changes to braiam deb configuration files
    cdberkstresser committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    06d5908 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    06c9085 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a3a9d5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0ea2c2e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Configuration menu
    Copy the full SHA
    4d97928 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'braiam-master'

    Merging braiam's control changes for building debs
    cdberkstresser committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    61555e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02e74f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8a2cdb View commit details
    Browse the repository at this point in the history
  5. Update packagedeb.yml

    cdberkstresser authored Apr 27, 2020
    Configuration menu
    Copy the full SHA
    a4a04b3 View commit details
    Browse the repository at this point in the history
  6. reverting workflow.

    cdberkstresser authored Apr 27, 2020
    Configuration menu
    Copy the full SHA
    82b7e54 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Use bytes literals where appropriate

    mat8913 authored and ffissore committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    359dec1 View commit details
    Browse the repository at this point in the history
  2. Upgrade exception handling to Python3

    Co-Authored-By: Matthew Harm Bekkema <[email protected]>
    2 people authored and ffissore committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    e36024c View commit details
    Browse the repository at this point in the history
  3. Revert "Removing about icon from help -> about"

    This reverts commit ad4a993.
    ffissore committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    39bb260 View commit details
    Browse the repository at this point in the history
  4. Porting changes from FoldingAtHome#56

    nikolaik authored and ffissore committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    0306b07 View commit details
    Browse the repository at this point in the history
  5. Get running on macos

    Remove is_old_gtk and it's usage
    Remove osx_window_focus_workaround since it's probably not needed
    anymore with gtk3
    nikolaik authored and ffissore committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    d8c2fff View commit details
    Browse the repository at this point in the history
  6. Porting changes from FoldingAtHome#56

    guystreeter authored and ffissore committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    f553fa4 View commit details
    Browse the repository at this point in the history
  7. Tuning UI margins

    ffissore committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    aca0d86 View commit details
    Browse the repository at this point in the history
  8. Imports cleanup

    ffissore committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    ea68ff9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    24ccb18 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    652c86e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a87fcb3 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Fixing Wash U credit

    cdberkstresser committed May 1, 2020
    Configuration menu
    Copy the full SHA
    166173f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from cdberkstresser/goodness-from-other-prs

    Goodness from other PRs + Fixes
    cdberkstresser authored May 1, 2020
    Configuration menu
    Copy the full SHA
    6f370a3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. Configuration menu
    Copy the full SHA
    3070d2a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'issue#1385' of https://github.com/informatorius/fah-con…

    …trol
    
    Fixing viewer close on control exit
    cdberkstresser committed May 3, 2020
    Configuration menu
    Copy the full SHA
    7c1d175 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    d19f5e1 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Merge pull request #15 from cdberkstresser/self-selection

    Fixed self-changing slot/queue selection
    cdberkstresser authored May 6, 2020
    Configuration menu
    Copy the full SHA
    f9ed6cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ae5c23 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Fixed wrong usage os "is" and "!="

    Signed-off-by: Federico Fissore <[email protected]>
    ffissore committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    3b77c50 View commit details
    Browse the repository at this point in the history
  2. Fixed wrong usage of mutable default arguments

    Signed-off-by: Federico Fissore <[email protected]>
    ffissore committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    f5f56d4 View commit details
    Browse the repository at this point in the history
  3. Added requirements.txt

    Signed-off-by: Federico Fissore <[email protected]>
    ffissore committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    7c72874 View commit details
    Browse the repository at this point in the history
  4. Look for icon in local path and under /usr/share/pixmaps

    Signed-off-by: Federico Fissore <[email protected]>
    ffissore committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    b818486 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7d570b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Configuration menu
    Copy the full SHA
    1edf028 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    601dfc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9bfe0a View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2020

  1. Configuration menu
    Copy the full SHA
    b3737d2 View commit details
    Browse the repository at this point in the history
  2. PyON: properly attribute code source

    This is sloppy.
    Artoria2e5 committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    1fa8ceb View commit details
    Browse the repository at this point in the history
  3. Replace gtk module with gi for win32

    Seems to be the only thing blocking build?
    Artoria2e5 committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    3ed57f9 View commit details
    Browse the repository at this point in the history
  4. Tell cx_Freeze to bring the dlls

    Still stuck on a from . import _gi
    ModuleNotFoundError: No module named 'gi._error'
    Artoria2e5 committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    8ae272a View commit details
    Browse the repository at this point in the history
  5. setup.py: include all of gi

    This fixes all the Python-side issues. Now we are at Gtk scratching
    its head over what a PNG is due to missing MIME.
    Artoria2e5 committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    5ec3c19 View commit details
    Browse the repository at this point in the history
  6. It works! Eureka!

    Artoria2e5 committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    0a0c495 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Configuration menu
    Copy the full SHA
    2748d5b View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Merge pull request #19 from Artoria2e5/master

    A merge with upstream, and possibly windows stuff
    cdberkstresser authored Dec 23, 2020
    Configuration menu
    Copy the full SHA
    83fc5a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. Configuration menu
    Copy the full SHA
    403fc95 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Merge pull request #20 from kblaschke/master

    Fix PyON JSON parsing and exception string formatting.
    cdberkstresser authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    02fc18c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Configuration menu
    Copy the full SHA
    460ef67 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Merge pull request #21 from gardenappl/patch-1

    Update dependencies in README, add python-six
    cdberkstresser authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    f8cee6d View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    1876c32 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Merge pull request #23 from mlmatlock/python_3.10_fix

    Change module to import 'MutableMapping' variable
    cdberkstresser authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    2b57930 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. debian: use debhelper 11; update depends

    needed to be able to build .deb on ubuntu22
    okaestne committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    22d3ab2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12e21f5 View commit details
    Browse the repository at this point in the history
  3. update .gitignore

    okaestne committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    6f226b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    523004f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cded61 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Merge pull request #27 from okaestne/fix-dpkg

    Improvements to debian packaging
    cdberkstresser authored May 17, 2023
    Configuration menu
    Copy the full SHA
    17c0252 View commit details
    Browse the repository at this point in the history
  2. compatibility updates

    cdberkstresser committed May 17, 2023
    Configuration menu
    Copy the full SHA
    f2a5252 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00ab483 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4feb1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd0157c View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Configuration menu
    Copy the full SHA
    74ab300 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63133d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    678de34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    817ec23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    523c55a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d80d863 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f57ead View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3978c35 View commit details
    Browse the repository at this point in the history