aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation of sdktool against old Qt versionsEike Ziller2020-10-201-0/+7
* Utils: Fix matching wildcards to full pathsChristian Stenger2020-10-193-1/+73
* QmakeProjectManager: Make "system" execution opt-inChristian Kandeler2020-10-162-5/+9
* Account for qmake.bat script for Qt 6 targetsAssam Boudjelthia2020-10-151-1/+7
* ProjectExplorer: Move KitAspect related layout codehjk2020-10-092-7/+14
* Utils: Re-use BaseAspect's m_settingsKey for SavedActionhjk2020-10-094-40/+33
* Utils: Turn the multicolored download icon into a mono-colored oneAlessandro Portale2020-10-078-6/+3
* Merge remote-tracking branch 'origin/master' into 4.14Eike Ziller2020-10-065-48/+85
|\
| * Utils: Add workaround for sdktoolEike Ziller2020-10-061-0/+6
| * Utils: Remove SavedAction::m_settingsGrouphjk2020-10-052-34/+5
| * Utils: Start replacing SavedActions by QAction or Utils::Aspecthjk2020-10-052-14/+31
| * Utils: Add some function to StringAspecthjk2020-10-052-0/+43
* | Utils: Do not emit SelectionAspect::changed if nothing changedhjk2020-10-061-3/+10
|/
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-10-021-1/+7
|\
| * OutputFormatter: Run line parsers also for empty linesChristian Kandeler2020-09-251-7/+6
| * OutputFormatter: Prevent consecutive newlines from being ignoredChristian Kandeler2020-09-241-0/+7
* | ProjectExplorer: Clean up variablesChristian Kandeler2020-10-022-3/+4
* | Qt6: Adapt to removal of QProcess::setupChildProcessEike Ziller2020-10-023-2/+34
* | Qt6: enterEvent now gets passed a QEnterEventEike Ziller2020-09-294-6/+20
* | Remove unneeded QStringList forward declarationsEike Ziller2020-09-294-5/+4
* | Revert "Utils: Remove the text option for LayoutItem"hjk2020-09-282-9/+7
* | Utils: Remove the text option for LayoutItemhjk2020-09-282-7/+9
* | Utils: Fix build on WindowsChristian Stenger2020-09-251-1/+1
* | Utils: Add some documentation for LayoutBuilder and BaseAspecthjk2020-09-254-13/+411
* | Utils: Consolidate LayoutBuilder interface a bithjk2020-09-243-16/+24
* | Utils: Determine shell from $SHELL instead of hard-coding /bin/shhjk2020-09-232-2/+2
* | Utils: Fix warning when destroying a grid-based LayoutBuilderhjk2020-09-231-1/+2
* | Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-2310-3/+2389
* | CMake build system: Propagate less target dependencies and includesAlessandro Portale2020-09-211-2/+2
* | Utils: Fix TextFileFormat::readUtf8()Christian Kandeler2020-09-181-0/+2
* | Fix crash after move to QStringViewEike Ziller2020-09-181-2/+9
* | sdktool: Fix build against old old QtEike Ziller2020-09-181-0/+2
* | Make QmlJS(Tools) build with Qt5 & Qt6Eike Ziller2020-09-171-0/+15
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-09-171-1/+1
|\|
| * OutputFormatter: Fix flushing a pending line feedChristian Kandeler2020-09-141-1/+1
* | Fix build of standalone sdktool against earlier Qt versionsEike Ziller2020-09-161-6/+7
* | Make SmallString operator<< implementation less greedyEike Ziller2020-09-141-2/+12
* | Unittests: Remove external dependenciesCristian Adam2020-09-111-1/+0
* | DiffEditor: Fix Qt6 buildEike Ziller2020-09-091-0/+17
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-09-072-3/+16
|\|
| * OutputFormatter: Fix visual glitchqds/v4.3.2qds/v1.6.0-rc1qds/1.6.0-rc1Christian Kandeler2020-09-072-3/+16
* | Utils: Fix build with Qt6Eike Ziller2020-09-0710-20/+30
* | FileSearch: Remove usage of QTextStream::setCodecEike Ziller2020-09-071-19/+16
* | Utils: Do not try to parse empty filesChristian Stenger2020-09-041-0/+3
* | Utils: Validate pathchooser on setting default valueChristian Stenger2020-08-281-0/+1
* | Utils: Simplify pathchooser validationChristian Stenger2020-08-272-5/+20
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-211-1/+1
|\|
| * Utils: Fix persisting of QRectChristian Stenger2020-08-191-1/+1
* | Fix build of sdktool against older QtEike Ziller2020-08-181-2/+2
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-171-1/+16
|\|