Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
aaa5e61
- Moved ayon-ui-qt to ayon-core
mahesh-ynput Jun 3, 2026
7a6ffc5
- updated ayon_core.ui with latest ayon-ui-qt develop branch a9dd018a…
mahesh-ynput Jun 6, 2026
fa4862c
port ayon-ui-qt PR #54: restructure module
philippe-ynput Jun 8, 2026
f7001b3
fix(ruff): ruff pass
philippe-ynput Jun 8, 2026
ae33e42
fix(ruff): more fixes
philippe-ynput Jun 8, 2026
ac0c1f0
refactor(ui): update imports and restructure style modules
philippe-ynput Jun 8, 2026
a425594
test(ui): update visual test resource paths
philippe-ynput Jun 10, 2026
a6ddf38
fix(tests): add tmp_path fixture for temporary directory creation
philippe-ynput Jun 10, 2026
4f6fe3c
Merge branch 'develop' into 48-move-ayon-ui-qt-into-ayon-core
philippe-ynput Jun 10, 2026
b47f990
feat(ui): implement custom menu drawer and styling (#1885)
philippe-ynput Jun 11, 2026
bc29190
fix(ruff): fix ruff CI
philippe-ynput Jun 11, 2026
c1630b1
Merge branch 'develop' into 48-move-ayon-ui-qt-into-ayon-core
moonyuet Jun 22, 2026
14e5c3d
Merge branch 'develop' into 48-move-ayon-ui-qt-into-ayon-core
iLLiCiTiT Jun 23, 2026
a3b5458
use 'AYON' over 'Ayon'
iLLiCiTiT Jun 23, 2026
213d773
remove logging basic config
iLLiCiTiT Jun 23, 2026
1ccb6bc
remove unused functions
iLLiCiTiT Jun 23, 2026
c366acb
small code modifications
iLLiCiTiT Jun 23, 2026
f957bca
try to use windows output of tests
iLLiCiTiT Jun 23, 2026
b76adab
don't use normpath
iLLiCiTiT Jun 23, 2026
b73e8e2
correct import order
iLLiCiTiT Jun 23, 2026
66c6b4e
more code style changes
iLLiCiTiT Jun 25, 2026
33a6de3
-Syntax fix
mahesh-ynput Jun 25, 2026
6d04ccc
move tests to preview
iLLiCiTiT Jun 26, 2026
e0a0cd6
remove unused imports
iLLiCiTiT Jun 26, 2026
69c83f6
move variable fonts to root of the repository
iLLiCiTiT Jun 26, 2026
3aa7fc4
keep only one static NunitoSans font
iLLiCiTiT Jun 26, 2026
fd7f1cd
change how fonts are loadad
iLLiCiTiT Jun 26, 2026
62c6d8b
fix tests imports
iLLiCiTiT Jun 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/pr_unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Qt runtime dependencies
run: |
sudo apt-get update
sudo apt-get install -y libegl1 libgl1 libxkbcommon-x11-0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Install requirements
run: ./tools/manage.sh create-env
- name: Run tests
env:
QT_QPA_PLATFORM: offscreen
run: ./tools/manage.sh run-tests
99 changes: 0 additions & 99 deletions client/ayon_core/style/fonts/Noto_Sans_Mono/README.txt

This file was deleted.

Empty file added client/ayon_core/ui/__init__.py
Empty file.
Loading
Loading