aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Utils: Improve SmallStringMarco Bubke2018-04-045-72/+155
* | Fix that clearing shortcut in settings did no longer workEike Ziller2018-03-291-3/+3
* | Fix that menus didn't show ampersands in files namesEike Ziller2018-03-262-0/+8
* | Be a bit more perl-like with regular expression replacementsEike Ziller2018-03-221-9/+20
* | Utils: Watch file replacements with FileSystemWatcherUlf Hermann2018-03-201-0/+31
* | CppTools: Remove processEvents call from follow symbolIvan Donchevskii2018-03-191-0/+4
* | PointerAlgorithm: Fix take and takeDefaultTobias Hunger2018-03-151-5/+5
* | Utils: Introduce case friendly comparison function to stringutilsTobias Hunger2018-03-132-0/+11
* | Utils: Add pointeralgorithm.hTobias Hunger2018-03-124-104/+317
* | Utils: Add takeTobias Hunger2018-03-121-0/+33
* | Add "New Search" tool button to search results paneEike Ziller2018-03-095-0/+6
* | SettingsAccessor: Fix logic to decide when to do a backupTobias Hunger2018-03-051-3/+3
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-053-1/+4
|\|
| * Merge remote-tracking branch 'origin/4.5' into 4.6Eike Ziller2018-03-021-1/+1
| |\
| | * Add another opacity effect workaroundEike Ziller2018-03-021-1/+1
| * | utils: Let the link icon have a LINK and a LINK_TOOLBAR versionAlessandro Portale2018-03-022-0/+3
* | | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-011-3/+3
|\| |
| * | Merge remote-tracking branch 'origin/4.5' into 4.6Eike Ziller2018-03-011-3/+3
| |\|
| | * Work around Qt issue that setting 1.0 on opacity effect hides widgetEike Ziller2018-02-231-3/+3
* | | Utils: add != operator to environment itemsDavid Schulz2018-02-231-0/+5