summaryrefslogtreecommitdiff
path: root/src/libs/extensionsystem
Commit message (Expand)AuthorAgeFilesLines
* More copyright fixesTobias Hunger2011-02-182-0/+66
* Pluginmanager: Test if there are tests to run, if so, then quit when done.Bill King2011-02-171-0/+2
* PluginManager: revert auto-quitting change.Bill King2011-02-171-1/+0
* Pluginmanager: Test before adding plugin to tests list.Bill King2011-02-161-2/+2
* PluginManager: add -test all capability for internal testing.Bill King2011-02-161-7/+14
* Pluginmanager: quit after -test testing has completed.Bill King2011-02-161-0/+2
* Tests: Fix compilation/plugin test.Friedemann Kleint2011-01-201-0/+2
* Exported header cleanup.Friedemann Kleint2011-01-202-2/+2
* It's 2011 now.con2011-01-1229-29/+29
* Allow optional plugin dependencies.con2011-01-117-49/+92
* Project managers: Remove dependency to Qt Designer.Friedemann Kleint2011-01-101-1/+1
* extensionsystem: "soft dependencies" infrastructurehjk2011-01-065-10/+420
* Merge branch '2.1'con2010-12-1727-189/+297
|\
| * License headers.con2010-12-1744-308/+484
* | Compile fix for pedantic C++ compilers.Roberto Raggi2010-12-161-2/+2
* | Move extension system auto tests.con2010-11-0859-1794/+0
* | Make extension system tests running again.con2010-11-0815-101/+162
* | Fix spelling in commentsTobias Hunger2010-11-031-1/+1
* | Get rid of hardcoded settingspaths that need to be synced.con2010-10-253-17/+45
* | Make extensionsystem tests compilable on Mac.con2010-10-1315-23/+50
* | Make app.pro use the qtLibraryName functioncon2010-10-131-1/+1
|/
* QApplication::aboutToQuit signal is used for the plugin manager's shutdownDenis Mingulov2010-09-272-2/+1
* Revert "Remove the QmlJSEditor dependency from Qt4ProjectManager."dt2010-09-271-11/+0
* Remove the QmlJSEditor dependency from Qt4ProjectManager.Christian Kamm2010-09-231-0/+11
* UI text - fix capitalizationLeena Miettinen2010-09-172-3/+3
* Further header cleanup.Friedemann Kleint2010-09-161-3/+3
* Plugin Manager: -Fix -noload to actually not load the plugindt2010-09-081-2/+3
* Fix krazy issues: Use explicit constructorsTobias Hunger2010-08-271-1/+1
* Some api documentation adaptions.con2010-07-151-5/+3
* Add flag to IPlugin::aboutToShutdown that allows asynchronous shutdown.con2010-07-137-20/+130
* Fix possible null pointer dereference.Bill King2010-06-241-1/+1
* Fix missing breaks which lead to invalid fallthroughs.Bill King2010-06-111-0/+3
* Fixed disabled checkbox styles for plugin managerLasse Holmstedt2010-06-071-8/+8
* Fix PluginView to handle dependencies when disabling pluginsLasse Holmstedt2010-05-197-29/+65
* Fixed crash when using -noload to disable multiple pluginsLasse Holmstedt2010-05-127-51/+45
* Pluginmanager: Make startup profiling API accessible.AFriedemann Kleint2010-05-123-1/+25
* Rename IPlugin::shutdown --> IPlugin::aboutToShutdowncon2010-04-283-4/+4
* Support an "experimental" attribute in plugin specs.con2010-03-308-16/+58
* Some plugin spec property renaming.con2010-03-306-38/+31
* Ensure a minimum indent of 1 for the help outputdt2010-03-231-1/+1
* Clean up layouts and use minisplitter everywhereJens Bache-Wiig2010-03-171-0/+0
* Fixed icons in plugin managerLasse Holmstedt2010-03-122-18/+32
* Smaller Load column for plugin manager tableLasse Holmstedt2010-03-121-0/+2
* Plugin manager for enabling/disabling pluginsLasse Holmstedt2010-03-1217-71/+574
* Long live the king!hjk2010-03-0544-44/+44
* Add -profile option that dumps plugin load/initialization times.Friedemann Kleint2010-03-025-11/+82
* Handle _data() methods for testcasesTobias Hunger2010-03-011-2/+2
* Removed static QIcon instances.Friedemann Kleint2010-02-101-4/+4
* Fix some code scanning issues.Friedemann Kleint2010-02-011-2/+6
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-294-7/+7
|\