aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/basecheckoutwizard.h
Commit message (Expand)AuthorAgeFilesLines
* Git: Replace CloneWizard with a Json wizardTobias Hunger2015-05-181-80/+0
* CheckoutWizards: Use IVersionControl::createInitialCheckoutCommandTobias Hunger2015-05-111-2/+10
* Utils: Add a WizardPage to show progress of a ShellCommandTobias Hunger2015-05-111-3/+3
* 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
* | Vcs: Some naming re-organizationhjk2014-08-281-2/+2
|/
* Vcs: Use Utils::FileName where possible in the CheckoutWizardsTobias Hunger2014-05-261-5/+5
* BaseCheckoutWizard*: Move createCommand from factory into WizardTobias Hunger2014-05-261-5/+4
* Vcs: Remove propertyPages from wizardFactoryTobias Hunger2014-05-261-1/+4
* Vcs: Add method to create a Wizard to the WizardFactory and use itTobias Hunger2014-05-261-2/+1
* Rename checkoutwizarddialog.* to basecheckoutwizard.*Tobias Hunger2014-05-261-0/+70
* Rename basecheckoutwizard.* to vcsbase/basecheckoutwizardfactory.*Tobias Hunger2014-05-261-75/+0
* Rename BaseCheckoutWizard to BaseCheckoutWizardFactoryTobias Hunger2014-05-261-3/+3
* IWizard->IWizardFactoryTobias Hunger2014-05-261-2/+2
* IWizard and derived classes: Code cleanupsTobias Hunger2014-02-131-1/+1
* Clean up single namespace forward-declarationsOrgad Shaneh2014-02-121-3/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Cleanup IWizard interface and usershjk2013-09-241-17/+2
* VCS: Use better terms on checkout wizard for DVCSOrgad Shaneh2013-09-021-0/+1
* VCS: Replace AbstractCheckoutJob with CommandOrgad Shaneh2013-09-021-3/+3
* 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
* New File Dialog: Choose right default project for addingDaniel Teske2012-04-031-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-2/+2
* Wizards: add option to show an image for descriptionThomas Hartmann2012-02-101-0/+2
* Wizards: changes the structure of WizardsThomas Hartmann2012-02-081-1/+3
* Long live the king!hjk2012-01-261-1/+1
* Wizards: allows filtering of wizards based on Qt versionThomas Hartmann2012-01-181-0/+2
* vcs: s/VCS/Vcs/hjk2012-01-091-2/+2
* Use internal namespace in VCSBase more consistentlyTobias Hunger2011-12-081-2/+4
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | API Documentation: Add VCSBase.Friedemann Kleint2011-03-281-14/+0
|/
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* coreplugin: remove unused return value from virtual void runWizardhjk2010-09-171-1/+1
* Long live the king!hjk2010-03-051-1/+1
* Rename IWizard::Kind --> IWizard::WizardKind, add some logic for which wizard...con2010-01-151-1/+1
* Make method naming more consistent.Tobias Hunger2010-01-071-1/+1
* Wizards: SortFriedemann Kleint2009-11-271-0/+4
* long live the kinghjk2009-08-141-1/+1
* VCSBase: Add common functionality, make checkout use page lists.Friedemann Kleint2009-07-211-2/+3
* Allow infinite timeout in synchronousprocess, make openProjects public.Friedemann Kleint2009-07-201-2/+2
* Add a clone wizard for version control (base classes + git/svn).Friedemann Kleint2009-07-171-0/+92