aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/stringutils.h
Commit message (Expand)AuthorAgeFilesLines
* Utils: Introduce a Utils::TextCodec classhjk22 hours1-4/+0
* Utils: Add fromUnicode()/toUnicode() wrappers around QTextCodechjk3 days1-0/+2
* Utils: Add a Utils::codecForLocale()hjk3 days1-0/+2
* Utils: optimize emitting single lines for big chunks of inputDavid Schulz6 days1-1/+1
* Utils: Add function to normalize lineendings in a QByteArrayhjk2025-04-151-0/+1
* Utils: Remove AbstractMacroExpanderMarcus Tillmanns2024-10-211-23/+0
* Utils: Move highlight function to textutilsMarcus Tillmanns2024-10-101-4/+0
* Utils: Add simple text highlight functionMarcus Tillmanns2024-10-101-0/+5
* Utils: Pass QColor by &Alessandro Portale2024-05-071-1/+1
* Utils: Add function to format colored textMarcus Tillmanns2024-05-071-0/+2
* Fix missing overrides and redundant virtualAlessandro Portale2023-11-141-1/+1
* Utils: Turn "Util.asciify" into a plain macroAlessandro Portale2023-11-071-0/+2
* Markdown: Use different background color for codeEike Ziller2023-08-021-0/+3
* Markdown: Reuse Markdown highlighter from change log viewerEike Ziller2023-04-191-0/+12
* Copilot: Add insert next word actionMarcus Tillmanns2023-04-061-0/+2
* Utils: Add stringutils splitAtFirstMarcus Tillmanns2023-03-131-0/+4
* StringUtils: Add trimFront(), trimBack() and trim() methodsJarek Kobus2023-02-051-1/+3
* StringUtils: Add joinStrings methodJarek Kobus2023-02-031-0/+3
* Utils: Move QtcProcess::normalizeNewlines() into StringUtilsJarek Kobus2023-02-011-0/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Make Utils::withTildeHomePath a FilePath memberhjk2023-01-051-5/+0
* Utils: Drop commonPath(QStringList)hjk2023-01-041-4/+0
* Utils: Remove FilePath::operator+()hjk2022-11-301-2/+7
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* FilePath: Fix UNC root/path parsingMarcus Tillmanns2022-08-111-0/+1
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-0/+2
* Utils: Add a convenience function to fill clipboard and selectionhjk2022-06-201-0/+8
* Utils: Drop [Qt::]SkipEmptyParts from porting.hhjk2022-03-101-2/+0
* Multilanguage: Add utility to get language names consistentlyTuomo Pelkonen2022-01-121-0/+3
* Add missing includeEike Ziller2020-12-071-0/+2
* ProjectExplorer: Set unique build directoryChristian Kandeler2020-11-111-4/+12
* Utils: Fix matching wildcards to full pathsChristian Stenger2020-10-191-0/+7
* Utils: Introduce a central porting.h for "simple porting stuff"hjk2020-06-221-6/+2
* Fix Qt 5.15 deprecation warnings for QString::SkipEmptyPartsChristian Kandeler2020-06-161-0/+6
* Deduplicate elapsed time formattingAndre Hartmann2020-02-291-1/+1
* Move Project::makeUnique to UtilsEike Ziller2018-04-111-1/+17
* Fix that menus didn't show ampersands in files namesEike Ziller2018-03-261-0/+2
* Utils: Introduce case friendly comparison function to stringutilsTobias Hunger2018-03-131-0/+3
* ProjectExplorer: Fix parsing ports from netstat output on Windowshjk2017-08-241-0/+2
* Unit tests: Fix ProjectInfoGenerator.* testsNikolai Kosjar2017-07-271-0/+3
* Introduce and use Utils::stripAcceleratorOrgad Shaneh2017-07-071-0/+3
* MacroExpander: Prevent loop with subprovidersTobias Hunger2017-06-201-1/+1
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Utils: Move MacroExpander to file pair of its ownhjk2014-10-131-15/+0
* | Utils: Introduce a not-so-abstract MacroExpander utility classhjk2014-10-101-0/+15
* | AbstractMacroExpander: expand macros recursivelyOswald Buddenhagen2014-09-151-0/+2