summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/progressmanager
Commit message (Expand)AuthorAgeFilesLines
* Solutions: Long live Solutions!Jarek Kobus2023-05-171-1/+2
* TaskTree: Prepare for de-utils-ization - part 2Jarek Kobus2023-05-122-2/+3
* Process: Rename QtcProcessPrivate -> ProcessPrivateJarek Kobus2023-05-101-1/+1
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-042-12/+12
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* RunExtensions: Move onResultReady and onFinished into asynctask.hJarek Kobus2023-04-171-1/+1
* Do not automatically reset progress details positionEike Ziller2023-03-292-2/+41
* ProgressManager: Add a addTimedTask() that accepts QFuture<void>Jarek Kobus2023-03-132-0/+29
* TaskProgress: Make is possible to set id for associated future progressJarek Kobus2023-01-272-1/+8
* TaskProgress: Add setAutoStopOnCancel() propertyJarek Kobus2023-01-273-2/+16
* Core: Fix includeChristian Kandeler2023-01-171-1/+1
* Core: Tr::trhjk2023-01-173-13/+17
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0616-16/+16
* Task/ProcessProgress: Delete private data on destructionJarek Kobus2023-01-054-14/+17
* ProcessProgress: Add setKeepOnFinish()Jarek Kobus2023-01-052-3/+14
* TaskProgress: Add setHalfLifeTimePerTask()Jarek Kobus2022-12-062-6/+10
* MathUtils: Add tangential interpolationJarek Kobus2022-11-282-17/+10
* TaskProgress: Add missing features needed by UpdateInfoPluginJarek Kobus2022-11-252-1/+38
* TaskProgress: Improve fluency of progressJarek Kobus2022-11-251-2/+49
* Use M_PI for 3.14Jarek Kobus2022-11-251-4/+2
* Introduce TaskProgressJarek Kobus2022-11-183-2/+116
* Support temporarily dragging progress details out of the wayEike Ziller2022-11-096-14/+88
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-10-192-1/+19
|\
| * Clangd indexing: Hide cancel button, open settings on clickEike Ziller2022-10-192-1/+19
* | Fix buildChristian Kandeler2022-10-131-1/+1
* | Introduce ProcessProgressJarek Kobus2022-10-122-0/+169
|/
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Take "Toggle Progress Details" immediately into effectEike Ziller2022-10-071-0/+2
* Make progress details and toggle button more visually connectedEike Ziller2022-08-312-2/+3
* Use SPDX license identifiersLucie Gérard2022-08-2612-288/+24
* ProgressManager: Avoid deleting object from its signal handlerJarek Kobus2022-07-202-12/+14
* ProgressManager: Avoid using sender()Jarek Kobus2022-07-202-11/+5
* Fix display of build errors/warnings in status barEike Ziller2022-07-052-16/+25
* CorePlugin: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-041-3/+3
* Core: Fix runtime warningChristian Stenger2022-04-011-1/+1
* Avoid status bar flickering while indexingEike Ziller2022-03-302-8/+27
* Do QFutureWatcher::setFuture() after connecting to watcher's signalsJarek Kobus2021-05-121-1/+2
* PCH build fix when building with Clang 12Cristian Adam2021-05-021-0/+1
* macOS: Fix compile warningEike Ziller2021-04-061-3/+3
* Use invokeMethod instead of single shot timer with 0 timeoutJarek Kobus2021-01-291-1/+1
* Core: Save less settingsEike Ziller2020-12-111-5/+6
* Fix a build with Qt 6Jarek Kobus2020-11-051-0/+6
* Core/Utils: Migrate further to Utils::Idhjk2020-07-065-17/+17
* Move Id from Core to UtilsEike Ziller2020-06-181-1/+1
* Fix "Header" documentation in Core pluginEike Ziller2020-06-152-2/+6
* Doc: Fix Progress Manager docsLeena Miettinen2020-02-212-57/+57
* Core/Utils: Use {} instead of nullptr for flagshjk2020-01-171-2/+2
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* Compile fix with recent Qt devhjk2019-07-291-3/+1