Long live the king!
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2
Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
Showing
with
1009 additions
and
1009 deletions
+1009
-1009
- README README +1 -1
- doc/addressbook-sdk.qdoc doc/addressbook-sdk.qdoc +1 -1
- doc/api/coding-style.qdoc doc/api/coding-style.qdoc +1 -1
- doc/api/creating-plugins.qdoc doc/api/creating-plugins.qdoc +1 -1
- doc/api/external-tool-spec.qdoc doc/api/external-tool-spec.qdoc +1 -1
- doc/api/first-plugin.qdoc doc/api/first-plugin.qdoc +1 -1
- doc/api/getting-and-building.qdoc doc/api/getting-and-building.qdoc +1 -1
- doc/api/plugin-lifecycle.qdoc doc/api/plugin-lifecycle.qdoc +1 -1
- doc/api/plugin-specifications.qdoc doc/api/plugin-specifications.qdoc +1 -1
- doc/api/qtcreator-api.qdoc doc/api/qtcreator-api.qdoc +1 -1
- doc/api/qtcreator-dev-wizards.qdoc doc/api/qtcreator-dev-wizards.qdoc +1 -1
- doc/api/qtcreator-dev.qdoc doc/api/qtcreator-dev.qdoc +1 -1
- doc/api/qtcreator-documentation.qdoc doc/api/qtcreator-documentation.qdoc +1 -1
- doc/api/qtcreator-ui-text.qdoc doc/api/qtcreator-ui-text.qdoc +1 -1
- doc/config/qt-html-templates-online.qdocconf doc/config/qt-html-templates-online.qdocconf +1 -1
- doc/config/qt-html-templates.qdocconf doc/config/qt-html-templates.qdocconf +1 -1
- doc/examples/addressbook-sdk/part1/addressbook.cpp doc/examples/addressbook-sdk/part1/addressbook.cpp +1 -1
- doc/examples/addressbook-sdk/part1/addressbook.h doc/examples/addressbook-sdk/part1/addressbook.h +1 -1
- doc/examples/addressbook-sdk/part1/main.cpp doc/examples/addressbook-sdk/part1/main.cpp +1 -1
- doc/examples/addressbook-sdk/part2/addressbook.cpp doc/examples/addressbook-sdk/part2/addressbook.cpp +1 -1
- doc/examples/addressbook-sdk/part2/addressbook.h doc/examples/addressbook-sdk/part2/addressbook.h +1 -1
- doc/examples/addressbook-sdk/part2/main.cpp doc/examples/addressbook-sdk/part2/main.cpp +1 -1
- doc/examples/addressbook-sdk/part3/addressbook.cpp doc/examples/addressbook-sdk/part3/addressbook.cpp +1 -1
- doc/examples/addressbook-sdk/part3/addressbook.h doc/examples/addressbook-sdk/part3/addressbook.h +1 -1
- doc/examples/addressbook-sdk/part3/main.cpp doc/examples/addressbook-sdk/part3/main.cpp +1 -1
- doc/examples/addressbook-sdk/part4/addressbook.cpp doc/examples/addressbook-sdk/part4/addressbook.cpp +1 -1
- doc/examples/addressbook-sdk/part4/addressbook.h doc/examples/addressbook-sdk/part4/addressbook.h +1 -1
- doc/examples/addressbook-sdk/part4/main.cpp doc/examples/addressbook-sdk/part4/main.cpp +1 -1
- doc/examples/addressbook-sdk/part5/addressbook.cpp doc/examples/addressbook-sdk/part5/addressbook.cpp +1 -1
- doc/examples/addressbook-sdk/part5/addressbook.h doc/examples/addressbook-sdk/part5/addressbook.h +1 -1
- doc/examples/addressbook-sdk/part5/finddialog.cpp doc/examples/addressbook-sdk/part5/finddialog.cpp +1 -1
- doc/examples/addressbook-sdk/part5/finddialog.h doc/examples/addressbook-sdk/part5/finddialog.h +1 -1
- doc/examples/addressbook-sdk/part5/main.cpp doc/examples/addressbook-sdk/part5/main.cpp +1 -1
- doc/examples/addressbook-sdk/part6/addressbook.cpp doc/examples/addressbook-sdk/part6/addressbook.cpp +1 -1
- doc/examples/addressbook-sdk/part6/addressbook.h doc/examples/addressbook-sdk/part6/addressbook.h +1 -1
- doc/examples/addressbook-sdk/part6/finddialog.cpp doc/examples/addressbook-sdk/part6/finddialog.cpp +1 -1
- doc/examples/addressbook-sdk/part6/finddialog.h doc/examples/addressbook-sdk/part6/finddialog.h +1 -1
- doc/examples/addressbook-sdk/part6/main.cpp doc/examples/addressbook-sdk/part6/main.cpp +1 -1
- doc/examples/addressbook-sdk/part7/addressbook.cpp doc/examples/addressbook-sdk/part7/addressbook.cpp +1 -1
- doc/examples/addressbook-sdk/part7/addressbook.h doc/examples/addressbook-sdk/part7/addressbook.h +1 -1
- doc/examples/addressbook-sdk/part7/finddialog.cpp doc/examples/addressbook-sdk/part7/finddialog.cpp +1 -1
- doc/examples/addressbook-sdk/part7/finddialog.h doc/examples/addressbook-sdk/part7/finddialog.h +1 -1
- doc/examples/addressbook-sdk/part7/main.cpp doc/examples/addressbook-sdk/part7/main.cpp +1 -1
- doc/examples/batterystatus/BatteryStatus.pro doc/examples/batterystatus/BatteryStatus.pro +1 -1
- doc/examples/batterystatus/main.cpp doc/examples/batterystatus/main.cpp +1 -1
- doc/examples/batterystatus/qml/BatteryStatus/MainPage.qml doc/examples/batterystatus/qml/BatteryStatus/MainPage.qml +1 -1
- doc/examples/batterystatus/qml/BatteryStatus/main.qml doc/examples/batterystatus/qml/BatteryStatus/main.qml +1 -1
- doc/examples/doc_src_plugins.qdoc doc/examples/doc_src_plugins.qdoc +1 -1
- doc/examples/textfinder/main.cpp doc/examples/textfinder/main.cpp +1 -1
- doc/examples/textfinder/textfinder.cpp doc/examples/textfinder/textfinder.cpp +1 -1
- doc/examples/textfinder/textfinder.h doc/examples/textfinder/textfinder.h +1 -1
- doc/pluginhowto/examples/dirmodelplugin/dirmodelpluginplugin.cpp ...ginhowto/examples/dirmodelplugin/dirmodelpluginplugin.cpp +1 -1
- doc/pluginhowto/examples/dirmodelplugin/dirmodelpluginplugin.h ...luginhowto/examples/dirmodelplugin/dirmodelpluginplugin.h +1 -1
- doc/pluginhowto/examples/dirmodelplugin/dirnavigationfactory.cpp ...ginhowto/examples/dirmodelplugin/dirnavigationfactory.cpp +1 -1
- doc/pluginhowto/examples/dirmodelplugin/dirnavigationfactory.h ...luginhowto/examples/dirmodelplugin/dirnavigationfactory.h +1 -1
- doc/pluginhowto/examples/dirmodelplugin/filesystemmodel.cpp doc/pluginhowto/examples/dirmodelplugin/filesystemmodel.cpp +1 -1
- doc/pluginhowto/examples/dirmodelplugin/filesystemmodel.h doc/pluginhowto/examples/dirmodelplugin/filesystemmodel.h +1 -1
- doc/pluginhowto/examples/donothing/donothingplugin.cpp doc/pluginhowto/examples/donothing/donothingplugin.cpp +1 -1
- doc/pluginhowto/examples/donothing/donothingplugin.h doc/pluginhowto/examples/donothing/donothingplugin.h +1 -1
- doc/pluginhowto/examples/headerfilter/headerfilter.cpp doc/pluginhowto/examples/headerfilter/headerfilter.cpp +1 -1
- doc/pluginhowto/examples/headerfilter/headerfilter.h doc/pluginhowto/examples/headerfilter/headerfilter.h +1 -1
- doc/pluginhowto/examples/headerfilter/headerfilterplugin.cpp doc/pluginhowto/examples/headerfilter/headerfilterplugin.cpp +1 -1
- doc/pluginhowto/examples/headerfilter/headerfilterplugin.h doc/pluginhowto/examples/headerfilter/headerfilterplugin.h +1 -1
- doc/pluginhowto/examples/htmleditor/htmleditor.cpp doc/pluginhowto/examples/htmleditor/htmleditor.cpp +1 -1
- doc/pluginhowto/examples/htmleditor/htmleditor.h doc/pluginhowto/examples/htmleditor/htmleditor.h +1 -1
- doc/pluginhowto/examples/htmleditor/htmleditorfactory.cpp doc/pluginhowto/examples/htmleditor/htmleditorfactory.cpp +1 -1
- doc/pluginhowto/examples/htmleditor/htmleditorfactory.h doc/pluginhowto/examples/htmleditor/htmleditorfactory.h +1 -1
- doc/pluginhowto/examples/htmleditor/htmleditorplugin.cpp doc/pluginhowto/examples/htmleditor/htmleditorplugin.cpp +1 -1
- doc/pluginhowto/examples/htmleditor/htmleditorplugin.h doc/pluginhowto/examples/htmleditor/htmleditorplugin.h +1 -1
- doc/pluginhowto/examples/htmleditor/htmleditorwidget.cpp doc/pluginhowto/examples/htmleditor/htmleditorwidget.cpp +1 -1
- doc/pluginhowto/examples/htmleditor/htmleditorwidget.h doc/pluginhowto/examples/htmleditor/htmleditorwidget.h +1 -1
- doc/pluginhowto/examples/htmleditor/htmlfile.cpp doc/pluginhowto/examples/htmleditor/htmlfile.cpp +1 -1
- doc/pluginhowto/examples/htmleditor/htmlfile.h doc/pluginhowto/examples/htmleditor/htmlfile.h +1 -1
- doc/pluginhowto/examples/loggermode/loggermode.cpp doc/pluginhowto/examples/loggermode/loggermode.cpp +1 -1
- doc/pluginhowto/examples/loggermode/loggermode.h doc/pluginhowto/examples/loggermode/loggermode.h +1 -1
- doc/pluginhowto/examples/loggermode/loggermodePlugin.cpp doc/pluginhowto/examples/loggermode/loggermodePlugin.cpp +1 -1
- doc/pluginhowto/examples/loggermode/loggermodePlugin.h doc/pluginhowto/examples/loggermode/loggermodePlugin.h +1 -1
- doc/pluginhowto/examples/loggermode/loggermodewidget.cpp doc/pluginhowto/examples/loggermode/loggermodewidget.cpp +1 -1
- doc/pluginhowto/examples/loggermode/loggermodewidget.h doc/pluginhowto/examples/loggermode/loggermodewidget.h +1 -1
- doc/pluginhowto/examples/menu/addingmenu/donothingplugin.cpp doc/pluginhowto/examples/menu/addingmenu/donothingplugin.cpp +1 -1
- doc/pluginhowto/examples/menu/addingmenu/donothingplugin.h doc/pluginhowto/examples/menu/addingmenu/donothingplugin.h +1 -1
- doc/pluginhowto/examples/menu/placingmenu/donothingplugin.cpp ...pluginhowto/examples/menu/placingmenu/donothingplugin.cpp +1 -1
- doc/pluginhowto/examples/menu/placingmenu/donothingplugin.h doc/pluginhowto/examples/menu/placingmenu/donothingplugin.h +1 -1
- doc/pluginhowto/examples/menu/registeringmenuitem/donothingplugin.cpp ...wto/examples/menu/registeringmenuitem/donothingplugin.cpp +1 -1
- doc/pluginhowto/examples/menu/registeringmenuitem/donothingplugin.h ...howto/examples/menu/registeringmenuitem/donothingplugin.h +1 -1
- doc/pluginhowto/examples/menu/respondingtomenuitems/donothingplugin.cpp ...o/examples/menu/respondingtomenuitems/donothingplugin.cpp +1 -1
- doc/pluginhowto/examples/menu/respondingtomenuitems/donothingplugin.h ...wto/examples/menu/respondingtomenuitems/donothingplugin.h +1 -1
- doc/pluginhowto/examples/preferencepane/modifiedfilelister.cpp ...luginhowto/examples/preferencepane/modifiedfilelister.cpp +1 -1
- doc/pluginhowto/examples/preferencepane/modifiedfilelister.h doc/pluginhowto/examples/preferencepane/modifiedfilelister.h +1 -1
- doc/pluginhowto/examples/preferencepane/modifiedfilelistwidget.cpp ...nhowto/examples/preferencepane/modifiedfilelistwidget.cpp +1 -1
- doc/pluginhowto/examples/preferencepane/modifiedfilelistwidget.h ...ginhowto/examples/preferencepane/modifiedfilelistwidget.h +1 -1
- doc/pluginhowto/examples/preferencepane/preferencepaneplugin.cpp ...ginhowto/examples/preferencepane/preferencepaneplugin.cpp +1 -1
- doc/pluginhowto/examples/preferencepane/preferencepaneplugin.h ...luginhowto/examples/preferencepane/preferencepaneplugin.h +1 -1
- doc/pluginhowto/examples/progressbar/headerfilteprogress.cpp doc/pluginhowto/examples/progressbar/headerfilteprogress.cpp +1 -1
- doc/pluginhowto/examples/progressbar/headerfilterprogress.h doc/pluginhowto/examples/progressbar/headerfilterprogress.h +1 -1
- doc/pluginhowto/examples/progressbar/progressbarplugin.cpp doc/pluginhowto/examples/progressbar/progressbarplugin.cpp +1 -1
- doc/pluginhowto/examples/progressbar/progressbarplugin.h doc/pluginhowto/examples/progressbar/progressbarplugin.h +1 -1
- doc/pluginhowto/examples/wizard/customproject/customprojectplugin.cpp ...wto/examples/wizard/customproject/customprojectplugin.cpp +1 -1
- doc/pluginhowto/examples/wizard/customproject/customprojectplugin.h ...howto/examples/wizard/customproject/customprojectplugin.h +1 -1
- doc/pluginhowto/examples/wizard/customproject/customprojectwizard.cpp ...wto/examples/wizard/customproject/customprojectwizard.cpp +1 -1
- doc/pluginhowto/examples/wizard/customproject/customprojectwizard.h ...howto/examples/wizard/customproject/customprojectwizard.h +1 -1
- doc/pluginhowto/examples/wizard/itemmodelwizard/itemmodelwizardplugin.cpp ...examples/wizard/itemmodelwizard/itemmodelwizardplugin.cpp +1 -1
- doc/pluginhowto/examples/wizard/itemmodelwizard/itemmodelwizardplugin.h ...o/examples/wizard/itemmodelwizard/itemmodelwizardplugin.h +1 -1
- doc/pluginhowto/examples/wizard/itemmodelwizard/modelclasswizard.cpp ...owto/examples/wizard/itemmodelwizard/modelclasswizard.cpp +1 -1
- doc/pluginhowto/examples/wizard/itemmodelwizard/modelclasswizard.h ...nhowto/examples/wizard/itemmodelwizard/modelclasswizard.h +1 -1
- doc/pluginhowto/examples/wizard/itemmodelwizard/modelnamepage.cpp ...inhowto/examples/wizard/itemmodelwizard/modelnamepage.cpp +1 -1
- doc/pluginhowto/examples/wizard/itemmodelwizard/modelnamepage.h ...uginhowto/examples/wizard/itemmodelwizard/modelnamepage.h +1 -1
- doc/src/overview/creator-glossary.qdoc doc/src/overview/creator-glossary.qdoc +1 -1
- doc/src/overview/creator-overview.qdoc doc/src/overview/creator-overview.qdoc +1 -1
- lib/qtcreator/qtcomponents/Button.qml lib/qtcreator/qtcomponents/Button.qml +1 -1
- lib/qtcreator/qtcomponents/ButtonRow.qml lib/qtcreator/qtcomponents/ButtonRow.qml +1 -1
- lib/qtcreator/qtcomponents/CheckBox.qml lib/qtcreator/qtcomponents/CheckBox.qml +1 -1
- lib/qtcreator/qtcomponents/ChoiceList.qml lib/qtcreator/qtcomponents/ChoiceList.qml +1 -1
- lib/qtcreator/qtcomponents/ContextMenu.qml lib/qtcreator/qtcomponents/ContextMenu.qml +1 -1
- lib/qtcreator/qtcomponents/Dial.qml lib/qtcreator/qtcomponents/Dial.qml +1 -1
- lib/qtcreator/qtcomponents/Frame.qml lib/qtcreator/qtcomponents/Frame.qml +1 -1
- lib/qtcreator/qtcomponents/GroupBox.qml lib/qtcreator/qtcomponents/GroupBox.qml +1 -1
- lib/qtcreator/qtcomponents/Menu.qml lib/qtcreator/qtcomponents/Menu.qml +1 -1
- lib/qtcreator/qtcomponents/MenuItem.qml lib/qtcreator/qtcomponents/MenuItem.qml +1 -1
- lib/qtcreator/qtcomponents/ProgressBar.qml lib/qtcreator/qtcomponents/ProgressBar.qml +1 -1
- lib/qtcreator/qtcomponents/RadioButton.qml lib/qtcreator/qtcomponents/RadioButton.qml +1 -1
- lib/qtcreator/qtcomponents/ScrollArea.qml lib/qtcreator/qtcomponents/ScrollArea.qml +1 -1
- lib/qtcreator/qtcomponents/ScrollBar.qml lib/qtcreator/qtcomponents/ScrollBar.qml +1 -1
- lib/qtcreator/qtcomponents/Slider.qml lib/qtcreator/qtcomponents/Slider.qml +1 -1
- lib/qtcreator/qtcomponents/SpinBox.qml lib/qtcreator/qtcomponents/SpinBox.qml +1 -1
- lib/qtcreator/qtcomponents/SplitterRow.qml lib/qtcreator/qtcomponents/SplitterRow.qml +1 -1
- lib/qtcreator/qtcomponents/Switch.qml lib/qtcreator/qtcomponents/Switch.qml +1 -1
- lib/qtcreator/qtcomponents/Tab.qml lib/qtcreator/qtcomponents/Tab.qml +1 -1
- lib/qtcreator/qtcomponents/TabBar.qml lib/qtcreator/qtcomponents/TabBar.qml +1 -1
- lib/qtcreator/qtcomponents/TabFrame.qml lib/qtcreator/qtcomponents/TabFrame.qml +1 -1
- lib/qtcreator/qtcomponents/TableColumn.qml lib/qtcreator/qtcomponents/TableColumn.qml +1 -1
- lib/qtcreator/qtcomponents/TableView.qml lib/qtcreator/qtcomponents/TableView.qml +1 -1
- lib/qtcreator/qtcomponents/TextArea.qml lib/qtcreator/qtcomponents/TextArea.qml +1 -1
- lib/qtcreator/qtcomponents/TextField.qml lib/qtcreator/qtcomponents/TextField.qml +1 -1
- lib/qtcreator/qtcomponents/ToolBar.qml lib/qtcreator/qtcomponents/ToolBar.qml +1 -1
- lib/qtcreator/qtcomponents/ToolButton.qml lib/qtcreator/qtcomponents/ToolButton.qml +1 -1
- lib/qtcreator/qtcomponents/custom/BasicButton.qml lib/qtcreator/qtcomponents/custom/BasicButton.qml +1 -1
- lib/qtcreator/qtcomponents/custom/Button.qml lib/qtcreator/qtcomponents/custom/Button.qml +1 -1
- lib/qtcreator/qtcomponents/custom/ButtonColumn.qml lib/qtcreator/qtcomponents/custom/ButtonColumn.qml +1 -1
- lib/qtcreator/qtcomponents/custom/ButtonRow.qml lib/qtcreator/qtcomponents/custom/ButtonRow.qml +1 -1
- lib/qtcreator/qtcomponents/custom/CheckBox.qml lib/qtcreator/qtcomponents/custom/CheckBox.qml +1 -1
- lib/qtcreator/qtcomponents/custom/ChoiceList.qml lib/qtcreator/qtcomponents/custom/ChoiceList.qml +1 -1
- lib/qtcreator/qtcomponents/custom/GroupBox.qml lib/qtcreator/qtcomponents/custom/GroupBox.qml +1 -1
- lib/qtcreator/qtcomponents/custom/ProgressBar.qml lib/qtcreator/qtcomponents/custom/ProgressBar.qml +1 -1
- lib/qtcreator/qtcomponents/custom/Slider.qml lib/qtcreator/qtcomponents/custom/Slider.qml +1 -1
- lib/qtcreator/qtcomponents/custom/SpinBox.qml lib/qtcreator/qtcomponents/custom/SpinBox.qml +1 -1
- lib/qtcreator/qtcomponents/custom/SplitterRow.qml lib/qtcreator/qtcomponents/custom/SplitterRow.qml +1 -1
- lib/qtcreator/qtcomponents/custom/TextField.qml lib/qtcreator/qtcomponents/custom/TextField.qml +1 -1
- lib/qtcreator/qtcomponents/custom/behaviors/ButtonBehavior.qml ...tcreator/qtcomponents/custom/behaviors/ButtonBehavior.qml +1 -1
- lib/qtcreator/qtcomponents/custom/behaviors/ModalPopupBehavior.qml ...ator/qtcomponents/custom/behaviors/ModalPopupBehavior.qml +1 -1
- lib/qtcreator/qtcomponents/custom/private/ChoiceListPopup.qml ...qtcreator/qtcomponents/custom/private/ChoiceListPopup.qml +1 -1
- share/qtcreator/dumper/dumper.cpp share/qtcreator/dumper/dumper.cpp +1 -1
- share/qtcreator/dumper/dumper.h share/qtcreator/dumper/dumper.h +1 -1
- share/qtcreator/dumper/dumper_p.h share/qtcreator/dumper/dumper_p.h +1 -1
- share/qtcreator/dumper/test/main.cpp share/qtcreator/dumper/test/main.cpp +1 -1
- share/qtcreator/glsl/glsl_120.frag share/qtcreator/glsl/glsl_120.frag +1 -1
- share/qtcreator/glsl/glsl_120.vert share/qtcreator/glsl/glsl_120.vert +1 -1
- share/qtcreator/glsl/glsl_120_common.glsl share/qtcreator/glsl/glsl_120_common.glsl +1 -1
- share/qtcreator/glsl/glsl_es_100.frag share/qtcreator/glsl/glsl_es_100.frag +1 -1
- share/qtcreator/glsl/glsl_es_100.vert share/qtcreator/glsl/glsl_es_100.vert +1 -1
- share/qtcreator/glsl/glsl_es_100_common.glsl share/qtcreator/glsl/glsl_es_100_common.glsl +1 -1
- share/qtcreator/qml/qmldump/main.cpp share/qtcreator/qml/qmldump/main.cpp +1 -1
- share/qtcreator/qml/qmldump/qmlstreamwriter.cpp share/qtcreator/qml/qmldump/qmlstreamwriter.cpp +1 -1
- share/qtcreator/qml/qmldump/qmlstreamwriter.h share/qtcreator/qml/qmldump/qmlstreamwriter.h +1 -1
- share/qtcreator/qml/qmljsdebugger/editor/abstractliveedittool.cpp ...creator/qml/qmljsdebugger/editor/abstractliveedittool.cpp +1 -1
- share/qtcreator/qml/qmljsdebugger/editor/abstractliveedittool.h ...qtcreator/qml/qmljsdebugger/editor/abstractliveedittool.h +1 -1
- share/qtcreator/qml/qmljsdebugger/editor/boundingrecthighlighter.cpp ...ator/qml/qmljsdebugger/editor/boundingrecthighlighter.cpp +1 -1
- share/qtcreator/qml/qmljsdebugger/editor/boundingrecthighlighter.h ...reator/qml/qmljsdebugger/editor/boundingrecthighlighter.h +1 -1
- share/qtcreator/qml/qmljsdebugger/editor/colorpickertool.cpp share/qtcreator/qml/qmljsdebugger/editor/colorpickertool.cpp +1 -1
- share/qtcreator/qml/qmljsdebugger/editor/colorpickertool.h share/qtcreator/qml/qmljsdebugger/editor/colorpickertool.h +1 -1
- share/qtcreator/qml/qmljsdebugger/editor/livelayeritem.cpp share/qtcreator/qml/qmljsdebugger/editor/livelayeritem.cpp +1 -1
- share/qtcreator/qml/qmljsdebugger/editor/livelayeritem.h share/qtcreator/qml/qmljsdebugger/editor/livelayeritem.h +1 -1
- share/qtcreator/qml/qmljsdebugger/editor/liverubberbandselectionmanipulator.cpp ...ljsdebugger/editor/liverubberbandselectionmanipulator.cpp +1 -1
- share/qtcreator/qml/qmljsdebugger/editor/liverubberbandselectionmanipulator.h ...qmljsdebugger/editor/liverubberbandselectionmanipulator.h +1 -1
- share/qtcreator/qml/qmljsdebugger/editor/liveselectionindicator.cpp ...eator/qml/qmljsdebugger/editor/liveselectionindicator.cpp +1 -1
- share/qtcreator/qml/qmljsdebugger/editor/liveselectionindicator.h ...creator/qml/qmljsdebugger/editor/liveselectionindicator.h +1 -1
- share/qtcreator/qml/qmljsdebugger/editor/liveselectionrectangle.cpp ...eator/qml/qmljsdebugger/editor/liveselectionrectangle.cpp +1 -1
- share/qtcreator/qml/qmljsdebugger/editor/liveselectionrectangle.h ...creator/qml/qmljsdebugger/editor/liveselectionrectangle.h +1 -1
- share/qtcreator/qml/qmljsdebugger/editor/liveselectiontool.cpp .../qtcreator/qml/qmljsdebugger/editor/liveselectiontool.cpp +1 -1
- share/qtcreator/qml/qmljsdebugger/editor/liveselectiontool.h share/qtcreator/qml/qmljsdebugger/editor/liveselectiontool.h +1 -1
- share/qtcreator/qml/qmljsdebugger/editor/livesingleselectionmanipulator.cpp ...l/qmljsdebugger/editor/livesingleselectionmanipulator.cpp +1 -1
- share/qtcreator/qml/qmljsdebugger/editor/livesingleselectionmanipulator.h ...qml/qmljsdebugger/editor/livesingleselectionmanipulator.h +1 -1
- share/qtcreator/qml/qmljsdebugger/editor/subcomponentmasklayeritem.cpp ...or/qml/qmljsdebugger/editor/subcomponentmasklayeritem.cpp +1 -1
- share/qtcreator/qml/qmljsdebugger/editor/subcomponentmasklayeritem.h ...ator/qml/qmljsdebugger/editor/subcomponentmasklayeritem.h +1 -1
- share/qtcreator/qml/qmljsdebugger/editor/zoomtool.cpp share/qtcreator/qml/qmljsdebugger/editor/zoomtool.cpp +1 -1
- share/qtcreator/qml/qmljsdebugger/editor/zoomtool.h share/qtcreator/qml/qmljsdebugger/editor/zoomtool.h +1 -1
- share/qtcreator/qml/qmljsdebugger/include/jsdebuggeragent.h share/qtcreator/qml/qmljsdebugger/include/jsdebuggeragent.h +1 -1
- share/qtcreator/qml/qmljsdebugger/include/qdeclarativeinspectorservice.h .../qml/qmljsdebugger/include/qdeclarativeinspectorservice.h +1 -1
- share/qtcreator/qml/qmljsdebugger/include/qdeclarativeviewinspector.h ...tor/qml/qmljsdebugger/include/qdeclarativeviewinspector.h +1 -1
- share/qtcreator/qml/qmljsdebugger/include/qdeclarativeviewobserver.h ...ator/qml/qmljsdebugger/include/qdeclarativeviewobserver.h +1 -1
- share/qtcreator/qml/qmljsdebugger/include/qmlinspectorconstants.h ...creator/qml/qmljsdebugger/include/qmlinspectorconstants.h +1 -1
- share/qtcreator/qml/qmljsdebugger/include/qmljsdebugger_global.h ...tcreator/qml/qmljsdebugger/include/qmljsdebugger_global.h +1 -1
- share/qtcreator/qml/qmljsdebugger/include/qt_private/qdeclarativedebughelper_p.h ...jsdebugger/include/qt_private/qdeclarativedebughelper_p.h +1 -1
- share/qtcreator/qml/qmljsdebugger/include/qt_private/qdeclarativedebugservice_p.h ...sdebugger/include/qt_private/qdeclarativedebugservice_p.h +1 -1
- share/qtcreator/qml/qmljsdebugger/include/qt_private/qdeclarativestate_p.h ...ml/qmljsdebugger/include/qt_private/qdeclarativestate_p.h +1 -1
- share/qtcreator/qml/qmljsdebugger/jsdebuggeragent.cpp share/qtcreator/qml/qmljsdebugger/jsdebuggeragent.cpp +1 -1
- share/qtcreator/qml/qmljsdebugger/protocol/inspectorprotocol.h .../qtcreator/qml/qmljsdebugger/protocol/inspectorprotocol.h +1 -1
- share/qtcreator/qml/qmljsdebugger/qdeclarativeinspectorservice.cpp ...reator/qml/qmljsdebugger/qdeclarativeinspectorservice.cpp +1 -1
- share/qtcreator/qml/qmljsdebugger/qdeclarativeviewinspector.cpp ...qtcreator/qml/qmljsdebugger/qdeclarativeviewinspector.cpp +1 -1
- share/qtcreator/qml/qmljsdebugger/qdeclarativeviewinspector_p.h ...qtcreator/qml/qmljsdebugger/qdeclarativeviewinspector_p.h +1 -1
- share/qtcreator/qml/qmlobserver/Info.plist.in share/qtcreator/qml/qmlobserver/Info.plist.in +1 -1
- share/qtcreator/qml/qmlobserver/browser/Browser.qml share/qtcreator/qml/qmlobserver/browser/Browser.qml +1 -1
- share/qtcreator/qml/qmlobserver/deviceorientation.cpp share/qtcreator/qml/qmlobserver/deviceorientation.cpp +1 -1
- share/qtcreator/qml/qmlobserver/deviceorientation.h share/qtcreator/qml/qmlobserver/deviceorientation.h +1 -1
- share/qtcreator/qml/qmlobserver/deviceorientation_harmattan.cpp ...qtcreator/qml/qmlobserver/deviceorientation_harmattan.cpp +1 -1
- share/qtcreator/qml/qmlobserver/deviceorientation_maemo5.cpp share/qtcreator/qml/qmlobserver/deviceorientation_maemo5.cpp +1 -1
- share/qtcreator/qml/qmlobserver/deviceorientation_symbian.cpp ...e/qtcreator/qml/qmlobserver/deviceorientation_symbian.cpp +1 -1
- share/qtcreator/qml/qmlobserver/loggerwidget.cpp share/qtcreator/qml/qmlobserver/loggerwidget.cpp +1 -1
- share/qtcreator/qml/qmlobserver/loggerwidget.h share/qtcreator/qml/qmlobserver/loggerwidget.h +1 -1
- share/qtcreator/qml/qmlobserver/main.cpp share/qtcreator/qml/qmlobserver/main.cpp +1 -1
- share/qtcreator/qml/qmlobserver/proxysettings.cpp share/qtcreator/qml/qmlobserver/proxysettings.cpp +1 -1
- share/qtcreator/qml/qmlobserver/proxysettings.h share/qtcreator/qml/qmlobserver/proxysettings.h +1 -1
- share/qtcreator/qml/qmlobserver/qdeclarativetester.cpp share/qtcreator/qml/qmlobserver/qdeclarativetester.cpp +1 -1
- share/qtcreator/qml/qmlobserver/qdeclarativetester.h share/qtcreator/qml/qmlobserver/qdeclarativetester.h +1 -1
- share/qtcreator/qml/qmlobserver/qmlruntime.cpp share/qtcreator/qml/qmlobserver/qmlruntime.cpp +1 -1
- share/qtcreator/qml/qmlobserver/qmlruntime.h share/qtcreator/qml/qmlobserver/qmlruntime.h +1 -1
- share/qtcreator/qml/qmlobserver/startup/Logo.qml share/qtcreator/qml/qmlobserver/startup/Logo.qml +1 -1
- share/qtcreator/qml/qmlobserver/startup/startup.qml share/qtcreator/qml/qmlobserver/startup/startup.qml +1 -1
- share/qtcreator/qml/qmlobserver/texteditautoresizer_maemo5.h share/qtcreator/qml/qmlobserver/texteditautoresizer_maemo5.h +1 -1
- share/qtcreator/qml/qmlpuppet/commands/changeidscommand.cpp share/qtcreator/qml/qmlpuppet/commands/changeidscommand.cpp +1 -1
- share/qtcreator/qml/qmlpuppet/commands/changeidscommand.h share/qtcreator/qml/qmlpuppet/commands/changeidscommand.h +1 -1
- share/qtcreator/qml/qmlpuppet/commands/tokencommand.cpp share/qtcreator/qml/qmlpuppet/commands/tokencommand.cpp +1 -1
- share/qtcreator/qml/qmlpuppet/commands/tokencommand.h share/qtcreator/qml/qmlpuppet/commands/tokencommand.h +1 -1
- share/qtcreator/qml/qmlpuppet/instances/anchorchangesnodeinstance.cpp ...tor/qml/qmlpuppet/instances/anchorchangesnodeinstance.cpp +1 -1
- share/qtcreator/qml/qmlpuppet/instances/anchorchangesnodeinstance.h ...eator/qml/qmlpuppet/instances/anchorchangesnodeinstance.h +1 -1
- share/qtcreator/qml/qmlpuppet/instances/componentnodeinstance.cpp ...creator/qml/qmlpuppet/instances/componentnodeinstance.cpp +1 -1
- share/qtcreator/qml/qmlpuppet/instances/componentnodeinstance.h ...qtcreator/qml/qmlpuppet/instances/componentnodeinstance.h +1 -1
- share/qtcreator/qml/qmlpuppet/instances/dummynodeinstance.cpp ...e/qtcreator/qml/qmlpuppet/instances/dummynodeinstance.cpp +1 -1
- share/qtcreator/qml/qmlpuppet/instances/dummynodeinstance.h share/qtcreator/qml/qmlpuppet/instances/dummynodeinstance.h +1 -1
- share/qtcreator/qml/qmlpuppet/instances/objectnodeinstance.cpp .../qtcreator/qml/qmlpuppet/instances/objectnodeinstance.cpp +1 -1
- share/qtcreator/qml/qmlpuppet/instances/objectnodeinstance.h share/qtcreator/qml/qmlpuppet/instances/objectnodeinstance.h +1 -1
- share/qtcreator/qml/qmlpuppet/instances/qmlpropertychangesnodeinstance.cpp ...ml/qmlpuppet/instances/qmlpropertychangesnodeinstance.cpp +1 -1
- share/qtcreator/qml/qmlpuppet/instances/qmlpropertychangesnodeinstance.h .../qml/qmlpuppet/instances/qmlpropertychangesnodeinstance.h +1 -1
- share/qtcreator/qml/qmlpuppet/instances/qmlstatenodeinstance.cpp ...tcreator/qml/qmlpuppet/instances/qmlstatenodeinstance.cpp +1 -1
- share/qtcreator/qml/qmlpuppet/instances/qmlstatenodeinstance.h .../qtcreator/qml/qmlpuppet/instances/qmlstatenodeinstance.h +1 -1
- share/qtcreator/qml/qmlpuppet/instances/qmltransitionnodeinstance.cpp ...tor/qml/qmlpuppet/instances/qmltransitionnodeinstance.cpp +1 -1
- share/qtcreator/qml/qmlpuppet/instances/qmltransitionnodeinstance.h ...eator/qml/qmlpuppet/instances/qmltransitionnodeinstance.h +1 -1
- share/qtcreator/qml/qmlpuppet/instances/servernodeinstance.cpp .../qtcreator/qml/qmlpuppet/instances/servernodeinstance.cpp +1 -1
- share/qtcreator/qml/qmlpuppet/instances/servernodeinstance.h share/qtcreator/qml/qmlpuppet/instances/servernodeinstance.h +1 -1
- share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5informationnodeinstanceserver.cpp ...qml2puppet/instances/qt5informationnodeinstanceserver.cpp +1 -1
- share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5informationnodeinstanceserver.h ...t/qml2puppet/instances/qt5informationnodeinstanceserver.h +1 -1
- share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5nodeinstanceclientproxy.cpp ...uppet/qml2puppet/instances/qt5nodeinstanceclientproxy.cpp +1 -1
- share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5nodeinstanceclientproxy.h ...lpuppet/qml2puppet/instances/qt5nodeinstanceclientproxy.h +1 -1
- share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5nodeinstanceserver.cpp .../qmlpuppet/qml2puppet/instances/qt5nodeinstanceserver.cpp +1 -1
- share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5nodeinstanceserver.h ...ml/qmlpuppet/qml2puppet/instances/qt5nodeinstanceserver.h +1 -1
- share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5previewnodeinstanceserver.cpp ...pet/qml2puppet/instances/qt5previewnodeinstanceserver.cpp +1 -1
- share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5previewnodeinstanceserver.h ...uppet/qml2puppet/instances/qt5previewnodeinstanceserver.h +1 -1
- share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5rendernodeinstanceserver.cpp ...ppet/qml2puppet/instances/qt5rendernodeinstanceserver.cpp +1 -1
- share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5rendernodeinstanceserver.h ...puppet/qml2puppet/instances/qt5rendernodeinstanceserver.h +1 -1
- share/qtcreator/qml/qmlpuppet/qml2puppet/instances/sgitemnodeinstance.cpp ...qml/qmlpuppet/qml2puppet/instances/sgitemnodeinstance.cpp +1 -1
- share/qtcreator/qml/qmlpuppet/qml2puppet/instances/sgitemnodeinstance.h ...r/qml/qmlpuppet/qml2puppet/instances/sgitemnodeinstance.h +1 -1
- share/qtcreator/qml/qmlpuppet/qml2puppet/main.cpp share/qtcreator/qml/qmlpuppet/qml2puppet/main.cpp +1 -1
- share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/graphicsobjectnodeinstance.cpp ...puppet/qmlpuppet/instances/graphicsobjectnodeinstance.cpp +1 -1
- share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/graphicsobjectnodeinstance.h ...mlpuppet/qmlpuppet/instances/graphicsobjectnodeinstance.h +1 -1
- share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qmlgraphicsitemnodeinstance.cpp ...uppet/qmlpuppet/instances/qmlgraphicsitemnodeinstance.cpp +1 -1
- share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qmlgraphicsitemnodeinstance.h ...lpuppet/qmlpuppet/instances/qmlgraphicsitemnodeinstance.h +1 -1
- share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4informationnodeinstanceserver.cpp .../qmlpuppet/instances/qt4informationnodeinstanceserver.cpp +1 -1
- share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4informationnodeinstanceserver.h ...et/qmlpuppet/instances/qt4informationnodeinstanceserver.h +1 -1
- share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4nodeinstanceclientproxy.cpp ...puppet/qmlpuppet/instances/qt4nodeinstanceclientproxy.cpp +1 -1
- share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4nodeinstanceclientproxy.h ...mlpuppet/qmlpuppet/instances/qt4nodeinstanceclientproxy.h +1 -1
- share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4nodeinstanceserver.cpp ...l/qmlpuppet/qmlpuppet/instances/qt4nodeinstanceserver.cpp +1 -1
- share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4nodeinstanceserver.h ...qml/qmlpuppet/qmlpuppet/instances/qt4nodeinstanceserver.h +1 -1
- share/qtcreator/qml/qmlpuppet/qmlpuppet/main.cpp share/qtcreator/qml/qmlpuppet/qmlpuppet/main.cpp +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentHorizontalButtons.qml ...designer/propertyeditor/Qt/AlignmentHorizontalButtons.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentVerticalButtons.qml ...mldesigner/propertyeditor/Qt/AlignmentVerticalButtons.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorBox.qml share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorBox.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml ...qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/BorderImageSpecifics.qml ...or/qmldesigner/propertyeditor/Qt/BorderImageSpecifics.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/CheckBox.qml share/qtcreator/qmldesigner/propertyeditor/Qt/CheckBox.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml ...qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/ColorLabel.qml share/qtcreator/qmldesigner/propertyeditor/Qt/ColorLabel.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/ColorScheme.qml ...e/qtcreator/qmldesigner/propertyeditor/Qt/ColorScheme.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/ColorTypeButtons.qml ...reator/qmldesigner/propertyeditor/Qt/ColorTypeButtons.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/ComboBox.qml share/qtcreator/qmldesigner/propertyeditor/Qt/ComboBox.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/DoubleSpinBox.qml ...qtcreator/qmldesigner/propertyeditor/Qt/DoubleSpinBox.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/DoubleSpinBoxAlternate.qml .../qmldesigner/propertyeditor/Qt/DoubleSpinBoxAlternate.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/ExpressionEditor.qml ...reator/qmldesigner/propertyeditor/Qt/ExpressionEditor.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/Extended.qml share/qtcreator/qmldesigner/propertyeditor/Qt/Extended.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedFunctionButton.qml .../qmldesigner/propertyeditor/Qt/ExtendedFunctionButton.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml .../qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedSwitches.qml ...reator/qmldesigner/propertyeditor/Qt/ExtendedSwitches.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/FlagedButton.qml .../qtcreator/qmldesigner/propertyeditor/Qt/FlagedButton.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/FlickableGroupBox.qml ...eator/qmldesigner/propertyeditor/Qt/FlickableGroupBox.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/FlickableSpecifics.qml ...ator/qmldesigner/propertyeditor/Qt/FlickableSpecifics.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/FlipableSpecifics.qml ...eator/qmldesigner/propertyeditor/Qt/FlipableSpecifics.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/FlowSpecifics.qml ...qtcreator/qmldesigner/propertyeditor/Qt/FlowSpecifics.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/FontComboBox.qml .../qtcreator/qmldesigner/propertyeditor/Qt/FontComboBox.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/FontGroupBox.qml .../qtcreator/qmldesigner/propertyeditor/Qt/FontGroupBox.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/FontStyleButtons.qml ...reator/qmldesigner/propertyeditor/Qt/FontStyleButtons.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/GridSpecifics.qml ...qtcreator/qmldesigner/propertyeditor/Qt/GridSpecifics.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/GridViewSpecifics.qml ...eator/qmldesigner/propertyeditor/Qt/GridViewSpecifics.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/GroupBox.qml share/qtcreator/qmldesigner/propertyeditor/Qt/GroupBox.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/GroupBoxOption.qml ...tcreator/qmldesigner/propertyeditor/Qt/GroupBoxOption.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/HorizontalLayout.qml ...reator/qmldesigner/propertyeditor/Qt/HorizontalLayout.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/HorizontalWhiteLine.qml ...tor/qmldesigner/propertyeditor/Qt/HorizontalWhiteLine.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/ImageSpecifics.qml ...tcreator/qmldesigner/propertyeditor/Qt/ImageSpecifics.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/IntEditor.qml share/qtcreator/qmldesigner/propertyeditor/Qt/IntEditor.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/Label.qml share/qtcreator/qmldesigner/propertyeditor/Qt/Label.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/LayoutPane.qml share/qtcreator/qmldesigner/propertyeditor/Qt/LayoutPane.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/LineEdit.qml share/qtcreator/qmldesigner/propertyeditor/Qt/LineEdit.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/ListViewSpecifics.qml ...eator/qmldesigner/propertyeditor/Qt/ListViewSpecifics.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/Modifiers.qml share/qtcreator/qmldesigner/propertyeditor/Qt/Modifiers.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/MouseAreaSpecifics.qml ...ator/qmldesigner/propertyeditor/Qt/MouseAreaSpecifics.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/PathViewSpecifics.qml ...eator/qmldesigner/propertyeditor/Qt/PathViewSpecifics.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/PlaceHolder.qml ...e/qtcreator/qmldesigner/propertyeditor/Qt/PlaceHolder.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/PropertyFrame.qml ...qtcreator/qmldesigner/propertyeditor/Qt/PropertyFrame.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml .../qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleSpecifics.qml ...ator/qmldesigner/propertyeditor/Qt/RectangleSpecifics.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/RowSpecifics.qml .../qtcreator/qmldesigner/propertyeditor/Qt/RowSpecifics.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/ScrollArea.qml share/qtcreator/qmldesigner/propertyeditor/Qt/ScrollArea.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/SliderWidget.qml .../qtcreator/qmldesigner/propertyeditor/Qt/SliderWidget.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/SpinBox.qml share/qtcreator/qmldesigner/propertyeditor/Qt/SpinBox.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextColorGroupBox.qml ...ldesigner/propertyeditor/Qt/StandardTextColorGroupBox.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextGroupBox.qml ...or/qmldesigner/propertyeditor/Qt/StandardTextGroupBox.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/TextEditSpecifics.qml ...eator/qmldesigner/propertyeditor/Qt/TextEditSpecifics.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/TextEditor.qml share/qtcreator/qmldesigner/propertyeditor/Qt/TextEditor.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/TextInputGroupBox.qml ...eator/qmldesigner/propertyeditor/Qt/TextInputGroupBox.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/TextInputSpecifics.qml ...ator/qmldesigner/propertyeditor/Qt/TextInputSpecifics.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/TextSpecifics.qml ...qtcreator/qmldesigner/propertyeditor/Qt/TextSpecifics.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/Transformation.qml ...tcreator/qmldesigner/propertyeditor/Qt/Transformation.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/Type.qml share/qtcreator/qmldesigner/propertyeditor/Qt/Type.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/VerticalLayout.qml ...tcreator/qmldesigner/propertyeditor/Qt/VerticalLayout.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/Visibility.qml share/qtcreator/qmldesigner/propertyeditor/Qt/Visibility.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/Qt/emptyPane.qml share/qtcreator/qmldesigner/propertyeditor/Qt/emptyPane.qml +1 -1
- share/qtcreator/qmldesigner/propertyeditor/QtWebKit/WebViewSpecifics.qml .../qmldesigner/propertyeditor/QtWebKit/WebViewSpecifics.qml +1 -1
- share/qtcreator/templates/wizards/helloworld/wizard_sample.xml .../qtcreator/templates/wizards/helloworld/wizard_sample.xml +1 -1
- share/qtcreator/templates/wizards/listmodel/wizard_sample.xml ...e/qtcreator/templates/wizards/listmodel/wizard_sample.xml +1 -1
- share/qtcreator/templates/wizards/plaincapp-cmake/wizard.xml share/qtcreator/templates/wizards/plaincapp-cmake/wizard.xml +1 -1
- share/qtcreator/templates/wizards/plaincapp/wizard.xml share/qtcreator/templates/wizards/plaincapp/wizard.xml +1 -1
- share/qtcreator/templates/wizards/plaincppapp-cmake/wizard.xml .../qtcreator/templates/wizards/plaincppapp-cmake/wizard.xml +1 -1
- share/qtcreator/templates/wizards/plaincppapp/wizard.xml share/qtcreator/templates/wizards/plaincppapp/wizard.xml +1 -1
- share/qtcreator/templates/wizards/qml-extension/wizard.xml share/qtcreator/templates/wizards/qml-extension/wizard.xml +1 -1
- share/qtcreator/templates/wizards/qtcreatorplugin/wizard.xml share/qtcreator/templates/wizards/qtcreatorplugin/wizard.xml +1 -1
- share/qtcreator/templates/wizards/scriptgeneratedproject/generate.pl ...ator/templates/wizards/scriptgeneratedproject/generate.pl +1 -1
- share/qtcreator/templates/wizards/scriptgeneratedproject/wizard_sample.xml ...emplates/wizards/scriptgeneratedproject/wizard_sample.xml +1 -1
- share/qtcreator/translations/check-ts.pl share/qtcreator/translations/check-ts.pl +1 -1
- share/qtcreator/welcomescreen/develop.qml share/qtcreator/welcomescreen/develop.qml +1 -1
- share/qtcreator/welcomescreen/dummydata/examplesModel.qml share/qtcreator/welcomescreen/dummydata/examplesModel.qml +1 -1
- share/qtcreator/welcomescreen/dummydata/pagesModel.qml share/qtcreator/welcomescreen/dummydata/pagesModel.qml +1 -1
- share/qtcreator/welcomescreen/dummydata/projectList.qml share/qtcreator/welcomescreen/dummydata/projectList.qml +1 -1
- share/qtcreator/welcomescreen/dummydata/sessionList.qml share/qtcreator/welcomescreen/dummydata/sessionList.qml +1 -1
- share/qtcreator/welcomescreen/dummydata/tutorialsModel.qml share/qtcreator/welcomescreen/dummydata/tutorialsModel.qml +1 -1
- share/qtcreator/welcomescreen/examples.qml share/qtcreator/welcomescreen/examples.qml +1 -1
- share/qtcreator/welcomescreen/gettingstarted.qml share/qtcreator/welcomescreen/gettingstarted.qml +1 -1
- share/qtcreator/welcomescreen/tutorials.qml share/qtcreator/welcomescreen/tutorials.qml +1 -1
- share/qtcreator/welcomescreen/welcomescreen.qml share/qtcreator/welcomescreen/welcomescreen.qml +1 -1
- share/qtcreator/welcomescreen/widgets/CustomColors.qml share/qtcreator/welcomescreen/widgets/CustomColors.qml +1 -1
- share/qtcreator/welcomescreen/widgets/CustomFonts.qml share/qtcreator/welcomescreen/widgets/CustomFonts.qml +1 -1
- share/qtcreator/welcomescreen/widgets/CustomTab.qml share/qtcreator/welcomescreen/widgets/CustomTab.qml +1 -1
- share/qtcreator/welcomescreen/widgets/CustomizedGridView.qml share/qtcreator/welcomescreen/widgets/CustomizedGridView.qml +1 -1
- share/qtcreator/welcomescreen/widgets/Delegate.qml share/qtcreator/welcomescreen/widgets/Delegate.qml +1 -1
- share/qtcreator/welcomescreen/widgets/LinkedText.qml share/qtcreator/welcomescreen/widgets/LinkedText.qml +1 -1
- share/qtcreator/welcomescreen/widgets/LinksBar.qml share/qtcreator/welcomescreen/widgets/LinksBar.qml +1 -1
- share/qtcreator/welcomescreen/widgets/Logo.qml share/qtcreator/welcomescreen/widgets/Logo.qml +1 -1
- share/qtcreator/welcomescreen/widgets/PageCaption.qml share/qtcreator/welcomescreen/widgets/PageCaption.qml +1 -1
- share/qtcreator/welcomescreen/widgets/PageLoader.qml share/qtcreator/welcomescreen/widgets/PageLoader.qml +1 -1
- share/qtcreator/welcomescreen/widgets/ProjectItem.qml share/qtcreator/welcomescreen/widgets/ProjectItem.qml +1 -1
- share/qtcreator/welcomescreen/widgets/RecentProjects.qml share/qtcreator/welcomescreen/widgets/RecentProjects.qml +1 -1
- share/qtcreator/welcomescreen/widgets/RecentSessions.qml share/qtcreator/welcomescreen/widgets/RecentSessions.qml +1 -1
- share/qtcreator/welcomescreen/widgets/SearchBar.qml share/qtcreator/welcomescreen/widgets/SearchBar.qml +1 -1
- share/qtcreator/welcomescreen/widgets/SessionItem.qml share/qtcreator/welcomescreen/widgets/SessionItem.qml +1 -1
- share/qtcreator/welcomescreen/widgets/dummydata/context/ExampleDelegate.qml ...lcomescreen/widgets/dummydata/context/ExampleDelegate.qml +1 -1
- share/qtcreator/welcomescreen/widgets/dummydata/context/ExampleGridView.qml ...lcomescreen/widgets/dummydata/context/ExampleGridView.qml +1 -1
- share/qtcreator/welcomescreen/widgets/dummydata/examplesModel.qml ...creator/welcomescreen/widgets/dummydata/examplesModel.qml +1 -1
- share/qtcreator/welcomescreen/widgets/dummydata/mockupTags.qml .../qtcreator/welcomescreen/widgets/dummydata/mockupTags.qml +1 -1
- share/qtcreator/welcomescreen/widgets/dummydata/pagesModel.qml .../qtcreator/welcomescreen/widgets/dummydata/pagesModel.qml +1 -1
- share/qtcreator/welcomescreen/widgets/dummydata/tabsModel.qml ...e/qtcreator/welcomescreen/widgets/dummydata/tabsModel.qml +1 -1
- src/app/app_version.h.in src/app/app_version.h.in +1 -1
- src/app/main.cpp src/app/main.cpp +1 -1
- src/libs/3rdparty/botan/build/botan/build.h src/libs/3rdparty/botan/build/botan/build.h +1 -1
- src/libs/aggregation/aggregate.cpp src/libs/aggregation/aggregate.cpp +1 -1
- src/libs/aggregation/aggregate.h src/libs/aggregation/aggregate.h +1 -1
- src/libs/aggregation/aggregation_global.h src/libs/aggregation/aggregation_global.h +1 -1
- src/libs/aggregation/examples/text/main.cpp src/libs/aggregation/examples/text/main.cpp +1 -1
- src/libs/aggregation/examples/text/main.h src/libs/aggregation/examples/text/main.h +1 -1
- src/libs/aggregation/examples/text/myinterfaces.h src/libs/aggregation/examples/text/myinterfaces.h +1 -1
- src/libs/cplusplus/ASTParent.cpp src/libs/cplusplus/ASTParent.cpp +1 -1
- src/libs/cplusplus/ASTParent.h src/libs/cplusplus/ASTParent.h +1 -1
- src/libs/cplusplus/ASTPath.cpp src/libs/cplusplus/ASTPath.cpp +1 -1
- src/libs/cplusplus/ASTPath.h src/libs/cplusplus/ASTPath.h +1 -1
- src/libs/cplusplus/BackwardsScanner.cpp src/libs/cplusplus/BackwardsScanner.cpp +1 -1
- src/libs/cplusplus/BackwardsScanner.h src/libs/cplusplus/BackwardsScanner.h +1 -1
- src/libs/cplusplus/CppDocument.cpp src/libs/cplusplus/CppDocument.cpp +1 -1
- src/libs/cplusplus/CppDocument.h src/libs/cplusplus/CppDocument.h +1 -1
- src/libs/cplusplus/CppRewriter.cpp src/libs/cplusplus/CppRewriter.cpp +1 -1
- src/libs/cplusplus/CppRewriter.h src/libs/cplusplus/CppRewriter.h +1 -1
- src/libs/cplusplus/DependencyTable.cpp src/libs/cplusplus/DependencyTable.cpp +1 -1
- src/libs/cplusplus/DependencyTable.h src/libs/cplusplus/DependencyTable.h +1 -1
- src/libs/cplusplus/DeprecatedGenTemplateInstance.cpp src/libs/cplusplus/DeprecatedGenTemplateInstance.cpp +1 -1
- src/libs/cplusplus/DeprecatedGenTemplateInstance.h src/libs/cplusplus/DeprecatedGenTemplateInstance.h +1 -1
- src/libs/cplusplus/ExpressionUnderCursor.cpp src/libs/cplusplus/ExpressionUnderCursor.cpp +1 -1
- src/libs/cplusplus/ExpressionUnderCursor.h src/libs/cplusplus/ExpressionUnderCursor.h +1 -1
- src/libs/cplusplus/FastPreprocessor.cpp src/libs/cplusplus/FastPreprocessor.cpp +1 -1
- src/libs/cplusplus/FastPreprocessor.h src/libs/cplusplus/FastPreprocessor.h +1 -1
- src/libs/cplusplus/FindUsages.cpp src/libs/cplusplus/FindUsages.cpp +1 -1
- src/libs/cplusplus/FindUsages.h src/libs/cplusplus/FindUsages.h +1 -1
- src/libs/cplusplus/Icons.cpp src/libs/cplusplus/Icons.cpp +1 -1
- src/libs/cplusplus/Icons.h src/libs/cplusplus/Icons.h +1 -1
- src/libs/cplusplus/LookupContext.cpp src/libs/cplusplus/LookupContext.cpp +1 -1
- src/libs/cplusplus/LookupContext.h src/libs/cplusplus/LookupContext.h +1 -1
- src/libs/cplusplus/LookupItem.cpp src/libs/cplusplus/LookupItem.cpp +1 -1
- src/libs/cplusplus/LookupItem.h src/libs/cplusplus/LookupItem.h +1 -1
- src/libs/cplusplus/Macro.cpp src/libs/cplusplus/Macro.cpp +1 -1
- src/libs/cplusplus/Macro.h src/libs/cplusplus/Macro.h +1 -1
- src/libs/cplusplus/MatchingText.cpp src/libs/cplusplus/MatchingText.cpp +1 -1
- src/libs/cplusplus/MatchingText.h src/libs/cplusplus/MatchingText.h +1 -1
- src/libs/cplusplus/ModelManagerInterface.cpp src/libs/cplusplus/ModelManagerInterface.cpp +1 -1
- src/libs/cplusplus/ModelManagerInterface.h src/libs/cplusplus/ModelManagerInterface.h +1 -1
- src/libs/cplusplus/NamePrettyPrinter.cpp src/libs/cplusplus/NamePrettyPrinter.cpp +1 -1
- src/libs/cplusplus/NamePrettyPrinter.h src/libs/cplusplus/NamePrettyPrinter.h +1 -1
- src/libs/cplusplus/Overview.cpp src/libs/cplusplus/Overview.cpp +1 -1
- src/libs/cplusplus/Overview.h src/libs/cplusplus/Overview.h +1 -1
- src/libs/cplusplus/OverviewModel.cpp src/libs/cplusplus/OverviewModel.cpp +1 -1
- src/libs/cplusplus/OverviewModel.h src/libs/cplusplus/OverviewModel.h +1 -1
- src/libs/cplusplus/PreprocessorClient.cpp src/libs/cplusplus/PreprocessorClient.cpp +1 -1
- src/libs/cplusplus/PreprocessorClient.h src/libs/cplusplus/PreprocessorClient.h +1 -1
- src/libs/cplusplus/PreprocessorEnvironment.cpp src/libs/cplusplus/PreprocessorEnvironment.cpp +1 -1
- src/libs/cplusplus/PreprocessorEnvironment.h src/libs/cplusplus/PreprocessorEnvironment.h +1 -1
- src/libs/cplusplus/ResolveExpression.cpp src/libs/cplusplus/ResolveExpression.cpp +1 -1
- src/libs/cplusplus/ResolveExpression.h src/libs/cplusplus/ResolveExpression.h +1 -1
- src/libs/cplusplus/SimpleLexer.cpp src/libs/cplusplus/SimpleLexer.cpp +1 -1
- src/libs/cplusplus/SimpleLexer.h src/libs/cplusplus/SimpleLexer.h +1 -1
- src/libs/cplusplus/SnapshotSymbolVisitor.cpp src/libs/cplusplus/SnapshotSymbolVisitor.cpp +1 -1
- src/libs/cplusplus/SnapshotSymbolVisitor.h src/libs/cplusplus/SnapshotSymbolVisitor.h +1 -1
- src/libs/cplusplus/SymbolNameVisitor.cpp src/libs/cplusplus/SymbolNameVisitor.cpp +1 -1
- src/libs/cplusplus/SymbolNameVisitor.h src/libs/cplusplus/SymbolNameVisitor.h +1 -1
- src/libs/cplusplus/TypeHierarchyBuilder.cpp src/libs/cplusplus/TypeHierarchyBuilder.cpp +1 -1
- src/libs/cplusplus/TypeHierarchyBuilder.h src/libs/cplusplus/TypeHierarchyBuilder.h +1 -1
- src/libs/cplusplus/TypeOfExpression.cpp src/libs/cplusplus/TypeOfExpression.cpp +1 -1
- src/libs/cplusplus/TypeOfExpression.h src/libs/cplusplus/TypeOfExpression.h +1 -1
- src/libs/cplusplus/TypePrettyPrinter.cpp src/libs/cplusplus/TypePrettyPrinter.cpp +1 -1
- src/libs/cplusplus/TypePrettyPrinter.h src/libs/cplusplus/TypePrettyPrinter.h +1 -1
- src/libs/cplusplus/findcdbbreakpoint.cpp src/libs/cplusplus/findcdbbreakpoint.cpp +1 -1
- src/libs/cplusplus/findcdbbreakpoint.h src/libs/cplusplus/findcdbbreakpoint.h +1 -1
- src/libs/cplusplus/pp-cctype.h src/libs/cplusplus/pp-cctype.h +1 -1
- src/libs/cplusplus/pp-engine.cpp src/libs/cplusplus/pp-engine.cpp +1 -1
- src/libs/cplusplus/pp-engine.h src/libs/cplusplus/pp-engine.h +1 -1
- src/libs/cplusplus/pp-macro-expander.cpp src/libs/cplusplus/pp-macro-expander.cpp +1 -1
- src/libs/cplusplus/pp-macro-expander.h src/libs/cplusplus/pp-macro-expander.h +1 -1
- src/libs/cplusplus/pp-scanner.cpp src/libs/cplusplus/pp-scanner.cpp +1 -1
- src/libs/cplusplus/pp-scanner.h src/libs/cplusplus/pp-scanner.h +1 -1
- src/libs/cplusplus/pp.h src/libs/cplusplus/pp.h +1 -1
- src/libs/extensionsystem/extensionsystem_global.h src/libs/extensionsystem/extensionsystem_global.h +1 -1
- src/libs/extensionsystem/invoker.cpp src/libs/extensionsystem/invoker.cpp +1 -1
- src/libs/extensionsystem/invoker.h src/libs/extensionsystem/invoker.h +1 -1
- src/libs/extensionsystem/iplugin.cpp src/libs/extensionsystem/iplugin.cpp +1 -1
- src/libs/extensionsystem/iplugin.h src/libs/extensionsystem/iplugin.h +1 -1
- src/libs/extensionsystem/iplugin_p.h src/libs/extensionsystem/iplugin_p.h +1 -1
- src/libs/extensionsystem/optionsparser.cpp src/libs/extensionsystem/optionsparser.cpp +1 -1
- src/libs/extensionsystem/optionsparser.h src/libs/extensionsystem/optionsparser.h +1 -1
- src/libs/extensionsystem/plugincollection.cpp src/libs/extensionsystem/plugincollection.cpp +1 -1
- src/libs/extensionsystem/plugincollection.h src/libs/extensionsystem/plugincollection.h +1 -1
- src/libs/extensionsystem/plugindetailsview.cpp src/libs/extensionsystem/plugindetailsview.cpp +1 -1
- src/libs/extensionsystem/plugindetailsview.h src/libs/extensionsystem/plugindetailsview.h +1 -1
- src/libs/extensionsystem/pluginerroroverview.cpp src/libs/extensionsystem/pluginerroroverview.cpp +1 -1
- src/libs/extensionsystem/pluginerroroverview.h src/libs/extensionsystem/pluginerroroverview.h +1 -1
- src/libs/extensionsystem/pluginerrorview.cpp src/libs/extensionsystem/pluginerrorview.cpp +1 -1
- src/libs/extensionsystem/pluginerrorview.h src/libs/extensionsystem/pluginerrorview.h +1 -1
- src/libs/extensionsystem/pluginmanager.cpp src/libs/extensionsystem/pluginmanager.cpp +1 -1
- src/libs/extensionsystem/pluginmanager.h src/libs/extensionsystem/pluginmanager.h +1 -1
- src/libs/extensionsystem/pluginmanager_p.h src/libs/extensionsystem/pluginmanager_p.h +1 -1
- src/libs/extensionsystem/pluginspec.cpp src/libs/extensionsystem/pluginspec.cpp +1 -1
- src/libs/extensionsystem/pluginspec.h src/libs/extensionsystem/pluginspec.h +1 -1
- src/libs/extensionsystem/pluginspec_p.h src/libs/extensionsystem/pluginspec_p.h +1 -1
- src/libs/extensionsystem/pluginview.cpp src/libs/extensionsystem/pluginview.cpp +1 -1
- src/libs/extensionsystem/pluginview.h src/libs/extensionsystem/pluginview.h +1 -1
- src/libs/extensionsystem/pluginview_p.h src/libs/extensionsystem/pluginview_p.h +1 -1
- src/libs/extensionsystem/test/manual/pluginview/plugindialog.cpp ...s/extensionsystem/test/manual/pluginview/plugindialog.cpp +1 -1
- src/libs/extensionsystem/test/manual/pluginview/plugindialog.h ...ibs/extensionsystem/test/manual/pluginview/plugindialog.h +1 -1
- src/libs/extensionsystem/test/manual/pluginview/plugins/plugin1/plugin1.cpp ...system/test/manual/pluginview/plugins/plugin1/plugin1.cpp +1 -1
- src/libs/extensionsystem/test/manual/pluginview/plugins/plugin1/plugin1.h ...onsystem/test/manual/pluginview/plugins/plugin1/plugin1.h +1 -1
- src/libs/extensionsystem/test/manual/pluginview/plugins/plugin2/plugin2.cpp ...system/test/manual/pluginview/plugins/plugin2/plugin2.cpp +1 -1
- src/libs/extensionsystem/test/manual/pluginview/plugins/plugin2/plugin2.h ...onsystem/test/manual/pluginview/plugins/plugin2/plugin2.h +1 -1
- src/libs/extensionsystem/test/manual/pluginview/plugins/plugin3/plugin3.cpp ...system/test/manual/pluginview/plugins/plugin3/plugin3.cpp +1 -1
- src/libs/extensionsystem/test/manual/pluginview/plugins/plugin3/plugin3.h ...onsystem/test/manual/pluginview/plugins/plugin3/plugin3.h +1 -1
- src/libs/glsl/glsl.g src/libs/glsl/glsl.g +3 -3
- src/libs/glsl/glsl.h src/libs/glsl/glsl.h +1 -1
- src/libs/glsl/glslast.cpp src/libs/glsl/glslast.cpp +1 -1
- src/libs/glsl/glslast.h src/libs/glsl/glslast.h +1 -1
- src/libs/glsl/glslastdump.cpp src/libs/glsl/glslastdump.cpp +1 -1
- src/libs/glsl/glslastdump.h src/libs/glsl/glslastdump.h +1 -1
- src/libs/glsl/glslastvisitor.cpp src/libs/glsl/glslastvisitor.cpp +1 -1
- src/libs/glsl/glslastvisitor.h src/libs/glsl/glslastvisitor.h +1 -1
- src/libs/glsl/glslengine.cpp src/libs/glsl/glslengine.cpp +1 -1
- src/libs/glsl/glslengine.h src/libs/glsl/glslengine.h +1 -1
- src/libs/glsl/glslkeywords.cpp src/libs/glsl/glslkeywords.cpp +1 -1
- src/libs/glsl/glsllexer.cpp src/libs/glsl/glsllexer.cpp +1 -1
- src/libs/glsl/glsllexer.h src/libs/glsl/glsllexer.h +1 -1
- src/libs/glsl/glslmemorypool.cpp src/libs/glsl/glslmemorypool.cpp +1 -1
- src/libs/glsl/glslmemorypool.h src/libs/glsl/glslmemorypool.h +1 -1
- src/libs/glsl/glslparser.cpp src/libs/glsl/glslparser.cpp +1 -1
- src/libs/glsl/glslparser.h src/libs/glsl/glslparser.h +1 -1
- src/libs/glsl/glslparsertable.cpp src/libs/glsl/glslparsertable.cpp +1 -1
- src/libs/glsl/glslparsertable_p.h src/libs/glsl/glslparsertable_p.h +1 -1
- src/libs/glsl/glslsemantic.cpp src/libs/glsl/glslsemantic.cpp +1 -1
- src/libs/glsl/glslsemantic.h src/libs/glsl/glslsemantic.h +1 -1
- src/libs/glsl/glslsymbol.cpp src/libs/glsl/glslsymbol.cpp +1 -1
- src/libs/glsl/glslsymbol.h src/libs/glsl/glslsymbol.h +1 -1
- src/libs/glsl/glslsymbols.cpp src/libs/glsl/glslsymbols.cpp +1 -1
- src/libs/glsl/glslsymbols.h src/libs/glsl/glslsymbols.h +1 -1
- src/libs/glsl/glsltype.cpp src/libs/glsl/glsltype.cpp +1 -1
- src/libs/glsl/glsltype.h src/libs/glsl/glsltype.h +1 -1
- src/libs/glsl/glsltypes.cpp src/libs/glsl/glsltypes.cpp +1 -1
- src/libs/glsl/glsltypes.h src/libs/glsl/glsltypes.h +1 -1
- src/libs/languageutils/componentversion.cpp src/libs/languageutils/componentversion.cpp +1 -1
- src/libs/languageutils/componentversion.h src/libs/languageutils/componentversion.h +1 -1
- src/libs/languageutils/fakemetaobject.cpp src/libs/languageutils/fakemetaobject.cpp +1 -1
- src/libs/languageutils/fakemetaobject.h src/libs/languageutils/fakemetaobject.h +1 -1
- src/libs/languageutils/languageutils_global.h src/libs/languageutils/languageutils_global.h +1 -1
- src/libs/qmleditorwidgets/colorbox.cpp src/libs/qmleditorwidgets/colorbox.cpp +1 -1
- src/libs/qmleditorwidgets/colorbox.h src/libs/qmleditorwidgets/colorbox.h +1 -1
- src/libs/qmleditorwidgets/colorbutton.cpp src/libs/qmleditorwidgets/colorbutton.cpp +1 -1
- src/libs/qmleditorwidgets/colorbutton.h src/libs/qmleditorwidgets/colorbutton.h +1 -1
- src/libs/qmleditorwidgets/colorwidgets.cpp src/libs/qmleditorwidgets/colorwidgets.cpp +1 -1
- src/libs/qmleditorwidgets/colorwidgets.h src/libs/qmleditorwidgets/colorwidgets.h +1 -1
- src/libs/qmleditorwidgets/contextpanetextwidget.cpp src/libs/qmleditorwidgets/contextpanetextwidget.cpp +1 -1
- src/libs/qmleditorwidgets/contextpanetextwidget.h src/libs/qmleditorwidgets/contextpanetextwidget.h +1 -1
- src/libs/qmleditorwidgets/contextpanewidget.cpp src/libs/qmleditorwidgets/contextpanewidget.cpp +1 -1
- src/libs/qmleditorwidgets/contextpanewidget.h src/libs/qmleditorwidgets/contextpanewidget.h +1 -1
- src/libs/qmleditorwidgets/contextpanewidgetimage.cpp src/libs/qmleditorwidgets/contextpanewidgetimage.cpp +1 -1
- src/libs/qmleditorwidgets/contextpanewidgetimage.h src/libs/qmleditorwidgets/contextpanewidgetimage.h +1 -1
- src/libs/qmleditorwidgets/contextpanewidgetrectangle.cpp src/libs/qmleditorwidgets/contextpanewidgetrectangle.cpp +1 -1
- src/libs/qmleditorwidgets/contextpanewidgetrectangle.h src/libs/qmleditorwidgets/contextpanewidgetrectangle.h +1 -1
- src/libs/qmleditorwidgets/customcolordialog.cpp src/libs/qmleditorwidgets/customcolordialog.cpp +1 -1
- src/libs/qmleditorwidgets/customcolordialog.h src/libs/qmleditorwidgets/customcolordialog.h +1 -1
- src/libs/qmleditorwidgets/easingpane/easingcontextpane.cpp src/libs/qmleditorwidgets/easingpane/easingcontextpane.cpp +1 -1
- src/libs/qmleditorwidgets/easingpane/easingcontextpane.h src/libs/qmleditorwidgets/easingpane/easingcontextpane.h +1 -1
- src/libs/qmleditorwidgets/easingpane/easinggraph.cpp src/libs/qmleditorwidgets/easingpane/easinggraph.cpp +1 -1
- src/libs/qmleditorwidgets/easingpane/easinggraph.h src/libs/qmleditorwidgets/easingpane/easinggraph.h +1 -1
- src/libs/qmleditorwidgets/filewidget.cpp src/libs/qmleditorwidgets/filewidget.cpp +1 -1
- src/libs/qmleditorwidgets/filewidget.h src/libs/qmleditorwidgets/filewidget.h +1 -1
- src/libs/qmleditorwidgets/fontsizespinbox.cpp src/libs/qmleditorwidgets/fontsizespinbox.cpp +1 -1
- src/libs/qmleditorwidgets/fontsizespinbox.h src/libs/qmleditorwidgets/fontsizespinbox.h +1 -1
- src/libs/qmleditorwidgets/gradientline.cpp src/libs/qmleditorwidgets/gradientline.cpp +1 -1
- src/libs/qmleditorwidgets/gradientline.h src/libs/qmleditorwidgets/gradientline.h +1 -1
- src/libs/qmleditorwidgets/huecontrol.cpp src/libs/qmleditorwidgets/huecontrol.cpp +1 -1
- src/libs/qmleditorwidgets/huecontrol.h src/libs/qmleditorwidgets/huecontrol.h +1 -1
- src/libs/qmleditorwidgets/qmleditorwidgets_global.h src/libs/qmleditorwidgets/qmleditorwidgets_global.h +1 -1
- src/libs/qmljs/parser/parser.patch src/libs/qmljs/parser/parser.patch +6 -6
- src/libs/qmljs/parser/qmldirparser.cpp src/libs/qmljs/parser/qmldirparser.cpp +1 -1
- src/libs/qmljs/parser/qmldirparser_p.h src/libs/qmljs/parser/qmldirparser_p.h +1 -1
- src/libs/qmljs/parser/qmlerror.cpp src/libs/qmljs/parser/qmlerror.cpp +1 -1
- src/libs/qmljs/parser/qmlerror.h src/libs/qmljs/parser/qmlerror.h +1 -1
- src/libs/qmljs/parser/qmljs.g src/libs/qmljs/parser/qmljs.g +3 -3
- src/libs/qmljs/parser/qmljsast.cpp src/libs/qmljs/parser/qmljsast.cpp +1 -1
- src/libs/qmljs/parser/qmljsast_p.h src/libs/qmljs/parser/qmljsast_p.h +1 -1
- src/libs/qmljs/parser/qmljsastfwd_p.h src/libs/qmljs/parser/qmljsastfwd_p.h +1 -1
- src/libs/qmljs/parser/qmljsastvisitor.cpp src/libs/qmljs/parser/qmljsastvisitor.cpp +1 -1
- src/libs/qmljs/parser/qmljsastvisitor_p.h src/libs/qmljs/parser/qmljsastvisitor_p.h +1 -1
- src/libs/qmljs/parser/qmljsengine_p.cpp src/libs/qmljs/parser/qmljsengine_p.cpp +1 -1
- src/libs/qmljs/parser/qmljsengine_p.h src/libs/qmljs/parser/qmljsengine_p.h +1 -1
- src/libs/qmljs/parser/qmljsglobal_p.h src/libs/qmljs/parser/qmljsglobal_p.h +1 -1
- src/libs/qmljs/parser/qmljsgrammar.cpp src/libs/qmljs/parser/qmljsgrammar.cpp +1 -1
- src/libs/qmljs/parser/qmljsgrammar_p.h src/libs/qmljs/parser/qmljsgrammar_p.h +1 -1
- src/libs/qmljs/parser/qmljskeywords_p.h src/libs/qmljs/parser/qmljskeywords_p.h +1 -1
- src/libs/qmljs/parser/qmljslexer.cpp src/libs/qmljs/parser/qmljslexer.cpp +1 -1
- src/libs/qmljs/parser/qmljslexer_p.h src/libs/qmljs/parser/qmljslexer_p.h +1 -1
- src/libs/qmljs/parser/qmljsmemorypool_p.h src/libs/qmljs/parser/qmljsmemorypool_p.h +1 -1
- src/libs/qmljs/parser/qmljsparser.cpp src/libs/qmljs/parser/qmljsparser.cpp +1 -1
- src/libs/qmljs/parser/qmljsparser_p.h src/libs/qmljs/parser/qmljsparser_p.h +1 -1
- src/libs/qmljs/qmljs_global.h src/libs/qmljs/qmljs_global.h +1 -1
- src/libs/qmljs/qmljsbind.cpp src/libs/qmljs/qmljsbind.cpp +1 -1
- src/libs/qmljs/qmljsbind.h src/libs/qmljs/qmljsbind.h +1 -1
- src/libs/qmljs/qmljscheck.cpp src/libs/qmljs/qmljscheck.cpp +1 -1
- src/libs/qmljs/qmljscheck.h src/libs/qmljs/qmljscheck.h +1 -1
- src/libs/qmljs/qmljscodeformatter.cpp src/libs/qmljs/qmljscodeformatter.cpp +1 -1
- src/libs/qmljs/qmljscodeformatter.h src/libs/qmljs/qmljscodeformatter.h +1 -1
- src/libs/qmljs/qmljscompletioncontextfinder.cpp src/libs/qmljs/qmljscompletioncontextfinder.cpp +1 -1
- src/libs/qmljs/qmljscompletioncontextfinder.h src/libs/qmljs/qmljscompletioncontextfinder.h +1 -1
- src/libs/qmljs/qmljscontext.cpp src/libs/qmljs/qmljscontext.cpp +1 -1
- src/libs/qmljs/qmljscontext.h src/libs/qmljs/qmljscontext.h +1 -1
- src/libs/qmljs/qmljsdelta.cpp src/libs/qmljs/qmljsdelta.cpp +1 -1
- src/libs/qmljs/qmljsdelta.h src/libs/qmljs/qmljsdelta.h +1 -1
- src/libs/qmljs/qmljsdocument.cpp src/libs/qmljs/qmljsdocument.cpp +1 -1
- src/libs/qmljs/qmljsdocument.h src/libs/qmljs/qmljsdocument.h +1 -1
- src/libs/qmljs/qmljsevaluate.cpp src/libs/qmljs/qmljsevaluate.cpp +1 -1
- src/libs/qmljs/qmljsevaluate.h src/libs/qmljs/qmljsevaluate.h +1 -1
- src/libs/qmljs/qmljsicons.cpp src/libs/qmljs/qmljsicons.cpp +1 -1
- src/libs/qmljs/qmljsicons.h src/libs/qmljs/qmljsicons.h +1 -1
- src/libs/qmljs/qmljsicontextpane.h src/libs/qmljs/qmljsicontextpane.h +1 -1
- src/libs/qmljs/qmljsindenter.cpp src/libs/qmljs/qmljsindenter.cpp +1 -1
- src/libs/qmljs/qmljsindenter.h src/libs/qmljs/qmljsindenter.h +1 -1
- src/libs/qmljs/qmljsinterpreter.cpp src/libs/qmljs/qmljsinterpreter.cpp +1 -1
- src/libs/qmljs/qmljsinterpreter.h src/libs/qmljs/qmljsinterpreter.h +1 -1
- src/libs/qmljs/qmljslineinfo.cpp src/libs/qmljs/qmljslineinfo.cpp +1 -1
- src/libs/qmljs/qmljslineinfo.h src/libs/qmljs/qmljslineinfo.h +1 -1
- src/libs/qmljs/qmljslink.cpp src/libs/qmljs/qmljslink.cpp +1 -1
- src/libs/qmljs/qmljslink.h src/libs/qmljs/qmljslink.h +1 -1
- src/libs/qmljs/qmljsmodelmanagerinterface.cpp src/libs/qmljs/qmljsmodelmanagerinterface.cpp +1 -1
- src/libs/qmljs/qmljsmodelmanagerinterface.h src/libs/qmljs/qmljsmodelmanagerinterface.h +1 -1
- src/libs/qmljs/qmljspropertyreader.cpp src/libs/qmljs/qmljspropertyreader.cpp +1 -1
- src/libs/qmljs/qmljspropertyreader.h src/libs/qmljs/qmljspropertyreader.h +1 -1
- src/libs/qmljs/qmljsreformatter.cpp src/libs/qmljs/qmljsreformatter.cpp +1 -1
- src/libs/qmljs/qmljsreformatter.h src/libs/qmljs/qmljsreformatter.h +1 -1
- src/libs/qmljs/qmljsrewriter.cpp src/libs/qmljs/qmljsrewriter.cpp +1 -1
- src/libs/qmljs/qmljsrewriter.h src/libs/qmljs/qmljsrewriter.h +1 -1
- src/libs/qmljs/qmljsscanner.cpp src/libs/qmljs/qmljsscanner.cpp +1 -1
- src/libs/qmljs/qmljsscanner.h src/libs/qmljs/qmljsscanner.h +1 -1
- src/libs/qmljs/qmljsscopeastpath.cpp src/libs/qmljs/qmljsscopeastpath.cpp +1 -1
- src/libs/qmljs/qmljsscopeastpath.h src/libs/qmljs/qmljsscopeastpath.h +1 -1
- src/libs/qmljs/qmljsscopebuilder.cpp src/libs/qmljs/qmljsscopebuilder.cpp +1 -1
- src/libs/qmljs/qmljsscopebuilder.h src/libs/qmljs/qmljsscopebuilder.h +1 -1
- src/libs/qmljs/qmljsscopechain.cpp src/libs/qmljs/qmljsscopechain.cpp +1 -1
- src/libs/qmljs/qmljsscopechain.h src/libs/qmljs/qmljsscopechain.h +1 -1
- src/libs/qmljs/qmljsstaticanalysismessage.cpp src/libs/qmljs/qmljsstaticanalysismessage.cpp +1 -1
- src/libs/qmljs/qmljsstaticanalysismessage.h src/libs/qmljs/qmljsstaticanalysismessage.h +1 -1
- src/libs/qmljs/qmljstypedescriptionreader.cpp src/libs/qmljs/qmljstypedescriptionreader.cpp +1 -1
- src/libs/qmljs/qmljstypedescriptionreader.h src/libs/qmljs/qmljstypedescriptionreader.h +1 -1
- src/libs/qmljs/qmljsvalueowner.cpp src/libs/qmljs/qmljsvalueowner.cpp +1 -1
- src/libs/qmljs/qmljsvalueowner.h src/libs/qmljs/qmljsvalueowner.h +1 -1
- src/libs/qmljsdebugclient/qdebugmessageclient.cpp src/libs/qmljsdebugclient/qdebugmessageclient.cpp +1 -1
- src/libs/qmljsdebugclient/qdebugmessageclient.h src/libs/qmljsdebugclient/qdebugmessageclient.h +1 -1
- src/libs/qmljsdebugclient/qdeclarativedebugclient.cpp src/libs/qmljsdebugclient/qdeclarativedebugclient.cpp +1 -1
- src/libs/qmljsdebugclient/qdeclarativedebugclient.h src/libs/qmljsdebugclient/qdeclarativedebugclient.h +1 -1
- src/libs/qmljsdebugclient/qdeclarativeenginedebug.cpp src/libs/qmljsdebugclient/qdeclarativeenginedebug.cpp +1 -1
- src/libs/qmljsdebugclient/qdeclarativeenginedebug.h src/libs/qmljsdebugclient/qdeclarativeenginedebug.h +1 -1
- src/libs/qmljsdebugclient/qdeclarativeoutputparser.cpp src/libs/qmljsdebugclient/qdeclarativeoutputparser.cpp +1 -1
- src/libs/qmljsdebugclient/qdeclarativeoutputparser.h src/libs/qmljsdebugclient/qdeclarativeoutputparser.h +1 -1
- src/libs/qmljsdebugclient/qmljsdebugclient_global.h src/libs/qmljsdebugclient/qmljsdebugclient_global.h +1 -1
- src/libs/qmljsdebugclient/qmlprofilereventlist.cpp src/libs/qmljsdebugclient/qmlprofilereventlist.cpp +1 -1
- src/libs/qmljsdebugclient/qmlprofilereventlist.h src/libs/qmljsdebugclient/qmlprofilereventlist.h +1 -1
- src/libs/qmljsdebugclient/qmlprofilereventtypes.h src/libs/qmljsdebugclient/qmlprofilereventtypes.h +1 -1
- src/libs/qmljsdebugclient/qmlprofilertraceclient.cpp src/libs/qmljsdebugclient/qmlprofilertraceclient.cpp +1 -1
- src/libs/qmljsdebugclient/qmlprofilertraceclient.h src/libs/qmljsdebugclient/qmlprofilertraceclient.h +1 -1
- src/libs/qmljsdebugclient/qpacketprotocol.cpp src/libs/qmljsdebugclient/qpacketprotocol.cpp +1 -1
- src/libs/qmljsdebugclient/qpacketprotocol.h src/libs/qmljsdebugclient/qpacketprotocol.h +1 -1
- src/libs/qmljsdebugclient/qv8profilerclient.cpp src/libs/qmljsdebugclient/qv8profilerclient.cpp +1 -1
- src/libs/qmljsdebugclient/qv8profilerclient.h src/libs/qmljsdebugclient/qv8profilerclient.h +1 -1
- src/libs/qtcomponents/styleitem/qdeclarativefolderlistmodel.cpp ...bs/qtcomponents/styleitem/qdeclarativefolderlistmodel.cpp +1 -1
- src/libs/qtcomponents/styleitem/qdeclarativefolderlistmodel.h ...libs/qtcomponents/styleitem/qdeclarativefolderlistmodel.h +1 -1
- src/libs/qtcomponents/styleitem/qrangemodel.cpp src/libs/qtcomponents/styleitem/qrangemodel.cpp +1 -1
- src/libs/qtcomponents/styleitem/qrangemodel.h src/libs/qtcomponents/styleitem/qrangemodel.h +1 -1
- src/libs/qtcomponents/styleitem/qrangemodel_p.h src/libs/qtcomponents/styleitem/qrangemodel_p.h +1 -1
- src/libs/qtcomponents/styleitem/qtmenu.cpp src/libs/qtcomponents/styleitem/qtmenu.cpp +1 -1
- src/libs/qtcomponents/styleitem/qtmenu.h src/libs/qtcomponents/styleitem/qtmenu.h +1 -1
- src/libs/qtcomponents/styleitem/qtmenubar.cpp src/libs/qtcomponents/styleitem/qtmenubar.cpp +1 -1
- src/libs/qtcomponents/styleitem/qtmenubar.h src/libs/qtcomponents/styleitem/qtmenubar.h +1 -1
- src/libs/qtcomponents/styleitem/qtmenuitem.cpp src/libs/qtcomponents/styleitem/qtmenuitem.cpp +1 -1
- src/libs/qtcomponents/styleitem/qtmenuitem.h src/libs/qtcomponents/styleitem/qtmenuitem.h +1 -1
- src/libs/qtcomponents/styleitem/qwheelarea.h src/libs/qtcomponents/styleitem/qwheelarea.h +1 -1
- src/libs/qtconcurrent/QtConcurrentTools src/libs/qtconcurrent/QtConcurrentTools +1 -1
- src/libs/qtconcurrent/multitask.h src/libs/qtconcurrent/multitask.h +1 -1
- src/libs/qtconcurrent/qtconcurrent_global.h src/libs/qtconcurrent/qtconcurrent_global.h +1 -1
- src/libs/qtconcurrent/runextensions.h src/libs/qtconcurrent/runextensions.h +1 -1
- src/libs/qtcreatorcdbext/base64.cpp src/libs/qtcreatorcdbext/base64.cpp +1 -1
- src/libs/qtcreatorcdbext/base64.h src/libs/qtcreatorcdbext/base64.h +1 -1
- src/libs/qtcreatorcdbext/common.cpp src/libs/qtcreatorcdbext/common.cpp +1 -1
- src/libs/qtcreatorcdbext/common.h src/libs/qtcreatorcdbext/common.h +1 -1
- src/libs/qtcreatorcdbext/containers.cpp src/libs/qtcreatorcdbext/containers.cpp +1 -1
- src/libs/qtcreatorcdbext/containers.h src/libs/qtcreatorcdbext/containers.h +1 -1
- src/libs/qtcreatorcdbext/eventcallback.cpp src/libs/qtcreatorcdbext/eventcallback.cpp +1 -1
- src/libs/qtcreatorcdbext/eventcallback.h src/libs/qtcreatorcdbext/eventcallback.h +1 -1
- src/libs/qtcreatorcdbext/extensioncontext.cpp src/libs/qtcreatorcdbext/extensioncontext.cpp +1 -1
- src/libs/qtcreatorcdbext/extensioncontext.h src/libs/qtcreatorcdbext/extensioncontext.h +1 -1
- src/libs/qtcreatorcdbext/gdbmihelpers.cpp src/libs/qtcreatorcdbext/gdbmihelpers.cpp +1 -1
- src/libs/qtcreatorcdbext/gdbmihelpers.h src/libs/qtcreatorcdbext/gdbmihelpers.h +1 -1
- src/libs/qtcreatorcdbext/iinterfacepointer.h src/libs/qtcreatorcdbext/iinterfacepointer.h +1 -1
- src/libs/qtcreatorcdbext/knowntype.h src/libs/qtcreatorcdbext/knowntype.h +1 -1
- src/libs/qtcreatorcdbext/outputcallback.cpp src/libs/qtcreatorcdbext/outputcallback.cpp +1 -1
- src/libs/qtcreatorcdbext/outputcallback.h src/libs/qtcreatorcdbext/outputcallback.h +1 -1
- src/libs/qtcreatorcdbext/qtcreatorcdbextension.cpp src/libs/qtcreatorcdbext/qtcreatorcdbextension.cpp +1 -1
- src/libs/qtcreatorcdbext/stringutils.cpp src/libs/qtcreatorcdbext/stringutils.cpp +1 -1
- src/libs/qtcreatorcdbext/stringutils.h src/libs/qtcreatorcdbext/stringutils.h +1 -1
- src/libs/qtcreatorcdbext/symbolgroup.cpp src/libs/qtcreatorcdbext/symbolgroup.cpp +1 -1
- src/libs/qtcreatorcdbext/symbolgroup.h src/libs/qtcreatorcdbext/symbolgroup.h +1 -1
- src/libs/qtcreatorcdbext/symbolgroupnode.cpp src/libs/qtcreatorcdbext/symbolgroupnode.cpp +1 -1
- src/libs/qtcreatorcdbext/symbolgroupnode.h src/libs/qtcreatorcdbext/symbolgroupnode.h +1 -1
- src/libs/qtcreatorcdbext/symbolgroupvalue.cpp src/libs/qtcreatorcdbext/symbolgroupvalue.cpp +1 -1
- src/libs/qtcreatorcdbext/symbolgroupvalue.h src/libs/qtcreatorcdbext/symbolgroupvalue.h +1 -1
- src/libs/utils/annotateditemdelegate.cpp src/libs/utils/annotateditemdelegate.cpp +1 -1
- src/libs/utils/annotateditemdelegate.h src/libs/utils/annotateditemdelegate.h +1 -1
- src/libs/utils/basevalidatinglineedit.cpp src/libs/utils/basevalidatinglineedit.cpp +1 -1
- src/libs/utils/basevalidatinglineedit.h src/libs/utils/basevalidatinglineedit.h +1 -1
- src/libs/utils/buildablehelperlibrary.cpp src/libs/utils/buildablehelperlibrary.cpp +1 -1
- src/libs/utils/buildablehelperlibrary.h src/libs/utils/buildablehelperlibrary.h +1 -1
- src/libs/utils/changeset.cpp src/libs/utils/changeset.cpp +1 -1
- src/libs/utils/changeset.h src/libs/utils/changeset.h +1 -1
- src/libs/utils/checkablemessagebox.cpp src/libs/utils/checkablemessagebox.cpp +1 -1
- src/libs/utils/checkablemessagebox.h src/libs/utils/checkablemessagebox.h +1 -1
- src/libs/utils/classnamevalidatinglineedit.cpp src/libs/utils/classnamevalidatinglineedit.cpp +1 -1
- src/libs/utils/classnamevalidatinglineedit.h src/libs/utils/classnamevalidatinglineedit.h +1 -1
- src/libs/utils/codegeneration.cpp src/libs/utils/codegeneration.cpp +1 -1
- src/libs/utils/codegeneration.h src/libs/utils/codegeneration.h +1 -1
- src/libs/utils/completingtextedit.cpp src/libs/utils/completingtextedit.cpp +1 -1
- src/libs/utils/completingtextedit.h src/libs/utils/completingtextedit.h +1 -1
- src/libs/utils/consoleprocess.cpp src/libs/utils/consoleprocess.cpp +1 -1
- src/libs/utils/consoleprocess.h src/libs/utils/consoleprocess.h +1 -1
- src/libs/utils/consoleprocess_p.h src/libs/utils/consoleprocess_p.h +1 -1
- src/libs/utils/consoleprocess_unix.cpp src/libs/utils/consoleprocess_unix.cpp +1 -1
- src/libs/utils/consoleprocess_win.cpp src/libs/utils/consoleprocess_win.cpp +1 -1
- src/libs/utils/crumblepath.cpp src/libs/utils/crumblepath.cpp +1 -1
- src/libs/utils/crumblepath.h src/libs/utils/crumblepath.h +1 -1
- src/libs/utils/debuggerlanguagechooser.cpp src/libs/utils/debuggerlanguagechooser.cpp +1 -1
- src/libs/utils/debuggerlanguagechooser.h src/libs/utils/debuggerlanguagechooser.h +1 -1
- src/libs/utils/detailsbutton.cpp src/libs/utils/detailsbutton.cpp +1 -1
- src/libs/utils/detailsbutton.h src/libs/utils/detailsbutton.h +1 -1
- src/libs/utils/detailswidget.cpp src/libs/utils/detailswidget.cpp +1 -1
- src/libs/utils/detailswidget.h src/libs/utils/detailswidget.h +1 -1
- src/libs/utils/environment.cpp src/libs/utils/environment.cpp +1 -1
- src/libs/utils/environment.h src/libs/utils/environment.h +1 -1
- src/libs/utils/environmentmodel.cpp src/libs/utils/environmentmodel.cpp +1 -1
- src/libs/utils/environmentmodel.h src/libs/utils/environmentmodel.h +1 -1
- src/libs/utils/faketooltip.cpp src/libs/utils/faketooltip.cpp +1 -1
- src/libs/utils/faketooltip.h src/libs/utils/faketooltip.h +1 -1
- src/libs/utils/fancylineedit.cpp src/libs/utils/fancylineedit.cpp +1 -1
- src/libs/utils/fancylineedit.h src/libs/utils/fancylineedit.h +1 -1
- src/libs/utils/fancymainwindow.cpp src/libs/utils/fancymainwindow.cpp +1 -1
- src/libs/utils/fancymainwindow.h src/libs/utils/fancymainwindow.h +1 -1
- src/libs/utils/fileinprojectfinder.cpp src/libs/utils/fileinprojectfinder.cpp +1 -1
- src/libs/utils/fileinprojectfinder.h src/libs/utils/fileinprojectfinder.h +1 -1
- src/libs/utils/filenamevalidatinglineedit.cpp src/libs/utils/filenamevalidatinglineedit.cpp +1 -1
- src/libs/utils/filenamevalidatinglineedit.h src/libs/utils/filenamevalidatinglineedit.h +1 -1
- src/libs/utils/filesearch.cpp src/libs/utils/filesearch.cpp +1 -1
- src/libs/utils/filesearch.h src/libs/utils/filesearch.h +1 -1
- src/libs/utils/filesystemwatcher.cpp src/libs/utils/filesystemwatcher.cpp +1 -1
- src/libs/utils/filesystemwatcher.h src/libs/utils/filesystemwatcher.h +1 -1
- src/libs/utils/fileutils.cpp src/libs/utils/fileutils.cpp +1 -1
- src/libs/utils/fileutils.h src/libs/utils/fileutils.h +1 -1
- src/libs/utils/filewizarddialog.cpp src/libs/utils/filewizarddialog.cpp +1 -1
- src/libs/utils/filewizarddialog.h src/libs/utils/filewizarddialog.h +1 -1
- src/libs/utils/filewizardpage.cpp src/libs/utils/filewizardpage.cpp +1 -1
- src/libs/utils/filewizardpage.h src/libs/utils/filewizardpage.h +1 -1
- src/libs/utils/filterlineedit.cpp src/libs/utils/filterlineedit.cpp +1 -1
- src/libs/utils/filterlineedit.h src/libs/utils/filterlineedit.h +1 -1
- src/libs/utils/flowlayout.cpp src/libs/utils/flowlayout.cpp +1 -1
- src/libs/utils/flowlayout.h src/libs/utils/flowlayout.h +1 -1
- src/libs/utils/historycompleter.cpp src/libs/utils/historycompleter.cpp +1 -1
- src/libs/utils/historycompleter.h src/libs/utils/historycompleter.h +1 -1
- src/libs/utils/htmldocextractor.cpp src/libs/utils/htmldocextractor.cpp +1 -1
- src/libs/utils/htmldocextractor.h src/libs/utils/htmldocextractor.h +1 -1
- src/libs/utils/iwelcomepage.cpp src/libs/utils/iwelcomepage.cpp +1 -1
- src/libs/utils/iwelcomepage.h src/libs/utils/iwelcomepage.h +1 -1
- src/libs/utils/linecolumnlabel.cpp src/libs/utils/linecolumnlabel.cpp +1 -1
- src/libs/utils/linecolumnlabel.h src/libs/utils/linecolumnlabel.h +1 -1
- src/libs/utils/listutils.h src/libs/utils/listutils.h +1 -1
- src/libs/utils/navigationtreeview.cpp src/libs/utils/navigationtreeview.cpp +1 -1
- src/libs/utils/navigationtreeview.h src/libs/utils/navigationtreeview.h +1 -1
- src/libs/utils/networkaccessmanager.cpp src/libs/utils/networkaccessmanager.cpp +1 -1
- src/libs/utils/networkaccessmanager.h src/libs/utils/networkaccessmanager.h +1 -1
- src/libs/utils/newclasswidget.cpp src/libs/utils/newclasswidget.cpp +1 -1
- src/libs/utils/newclasswidget.h src/libs/utils/newclasswidget.h +1 -1
- src/libs/utils/outputformat.h src/libs/utils/outputformat.h +1 -1
- src/libs/utils/outputformatter.cpp src/libs/utils/outputformatter.cpp +1 -1
- src/libs/utils/outputformatter.h src/libs/utils/outputformatter.h +1 -1
- src/libs/utils/parameteraction.cpp src/libs/utils/parameteraction.cpp +1 -1
- src/libs/utils/parameteraction.h src/libs/utils/parameteraction.h +1 -1
- src/libs/utils/pathchooser.cpp src/libs/utils/pathchooser.cpp +1 -1
- src/libs/utils/pathchooser.h src/libs/utils/pathchooser.h +1 -1
- src/libs/utils/pathlisteditor.cpp src/libs/utils/pathlisteditor.cpp +1 -1
- src/libs/utils/pathlisteditor.h src/libs/utils/pathlisteditor.h +1 -1
- src/libs/utils/persistentsettings.cpp src/libs/utils/persistentsettings.cpp +1 -1
- src/libs/utils/persistentsettings.h src/libs/utils/persistentsettings.h +1 -1
- src/libs/utils/process_ctrlc_stub.cpp src/libs/utils/process_ctrlc_stub.cpp +1 -1
- src/libs/utils/process_stub_unix.c src/libs/utils/process_stub_unix.c +1 -1
- src/libs/utils/process_stub_win.c src/libs/utils/process_stub_win.c +1 -1
- src/libs/utils/projectintropage.cpp src/libs/utils/projectintropage.cpp +1 -1
- src/libs/utils/projectintropage.h src/libs/utils/projectintropage.h +1 -1
- src/libs/utils/projectnamevalidatinglineedit.cpp src/libs/utils/projectnamevalidatinglineedit.cpp +1 -1
- src/libs/utils/projectnamevalidatinglineedit.h src/libs/utils/projectnamevalidatinglineedit.h +1 -1
- src/libs/utils/proxyaction.cpp src/libs/utils/proxyaction.cpp +1 -1
- src/libs/utils/proxyaction.h src/libs/utils/proxyaction.h +1 -1
- src/libs/utils/qtcassert.h src/libs/utils/qtcassert.h +1 -1
- src/libs/utils/qtcolorbutton.cpp src/libs/utils/qtcolorbutton.cpp +1 -1
- src/libs/utils/qtcolorbutton.h src/libs/utils/qtcolorbutton.h +1 -1
- src/libs/utils/qtcprocess.cpp src/libs/utils/qtcprocess.cpp +1 -1
- src/libs/utils/qtcprocess.h src/libs/utils/qtcprocess.h +1 -1
- src/libs/utils/reloadpromptutils.cpp src/libs/utils/reloadpromptutils.cpp +1 -1
- src/libs/utils/reloadpromptutils.h src/libs/utils/reloadpromptutils.h +1 -1
- src/libs/utils/savedaction.cpp src/libs/utils/savedaction.cpp +1 -1
- src/libs/utils/savedaction.h src/libs/utils/savedaction.h +1 -1
- src/libs/utils/savefile.cpp src/libs/utils/savefile.cpp +1 -1
- src/libs/utils/savefile.h src/libs/utils/savefile.h +1 -1
- src/libs/utils/settingsselector.cpp src/libs/utils/settingsselector.cpp +1 -1
- src/libs/utils/settingsselector.h src/libs/utils/settingsselector.h +1 -1
- src/libs/utils/settingsutils.h src/libs/utils/settingsutils.h +1 -1
- src/libs/utils/ssh/sftpchannel.cpp src/libs/utils/ssh/sftpchannel.cpp +1 -1
- src/libs/utils/ssh/sftpchannel.h src/libs/utils/ssh/sftpchannel.h +1 -1
- src/libs/utils/ssh/sftpchannel_p.h src/libs/utils/ssh/sftpchannel_p.h +1 -1
- src/libs/utils/ssh/sftpdefs.cpp src/libs/utils/ssh/sftpdefs.cpp +1 -1
- src/libs/utils/ssh/sftpdefs.h src/libs/utils/ssh/sftpdefs.h +1 -1
- src/libs/utils/ssh/sftpincomingpacket.cpp src/libs/utils/ssh/sftpincomingpacket.cpp +1 -1
- src/libs/utils/ssh/sftpincomingpacket_p.h src/libs/utils/ssh/sftpincomingpacket_p.h +1 -1
- src/libs/utils/ssh/sftpoperation.cpp src/libs/utils/ssh/sftpoperation.cpp +1 -1
- src/libs/utils/ssh/sftpoperation_p.h src/libs/utils/ssh/sftpoperation_p.h +1 -1
- src/libs/utils/ssh/sftpoutgoingpacket.cpp src/libs/utils/ssh/sftpoutgoingpacket.cpp +1 -1
- src/libs/utils/ssh/sftpoutgoingpacket_p.h src/libs/utils/ssh/sftpoutgoingpacket_p.h +1 -1
- src/libs/utils/ssh/sftppacket.cpp src/libs/utils/ssh/sftppacket.cpp +1 -1
- src/libs/utils/ssh/sftppacket_p.h src/libs/utils/ssh/sftppacket_p.h +1 -1
- src/libs/utils/ssh/sshbotanconversions_p.h src/libs/utils/ssh/sshbotanconversions_p.h +1 -1
- src/libs/utils/ssh/sshcapabilities.cpp src/libs/utils/ssh/sshcapabilities.cpp +1 -1
- src/libs/utils/ssh/sshcapabilities_p.h src/libs/utils/ssh/sshcapabilities_p.h +1 -1
- src/libs/utils/ssh/sshchannel.cpp src/libs/utils/ssh/sshchannel.cpp +1 -1
- src/libs/utils/ssh/sshchannel_p.h src/libs/utils/ssh/sshchannel_p.h +1 -1
- src/libs/utils/ssh/sshchannelmanager.cpp src/libs/utils/ssh/sshchannelmanager.cpp +1 -1
- src/libs/utils/ssh/sshchannelmanager_p.h src/libs/utils/ssh/sshchannelmanager_p.h +1 -1
- src/libs/utils/ssh/sshconnection.cpp src/libs/utils/ssh/sshconnection.cpp +1 -1
- src/libs/utils/ssh/sshconnection.h src/libs/utils/ssh/sshconnection.h +1 -1
- src/libs/utils/ssh/sshconnection_p.h src/libs/utils/ssh/sshconnection_p.h +1 -1
- src/libs/utils/ssh/sshconnectionmanager.cpp src/libs/utils/ssh/sshconnectionmanager.cpp +1 -1
- src/libs/utils/ssh/sshconnectionmanager.h src/libs/utils/ssh/sshconnectionmanager.h +1 -1
- src/libs/utils/ssh/sshcryptofacility.cpp src/libs/utils/ssh/sshcryptofacility.cpp +1 -1
- src/libs/utils/ssh/sshcryptofacility_p.h src/libs/utils/ssh/sshcryptofacility_p.h +1 -1
- src/libs/utils/ssh/ssherrors.h src/libs/utils/ssh/ssherrors.h +1 -1
- src/libs/utils/ssh/sshexception_p.h src/libs/utils/ssh/sshexception_p.h +1 -1
- src/libs/utils/ssh/sshincomingpacket.cpp src/libs/utils/ssh/sshincomingpacket.cpp +1 -1
- src/libs/utils/ssh/sshincomingpacket_p.h src/libs/utils/ssh/sshincomingpacket_p.h +1 -1
- src/libs/utils/ssh/sshkeyexchange.cpp src/libs/utils/ssh/sshkeyexchange.cpp +1 -1
- src/libs/utils/ssh/sshkeyexchange_p.h src/libs/utils/ssh/sshkeyexchange_p.h +1 -1
- src/libs/utils/ssh/sshkeygenerator.cpp src/libs/utils/ssh/sshkeygenerator.cpp +1 -1
- src/libs/utils/ssh/sshkeygenerator.h src/libs/utils/ssh/sshkeygenerator.h +1 -1
- src/libs/utils/ssh/sshkeypasswordretriever.cpp src/libs/utils/ssh/sshkeypasswordretriever.cpp +1 -1
- src/libs/utils/ssh/sshkeypasswordretriever_p.h src/libs/utils/ssh/sshkeypasswordretriever_p.h +1 -1
- src/libs/utils/ssh/sshoutgoingpacket.cpp src/libs/utils/ssh/sshoutgoingpacket.cpp +1 -1
- src/libs/utils/ssh/sshoutgoingpacket_p.h src/libs/utils/ssh/sshoutgoingpacket_p.h +1 -1
- src/libs/utils/ssh/sshpacket.cpp src/libs/utils/ssh/sshpacket.cpp +1 -1
- src/libs/utils/ssh/sshpacket_p.h src/libs/utils/ssh/sshpacket_p.h +1 -1
- src/libs/utils/ssh/sshpacketparser.cpp src/libs/utils/ssh/sshpacketparser.cpp +1 -1
- src/libs/utils/ssh/sshpacketparser_p.h src/libs/utils/ssh/sshpacketparser_p.h +1 -1
- src/libs/utils/ssh/sshpseudoterminal.h src/libs/utils/ssh/sshpseudoterminal.h +1 -1
- src/libs/utils/ssh/sshremoteprocess.cpp src/libs/utils/ssh/sshremoteprocess.cpp +1 -1
- src/libs/utils/ssh/sshremoteprocess.h src/libs/utils/ssh/sshremoteprocess.h +1 -1
- src/libs/utils/ssh/sshremoteprocess_p.h src/libs/utils/ssh/sshremoteprocess_p.h +1 -1
- src/libs/utils/ssh/sshremoteprocessrunner.cpp src/libs/utils/ssh/sshremoteprocessrunner.cpp +1 -1
- src/libs/utils/ssh/sshremoteprocessrunner.h src/libs/utils/ssh/sshremoteprocessrunner.h +1 -1
- src/libs/utils/ssh/sshsendfacility.cpp src/libs/utils/ssh/sshsendfacility.cpp +1 -1
- src/libs/utils/ssh/sshsendfacility_p.h src/libs/utils/ssh/sshsendfacility_p.h +1 -1
- src/libs/utils/statuslabel.cpp src/libs/utils/statuslabel.cpp +1 -1
- src/libs/utils/statuslabel.h src/libs/utils/statuslabel.h +1 -1
- src/libs/utils/stringutils.cpp src/libs/utils/stringutils.cpp +1 -1
- src/libs/utils/stringutils.h src/libs/utils/stringutils.h +1 -1
- src/libs/utils/styledbar.cpp src/libs/utils/styledbar.cpp +1 -1
- src/libs/utils/styledbar.h src/libs/utils/styledbar.h +1 -1
- src/libs/utils/stylehelper.cpp src/libs/utils/stylehelper.cpp +1 -1
- src/libs/utils/stylehelper.h src/libs/utils/stylehelper.h +1 -1
- src/libs/utils/submiteditorwidget.cpp src/libs/utils/submiteditorwidget.cpp +1 -1
- src/libs/utils/submiteditorwidget.h src/libs/utils/submiteditorwidget.h +1 -1
- src/libs/utils/submitfieldwidget.cpp src/libs/utils/submitfieldwidget.cpp +1 -1
- src/libs/utils/submitfieldwidget.h src/libs/utils/submitfieldwidget.h +1 -1
- src/libs/utils/synchronousprocess.cpp src/libs/utils/synchronousprocess.cpp +1 -1
- src/libs/utils/synchronousprocess.h src/libs/utils/synchronousprocess.h +1 -1
- src/libs/utils/textfileformat.cpp src/libs/utils/textfileformat.cpp +1 -1
- src/libs/utils/textfileformat.h src/libs/utils/textfileformat.h +1 -1
- src/libs/utils/treewidgetcolumnstretcher.cpp src/libs/utils/treewidgetcolumnstretcher.cpp +1 -1
- src/libs/utils/treewidgetcolumnstretcher.h src/libs/utils/treewidgetcolumnstretcher.h +1 -1
- src/libs/utils/uncommentselection.cpp src/libs/utils/uncommentselection.cpp +1 -1
- src/libs/utils/uncommentselection.h src/libs/utils/uncommentselection.h +1 -1
- src/libs/utils/unixutils.cpp src/libs/utils/unixutils.cpp +1 -1
- src/libs/utils/unixutils.h src/libs/utils/unixutils.h +1 -1
- src/libs/utils/utils_global.h src/libs/utils/utils_global.h +1 -1
- src/libs/utils/winutils.cpp src/libs/utils/winutils.cpp +1 -1
- src/libs/utils/winutils.h src/libs/utils/winutils.h +1 -1
- src/libs/utils/wizard.cpp src/libs/utils/wizard.cpp +1 -1
- src/libs/utils/wizard.h src/libs/utils/wizard.h +1 -1
- src/libs/zeroconf/avahiLib.cpp src/libs/zeroconf/avahiLib.cpp +1 -1
- src/libs/zeroconf/dnsSdLib.cpp src/libs/zeroconf/dnsSdLib.cpp +1 -1
- src/libs/zeroconf/embeddedLib.cpp src/libs/zeroconf/embeddedLib.cpp +1 -1
- src/libs/zeroconf/servicebrowser.cpp src/libs/zeroconf/servicebrowser.cpp +1 -1
- src/libs/zeroconf/servicebrowser.h src/libs/zeroconf/servicebrowser.h +1 -1
- src/libs/zeroconf/servicebrowser_p.h src/libs/zeroconf/servicebrowser_p.h +1 -1
- src/libs/zeroconf/syssocket.h src/libs/zeroconf/syssocket.h +1 -1
- src/libs/zeroconf/zeroconf_global.h src/libs/zeroconf/zeroconf_global.h +1 -1
- src/plugins/analyzerbase/analyzerbase_global.h src/plugins/analyzerbase/analyzerbase_global.h +1 -1
- src/plugins/analyzerbase/analyzerconstants.h src/plugins/analyzerbase/analyzerconstants.h +1 -1
- src/plugins/analyzerbase/analyzermanager.cpp src/plugins/analyzerbase/analyzermanager.cpp +1 -1
- src/plugins/analyzerbase/analyzermanager.h src/plugins/analyzerbase/analyzermanager.h +1 -1
- src/plugins/analyzerbase/analyzeroptionspage.cpp src/plugins/analyzerbase/analyzeroptionspage.cpp +1 -1
- src/plugins/analyzerbase/analyzeroptionspage.h src/plugins/analyzerbase/analyzeroptionspage.h +1 -1
- src/plugins/analyzerbase/analyzerplugin.cpp src/plugins/analyzerbase/analyzerplugin.cpp +1 -1
- src/plugins/analyzerbase/analyzerplugin.h src/plugins/analyzerbase/analyzerplugin.h +1 -1
- src/plugins/analyzerbase/analyzerrunconfigwidget.cpp src/plugins/analyzerbase/analyzerrunconfigwidget.cpp +1 -1
- src/plugins/analyzerbase/analyzerrunconfigwidget.h src/plugins/analyzerbase/analyzerrunconfigwidget.h +1 -1
- src/plugins/analyzerbase/analyzerruncontrol.cpp src/plugins/analyzerbase/analyzerruncontrol.cpp +1 -1
- src/plugins/analyzerbase/analyzerruncontrol.h src/plugins/analyzerbase/analyzerruncontrol.h +1 -1
- src/plugins/analyzerbase/analyzersettings.cpp src/plugins/analyzerbase/analyzersettings.cpp +1 -1
- src/plugins/analyzerbase/analyzersettings.h src/plugins/analyzerbase/analyzersettings.h +1 -1
- src/plugins/analyzerbase/analyzerstartparameters.h src/plugins/analyzerbase/analyzerstartparameters.h +1 -1
- src/plugins/analyzerbase/analyzerutils.cpp src/plugins/analyzerbase/analyzerutils.cpp +1 -1
- src/plugins/analyzerbase/analyzerutils.h src/plugins/analyzerbase/analyzerutils.h +1 -1
- src/plugins/analyzerbase/ianalyzerengine.cpp src/plugins/analyzerbase/ianalyzerengine.cpp +1 -1
- src/plugins/analyzerbase/ianalyzerengine.h src/plugins/analyzerbase/ianalyzerengine.h +1 -1
- src/plugins/analyzerbase/ianalyzertool.cpp src/plugins/analyzerbase/ianalyzertool.cpp +1 -1
- src/plugins/analyzerbase/ianalyzertool.h src/plugins/analyzerbase/ianalyzertool.h +1 -1
- src/plugins/analyzerbase/startremotedialog.cpp src/plugins/analyzerbase/startremotedialog.cpp +1 -1
- src/plugins/analyzerbase/startremotedialog.h src/plugins/analyzerbase/startremotedialog.h +1 -1
- src/plugins/bineditor/bineditor.cpp src/plugins/bineditor/bineditor.cpp +1 -1
- src/plugins/bineditor/bineditor.h src/plugins/bineditor/bineditor.h +1 -1
- src/plugins/bineditor/bineditorconstants.h src/plugins/bineditor/bineditorconstants.h +1 -1
- src/plugins/bineditor/bineditorplugin.cpp src/plugins/bineditor/bineditorplugin.cpp +1 -1
- src/plugins/bineditor/bineditorplugin.h src/plugins/bineditor/bineditorplugin.h +1 -1
- src/plugins/bineditor/markup.h src/plugins/bineditor/markup.h +1 -1
- src/plugins/bookmarks/bookmark.cpp src/plugins/bookmarks/bookmark.cpp +1 -1
- src/plugins/bookmarks/bookmark.h src/plugins/bookmarks/bookmark.h +1 -1
- src/plugins/bookmarks/bookmarkmanager.cpp src/plugins/bookmarks/bookmarkmanager.cpp +1 -1
- src/plugins/bookmarks/bookmarkmanager.h src/plugins/bookmarks/bookmarkmanager.h +1 -1
- src/plugins/bookmarks/bookmarks_global.h src/plugins/bookmarks/bookmarks_global.h +1 -1
- src/plugins/bookmarks/bookmarksplugin.cpp src/plugins/bookmarks/bookmarksplugin.cpp +1 -1
- src/plugins/bookmarks/bookmarksplugin.h src/plugins/bookmarks/bookmarksplugin.h +1 -1
- src/plugins/cmakeprojectmanager/cmakebuildconfiguration.cpp src/plugins/cmakeprojectmanager/cmakebuildconfiguration.cpp +1 -1
- src/plugins/cmakeprojectmanager/cmakebuildconfiguration.h src/plugins/cmakeprojectmanager/cmakebuildconfiguration.h +1 -1
- src/plugins/cmakeprojectmanager/cmakeeditor.cpp src/plugins/cmakeprojectmanager/cmakeeditor.cpp +1 -1
- src/plugins/cmakeprojectmanager/cmakeeditor.h src/plugins/cmakeprojectmanager/cmakeeditor.h +1 -1
- src/plugins/cmakeprojectmanager/cmakeeditorfactory.cpp src/plugins/cmakeprojectmanager/cmakeeditorfactory.cpp +1 -1
- src/plugins/cmakeprojectmanager/cmakeeditorfactory.h src/plugins/cmakeprojectmanager/cmakeeditorfactory.h +1 -1
- src/plugins/cmakeprojectmanager/cmakehighlighter.cpp src/plugins/cmakeprojectmanager/cmakehighlighter.cpp +1 -1
- src/plugins/cmakeprojectmanager/cmakehighlighter.h src/plugins/cmakeprojectmanager/cmakehighlighter.h +1 -1
- src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp +1 -1
- src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.h src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.h +1 -1
- src/plugins/cmakeprojectmanager/cmakeproject.cpp src/plugins/cmakeprojectmanager/cmakeproject.cpp +1 -1
- src/plugins/cmakeprojectmanager/cmakeproject.h src/plugins/cmakeprojectmanager/cmakeproject.h +1 -1
- src/plugins/cmakeprojectmanager/cmakeprojectconstants.h src/plugins/cmakeprojectmanager/cmakeprojectconstants.h +1 -1
- src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp +1 -1
- src/plugins/cmakeprojectmanager/cmakeprojectmanager.h src/plugins/cmakeprojectmanager/cmakeprojectmanager.h +1 -1
- src/plugins/cmakeprojectmanager/cmakeprojectnodes.cpp src/plugins/cmakeprojectmanager/cmakeprojectnodes.cpp +1 -1
- src/plugins/cmakeprojectmanager/cmakeprojectnodes.h src/plugins/cmakeprojectmanager/cmakeprojectnodes.h +1 -1
- src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp +1 -1
- src/plugins/cmakeprojectmanager/cmakeprojectplugin.h src/plugins/cmakeprojectmanager/cmakeprojectplugin.h +1 -1
- src/plugins/cmakeprojectmanager/cmakerunconfiguration.cpp src/plugins/cmakeprojectmanager/cmakerunconfiguration.cpp +1 -1
- src/plugins/cmakeprojectmanager/cmakerunconfiguration.h src/plugins/cmakeprojectmanager/cmakerunconfiguration.h +1 -1
- src/plugins/cmakeprojectmanager/cmaketarget.cpp src/plugins/cmakeprojectmanager/cmaketarget.cpp +1 -1
- src/plugins/cmakeprojectmanager/cmaketarget.h src/plugins/cmakeprojectmanager/cmaketarget.h +1 -1
- src/plugins/cmakeprojectmanager/cmakeuicodemodelsupport.cpp src/plugins/cmakeprojectmanager/cmakeuicodemodelsupport.cpp +1 -1
- src/plugins/cmakeprojectmanager/cmakeuicodemodelsupport.h src/plugins/cmakeprojectmanager/cmakeuicodemodelsupport.h +1 -1
- src/plugins/cmakeprojectmanager/makestep.cpp src/plugins/cmakeprojectmanager/makestep.cpp +1 -1
- src/plugins/cmakeprojectmanager/makestep.h src/plugins/cmakeprojectmanager/makestep.h +1 -1
- src/plugins/coreplugin/actionmanager/actioncontainer.cpp src/plugins/coreplugin/actionmanager/actioncontainer.cpp +1 -1
- src/plugins/coreplugin/actionmanager/actioncontainer.h src/plugins/coreplugin/actionmanager/actioncontainer.h +1 -1
- src/plugins/coreplugin/actionmanager/actioncontainer_p.h src/plugins/coreplugin/actionmanager/actioncontainer_p.h +1 -1
- src/plugins/coreplugin/actionmanager/actionmanager.cpp src/plugins/coreplugin/actionmanager/actionmanager.cpp +1 -1
- src/plugins/coreplugin/actionmanager/actionmanager.h src/plugins/coreplugin/actionmanager/actionmanager.h +1 -1
- src/plugins/coreplugin/actionmanager/actionmanager_p.h src/plugins/coreplugin/actionmanager/actionmanager_p.h +1 -1
- src/plugins/coreplugin/actionmanager/command.cpp src/plugins/coreplugin/actionmanager/command.cpp +1 -1
- src/plugins/coreplugin/actionmanager/command.h src/plugins/coreplugin/actionmanager/command.h +1 -1
- src/plugins/coreplugin/actionmanager/command_p.h src/plugins/coreplugin/actionmanager/command_p.h +1 -1
- src/plugins/coreplugin/actionmanager/commandmappings.cpp src/plugins/coreplugin/actionmanager/commandmappings.cpp +1 -1
- src/plugins/coreplugin/actionmanager/commandmappings.h src/plugins/coreplugin/actionmanager/commandmappings.h +1 -1
- src/plugins/coreplugin/actionmanager/commandsfile.cpp src/plugins/coreplugin/actionmanager/commandsfile.cpp +1 -1
- src/plugins/coreplugin/actionmanager/commandsfile.h src/plugins/coreplugin/actionmanager/commandsfile.h +1 -1
- src/plugins/coreplugin/basefilewizard.cpp src/plugins/coreplugin/basefilewizard.cpp +1 -1
- src/plugins/coreplugin/basefilewizard.h src/plugins/coreplugin/basefilewizard.h +1 -1
- src/plugins/coreplugin/core_global.h src/plugins/coreplugin/core_global.h +1 -1
- src/plugins/coreplugin/coreconstants.h src/plugins/coreplugin/coreconstants.h +1 -1
- src/plugins/coreplugin/coreplugin.cpp src/plugins/coreplugin/coreplugin.cpp +1 -1
- src/plugins/coreplugin/coreplugin.h src/plugins/coreplugin/coreplugin.h +1 -1
- src/plugins/coreplugin/designmode.cpp src/plugins/coreplugin/designmode.cpp +1 -1
- src/plugins/coreplugin/designmode.h src/plugins/coreplugin/designmode.h +1 -1
- src/plugins/coreplugin/dialogs/externaltoolconfig.cpp src/plugins/coreplugin/dialogs/externaltoolconfig.cpp +1 -1
- src/plugins/coreplugin/dialogs/externaltoolconfig.h src/plugins/coreplugin/dialogs/externaltoolconfig.h +1 -1
- src/plugins/coreplugin/dialogs/ioptionspage.cpp src/plugins/coreplugin/dialogs/ioptionspage.cpp +1 -1
- src/plugins/coreplugin/dialogs/ioptionspage.h src/plugins/coreplugin/dialogs/ioptionspage.h +1 -1
- src/plugins/coreplugin/dialogs/iwizard.cpp src/plugins/coreplugin/dialogs/iwizard.cpp +1 -1
- src/plugins/coreplugin/dialogs/iwizard.h src/plugins/coreplugin/dialogs/iwizard.h +1 -1
- src/plugins/coreplugin/dialogs/newdialog.cpp src/plugins/coreplugin/dialogs/newdialog.cpp +1 -1
- src/plugins/coreplugin/dialogs/newdialog.h src/plugins/coreplugin/dialogs/newdialog.h +1 -1
- src/plugins/coreplugin/dialogs/openwithdialog.cpp src/plugins/coreplugin/dialogs/openwithdialog.cpp +1 -1
- src/plugins/coreplugin/dialogs/openwithdialog.h src/plugins/coreplugin/dialogs/openwithdialog.h +1 -1
- src/plugins/coreplugin/dialogs/promptoverwritedialog.cpp src/plugins/coreplugin/dialogs/promptoverwritedialog.cpp +1 -1
- src/plugins/coreplugin/dialogs/promptoverwritedialog.h src/plugins/coreplugin/dialogs/promptoverwritedialog.h +1 -1
- src/plugins/coreplugin/dialogs/saveitemsdialog.cpp src/plugins/coreplugin/dialogs/saveitemsdialog.cpp +1 -1
- src/plugins/coreplugin/dialogs/saveitemsdialog.h src/plugins/coreplugin/dialogs/saveitemsdialog.h +1 -1
- src/plugins/coreplugin/dialogs/settingsdialog.cpp src/plugins/coreplugin/dialogs/settingsdialog.cpp +1 -1
- src/plugins/coreplugin/dialogs/settingsdialog.h src/plugins/coreplugin/dialogs/settingsdialog.h +1 -1
- src/plugins/coreplugin/dialogs/shortcutsettings.cpp src/plugins/coreplugin/dialogs/shortcutsettings.cpp +1 -1
- src/plugins/coreplugin/dialogs/shortcutsettings.h src/plugins/coreplugin/dialogs/shortcutsettings.h +1 -1
- src/plugins/coreplugin/editmode.cpp src/plugins/coreplugin/editmode.cpp +1 -1
- src/plugins/coreplugin/editmode.h src/plugins/coreplugin/editmode.h +1 -1
- src/plugins/coreplugin/editormanager/editormanager.cpp src/plugins/coreplugin/editormanager/editormanager.cpp +1 -1
- src/plugins/coreplugin/editormanager/editormanager.h src/plugins/coreplugin/editormanager/editormanager.h +1 -1
- src/plugins/coreplugin/editormanager/editorview.cpp src/plugins/coreplugin/editormanager/editorview.cpp +1 -1
- src/plugins/coreplugin/editormanager/editorview.h src/plugins/coreplugin/editormanager/editorview.h +1 -1
- src/plugins/coreplugin/editormanager/ieditor.cpp src/plugins/coreplugin/editormanager/ieditor.cpp +1 -1
- src/plugins/coreplugin/editormanager/ieditor.h src/plugins/coreplugin/editormanager/ieditor.h +1 -1
- src/plugins/coreplugin/editormanager/ieditorfactory.h src/plugins/coreplugin/editormanager/ieditorfactory.h +1 -1
- src/plugins/coreplugin/editormanager/iexternaleditor.cpp src/plugins/coreplugin/editormanager/iexternaleditor.cpp +1 -1
- src/plugins/coreplugin/editormanager/iexternaleditor.h src/plugins/coreplugin/editormanager/iexternaleditor.h +1 -1
- src/plugins/coreplugin/editormanager/openeditorsmodel.cpp src/plugins/coreplugin/editormanager/openeditorsmodel.cpp +1 -1
- src/plugins/coreplugin/editormanager/openeditorsmodel.h src/plugins/coreplugin/editormanager/openeditorsmodel.h +1 -1
- src/plugins/coreplugin/editormanager/openeditorsview.cpp src/plugins/coreplugin/editormanager/openeditorsview.cpp +1 -1
- src/plugins/coreplugin/editormanager/openeditorsview.h src/plugins/coreplugin/editormanager/openeditorsview.h +1 -1
- src/plugins/coreplugin/editormanager/openeditorswindow.cpp src/plugins/coreplugin/editormanager/openeditorswindow.cpp +1 -1
- src/plugins/coreplugin/editormanager/openeditorswindow.h src/plugins/coreplugin/editormanager/openeditorswindow.h +1 -1
- src/plugins/coreplugin/editormanager/systemeditor.cpp src/plugins/coreplugin/editormanager/systemeditor.cpp +1 -1
- src/plugins/coreplugin/editormanager/systemeditor.h src/plugins/coreplugin/editormanager/systemeditor.h +1 -1
- src/plugins/coreplugin/editortoolbar.cpp src/plugins/coreplugin/editortoolbar.cpp +1 -1
- src/plugins/coreplugin/editortoolbar.h src/plugins/coreplugin/editortoolbar.h +1 -1
- src/plugins/coreplugin/eventfilteringmainwindow.cpp src/plugins/coreplugin/eventfilteringmainwindow.cpp +1 -1
- src/plugins/coreplugin/eventfilteringmainwindow.h src/plugins/coreplugin/eventfilteringmainwindow.h +1 -1
- src/plugins/coreplugin/externaltool.cpp src/plugins/coreplugin/externaltool.cpp +1 -1
- src/plugins/coreplugin/externaltool.h src/plugins/coreplugin/externaltool.h +1 -1
- src/plugins/coreplugin/externaltoolmanager.h src/plugins/coreplugin/externaltoolmanager.h +1 -1
- src/plugins/coreplugin/fancyactionbar.cpp src/plugins/coreplugin/fancyactionbar.cpp +1 -1
- src/plugins/coreplugin/fancyactionbar.h src/plugins/coreplugin/fancyactionbar.h +1 -1
- src/plugins/coreplugin/fancytabwidget.cpp src/plugins/coreplugin/fancytabwidget.cpp +1 -1
- src/plugins/coreplugin/fancytabwidget.h src/plugins/coreplugin/fancytabwidget.h +1 -1
- src/plugins/coreplugin/featureprovider.cpp src/plugins/coreplugin/featureprovider.cpp +1 -1
- src/plugins/coreplugin/featureprovider.h src/plugins/coreplugin/featureprovider.h +1 -1
- src/plugins/coreplugin/fileiconprovider.cpp src/plugins/coreplugin/fileiconprovider.cpp +1 -1
- No files found.
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.