aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QmlJS: fix nullptr warningsTim Jenssen2019-01-173-14/+14
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-1742-93/+97
* Fix warning: "Use midRef() instead of mid()"Alessandro Portale2019-01-1719-38/+38
* ProjectExplorer: simplify RunSettingsWidget::aboutToShowDeployMenu()hjk2019-01-173-6/+3
* ClangTools: Adjust size of the Fixit Status columnIvan Donchevskii2019-01-171-0/+9
* ProjectExplorer: Fix SelectableFilesModel::applyFilter()Christian Kandeler2019-01-171-1/+3
* GccToolChain: Respect user changes to the ABIChristian Kandeler2019-01-171-2/+3
* Import QML preview plugin into Qt CreatorUlf Hermann2019-01-1722-1/+2011
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2019-01-1722-39/+810
|\
| * Clarify the effects of setting the compiler in the kitEike Ziller2019-01-171-1/+4
| * CPlusPlus: Block function-like macro name for arguments expansionIvan Donchevskii2019-01-173-11/+83
| * QmlDesigner: Allow more JavaScript functionsThomas Hartmann2019-01-161-13/+17
| * Doc: Describe converting Qt Quick UI Prototypes to ApplicationsLeena Miettinen2019-01-1613-6/+555
| * Tests: Swap order of findUnusedObjects' output to ease sortingRobert Loehning2019-01-161-4/+3
| * QmlDesigner: Use proper canocial ordering for auxiliary datav4.8.1Thomas Hartmann2019-01-152-4/+48
| * Add changes file for 4.8.1Eike Ziller2019-01-151-0/+100
* | CppTools: Fix incorrect QTC_ASSERTNikolai Kosjar2019-01-171-1/+1
* | Fix warning: "Unused non-trivial variable"Alessandro Portale2019-01-176-9/+0
* | Fix warning: "Don't call QList::last() on temporary"Alessandro Portale2019-01-173-4/+4
* | Fix warning: "Don't call QList::front() on temporary"Alessandro Portale2019-01-173-3/+3
* | Fix warning: "Don't call QHash::operator[]() on temporary"Alessandro Portale2019-01-175-6/+6
* | Fix warning: "Don't call QByteArray::data() on temporary"Alessandro Portale2019-01-172-2/+2
* | ClangFormat: Suppress -WcommentOrgad Shaneh2019-01-172-1/+8
* | Perforce: Disable by defaultOrgad Shaneh2019-01-171-0/+1
* | LSP: Collect usages of the symbol under cursorDavid Schulz2019-01-175-10/+126
* | LSP: Fix setting null parameter in notificationsDavid Schulz2019-01-171-1/+4
* | Fix warning: "Missing reference in range-for with non trivial type"Alessandro Portale2019-01-1614-15/+16
* | Fix warning: "Mixing iterators with const_iterators"Alessandro Portale2019-01-162-2/+2
* | ProjectExplorer: Fix tool tip for build step's "Disable" buttonChristian Kandeler2019-01-161-1/+2
* | Autotools: Fix duplicates in project tree after reparseChristian Kandeler2019-01-161-0/+1
* | Improve visual contrast for toolbar items in flat/flat-dark themesAlessandro Portale2019-01-163-12/+12
* | ProjectExplorer: Allow users to quickly expand the project treeChristian Kandeler2019-01-165-14/+32
* | Clang: Never use toolchain definesIvan Donchevskii2019-01-165-76/+8
* | Clang: Support MSVC style of compiler flagsIvan Donchevskii2019-01-168-199/+457
* | Clang: Forward compiler options for gcc/clangNikolai Kosjar2019-01-169-50/+206
* | QmakeAndroidSupport: Remove pluginhjk2019-01-1618-329/+55
* | ProjectExplorer: Simplify availableCreationIds(Target *parent) usehjk2019-01-164-25/+27
* | ProjectExplorer: Simplify DeployConfig::displayName*hjk2019-01-163-10/+4
* | ProjectExplorer: Simplify DeployConfigFactory::availableBuildTargetshjk2019-01-164-14/+10
* | RemoteLinux: Streamline device constructionhjk2019-01-164-30/+7
* | WinRt: Streamline WinRt device constructionhjk2019-01-163-28/+8
* | macOS: Rename profile.icns to qtcreator-project.icnsAlessandro Portale2019-01-1613-16/+16
* | BareMetal: Streamline BareMetalDevice constructionhjk2019-01-164-31/+7
* | Qnx: Streamline device constructionhjk2019-01-164-35/+7
* | macOS: Remove prifile.icnsAlessandro Portale2019-01-1514-385/+6
* | RemoteLinux: Make it clear that rsync is not strictly neededChristian Kandeler2019-01-151-1/+4
* | RemoteLinux: Fix some line breaksUlf Hermann2019-01-1511-18/+25
* | Utils: Fix qbs buildChristian Kandeler2019-01-151-0/+22
* | CppTools: Fix build for MSVC2015Christian Stenger2019-01-151-2/+2
* | Add macOS touch bar supportEike Ziller2019-01-1554-69/+1506