aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside-tools/project/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* pyside6-deploy: 3. Rename project folder to project_libJaime Resano2025-01-221-48/+0
| | | | | | | | | | | | | This is a refactor in order to improve the code clarity. In the testing of the pyside6-project command, importlib.import_module is used to import the project_lib folder. Currently, importlib.import_module("project") is ambiguous because it may refer to both the file and the folder. It chooses the folder over the file. Task-number: PYSIDE-1612 Pick-to: 6.8 Change-Id: I8903ea9d2112cf2eb7a68d0e302d3c74edcf2c22 Reviewed-by: Friedemann Kleint <[email protected]>
* pyside6-deploy: 2. Improve deployment of Design Studio projectsJaime Resano2025-01-221-0/+1
| | | | | | | | | | | | Design Studio projects will specify the resources employed by the project in the .qrc file. This way, the deployment process is way simpler since all the file dependencies are stored compiled in a .py file. Task-number: PYSIDE-1612 Change-Id: Icc0047e9f9c183a4db51052a84743e5b095ec76a Pick-to: 6.8 Reviewed-by: Cristian Maureira-Fredes <[email protected]>
* Python-3.10: Allow the new syntax for Python 3.9Christian Tismer2024-06-201-0/+1
| | | | | | | | Add a future statement to all Python source files. Task-number: PYSIDE-2786 Change-Id: Icd6688c7795a9e16fdcaa829686d57792df27690 Reviewed-by: Adrian Herrmann <[email protected]>
* pyside6-project: Add a rule for pyside6-qsbFriedemann Kleint2024-04-181-0/+1
| | | | | | | Pick-to: 6.7 Task-number: PYSIDE-2629 Change-Id: I46303c172bb82654186def51908317c269c7c5e7 Reviewed-by: Shyamnath Premnadh <[email protected]>
* pyside6-project: Fix --dry-runShyamnath Premnadh2024-02-151-4/+22
| | | | | | | | Bug caused from 10715102f01bfee9c0122f21680f05414a947357 Pick-to: 6.6 6.5 Change-Id: I50631239134f154baebab0eef4d36c52e8ba398b Reviewed-by: Friedemann Kleint <[email protected]>
* pyside6-project: Add a build rule for building .qm files from .ts filesFriedemann Kleint2024-02-121-0/+1
| | | | | | | | | [ChangeLog][PySide6] pyside6-project now also builds translation (.qm) files. Pick-to: 6.6 6.5 Change-Id: I9863ff3d031499ae7a74c04ec988ca2085a75cfa Reviewed-by: Cristian Maureira-Fredes <[email protected]>
* pyside6-project: Recognize .pyw files as PythonFriedemann Kleint2023-09-261-1/+2
| | | | | | | | | The suffix .pyw is used for Windows GUI applications. Pick-to: 6.6 6.5 Fixes: PYSIDE-2471 Change-Id: Ib067e075ea5b76c36a69da0881e224bdf416c45e Reviewed-by: Shyamnath Premnadh <[email protected]>
* Project Tool: Fix QML issues on WindowsFriedemann Kleint2022-12-151-1/+1
| | | | | | | | | | - Adapt the glob pattern for metatypes to Windows (no build indicator) - Fix qtpaths6 evaluation (split on ':' only once to prevent it from splitting on drive letters) Pick-to: 6.4 Change-Id: I234ce2d462cca67ed0b142edb3a6e8420e4cb125 Reviewed-by: Cristian Maureira-Fredes <[email protected]>
* Project Tool: SplitShyamnath Premnadh2022-10-201-0/+25
| | | | | | | | | | | - Split classes into separate Python files - utils and project_data - Project operation still inside project.py - Created class ProjectData out of class Project to store the data of the project Pick-to: 6.4.0 Change-Id: I542b74b90b7a4a01cf415d6d2080cbd6ea914e1d Reviewed-by: Cristian Maureira-Fredes <[email protected]>
* create pyside-tools2 with qt5 branchChristian Tismer2015-06-101-0/+0
|
* Remap examples and tools submodules from gitorious to githubRoman Lacko2013-08-011-0/+0
|
* Initial commit (copy of lck/pyside-dist repo)Roman Lacko2012-06-041-0/+0