Граф коммитов

12 Коммитов

Автор SHA1 Сообщение Дата
Kenneth Chew 08255e7cde
gui: improve usability in dark mode (bug 1719424) (#1290) 2023-05-31 11:13:59 -04:00
Zeid Zabaneh ec3d104d0d
requirements: upgrade PySide6 to 6.4.2 (bug 1810219) (#1176)
- update packages
- add some fixes needed for new version

After upgrading to PySide6 6.4.2, some instance attributes triggered
AttributeError in some of the modules (e.g., in skip_chooser.py,
and log_report.py). Those  attributes are actually class attributes
that map to various enums elsewhere, and the way they can be accessed
has changed in the latest version.
2023-01-13 15:47:33 -05:00
Zeid Zabaneh 3a7156cdf7
gui: upgrades, enhancements, and deprecations (#1092)
- upgrade to PySide6 (bug 1782252)
- various renamed methods related to PySide6
- fix deprecated method calls
- upgrade CI images to use ubuntu 20.04 (bug 1786367)
- remove Python 3.6 support (bug 1767535)
- keep bundle intact to prevent corrupt signature (bug 1786365)
- move windows build + test to github actions (bug 1786362)
- move gui uploads to separate workflow (bug 1786363)
2022-08-22 16:28:27 -04:00
Zeid Zabaneh 5ccd5a81f2
Revert "gui: upgrade to PySide6 (bug 1782252) (#1083)" (#1090)
This reverts commit c5757c2ae7.
2022-08-17 11:15:51 -04:00
Zeid Zabaneh c5757c2ae7
gui: upgrade to PySide6 (bug 1782252) (#1083)
- upgrade to PySide6
- various renamed methods related to PySide6
- fix deprecated method calls
- upgrade CI images to use ubuntu 20.04
- remove Python 3.6 support
2022-08-16 12:09:39 -04:00
KwanEsq 25e38065b9
Bug 1248212 - Don't allow clicking on bounds in the skip chooser window (#675)
Since it leads to an AssertionError[0] when OK is clicked to confirm the
selection, or if the bound was double clicked to do so.

[0] `assert len(items) == 1` in `choose_next_build()`
2020-06-17 16:02:10 -04:00
William Lachance 40890ec5b2
Linter and requirements updates (#575)
* Use black, flake8, and isort instead of just flake8
* Reorganize requirements for simplicity
* Update some rules
* Add a script for automatically fixing linter errors
* Add some docs on linting
* Run travis linter on python 3.6
2020-03-27 16:17:37 -04:00
William Lachance c10b618fd4
Bug 1581633 - Port GUI to python 3 + pyside2 + pyinstaller (#562) 2020-03-15 14:48:37 -04:00
stepshal 1a06d8f8f6 Fix missing whitespace around operator. 2017-01-18 04:28:01 +07:00
stepshal 419341efa8 Fix missing whitespace around arithmetic operator. 2017-01-18 04:28:01 +07:00
Julien Pagès bb01e5527c Bug 1241724 - fix minor issues in verdict dialog
- icon is now visible
- the dialog can be close (there is a warning though)
- the dialog has a title
2016-02-06 10:50:58 +01:00
Julien Pagès a558f6e536 Bug 1203852 - [gui] add a dialog to choose the build to test after a skip 2015-09-12 08:06:02 +02:00