aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/externaltool.h
Commit message (Expand)AuthorAgeFilesLines
* Core: Consistently use nullptrTobias Hunger2018-05-081-3/+3
* Core: Use override consistentlyTobias Hunger2018-05-071-2/+2
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Core: Use Qt5-style connectsOrgad Shaneh2016-02-031-2/+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
* | Allow tweaking of environment for external toolsKai Koehne2015-01-291-0/+5
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Some QString -> FileName transformationOrgad Shaneh2014-07-161-1/+3
|/
* Clean up single namespace forward-declarationsOrgad Shaneh2014-02-121-3/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-6/+6
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-1/+0
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Utils/Coreplugin: Clean headers.Friedemann Kleint2011-08-171-55/+5
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* Add error reporting if executable is not found for external tool.con2011-03-221-0/+5
* Fix Krazy code scanning tool warnings (QString, loops, spelling).Friedemann Kleint2011-02-251-2/+2
* License update.con2011-02-211-8/+12
* Add a configure item to the external tools menu.con2011-02-211-0/+4
* Save custom ordering of tools.con2011-02-181-1/+1
* Save category changes for custom tools in their xml.con2011-02-181-1/+1
* Rewrite the preference page's tree, using its own model.con2011-02-181-0/+1
* Make adding user tools possible.con2011-02-181-1/+2
* Implement reverting of changed preset tools.con2011-02-181-6/+7
* Save modified external tools in user resource location.con2011-02-181-6/+16
* Add more editing of tools. Doesn't save yet.con2011-02-181-4/+14
* Make "modifies current document" its own property. Add some tool tips.con2011-02-181-2/+4
* Implement renaming of tools and categories.con2011-02-181-4/+23
* Add a tools settings page and show the tools there.con2011-02-181-1/+7
* Also look for tools in user's resource pathcon2011-02-181-0/+3
* Use QtcProcess directly, so external tools will start on windows too.con2011-02-181-2/+4
* Don't ask for reload if external tool claims to change current documentcon2011-02-181-1/+2
* Implement ReplaceSelection output handling.con2011-02-181-4/+16
* Make the "sort selection" tool do something.con2011-02-181-0/+4
* Separate std out and std err handling.con2011-02-181-0/+3
* Run external tools.con2011-02-181-1/+32
* Read external tools from resources and show them in menu.con2011-02-181-1/+22
* External tools need a uid, e.g. for keyboard shortcuts.con2011-02-181-0/+2
* Read localized description, name and category from external toolscon2011-02-181-1/+1
* Implement an external tool container + xml parsing.con2011-02-181-0/+76