aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix persisting of QRectChristian Stenger2020-08-191-1/+1
* Do not propagate dark theme to widget designerEike Ziller2020-08-141-1/+16
* Merge remote-tracking branch 'origin/qds-1.59' into 4.13Tim Jenssen2020-08-131-6/+1
|\
| * Utils: Fix small string ostream operator <<Marco Bubke2020-07-021-6/+1
* | QmlDesigner: Add 3d axis colors to themeMiikka Heikkinen2020-08-111-1/+4
* | mac: fix touchbar delegate interfaceFawzi Mohamed2020-08-111-1/+1
* | QmlDesigner: Enable modes/states with icon fontHenning Gruendl2020-08-032-0/+65
* | OutputFormatter: Fix linkification of relative file pathsChristian Kandeler2020-07-311-4/+7
* | Cmake: Fix compile output glitchChristian Kandeler2020-07-311-2/+14
* | Utils::Environment: Fix NameValueDictionary::diff()Christian Kandeler2020-07-201-1/+1
* | Utils/copyRecursively: Avoid copying of copy helper instanceEike Ziller2020-07-132-41/+59
* | Git: Port colorful log to text colorsAndre Hartmann2020-07-061-7/+0
* | Fix buildEike Ziller2020-07-061-0/+1
* | Android, McuSupport: Change "download" icons to "online"Alessandro Portale2020-06-262-0/+3
* | Plugin install: Make 7z verboseEike Ziller2020-06-251-1/+1
* | Plugin install: Fix crash on cancelEike Ziller2020-06-231-0/+6
* | TextEditor: Utils: Do not use invalid regular expressionsChristian Stenger2020-06-221-0/+4
* | Various Qt6 compile fixeshjk2020-06-221-0/+6
* | Utils: Introduce a central porting.h for "simple porting stuff"hjk2020-06-225-7/+46
* | VCS: Pass links to the correct VCSOrgad Shaneh2020-06-212-8/+15
* | Utils: Replace some QRegExp to QRegularExpressionChristian Stenger2020-06-195-10/+8
* | Utils: Replace QRegExp by QRegularExpressionChristian Stenger2020-06-191-11/+15
* | OutputWindow: Do not activate links for empty referenceOrgad Shaneh2020-06-181-0/+1
* | Utils: Disable the QVector overloads in algorithm in Qt 6hjk2020-06-181-2/+2
* | Remove uses of QRegularExpression::OptimizeOnFirstUsageOptionhjk2020-06-181-1/+0
* | More Qt 6 portinghjk2020-06-183-40/+32
* | Move InfoBar to UtilsEike Ziller2020-06-185-2/+513
* | Move Id from Core to UtilsEike Ziller2020-06-185-9/+469
* | QrcParser: Fixup last changeOrgad Shaneh2020-06-171-1/+1
* | Utils: Use range-based for in QrcParserOrgad Shaneh2020-06-171-9/+12
* | All: Use Utils::SkipEmptyPartshjk2020-06-173-11/+13
* | Utils: Remove unused functionChristian Stenger2020-06-172-9/+0
* | Fix Qt 5.15 deprecation warnings for QString::SkipEmptyPartsChristian Kandeler2020-06-161-0/+6
* | Utils: Fix compile on unixDavid Schulz2020-06-161-19/+16
* | DetailsWidget: Don't allow the summary label to expand too muchAlessandro Portale2020-06-161-2/+2
* | Utils: check windows registry for archive toolsDavid Schulz2020-06-161-21/+61
* | Utils: Replace foreach with range-based forOrgad Shaneh2020-06-1634-95/+104
* | TextEditor: Sort indent ranges before applyingChristian Kandeler2020-06-151-0/+5
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-06-151-5/+3
|\ \
| * | Utils: fix selectAt used with invisible blocksDavid Schulz2020-06-111-5/+3
* | | Fix build: Utils/archive.cpp needs to include QTimerTobias Hunger2020-06-151-0/+1
* | | Utils/Archive: Add simple async APIEike Ziller2020-06-152-26/+93
* | | Utils: Create re-usable Callable for copying and asking for overwriteEike Ziller2020-06-152-2/+76
* | | Various places: performance-for-range-copyAlessandro Portale2020-06-151-1/+1
* | | QtcProcess: Port to QRegularExpressionhjk2020-06-151-3/+3
* | | Revert "Port to Qt 6's absence of QProcess::setupChildProcess"hjk2020-06-113-30/+6
* | | Utils: Port ClassNameValidatingLineEdit to QRegularExpressionhjk2020-06-111-21/+17
* | | Utils: Use QRegularExpression in BuildableHelperLibraryhjk2020-06-111-9/+9
* | | Don't pass full command line to exitMessage()Andre Hartmann2020-06-111-2/+2
* | | FakeToolTip: Enforce "no focus" policy on WindowsChristian Kandeler2020-06-091-1/+1