aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix file saver for delete locked filesDavid Schulz2018-09-261-7/+20
* Fix editing of custom executable pathEike Ziller2018-08-281-2/+11
* MimeProvider: Add #include <QtGlobal> for version checkOrgad Shaneh2018-08-161-0/+1
* Environment: Do not leave stray ':' in LD_LIBRARY_PATHTobias Hunger2018-07-261-2/+4
* Utils: Follow symlinks in Environment::isSameExecutableOrgad Shaneh2018-07-111-1/+5
* Fix issues with saving files on network drives on WindowsEike Ziller2018-06-291-1/+1
* Utils: Separate the filter icon from the expand arrowAlessandro Portale2018-06-276-1/+4
* VcsCommand: Block auto reload while a command is runningOrgad Shaneh2018-06-272-0/+2
* Use C++11’s override and remove virtual where applicableAlessandro Portale2018-06-274-4/+4
* Utils: Move common positionInText function to Utils::TextIvan Donchevskii2018-06-192-0/+10
* Fix painting of clear buttons in history completer popupEike Ziller2018-06-141-15/+42
* Utils: Properly name withNtfsPermissions()Andre Hartmann2018-06-052-5/+5
* Fix compilation issues with C++17Eike Ziller2018-06-051-3/+1
* RunExtensions: Support specifying thread stack sizeNikolai Kosjar2018-06-041-14/+78
* CppTools: Use cursor range for better outline navigationIvan Donchevskii2018-06-041-0/+5
* Utils: Clean up ChangeSetNikolai Kosjar2018-05-241-23/+20
* FileInProjectFinder: performance improvementTim Jenssen2018-05-241-5/+6
* FileInProjectFinder: Use FileNameList for file namesTim Jenssen2018-05-242-8/+9
* Utils: Fix unit-test failure caused by SmallString issueIvan Donchevskii2018-05-241-0/+3
* Utils: remove Clang from ClangCodeModel_*_TextMarkColorDavid Schulz2018-05-171-4/+5
* Utils: Fix manual usage of PathChooserChristian Stenger2018-05-141-1/+1
* Utils: Consistently use nullptrTobias Hunger2018-05-1352-95/+101
* Utils: Use override consistentlyTobias Hunger2018-05-1346-117/+122
* ProjectExplorer: Do not overwrite shared project settingsOrgad Shaneh2018-05-082-2/+4
* Clang: Fix compiler warningsOrgad Shaneh2018-05-081-1/+1
* Get rid of size type conversion warning in Utils::transformEike Ziller2018-05-041-1/+1
* Utils: Add reset call to ExecuteOnDestructionIvan Donchevskii2018-05-031-2/+5
* EnvironmentDialog: Add help text to make usage more obviousAndre Hartmann2018-05-031-6/+10
* Utils: Fix treemodel's hasChildrenChristian Stenger2018-05-022-0/+9
* PathChooser: Remove wrong commentsTobias Hunger2018-04-251-3/+3
* Utils: Use free functions in OsSpecificAspectshjk2018-04-243-41/+38
* Utils: Introduce a OsSpecificAspect::pathWithNativeSeparators(QString)hjk2018-04-241-0/+14
* ToolChain: Use SettingsAccessor to access XML settingsTobias Hunger2018-04-202-6/+15
* QmlDesigner: Add a couple of new theme colorsThomas Hartmann2018-04-171-1/+4
* TextEditor: Move the fixit light bulb to UtilsAlessandro Portale2018-04-136-5/+8
* ClangTools: Split generic part from static analyzer toolIvan Donchevskii2018-04-132-1/+6
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-131-1/+1
|\
| * SettingsAccessor: Support user file without EnvironmentIdOrgad Shaneh2018-04-091-1/+1
* | Utils: Fix compile with gcc4.9Christian Stenger2018-04-131-1/+1
* | Clang: Locator filter for the symbol databaseMarco Bubke2018-04-121-0/+7
* | utils: Icon: remove dead pixmap-combination codeAlessandro Portale2018-04-111-14/+2
* | File System view: Add "New Folder" to context menuEike Ziller2018-04-112-0/+8
* | Move Project::makeUnique to UtilsEike Ziller2018-04-111-1/+17
* | SettingsAccessor: Remember last saved stateTobias Hunger2018-04-103-3/+22
* | Utils: Remove the unused and invalid Utils::Icons::DARK_CLOSEAlessandro Portale2018-04-092-3/+0
* | Utils: Purge qtcfallthrough.hOrgad Shaneh2018-04-093-56/+0
* | Utils: Purge asConstOrgad Shaneh2018-04-094-44/+0
* | QmlDesigner: Remove programmatical derivation of theme colorsAlessandro Portale2018-04-051-2/+8
* | Utils: Fix compile with gcc 4.9Christian Stenger2018-04-051-1/+0
* | Utils: Remove noexcept from SmallString::appendMarco Bubke2018-04-041-1/+1