Commit Graph

19 Commits

Author SHA1 Message Date
Petr Mironychev
0d3493e7f6
feat: Change linux build base to ubuntu 22.04 (#99) 2025-03-06 11:55:04 +01:00
Povilas Kanapickas
247256d4a4
chore: Add unit tests for DocumentContextReader (#90)
chore: Add unit tests for DocumentContextReader

The tests are based on GTest like some tests in Qt Creator itself, which
makes it easy to run as full Qt Creator does not need to be started.
2025-03-05 15:01:52 +01:00
Povilas Kanapickas
29a3939c64
chore: Add Github Actions job for checking formatting (#92) 2025-03-05 01:46:17 +01:00
Povilas Kanapickas
d8a01504a3
chore: Add support for Qt Creator version to the plugin build script (#87)
This will allow to add code conditional on the Qt Creator version to the
plugin codebase. The Qt Creator version will be passed from the build
script automatically. This will also allow to easily extend the Github
Actions job matrix to create releases for more than one Qt Creator
version.

Using QT_VERSION_CHECK allows to reuse existing Qt patterns of checking
versions.

Code has been tested by invoking QODEASSIST_QT_CREATOR_VERSION in code.
2025-03-04 11:17:19 +01:00
Petr Mironychev
a2f15fc843 refactor: Remove experimental Ubuntu 22.04 build from releases 2025-02-02 23:03:51 +01:00
Petr Mironychev
b8e578d2d7
chore: Update plugin to QtCreator 15.0.1
* fix: Additional check qtc version
* build: Upgrade plugin to QtC 15.0.1
* chore: Upgrade plugin version to 0.4.8
2025-01-24 13:29:44 +01:00
Petr Mironychev
a6c909d34d
exp: Add ubuntu 22.04 experimental builds 2025-01-21 14:58:44 +01:00
Petr Mironychev
d8ef9d0120
refactor: Update issue templates 2024-12-23 18:36:27 +01:00
Petr Mironychev
f8bb9998ab 🐛 fix: Fix tags 2024-12-03 21:52:41 +01:00
Petr Mironychev
be9156fd0e 🐛 fix: Add plugins data 2024-12-03 21:16:39 +01:00
Petr Mironychev
55e2b24b8d
Upgrade plugin to Qt Creator 15
* 🐛 fix: Change plugin configs
* 🐛 fix: Update Button aspect api
* 🐛 fix: Temproary fix for LLMSuggestions
* 🐛 fix: Update github actions
* 🔖 chore: Upgrade version in README
2024-12-03 11:15:35 +01:00
Petr Mironychev
54b2cc7011
Update FUNDING.yml 2024-11-16 15:34:22 +01:00
Petr Mironychev
46300f7635
Update issue templates 2024-11-16 00:35:24 +01:00
Petr Mironychev
a184916d7b
Fix double call building in build_cmake.yml 2024-11-11 21:43:46 +01:00
Petr Mironychev
0ed6fb4a6b
Add pull_request to build_cmake.yml 2024-11-11 21:27:31 +01:00
Petr Mironychev
15138b4644
Update FUNDING.yml 2024-10-13 14:00:18 +02:00
Petr Mironychev
1760a2d5ff Upgrade QtCreator to 14.0.2
Add no print support

Test disabling qt6 print component

Clean unnecessary code

Add library
2024-10-03 15:30:16 +02:00
Petr Mironychev
da7abbd9be
Create FUNDING.yml
Add ko-fi button
2024-09-04 13:29:18 +02:00
Petr Mironychev
819e103471 Initial commit 2024-08-27 11:58:55 +02:00