summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: Replace PlainTextEditorWidget by Base + a setup functionhjk2014-07-3012-70/+50
* TextEditor: Move remaining PlainTextEditorWidget functions to Basehjk2014-07-307-31/+32
* TextEditor: Remove indenter construction from PlainTextEditorWidgethjk2014-07-305-16/+13
* TextEditor: Move highlighting support from Plain to Basehjk2014-07-305-86/+74
* IFeatureProvider: Add register method for IFeatureProviders to IWizardFactoryTobias Hunger2014-07-306-21/+33
* FeatureProvider: Move features into KitsTobias Hunger2014-07-3016-48/+181
* qmljs: improve multithreading safetyFawzi Mohamed2014-07-301-1/+5
* CoreGdbAdapter: improve finding the exe from a core fileThomas Otto2014-07-293-23/+66
* Git: Simplify action callback handlinghjk2014-07-292-30/+5
* KitMatcher: Make sure matcher function is properly initializedTobias Hunger2014-07-293-13/+6
* qmljs: uniform property infoFawzi Mohamed2014-07-295-18/+134
* Project: Fix setRequiredKitMatcher and setPreferredKitMatcherTobias Hunger2014-07-291-2/+2
* Remove some dead code left over from the KitMatcher changeTobias Hunger2014-07-291-17/+0
* ProjectExplorer: Fix recent regression in kit matcherhjk2014-07-292-4/+12
* Git: Simplify code for action generationhjk2014-07-292-208/+160
* Core: High-Dpi progress barAlessandro Portale2014-07-296-41/+106
* Git: De-noise gitplugin.cpphjk2014-07-292-148/+149
* Core: Improved layout of the progress toggle buttonAlessandro Portale2014-07-291-4/+3
* Vcs: Denoise *plugin.cpp and reduces scope of constantshjk2014-07-289-443/+437
* Debugger: Reduce line noisehjk2014-07-2830-325/+286
* ProjectExplorer: Further clean up of IProjectPanelFactoryhjk2014-07-287-60/+52
* Build fixTobias Hunger2014-07-281-1/+1
* TextEditor: Pimpl BaseTextEditorhjk2014-07-282-65/+86
* ProjectExplorer: Hide IProjectPanelFactory implementation detailshjk2014-07-283-11/+17
* IProjectPanelFactores: Use own registration method instead of object poolDaniel Teske2014-07-284-14/+27
* TextEditor: Slim down BaseTextEditorWidget interfacehjk2014-07-282-388/+371
* TextEditor: Merge BaseTextEditorDocument into BaseTextDocumenthjk2014-07-2812-70/+56
* Android: add --release parameter when building for Release.BogDan Vatra2014-07-281-0/+3
* GitEditor: Rename GitEditor into GitEditorWidgethjk2014-07-283-32/+30
* ProjectExplorer: Fix calling of static functionChristian Stenger2014-07-251-1/+1
* ProjectExplorer: MSVC compile fixAlessandro Portale2014-07-251-2/+2
* TextEditor: Remove itexteditor.{h,cpp}hjk2014-07-2512-200/+104
* ProjectExplorer: Using function objects for kit matchinghjk2014-07-2517-278/+173
* TextEditor: Merge ITextEditor and BaseTextEditorhjk2014-07-2570-556/+557
* QmakeProjectManager: Remove Android dependency in QBS buildhjk2014-07-251-1/+0
* Build fix for WindowsAlessandro Portale2014-07-241-1/+1
* Utils: StyleHelper::dpiSpecificPixmap > ::dpiSpecificImageFileAlessandro Portale2014-07-245-17/+9
* Core: Refresh the panel buttonsAlessandro Portale2014-07-248-42/+404
* ManhattanStyle: StyleHelper::drawArrow() dpi awareAlessandro Portale2014-07-241-51/+27
* Fix qbs build.Christian Kandeler2014-07-244-11/+51
* qmljs: move defaultProjectInfoForProject to the qmljs libraryFawzi Mohamed2014-07-2412-19/+30
* Editors: Compile fix for MSVC2010Robert Loehning2014-07-242-4/+3
* Move code from Designer to QtSupportTobias Hunger2014-07-2416-154/+244
* QtSupport: Replace Qt4ProjectManager translation contextTobias Hunger2014-07-241-1/+1
* Android: Remove some dead codeTobias Hunger2014-07-241-3/+0
* Android: Remove more dead codeBogDan Vatra2014-07-243-4/+0
* "foreach (QString" -> "foreach (const QString &"Alessandro Portale2014-07-249-14/+14
* Designer: Remove indention setting from FormClassWizardGenerationParametersTobias Hunger2014-07-242-14/+7
* Core: Add a thin border around the "locked" iconAlessandro Portale2014-07-243-0/+19
* QtParser: Also handle notes from mocTobias Hunger2014-07-241-2/+14