summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/toolsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* Core: ModernizeAlessandro Portale2018-08-081-1/+1
* Clean up options page category display name and icon set upEike Ziller2018-04-231-2/+0
* QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* Core: Make IOptionsPage::categoryIcon a Utils::IconAlessandro Portale2016-09-201-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-291-1/+1
* | Core: CosmeticsOrgad Shaneh2014-11-261-3/+3
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-041-1/+1
|/
* Do '&', '&&' conversion when creating id for external toolEike Ziller2014-02-271-0/+1
* Core: Fix exit strategyLorenz Haas2014-02-061-4/+4
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Preferences: Add default implementation for filteringEike Ziller2013-12-101-10/+6
|/
* Core: Clean up ExternalToolsManager interfacehjk2013-09-061-5/+3
* Clean headers in Core-plugin.Friedemann Kleint2013-03-271-2/+0
* Always seed pseudo-random number generatorOrgad Shaneh2013-03-041-5/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Use Core::Id for IOptionsPage::m_idhjk2013-01-171-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-4/+2
* | Use Core::Id for IOptionPage::categoryhjk2012-12-291-1/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* rename QtDebug to QDebughjk2012-08-061-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* IOptionsPage: replace virtual fuctions by data membershjk2012-05-231-33/+5
* Removed module names from #include directives.Erik Verbruggen2012-02-151-5/+5
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-2/+2
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Utils/Coreplugin: Clean headers.Friedemann Kleint2011-08-171-1/+8
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* Actually delete custom tools that were deleted.con2011-02-221-0/+9
* License update.con2011-02-211-8/+12
* Add a configure item to the external tools menu.con2011-02-211-1/+1
* Save category changes for custom tools in their xml.con2011-02-181-0/+4
* Some sanity fixes.con2011-02-181-2/+3
* Make adding user tools possible.con2011-02-181-6/+76
* Implement reverting of changed preset tools.con2011-02-181-13/+31
* Save modified external tools in user resource location.con2011-02-181-0/+16
* Add more editing of tools. Doesn't save yet.con2011-02-181-0/+1
* Implement renaming of tools and categories.con2011-02-181-1/+25
* Add a tools settings page and show the tools there.con2011-02-181-0/+98