aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/stringutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Add stringutils function to remove comments from json filesMarcus Tillmanns2025-05-211-0/+50
* Utils: Move codec alias related code to TextCodec implementationhjk2025-05-141-1/+0
* Utils: Introduce a Utils::TextCodec classhjk2025-05-141-26/+0
* Utils: Add fromUnicode()/toUnicode() wrappers around QTextCodechjk2025-05-121-0/+18
* Utils: Add a Utils::codecForLocale()hjk2025-05-121-0/+9
* Utils: optimize emitting single lines for big chunks of inputDavid Schulz2025-05-091-2/+2
* Utils: Add function to normalize lineendings in a QByteArrayhjk2025-04-151-4/+13
* Avoid potential detach of non-const Qt containers in range-loops 1/2Alessandro Portale2025-03-211-1/+1
* StringUtils: use QString::asprintf to reduce allocationTim Jenßen2025-01-231-2/+3
* Fix compile with Qt 6.9David Schulz2024-12-101-1/+1
* StringUtils: Don't issue warning on '*' portv15.0.0Jarek Kobus2024-11-271-0/+3
* StringUtils: Fix a typoJarek Kobus2024-11-201-1/+1
* StringUtils: Fix parseUsedPortFromNetstatOutput()Jarek Kobus2024-11-191-87/+119
* Utils: Remove AbstractMacroExpanderMarcus Tillmanns2024-10-211-120/+0
* Utils: Move highlight function to textutilsMarcus Tillmanns2024-10-101-21/+0
* Utils: Add simple text highlight functionMarcus Tillmanns2024-10-101-0/+21
* Utils: Introduce a convenience function creatorColor()hjk2024-05-291-1/+1
* Utils: Pass QColor by &Alessandro Portale2024-05-071-1/+1
* Utils: Add function to format colored textMarcus Tillmanns2024-05-071-0/+6
* Utils: Turn "Util.asciify" into a plain macroAlessandro Portale2023-11-071-0/+12
* StringUtils: Use natural sorting in caseFriendlyCompare()Christian Kandeler2023-09-041-2/+11
* Markdown: Use different background color for codeEike Ziller2023-08-021-2/+27
* Doc: Add \a commands to FileSystemWatcher and stringutils docsLeena Miettinen2023-05-251-1/+1
* StringUtils: Fix missing includeJarek Kobus2023-04-191-0/+1
* Markdown: Reuse Markdown highlighter from change log viewerEike Ziller2023-04-191-3/+60
* Copilot: Add insert next word actionMarcus Tillmanns2023-04-061-0/+22
* Utils: Add stringutils splitAtFirstMarcus Tillmanns2023-03-131-0/+19
* Utils: Fix build of sdktoolChristian Stenger2023-02-071-1/+1
* StringUtils: Add trimFront(), trimBack() and trim() methodsJarek Kobus2023-02-051-0/+50
* StringUtils: Add joinStrings methodJarek Kobus2023-02-031-0/+13
* Utils: Tr::trAlessandro Portale2023-02-011-2/+2
* Utils: Move QtcProcess::normalizeNewlines() into StringUtilsJarek Kobus2023-02-011-0/+11
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Make Utils::withTildeHomePath a FilePath memberhjk2023-01-051-19/+0
* Utils: Drop commonPath(QStringList)hjk2023-01-041-20/+0
* Utils: Remove FilePath::operator+()hjk2022-11-301-0/+10
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* FilePath: Fix UNC root/path parsingMarcus Tillmanns2022-08-111-0/+8
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-2/+12
* Utils: Add a convenience function to fill clipboard and selectionhjk2022-06-201-0/+17
* Utils: Drop unused headers [I-Z]Jarek Kobus2022-05-251-3/+2
* Utils: More forward declarations / drop unused headers [S]Jarek Kobus2022-05-251-1/+1
* Remove outdated codeRobert Löhning2022-03-091-7/+0
* Multilanguage: Add utility to get language names consistentlyTuomo Pelkonen2022-01-121-0/+13
* Fix compilation of sdktool against old Qt versionsEike Ziller2020-10-201-0/+7
* Utils: Fix matching wildcards to full pathsChristian Stenger2020-10-191-0/+64
* Utils: Replace foreach with range-based forOrgad Shaneh2020-06-161-1/+1
* Deduplicate elapsed time formattingAndre Hartmann2020-02-291-0/+10
* Macro expander: Allow alternative substitution characterChristian Kandeler2019-07-101-3/+5
* Fix C++ Library wizard when compiled with Qt < 5.12Eike Ziller2019-06-031-1/+1