aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* CPlusPlus: Code cosmeticshjk2022-11-292-17/+15
* QtcProcess: Set Starting state a bit laterJarek Kobus2022-11-291-3/+3
* Utils: FsEngine micro-optimizationshjk2022-11-295-42/+33
* Utils: Use .path() instead of .toString() in some local caseshjk2022-11-291-2/+2
* CppEditor: Remove Snapshot::remove(QString) overloadhjk2022-11-291-2/+0
* Utils: Fix expansion of macros in FilePathhjk2022-11-291-4/+2
* Merge remote-tracking branch 'origin/9.0'Orgad Shaneh2022-11-281-3/+4
|\
| * FilePath: Do not strip macros when normalizing pathOrgad Shaneh2022-11-251-1/+1
| * FilePath: optimize comparisonThomas Hartmann2022-11-241-1/+1
| * FilePath: Backport some pathView() changeshjk2022-11-242-4/+10
* | CPlusPlus: Migrate Macro to FilePathhjk2022-11-283-10/+9
* | Utils: Make FilePath::refersToExe(...) return the found itemhjk2022-11-284-18/+24
* | MathUtils: Add exponential interpolationJarek Kobus2022-11-282-5/+23
* | MathUtils: Add tangential interpolationJarek Kobus2022-11-282-2/+20
* | Utils: Move DiffUtils::interpolate into MathUtilsJarek Kobus2022-11-284-0/+45
* | InfoBar: Do not synchronously delete widgets in updateFabian Kosmale2022-11-281-1/+1
* | CppEditor: Remove WorkingCopy::get(QString) overloadhjk2022-11-253-2/+7
* | AdvancedDockingSystem: WorkspaceDialog: Use LayoutingJarek Kobus2022-11-258-282/+119
* | CppEditor: Switch to FilePath in IndexItemhjk2022-11-251-2/+1
* | Use M_PI for 3.14Jarek Kobus2022-11-252-2/+2
* | CPlusPlus: Return FilePaths from Document::includedFilehjk2022-11-253-22/+28
* | CppEditor: Proliferate FilePath usehjk2022-11-253-7/+7
* | ModelingLib: Replace foreach with range-based for loopsJarek Kobus2022-11-249-101/+124
* | Utils: Add FilePath::{suffix,fileName}View functionshjk2022-11-242-7/+19
* | GLSLEditor: Replace foreach with range-based for loopsJarek Kobus2022-11-241-1/+0
* | CppEditor: Proliferate FilePath usehjk2022-11-247-31/+32
* | GenericDirectUploadService: Reuse TaskTreeJarek Kobus2022-11-241-2/+2
* | CppEditor: Let users check for unused functions in (sub-)projectsChristian Kandeler2022-11-242-9/+24
* | Wizards: Let "new file" wizard create subdirectoriesChristian Kandeler2022-11-241-0/+1
* | "New Project" wizard: Create project parent directory, if neededChristian Kandeler2022-11-242-2/+8
* | TaskTree: Fix destruction of running task treeJarek Kobus2022-11-232-1/+11
* | TaskTree: Introduce Storage itemJarek Kobus2022-11-232-20/+111
* | TaskTree: Introduce TreeStorage classJarek Kobus2022-11-232-0/+100
* | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-232-3/+8
|\|
| * tst_tracing_*: Fix build in certain configurationsEike Ziller2022-11-231-2/+2
| * Utils: Fix StyleHelper::drawArrow workaround for 6.4.0v9.0.0Alessandro Portale2022-11-211-1/+6
* | Utils: Introduce a FilePath::fromPathPart()hjk2022-11-232-0/+9
* | Utils: Replace Environment::isSameExecutable()hjk2022-11-232-17/+0
* | CPlusPlus: Proliferate FilePath usehjk2022-11-2210-42/+56
* | Utils: Remove unused ProxyCredentialsDialogJarek Kobus2022-11-225-201/+0
* | Utils: Add "addCommandLine..." functionsMarcus Tillmanns2022-11-222-0/+23
* | Utils: Reduce scope of Environment::appendExeExtensions()hjk2022-11-222-9/+8
* | Utils: Introduce a FilePath::refersToExecutableFilehjk2022-11-224-3/+68
* | Utils: Don't resolve relative paths in ProcessArgs::prepareCommandhjk2022-11-211-4/+2
* | Utils: Introduce FilePath::isSameExecutable()hjk2022-11-212-0/+37
* | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-211-1/+3
|\|
| * Utils: Workaround StyleHelper::drawArrow for Qt 6.4.1Alessandro Portale2022-11-181-1/+3
* | AsyncTask: Add async task adapter for task treeJarek Kobus2022-11-181-0/+15
* | Utils: Introduce AsyncTaskJarek Kobus2022-11-184-0/+91
* | TaskTree: Add task tree adapter for task treeJarek Kobus2022-11-182-0/+19