aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/wizard.h
Commit message (Expand)AuthorAgeFilesLines
* Utils: Replace foreach with range-based forOrgad Shaneh2020-06-161-1/+2
* Core/Utils: Use {} instead of nullptr for flagshjk2020-01-171-1/+1
* Utils: Consistently use nullptrTobias Hunger2018-05-131-2/+2
* Utils: Use override consistentlyTobias Hunger2018-05-131-1/+1
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Wizards: Use Qt5 style connectTobias Hunger2015-09-231-6/+3
* Utils::Wizard: Move hack out of the base classTobias Hunger2015-09-231-5/+0
* Wizards: Add dialog to investigate wizard stateTobias Hunger2015-06-041-0/+8
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Utils: Make wizard pages derive from Utils::WizardPageTobias Hunger2014-09-101-0/+4
|/
* Wizards: Close wizards with escapeEike Ziller2014-07-141-0/+3
* Add helper method to Utils::WizardTobias Hunger2014-06-121-0/+9
* BaseFileWizard: Get rid of applyExtensionPageShortTitle(...)Tobias Hunger2014-06-121-0/+2
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* 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-1/+1
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Remove unneeded defines.hjk2011-07-141-6/+0
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* Exported header cleanup.Friedemann Kleint2011-01-201-3/+1
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-27/+31
|\
| * License headers.con2010-12-171-27/+31
* | Handle property nonlinear wizardsJarek Kobus2010-12-071-0/+3
* | Fix replacement of variables in wizard parameters.con2010-10-271-0/+5
|/
* Replace QWizard with Utils::WizardJarek Kobus2010-03-311-0/+1
* The constructor of Wizard takes now WindowFlags, get rid of QScopedPointerJarek Kobus2010-03-291-4/+5
* Replace Q_GUI_EXPORT with QTCREATOR_UTILS_EXPORT.Jarek Kobus2010-03-291-3/+3
* Introduce a new Wizard class, capable of showing progress items.Jarek Kobus2010-03-291-0/+158