Github Push to hicknhack-software/Qt-Creator
-
Tests: Fix linking
Change-Id: I5f0f3e47ad55d5b98cb1c38d54c242399a4343e0
Reviewed-by: David Schulz -
Utils/Axivion: Remove last traces of expected_str
Change-Id: I7ade4764199c6a15d8bc05c4d9ea1225635db35a
Reviewed-by: Jarek Kobus -
Android: Generate qrc file at build time
Change-Id: I89cdc186aa2c4c6d7ab694ff3752cde7368ebf3b
Reviewed-by: Alessandro Portale -
integrate qmlformat and improve formatter settings UX
- Add reformat action to trigger full document formatting via qmlformat
- Integrate reformat action into context menu and qmljstools menu
- Remove custom formatter command from preferences, default to
qmlformat when LSP formatting fails
- Group tabSettings and other options under 'Built-In Formatter Settings'
for clarity
- Move formatter selection to Code Style page with a new radio button
for selection
- Ensure preview updates according to the selected formatter
- Populate qmlformat configuration widget automatically for Qt's built-in
code style option by running qmlformat --write-defaults.
- TabSettings is a data structure being considered by the text editor
while rewriting the formatted data. Overwrite tabSettings with the
values in the .qmlformat.ini.
- fix the issue of builtin formatter being not respecting the
current codestyle's tab settings.
Task-number: QTCREATORBUG-26602
Change-Id: I2ec1b4a69712eedfafab358aaabb25c6b43ffa8e
Reviewed-by: hjk
Reviewed-by: Sami Shalayel -
SquishTests: Adapt helper function
We nowadays have a couple of wizards where the build system
may end up being a specialized CMake selection.
Inside the tests we do not distinguish that deep so far, but
rely on single build system names.
Change-Id: Iacf824f526e746e466c4018592bc9cc8bdb9c1b8
Reviewed-by: Robert Löhning -
CppEditor: Generate qrc file at build time
Change-Id: I0bbbd629160bab414e3a8ec3b38a7263a84b5dba
Reviewed-by: Christian Stenger -
QmlJSTools: Compile fix
Amends a7e5b68be.
Change-Id: I3efc5464f8347855c24df438ec77711102902484
Reviewed-by: Christian Kandeler -
App: Add dependencies of App icons
Without the dependency, the App icons are not rebuilt when the contents
change.
Change-Id: I9c27dab8e6f8476b9361db2bc6e0d53313af11ec
Reviewed-by: Alessandro Portale -
Utils: Markdown: Use existing icons for code copy buttons
Change-Id: I6b6f6791b6b0acba56bb1e978876a65a1756e391
Reviewed-by: Alessandro Portale -
Update creator plugin template
Amends 227bc8b6a4.
Change-Id: Iedbcd97e177fd8309e889fd6ad309644f65f0a93
Reviewed-by: Jarek Kobus -
Utils: Move and rename result testing macros from expected.h to result.h
Change-Id: I65d682054d4774b8937ecce9728a9d2f2e75cc2a
Reviewed-by: Jarek Kobus -
Coco Plugin bug fix: Wrong path to CoverageScanner under macOS
When manually setting the Coco directory on the plugin settings page,
the plugin automatically verifies the directory by checking that it
contains the CoverageBrowser at the expected place.
With the wrong relative path, checking always failed.
Change-Id: I46d2127d6b2a7d2e1afc15963f1604694d6461cb
Reviewed-by: Markus Redeker
Reviewed-by: David Schulz -
ScreenRecorder: Remove empty qrc file
Change-Id: Idf547530ce918c302e4e9337d55d0c23e75c4c6f
Reviewed-by: Alessandro Portale -
QmlJSTools: Fix qbs build
Change-Id: Ia46104897a93a9c8fe9de6b2072a537c81b968cd
Reviewed-by: Christian Stenger -
Editor: use forked plaintextedit
Change-Id: I43f3b356d24d4e45e80ed9d25768f9eb805b436e
Reviewed-by: Eike Ziller
Reviewed-by: Christian Stenger -
FakeVim: Implement :bd[elete]!
Task-number: QTCREATORBUG-32757
Change-Id: I6caa9b04ec371f4d830292a7544fbbd6264e62b7
Reviewed-by: David Schulz -
WebAssembly: Generate qrc file at build time
Change-Id: I999fd200a399b222273c1611802f23df106aa65e
Reviewed-by: Alessandro Portale -
Debugger: Generate qrc files at build time
Change-Id: I9d837e70d4b78809e48d3c8872a1ee2ec67e6508
Reviewed-by: hjk -
Boot2Qt: Generate qrc file at build time
Change-Id: Ifeb1dc122efdf25f822934a560bffd6b95779c3f
Reviewed-by: Christian Stenger -
Replace a few make_unexpected with ResultError
Change-Id: I64637b8b43c1932dee59e37b8922c18d27c2deb9
Reviewed-by: Jarek Kobus