summaryrefslogtreecommitdiff
path: root/src/plugins/scxmleditor/common/colorthemes.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ScxmlEditor: Pass context object to lambda connectionsJarek Kobus2022-12-081-1/+1
| | | | | | | | | Remove some unneeded lambda () brackets. Change-Id: I12a3498c3c13121e021e13b763905fc6a41b214d Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* ScxmlEditor: Convert to using Tr::trAlessandro Portale2022-09-011-6/+7
| | | | | Change-Id: Ia8ab06d4b8a16bb144d6887624c478fb911f29ea Reviewed-by: hjk <hjk@qt.io>
* ScxmlEditor: inline .ui filesAlessandro Portale2022-09-011-0/+1
| | | | | | | | | | | | | | | | | colorpicker.ui colorsettings.ui colorthemedialog.ui magnifier.ui navigatorslider.ui search.ui shapestoolbox.ui stateview.ui statistics.ui statisticsdialog.ui Change-Id: Idab9db2102d4d9dbafb60d2025386165c536d894 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io>
* Use SPDX license identifiersLucie GĂ©rard2022-08-261-24/+2
| | | | | | | | | 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>
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-2/+2
| | | | | | | | We require Qt 5.14 nowadays. Change-Id: Iff245257d3cb19207007c0445ee13814e66152dd Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* All: Use Utils::SkipEmptyPartshjk2020-06-171-4/+5
| | | | | | Task-number: QTCREATORBUG-24098 Change-Id: Iab45de9a9c17ddc39a0e343b1175d4f6cb94b098 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Prepare for potential QVariant::QVariant(const char *) deprecationhjk2019-01-241-1/+2
| | | | | Change-Id: I772f7b454e8f015c9e5bfc8e165e64deb2e3089a Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* SCXML editor: Fix UI textLeena Miettinen2017-04-051-1/+1
| | | | | | | ... capitalization, punctualization, and grammar Change-Id: I15205b899387e8a91529c3a6b6a2e81cf4315a4a Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* ScxmlEditor: Initial importAlessandro Portale2016-09-161-0/+188
Change-Id: I4701b77ebd4e2520f2616c42206ac17be3a12b60 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>