Dialog used to display changelogs for Limo versions.
More...
#include <changelogdialog.h>
|
| ChangelogDialog (bool is_flatpak, QWidget *parent=nullptr) |
| Reads all changes from the changelog file.
|
|
| ~ChangelogDialog () |
| Deletes the UI.
|
|
bool | hasChanges () const |
| Checks if changelogs could be found.
|
|
|
Ui::ChangelogDialog * | ui |
| Contains auto.generated UI elements.
|
|
bool | is_flatpak_ |
| If true: This app is running inside of a flatpak sandbox.
|
|
std::vector< VersionChangelog > | versions_ |
| For every version: The changelog for that version.
|
|
bool | has_changes_ = false |
| Indicates that changes exist.
|
|
Dialog used to display changelogs for Limo versions.
◆ ChangelogDialog()
ChangelogDialog::ChangelogDialog |
( |
bool | is_flatpak, |
|
|
QWidget * | parent = nullptr ) |
|
explicit |
Reads all changes from the changelog file.
- Parameters
-
is_flatpak | If true: This app is running inside of a flatpak sandbox. |
parent | Parent widget. |
◆ hasChanges()
bool ChangelogDialog::hasChanges |
( |
| ) |
const |
Checks if changelogs could be found.
- Returns
- True if found.
◆ on_version_box_currentIndexChanged
void ChangelogDialog::on_version_box_currentIndexChanged |
( |
int | index | ) |
|
|
privateslot |
Updates the changelog text to show all changelogs since the selected version.
- Parameters
-
index | Selected version index. |
The documentation for this class was generated from the following files: