summaryrefslogtreecommitdiff
path: root/src/plugins/designer/cpp
Commit message (Expand)AuthorAgeFilesLines
* Wizards: Support using #pragma once instead of include guardsFilip Bucek2019-01-232-0/+3
* Designer: Use override consistentlyTobias Hunger2018-05-071-3/+3
* Designer: ModernizeAndre Hartmann2017-10-205-16/+16
* Designer: De-slotOrgad Shaneh2017-03-202-8/+4
* Utils: Wrap MimeDatabase into static functionshjk2017-03-031-5/+2
* Remove spaces in initializer listsTim Jenssen2017-02-221-1/+1
* Wholesale conversion to #pragma oncehjk2016-03-304-16/+4
* Remove duplicate mime type constants from CppEditorTobias Hunger2016-03-151-3/+3
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-198-136/+96
* FeatureProvider: Remove Feature and FeatureSetTobias Hunger2015-12-021-1/+1
* Core: Make Id and Feature more separateTobias Hunger2015-06-251-1/+1
* Fix crash in Form class wizardTobias Hunger2015-06-231-1/+1
* Make BaseFileWizard asyncTobias Hunger2015-06-033-7/+5
* Qt Designer plugin: Port to new signals & slots syntax.Friedemann Kleint2015-06-021-1/+1
* Use new mime databaseEike Ziller2015-02-171-4/+9
* Update LicenseEike Ziller2015-01-168-48/+48
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-148-56/+64
|\
| * License updateEike Ziller2014-10-0910-70/+80
* | Remove StandardFileWizardFactoryTobias Hunger2014-10-091-4/+0
* | QtSupport: Add codegeneration.h/cppTobias Hunger2014-09-161-2/+3
* | Move code from Designer to QtSupportTobias Hunger2014-07-244-317/+3
|/
* BaseFileWizard: Get rid of applyExtensionPageShortTitle(...)Tobias Hunger2014-06-122-4/+5
* Introduce BaseFileWizardTobias Hunger2014-06-064-5/+5
* BaseFileWizardFactory: rename createWizardDialog method to createTobias Hunger2014-06-062-6/+4
* IWizardFactory: Rename BaseFileWizard to BaseFileWizardFactoryTobias Hunger2014-06-052-4/+4
* IWizard and derived classses: Fix WS issuesTobias Hunger2014-02-131-1/+1
* IWizard and derived classes: Code cleanupsTobias Hunger2014-02-131-2/+1
* Clean up single namespace forward-declarationsOrgad Shaneh2014-02-121-3/+1
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-0810-10/+10
|\
| * Incremented year in copyright infoRobert Loehning2014-01-0810-10/+10
* | Preferences: Add default implementation for filteringEike Ziller2013-12-102-27/+7
|/
* Cleanup IWizard interface and usershjk2013-09-242-17/+6
* Apply 'static' pattern to MimeDatabasehjk2013-09-031-3/+2
* Remove superfluous include paths from project files.Christian Kandeler2013-09-026-8/+6
* Clean headers in Designer.Friedemann Kleint2013-04-043-7/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-3110-10/+10
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-2910-10/+10
* | Use Core::Id for IOptionsPage::m_idhjk2013-01-171-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-2/+1
* | Use Core::Id for IOptionPage::categoryhjk2012-12-291-1/+1
|/
* Adjust license headershjk2012-10-0510-212/+202
* Contact -> qt-project.orgEike Ziller2012-07-1910-30/+10
* IOptionsPage: replace virtual fuctions by data membershjk2012-05-232-35/+9
* Changed code generation for form classes to do a Qt version checkErik Verbruggen2012-02-162-0/+22
* Removed module names from #include directives.Erik Verbruggen2012-02-157-14/+14
* Wizards: refactoring - adding WizardDialogParametersThomas Hartmann2012-02-072-6/+4
* Long live the king!hjk2012-01-2610-10/+10
* Use new static ICore interface.hjk2012-01-242-5/+4
* Wizards: allows filtering of wizards based on Qt versionThomas Hartmann2012-01-182-0/+8
* Fix the class form template.Nicolas Arnaud-Cormos2012-01-091-2/+0