Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rainerteo patch 1 #43

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Rainerteo patch 1 #43

wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Jul 19, 2017

Add functions for changing application name, organization, organization domain and icon
This primarily allows for proper file name selection for saving and retrieving settings (QSettings Class, Settings QML Type)
Adding an icon mostly allows proper display of running application in window selection bar of the window manager

rainerteo added 3 commits July 19, 2017 09:55
add functions for changing application name, organization, organization domain and icon
correct accidental deletion of qmlbind_application_exit
@florianjacob
Copy link
Collaborator

Looks good, thanks! I'm investigating the travis fail in #44 , it's not related to your changes, it seems.

Do you want to update changelog.md as well, noting the added functions?

@@ -65,6 +65,35 @@ QMLBIND_API void qmlbind_application_release(qmlbind_application *self);
QMLBIND_API int qmlbind_application_exec(qmlbind_application *self);

/*!
* \brief Sets the application's name.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could add something this to the documentation, like you wrote in the pull request message:

This primarily allows for proper file names for saving and retrieving settings with the Settings QML Type


/*!
* \brief Sets the application's organization name.
*
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as setapplicationname


/*!
* \brief Sets the application's organization domain.
*
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as setapplicationname

@ppibburr
Copy link

ppibburr commented Jan 8, 2023

This hasn't been merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants