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

A bunch of improvements #250

Merged
merged 3 commits into from
Aug 24, 2022
Merged

A bunch of improvements #250

merged 3 commits into from
Aug 24, 2022

Commits on Aug 23, 2022

  1. fix: Change links in constants to the correct ones, and fix typo

    * fix warnings caused by non-existing variables in constants.py config
    * add tfuxu to translator credits
    tfuxu committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    69a286b View commit details
    Browse the repository at this point in the history
  2. feat: move utility functions to modules/utils.py and create a new fun…

    …ction: buglog
    
    For now I've moved only buglog and to_slug_case here, but a general purpose of this file is to move any redundant/utility code here as a function, so it can be easily used between other modules.
    
    * replace print() in a codebase with new buglog() function
    tfuxu committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    e9ad48f View commit details
    Browse the repository at this point in the history
  3. fix: comment out self.on_apply_button() in get_default_wallpaper func…

    … to get rid of error toast on startup when build in Flatpak
    
    * set tooltip text in monet_file_chooser_button
    * update copyright in window.py and add one in plugin_row.py
    * update local.sh and fix 'user' rule in Makefile
    * replace all remaining print() to buglog(), and redirect to to_slug_case in utils.py
    tfuxu committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    df0a5ac View commit details
    Browse the repository at this point in the history