- The list of branches shows a detached HEAD entry if user checked out
a commit
- The Push action was added to the context menu for remote repositories
Change-Id: Ic51e10e1b357708f53e8181eae2cb418901cff6f
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
It is now supported by Qt Quick Designer in the Library.
Change-Id: I2aec818651d02409f6158a47ab81722db7045f08
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Add links to more information about the services. Rewrite the
section about the Outline sidebar view to better match other
languages beside QML.
Change-Id: If9bc710c034c938fc49d67252f14fc3237feedcb
Reviewed-by: David Schulz <david.schulz@qt.io>
"Start Debugging" is now "Start Debugging of Startup Project".
The debug button also now has this longer name.
Change-Id: I6c53b9647cafde1d6056efd8d0408daaf1d7f0d7
Reviewed-by: hjk <hjk@qt.io>
Users can select buttons for copying and ignoring diagnostics in tooltip
popups displayed by the Clang code model. They can also click a link to
move to the line annotation options.
Change-Id: Ie98a8f853a22d902e89a1764a0aff28f8e180797
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
Recursively searches for a .clang-format file from project folder up
to root. The settings are now displayed on the C++ page if the plugin
is enabled.
Change-Id: I15d24478b4d2e8063bef83a314f2299b020027ba
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
Helpful for a quick startup, e.g. in cases of forced clean settings.
Change-Id: Iab247d77e1157448187453c71b6c2a07b77f3889
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Change-Id: I249a0ad515e4548ea5b7d34a5c63cc0188b3e7ae
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
"Expand All" and "Close All Files in Project"
Change-Id: Ia96f5a91f5a74a575173cba14a85b345a4f340be
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
And mention the option in the ChangeLog.
Change-Id: I7cce04ec1ad8b3f89b4a4f6c24f2a8d2da9381a0
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
The scan filter capability had been added to avoid long
scans in bigger projects.
Nowadays the scans are done multi-threaded and the
filtering is probably barely used.
Change-Id: I7d99f5a57bb10deb3d79510db0c7a06bd771c271
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Reviewed-by: David Schulz <david.schulz@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
One page for application output, one for build output. The respective
settings are now easier to find, and the general Build & Run settings
page looks more tidy now. We will also be able to link directly to the
respective settings from some button in the output panes in the future.
As a side effect, this patch also introduces a dedicated "word-wrap
output" setting for the compile output pane. It used to share this
setting with the application output pane, which was not obvious and
might not be what the user wants.
Change-Id: I5629363863ffe38e0faa006d361ec21484b593f4
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Grouping of test results by their application had been
added.
More blacklisted result types had been added to Qt5.12.
Change-Id: I860c301fd5b9586809679d7def275a908d6fcf10
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Recent adaptations to Qt 5.13's API deprecations require using APIs
which were introduces in Qt 5.11.
Change-Id: I6c077d824c9ce716e019543b290c355a5d512fad
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Update text and screenshots to reflect the UI changes in the settings
made with the kSyntaxHighlighting backend change.
Change-Id: I9ba1ecfee13aedbfe15e3226e71378b5d349fbb8
Reviewed-by: David Schulz <david.schulz@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Use defines to display the correct menu paths to the wizards.
Change-Id: I2cd6dff049a674e9646639fa928f7353d97037ac
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
For reuse in Qt Design Studio, where the terms will be
changed.
Change-Id: Icbfec3759a3b677df2d166379404a58540d13012
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Qt Quick UI Prototype projects (.qmlproject) are used in Qt Design
Studio, but they must be converted to Qt Quick Application projects
for building and running them in Qt Creator.
Add example files and quote code from them.
Task-number: QDS-357
Change-Id: Ib0bf1b342ec54faeca108e5586389730a85b5116
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>