aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils
Commit message (Expand)AuthorAgeFilesLines
* Re-fix QtCore resource path changing and prepare for Qt 5.134.9Thiago Macieira2019-07-161-26/+19
* Debugger: Re-organize dock widget persistinghjk2019-04-052-0/+19
* TreeView: Fix mapping to source models in case ProxyModels are involvedhjk2019-04-022-1/+26
* OutputFormatter: Fix behavior of text with different format after \rOrgad Shaneh2019-04-011-3/+1
* Utils: Use proper pluralRobert Loehning2019-03-071-2/+2
* ClangFormat: Fix UTF-16 line and column for 0 offsetIvan Donchevskii2019-03-061-2/+5
* Utils: fix memory leak in normalizePathName on windowsDavid Schulz2019-03-061-3/+4
* ClangFormat: Refactor codeIvan Donchevskii2019-02-202-0/+26
* Help: Add fallback word lookup for context help to base text editorEike Ziller2019-02-152-0/+8
* Squish: Fix verification of tool tipsChristian Stenger2019-02-141-0/+1
* Utils: Add a JsonTreeItemDavid Schulz2019-02-124-2/+162
* Fix some deprecation warnings in basic pluginsFriedemann Kleint2019-02-114-21/+13
* AutoTest: Use TypedTreeItem for TestResultItemChristian Stenger2019-02-081-0/+5
* Clang: Use full paths in compilation database for symbol collectorIvan Donchevskii2019-02-071-2/+1
* PathChooser: Move setTextKeepingActiveCursor() to FancyLineEditChristian Kandeler2019-02-073-11/+13
* Utils::FileNameValidatingLineEdit: Allow '+' characterChristian Kandeler2019-02-041-1/+1
* Help: Avoid double lookup for help tooltipsEike Ziller2019-02-014-45/+47
* Algorithm: Add missing includeEike Ziller2019-01-291-0/+1
* Fix warning: "Don't call QVector::first() on temporary QList/QVector"Alessandro Portale2019-01-281-1/+1
* AnsiEscapeCodeHandler: ModernizeAndre Hartmann2019-01-282-11/+5
* AnsiEscapeCodeHandler: Fix some Clang sign conversion warningsAndre Hartmann2019-01-281-3/+3
* Avoid a few unnecessary non-const QString::operator[]() accesseshjk2019-01-252-6/+6
* ClangRefactoring: Adapt project part in the databaseMarco Bubke2019-01-241-1/+1
* Fix MSVC2015 buildIvan Donchevskii2019-01-221-3/+2
* FancyLineEdit: Do not overwrite content with non-existing history dataChristian Kandeler2019-01-222-1/+2
* PchManager: Split pch tasks in project and system pch tasksMarco Bubke2019-01-211-0/+12
* use initializer listsTim Jenssen2019-01-211-4/+4
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-172-13/+14
* Fix warning: "Use midRef() instead of mid()"Alessandro Portale2019-01-171-2/+2
* Fix warning: "Don't call QByteArray::data() on temporary"Alessandro Portale2019-01-171-1/+1
* Improve visual contrast for toolbar items in flat/flat-dark themesAlessandro Portale2019-01-161-2/+2
* Utils: Fix qbs buildChristian Kandeler2019-01-151-0/+22
* Add macOS touch bar supportEike Ziller2019-01-1517-0/+806
* Utils: Move C++ language details from ProjectExplorer to UtilsMarco Bubke2019-01-153-1/+66
* Utils: Suppress warning in SmallStringMarco Bubke2019-01-141-0/+9
* Utils: Add default constructor to SmallStringViewMarco Bubke2019-01-141-2/+4
* Utils: Add size functions to algorithmsMarco Bubke2019-01-141-0/+12
* Editor: Improve icon/panel selection colorsAaron Barany2019-01-121-0/+1
* FileSystemWatcher: Prevent slot execution on deleted objectChristian Kandeler2019-01-101-0/+1
* Debugger: Fix sizing of debugger columnsAaron Barany2019-01-082-0/+137
* Utils: Postpone FileSystemWatcher signals when application is inactiveOrgad Shaneh2019-01-081-7/+54
* Utils: Introduce GlobalFileChangeBlockerOrgad Shaneh2019-01-084-0/+129
* QTC_ASSERT: Enclose conditions with Q_LIKELYOrgad Shaneh2019-01-071-3/+3
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2019-01-072-2/+3
|\
| * FileInProjectFinder: Fix findFile() for nonexisting filesAndre Hartmann2019-01-041-1/+1
| * SaveFile: Fix error handling when moving file with new contents failsEike Ziller2018-12-171-1/+2
* | Const'ify two static variablesBernhard Beschow2018-12-191-4/+4
* | Add general UI introductionEike Ziller2018-12-182-4/+8
* | OutputFormatter/AbstractProcessStep: Handle \r\n as newlineOrgad Shaneh2018-12-181-0/+5
* | FileSystemWatcher: Prevent double-delete of static dataChristian Kandeler2018-12-141-1/+1