summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase/wizard
Commit message (Collapse)AuthorAgeFilesLines
* VCS: Use namespace UtilsOrgad Shaneh2018-07-181-5/+5
| | | | | Change-Id: I41c818362398fd194995baf5b1adb16899e83217 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Remove some lambdas from Utils::transform callsEike Ziller2018-05-281-3/+1
| | | | | | | | | | | It is often possible to user (member) functions or members directly. That improves readablility and potentially reduces the total number of symbols. Also use qobject_container_cast at places where it is appropriate. Change-Id: Ia2591bca356591e001e2c53eeebcf753e5bc3c37 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: hjk <hjk@qt.io>
* VcsBase: Modernize headersTobias Hunger2016-02-033-24/+14
| | | | | | | | | * Use pragma once * Use override * Remove Q_DECLARE_PRIVATE as that makes no sense for QtCreator Change-Id: Ic31d4868c172a0b8fcb50cc9a71a6e95639cf84c Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-196-101/+94
| | | | | | | * Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* VcsCommandPage: Handle extra setup steps after checkoutTobias Hunger2015-06-112-4/+98
| | | | | Change-Id: I3b0aea8edaeddad7ee6d2424b31c3c234f6df0cd Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* UI text: fix capitalizationLeena Miettinen2015-06-011-1/+1
| | | | | Change-Id: I1fa557f75b0a8d9ab37cdf47ed4564eca4634d8f Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* VcsCommandPage: Disable back button when command is runTobias Hunger2015-05-182-0/+11
| | | | | | | | QWizard used to enable the back-button again after we were done disabling it. Change-Id: I14d756536de7d23cc4e6bac3a4e5a1d18b91f46d Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Vcs: Make VcsCommandPage available to JsonWizardsTobias Hunger2015-05-122-0/+348
| | | | | | | Add a page to run checkout commands with. Change-Id: I4c6a6f662c3dfa19fd8f837934e8173412ee6f36 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Vcs: Make VcsConfiguration page trigger on config changesTobias Hunger2015-05-041-2/+8
| | | | | | | ... when used with an vcsId instead of with an IVersionControl. Change-Id: Id906db07165535d4f505c7696e29bb8b9026f840 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* VcsBase: Add comments for translatorsLeena Miettinen2015-03-161-1/+6
| | | | | Change-Id: Ib805a1fe610fb9b6995ce628cf004cd0398e0bf3 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* VcsBase: use Qt5 connectsHugues Delorme2015-03-061-2/+4
| | | | | Change-Id: I386da06c9abe27913e85b2ed9984a83938f5457c Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* SettingsDialog: Remove CategoryId parameter from callershjk2015-02-241-1/+1
| | | | | | | | | | PageIds are supposed to be unique, so the CategoryId can be determined from the PageId. Look for PageIds in the already expanded categories first before searching through expensive categories. Change-Id: I006beb0df6183453163ac1810fe59a306a0f52b1 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/libs/utils/tooltip/tipcontents.cpp src/libs/utils/tooltip/tipcontents.h src/plugins/android/androiddeployqtstep.cpp src/plugins/baremetal/baremetalconstants.h src/plugins/baremetal/baremetaldevice.cpp src/plugins/baremetal/baremetaldevice.h src/plugins/baremetal/baremetaldeviceconfigurationwidget.cpp src/plugins/baremetal/baremetaldeviceconfigurationwidget.h src/plugins/baremetal/baremetaldeviceconfigurationwizard.cpp src/plugins/baremetal/baremetaldeviceconfigurationwizardpages.cpp src/plugins/baremetal/baremetaldeviceconfigurationwizardpages.h src/plugins/baremetal/baremetalplugin.cpp src/plugins/baremetal/baremetalplugin.h src/plugins/baremetal/baremetalruncontrolfactory.cpp src/plugins/baremetal/baremetalruncontrolfactory.h src/plugins/cppeditor/cppcodemodelinspectordialog.cpp src/plugins/cppeditor/cppdoxygen_test.cpp src/plugins/cppeditor/cppdoxygen_test.h src/plugins/debugger/breakpointmarker.cpp src/plugins/debugger/debuggeritemmodel.cpp src/plugins/debugger/debuggeritemmodel.h src/plugins/debugger/loadcoredialog.cpp src/plugins/genericprojectmanager/cppmodelmanagerhelper.cpp src/plugins/projectexplorer/addnewmodel.cpp src/plugins/projectexplorer/addnewmodel.h src/plugins/projectexplorer/jsonwizard/jsonfieldpage.cpp src/plugins/qmlprofiler/abstracttimelinemodel.cpp src/plugins/qmlprofiler/abstracttimelinemodel.h src/plugins/qmlprofiler/notesmodel.cpp src/plugins/qmlprofiler/qml/CategoryLabel.qml src/plugins/qmlprofiler/qml/MainView.qml src/plugins/qmlprofiler/qml/Overview.js src/plugins/qmlprofiler/qml/Overview.qml src/plugins/qmlprofiler/qml/TimeDisplay.qml src/plugins/qmlprofiler/qml/TimeMarks.qml src/plugins/qmlprofiler/qmlprofilertimelinemodelproxy.cpp src/plugins/qmlprofiler/sortedtimelinemodel.cpp src/plugins/qmlprofiler/sortedtimelinemodel.h src/plugins/qmlprofiler/timelinemodelaggregator.cpp src/plugins/qmlprofiler/timelinemodelaggregator.h src/plugins/qmlprofiler/timelinerenderer.cpp src/plugins/qmlprofiler/timelinerenderer.h src/plugins/qmlprojectmanager/QmlProjectManager.json.in src/plugins/texteditor/findinfiles.cpp src/plugins/vcsbase/vcsconfigurationpage.cpp src/shared/qbs src/shared/scriptwrapper/interface_wrap_helpers.h src/shared/scriptwrapper/wrap_helpers.h tests/auto/qmlprofiler/abstracttimelinemodel/tst_abstracttimelinemodel.cpp tests/system/suite_debugger/tst_debug_empty_main/test.py tests/system/suite_debugger/tst_qml_js_console/test.py tests/system/suite_debugger/tst_qml_locals/test.py Change-Id: I67540b648f8b162496f4aa606b04d50c7c9125c6
* VcsBase: Sprinkle with autoTobias Hunger2015-01-221-2/+2
| | | | | Change-Id: Icd1e1ec16b1ff918162d3c6f564348d47177ffc7 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* VcsBase: Make VcsConfiguration page more dynamicTobias Hunger2015-01-212-23/+56
| | | | | | | ... again making it more useful for the JSON wizard Change-Id: Ic7a454c4efc93eb48a44ab2a37ecd39f8c6f3ba7 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* VcsBase: Add Js Extension for querying VCS configuration stateTobias Hunger2015-01-212-0/+105
| | | | | | | This enables JSON wizards to check for that. Change-Id: If6bfc580b37f712168b707ac51412df8f1cbbf25 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Vcs: Make VcsConfiguration page available to JSON wizardsTobias Hunger2015-01-212-3/+78
| | | | | | Change-Id: I444d1d95b87fe5c1ede04e1ae9bbe4e1e2d89bd3 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* VcsConfigurationPage: De-noise only changeTobias Hunger2015-01-211-6/+6
| | | | | | Change-Id: I0144e9339e7dfd58b1827071e5057941ffdf17f9 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* VcsBase: Move vcsconfigurationpage into wizard subfolderTobias Hunger2015-01-212-0/+154
I will try to move all the wizard code that is still relevant there and then get rid of the rest. Change-Id: I3963f53fd39ef0f84c71218eb59b05213121cc90 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>