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

Bump to 0.3.6 #78

Merged
merged 6 commits into from
Aug 17, 2022
Merged

Bump to 0.3.6 #78

merged 6 commits into from
Aug 17, 2022

Conversation

alexpdev
Copy link
Owner

No description provided.

@alexpdev alexpdev self-assigned this Aug 17, 2022
@codecov
Copy link

codecov bot commented Aug 17, 2022

Codecov Report

Merging #78 (bf24ffc) into main (418e08c) will decrease coverage by 4.35%.
The diff coverage is 80.27%.

❗ Current head bf24ffc differs from pull request most recent head fe78dc4. Consider uploading reports for the commit fe78dc4 to get more accurate results

@@             Coverage Diff             @@
##              main      #78      +/-   ##
===========================================
- Coverage   100.00%   95.64%   -4.36%     
===========================================
  Files           18       19       +1     
  Lines         2082     2295     +213     
===========================================
+ Hits          2082     2195     +113     
- Misses           0      100     +100     
Impacted Files Coverage Δ
torrentfileQt/utils.py 29.03% <29.03%> (ø)
torrentfileQt/checkTab.py 98.42% <88.63%> (-1.58%) ⬇️
torrentfileQt/createTab.py 98.42% <89.47%> (-1.58%) ⬇️
torrentfileQt/menu.py 98.08% <97.89%> (-1.92%) ⬇️
tests/__init__.py 100.00% <100.00%> (ø)
tests/test_checktab.py 100.00% <100.00%> (ø)
tests/test_createTab.py 100.00% <100.00%> (ø)
tests/test_edittab.py 100.00% <100.00%> (ø)
tests/test_infotab.py 100.00% <100.00%> (ø)
tests/test_magnettab.py 100.00% <100.00%> (ø)
... and 9 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Resolved issues in the following files via DeepSource Autofix:
1. torrentfileQt/menu.py
2. torrentfileQt/utils.py
@alexpdev alexpdev added the enhancement New feature or request label Aug 17, 2022
@alexpdev alexpdev merged commit 4e61e1a into main Aug 17, 2022
@alexpdev alexpdev deleted the upper branch August 17, 2022 08:55

def dark_theme(self):
@staticmethod
def dark_theme():
"""Change the GUI application to dark theme."""
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed them back to instance methods since I am now using the self argument in the method body and no longer relying on the QApplication class method for grabbing the app instance.


def apply_theme(self, theme):
"""Apply the given stylesheet."""
self.setStyleSheet(theme)
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added theme management to the instance of the QApplication.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Light Mode and Create a means of increasing the font size app wide.
1 participant