aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/externaltool.h
Commit message (Expand)AuthorAgeFilesLines
* 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