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

Add About section in Settings Dialog #330

Merged
merged 4 commits into from
Apr 17, 2020
Merged

Add About section in Settings Dialog #330

merged 4 commits into from
Apr 17, 2020

Conversation

Alecaddd
Copy link
Member

@Alecaddd Alecaddd commented Apr 17, 2020

Summary / How this PR fixes the problem?

Add an About section in the Settings Dialog.

Steps to Test

Open the Settings Dialog and access the About Tab.

Screenshots

Screenshot from 2020-04-16 19-50-10

This PR fixes/implements the following bugs/features:

  • Add About dialog.

  • Show Akira version from meson file.

  • Implement an MD file to list all the Patreon supporters.

  • Fixes Display Akira version #328

@Alecaddd Alecaddd added this to the v1.0 milestone Apr 17, 2020
grid.halign = Gtk.Align.CENTER;

var app_icon = new Gtk.Image ();
app_icon.gicon = new ThemedIcon ("com.github.akiraux.akira");
Copy link
Collaborator

Choose a reason for hiding this comment

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

We can use Config.APP_ID here

Copy link
Collaborator

Choose a reason for hiding this comment

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

Definitely! Icon is not render on flatpak

Captura de pantalla de 2020-04-17 10-11-18

@Alecaddd
Copy link
Member Author

@albfan @bilelmoussaoui, patch updated, can you confirm the icon is visible now?

@bilelmoussaoui
Copy link
Collaborator

Works fine here, I totally forgot there was a "development" version of the icon :D
image

@Alecaddd Alecaddd merged commit 49b2be1 into master Apr 17, 2020
@Alecaddd Alecaddd deleted the about-dialog branch April 17, 2020 20:05
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.

Display Akira version
3 participants