Skip to content

Commit

Permalink
Update url to doc pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nyalldawson committed Jan 19, 2020
1 parent 8e4fe02 commit 4a17b7d
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/app/decorations/qgsdecorationcopyrightdialog.cpp
Expand Up @@ -130,5 +130,5 @@ void QgsDecorationCopyrightDialog::apply()

void QgsDecorationCopyrightDialog::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "introduction/general_tools.html#copyright-label" ) );
QgsHelp::openHelp( QStringLiteral( "introduction/general_tools.html#copyright-and-title-labels" ) );
}
5 changes: 1 addition & 4 deletions src/app/decorations/qgsdecorationtitledialog.cpp
Expand Up @@ -43,9 +43,6 @@ QgsDecorationTitleDialog::QgsDecorationTitleDialog( QgsDecorationTitle &deco, QW
connect( mInsertExpressionButton, &QPushButton::clicked, this, &QgsDecorationTitleDialog::mInsertExpressionButton_clicked );
connect( buttonBox, &QDialogButtonBox::helpRequested, this, &QgsDecorationTitleDialog::showHelp );

// once the documentation for this dialog is added, remove the line below
buttonBox->button( QDialogButtonBox::Help )->setVisible( false );

QPushButton *applyButton = buttonBox->button( QDialogButtonBox::Apply );
connect( applyButton, &QAbstractButton::clicked, this, &QgsDecorationTitleDialog::apply );

Expand Down Expand Up @@ -141,5 +138,5 @@ void QgsDecorationTitleDialog::apply()

void QgsDecorationTitleDialog::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "introduction/general_tools.html#title-label" ) );
QgsHelp::openHelp( QStringLiteral( "introduction/general_tools.html#copyright-and-title-labels" ) );
}
2 changes: 1 addition & 1 deletion src/app/qgsmapsavedialog.cpp
Expand Up @@ -573,5 +573,5 @@ void QgsMapSaveDialog::onAccepted()

void QgsMapSaveDialog::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "introduction/getting_started.html#output" ) );
QgsHelp::openHelp( QStringLiteral( "introduction/qgis_gui.html#exporting-the-map-view" ) );
}
2 changes: 1 addition & 1 deletion src/app/qgsvectorlayerproperties.cpp
Expand Up @@ -513,7 +513,7 @@ QgsVectorLayerProperties::QgsVectorLayerProperties(
mOptsPage_Style->setProperty( "helpPage", QStringLiteral( "working_with_vector/vector_properties.html#symbology-properties" ) );
mOptsPage_Labels->setProperty( "helpPage", QStringLiteral( "working_with_vector/vector_properties.html#labels-properties" ) );
mOptsPage_Diagrams->setProperty( "helpPage", QStringLiteral( "working_with_vector/vector_properties.html#diagrams-properties" ) );
mOptsPage_SourceFields->setProperty( "helpPage", QStringLiteral( "working_with_vector/vector_properties.html#source-fields-properties" ) );
mOptsPage_SourceFields->setProperty( "helpPage", QStringLiteral( "working_with_vector/vector_properties.html#fields-properties" ) );
mOptsPage_AttributesForm->setProperty( "helpPage", QStringLiteral( "working_with_vector/vector_properties.html#attributes-form-properties" ) );
mOptsPage_Joins->setProperty( "helpPage", QStringLiteral( "working_with_vector/vector_properties.html#joins-properties" ) );
mOptsPage_AuxiliaryStorage->setProperty( "helpPage", QStringLiteral( "working_with_vector/vector_properties.html#auxiliary-storage-properties" ) );
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgscolorbrewercolorrampdialog.cpp
Expand Up @@ -145,5 +145,5 @@ QDialogButtonBox *QgsColorBrewerColorRampDialog::buttonBox() const

void QgsColorBrewerColorRampDialog::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "working_with_vector/style_library.html#color-ramp" ) );
QgsHelp::openHelp( QStringLiteral( "style_library/style_manager.html#setting-a-color-ramp" ) );
}
2 changes: 1 addition & 1 deletion src/gui/qgsgradientcolorrampdialog.cpp
Expand Up @@ -581,7 +581,7 @@ void QgsGradientColorRampDialog::setColor2( const QColor &color )

void QgsGradientColorRampDialog::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "working_with_vector/style_library.html#color-ramp" ) );
QgsHelp::openHelp( QStringLiteral( "style_library/style_manager.html#setting-a-color-ramp" ) );
}


Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgslimitedrandomcolorrampdialog.cpp
Expand Up @@ -139,5 +139,5 @@ QDialogButtonBox *QgsLimitedRandomColorRampDialog::buttonBox() const

void QgsLimitedRandomColorRampDialog::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "working_with_vector/style_library.html#color-ramp" ) );
QgsHelp::openHelp( QStringLiteral( "style_library/style_manager.html#setting-a-color-ramp" ) );
}
2 changes: 1 addition & 1 deletion src/gui/qgspresetcolorrampdialog.cpp
Expand Up @@ -129,5 +129,5 @@ QDialogButtonBox *QgsPresetColorRampDialog::buttonBox() const

void QgsPresetColorRampDialog::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "working_with_vector/style_library.html#color-ramp" ) );
QgsHelp::openHelp( QStringLiteral( "style_library/style_manager.html#setting-a-color-ramp" ) );
}
2 changes: 1 addition & 1 deletion src/gui/symbology/qgsstyleexportimportdialog.cpp
Expand Up @@ -434,5 +434,5 @@ void QgsStyleExportImportDialog::selectionChanged( const QItemSelection &selecte

void QgsStyleExportImportDialog::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "working_with_vector/style_library.html#share-symbols" ) );
QgsHelp::openHelp( QStringLiteral( "style_library/style_manager.html#sharing-style-items" ) );
}
2 changes: 1 addition & 1 deletion src/gui/symbology/qgsstylemanagerdialog.cpp
Expand Up @@ -2374,6 +2374,6 @@ void QgsStyleManagerDialog::onClose()

void QgsStyleManagerDialog::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "working_with_vector/style_library.html#the-style-manager" ) );
QgsHelp::openHelp( QStringLiteral( "style_library/style_manager.html" ) );
}

2 changes: 1 addition & 1 deletion src/gui/symbology/qgssymbolselectordialog.cpp
Expand Up @@ -930,5 +930,5 @@ QDialogButtonBox *QgsSymbolSelectorDialog::buttonBox() const

void QgsSymbolSelectorDialog::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "working_with_vector/style_library.html#the-symbol-selector" ) );
QgsHelp::openHelp( QStringLiteral( "style_library/symbol_selector.html" ) );
}

0 comments on commit 4a17b7d

Please sign in to comment.