aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/uichanges.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace GPL-3.0 with GPL-3.0-onlyKai Köhne2023-01-101-1/+1
| | | | | | | | | | | | | GPL-3.0 is deprecated by SPDX. Change done by find . -type f -exec perl -pi -e 's/LicenseRef-Qt-Commercial OR GPL-3.0(?!-)/LicenseRef-Qt-Commercial OR GPL-3.0-only/g' {} \; Change-Id: If316a498e3f27d2030b86d4e7743b3237ce09939 Reviewed-by: Lucie Gerard <lucie.gerard@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Scripts: Fix permissionsChristian Stenger2022-08-291-0/+0
| | | | | | | Broke with a7956df3ca45. Change-Id: I072ea34183aedf2fd693af1bb589660aa06b9e1c Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Use SPDX license identifiersLucie Gérard2022-08-261-23/+1
| | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Task-number: QTBUG-67283 Change-Id: I708fd1f9f2b73d60f57cc3568646929117825813 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Scripts: Fix uichanges scriptChristian Stenger2022-02-241-0/+1
| | | | | | | Amends 394bfb508f11f. Change-Id: I6e933f8bc18298b81b99a716e734d84fbd2b7528 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Scripts: Fix output for python 3Christian Stenger2022-02-041-3/+12
| | | | | Change-Id: Ie914e04b25bdd4e41a9d2b3a9002385f5867ad6b Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Scripts: Make uichanges script work with Python 3Christian Stenger2022-01-171-1/+1
| | | | | | Change-Id: Ieb5abc4845098b62afa37a3e0e0fdf88326da2ab Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Update License according to aggrement with Free Qt FoundationTobias Hunger2016-01-191-24/+22
| | | | | | | | | * Make sure all scripts come with a license * Update the license in the scripts * Add scripts to help with license changes Change-Id: I38a25aa1287ee8a75e0f0307d1b30320d781ad1f Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Scripts: Fix gathering of xml tag contentChristian Stenger2015-01-271-10/+14
| | | | | | | | If content was read partially the script stored only the last read part instead of the whole content. Change-Id: I331eacbd3a7321fabd32b8addec67ad01a722ed3 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Add script to find ui visible string changesTobias Hunger2015-01-211-0/+222
Change-Id: I685e65258078784acf9ce30703a8192bb1f8fd8a Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>