aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
...
* | LayoutBuilder: Add support for tab widgetJarek Kobus2022-11-182-5/+38
* | Remove unused includes of QGridLayoutJarek Kobus2022-11-181-4/+0
* | Remove unused includes of Q[H/V]BoxLayoutJarek Kobus2022-11-182-3/+0
* | FilePath: Avoid QStringView::first, which is only available in Qt 6Eike Ziller2022-11-181-1/+1
* | FilePath: Fix pathView() and use at more placesEike Ziller2022-11-181-5/+4
* | FilePath: optimize comparisonThomas Hartmann2022-11-181-2/+1
* | Utils: Fix FilePath::hash() regarding to case sensitivityhjk2022-11-181-1/+1
* | Remove unused includes of QFormLayoutJarek Kobus2022-11-181-1/+0
* | Merge "Merge remote-tracking branch 'origin/9.0'"The Qt Project2022-11-173-2/+7
|\ \
| * | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-173-2/+7
| |\|
| | * Utils: Fix "unused parameter" warning for non-macOSAlessandro Portale2022-11-171-0/+2
| | * ProjectExplorer: create a root path without scheme for host deviceDavid Schulz2022-11-171-0/+1
| | * QtcAssert: Print the time of logJarek Kobus2022-11-171-2/+4
* | | TaskTree: Add default c'tor and setupRoot() methodJarek Kobus2022-11-172-14/+31
* | | TaskItem: Move enums outside of TaskItemJarek Kobus2022-11-172-58/+51
* | | TaskTree: Implement simple progress reportingJarek Kobus2022-11-172-9/+92
* | | TaskTree: Add taskCount() getterJarek Kobus2022-11-172-5/+33
* | | TaskTree: Add DynamicSetup handler for groupsJarek Kobus2022-11-172-37/+101
* | | CPlusPlus: Add new usage tag "Template"Christian Kandeler2022-11-172-0/+5
|/ /
* | Utils: improve assert stack printing on windowsDavid Schulz2022-11-171-3/+6
* | Utils: Use QStringView in FilePath implementations when it makes sensehjk2022-11-172-15/+24
* | Utils: Don't reverse FilePath::dirEntries result by defaultAlessandro Portale2022-11-171-1/+1
* | Utils: Sanitize FilePath::onDevice()hjk2022-11-174-13/+9
* | Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2022-11-16104-9117/+19031
|\ \
| * | QmlDesigner: Fix shaking items when scrubbing the timelineThomas Hartmann2022-11-163-9/+24
| * | Update 3rdparty jsonHenning Gruendl2022-11-151-9117/+12915
| * | Merge "Merge remote-tracking branch 'origin/9.0' into qds/dev" into qds/devThe Qt Project2022-11-095-24/+49
| |\ \
| | * \ Merge remote-tracking branch 'origin/9.0' into qds/devTim Jenssen2022-11-095-24/+49
| | |\ \
| * | | | QmlDesigner: QmlPuppet as standalone toolMarco Bubke2022-11-09103-0/+6101
| |/ / /
| * | | Merge remote-tracking branch 'origin/9.0' into qds/devTim Jenssen2022-11-036-19/+52
| |\ \ \
* | | | | PluginErrorView: Use LayoutingJarek Kobus2022-11-165-88/+46
* | | | | PluginErrorOverview: Use LayoutingJarek Kobus2022-11-165-142/+55
* | | | | PluginDetailsView: Use LayoutingJarek Kobus2022-11-165-363/+105
* | | | | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-163-6/+9
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Utils: Fix interrupting local processes on *nixhjk2022-11-162-3/+4
| * | | | Utils: Remove internal /./ relative path markerhjk2022-11-161-3/+5
* | | | | Theme 'dark': Use accent color on macOSEike Ziller2022-11-112-0/+6
* | | | | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-106-29/+73
|\| | | |
| * | | | Utils: Fix nullptr access when shell script process failshjk2022-11-101-1/+3
| * | | | QuickFix: Fix generate function definition with unsigned typeArtem Sokolovskii2022-11-102-2/+24
| * | | | Utils: Better prerequisites check for DeviceShellMarcus Tillmanns2022-11-101-5/+8
| | |_|/ | |/| |
| * | | QmlJS: Fix Follow under cursorMarcus Tillmanns2022-11-082-14/+15
| * | | Utils::Id: Make access to internal cache thread safeJarek Kobus2022-11-071-7/+23
* | | | Utils: Introduce TaskTree and Tasking namespaceJarek Kobus2022-11-096-0/+646
* | | | Merge "Merge remote-tracking branch 'origin/9.0'"The Qt Project2022-11-072-3/+11
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-072-3/+11
| |\| | |
| | * | | Utils: Allow mimetype deep-scan for remote filesMarcus Tillmanns2022-11-042-3/+11
| | | |/ | | |/|
* | / | CPlusPlus: Add more usage tagsChristian Kandeler2022-11-072-6/+39
|/ / /
* | | CPlusPlus: Make Usage::Type QFlags-basedChristian Kandeler2022-11-072-76/+82
* | | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-036-19/+52
|\| |