From 32d9df73e1a7ae13381e2b40d23fda73d406262c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mikrut?= Date: Mon, 3 Jan 2022 19:14:37 +0100 Subject: [PATCH] Add authors from GIT --- czkawka_gui/src/gui_about.rs | 43 ++++++++++++++++++++++++++++++- czkawka_gui/ui/about_dialog.glade | 2 +- 2 files changed, 43 insertions(+), 2 deletions(-) diff --git a/czkawka_gui/src/gui_about.rs b/czkawka_gui/src/gui_about.rs index ce99b8f..ff662b2 100644 --- a/czkawka_gui/src/gui_about.rs +++ b/czkawka_gui/src/gui_about.rs @@ -22,6 +22,47 @@ impl GuiAbout { about_dialog.set_modal(true); about_dialog.set_transient_for(Some(window_main)); + // Taken from command - "git shortlog -s -n -e" - remember to remove duplicates + // This should be updated only before releasing new version + about_dialog.set_authors(&vec![ + "Rafał Mikrut", + "Thomas Andreas Jung", + "Alexis Lefebvre", + "Ben Bodenmiller", + "Dan Dascalescu", + "Igor", + "Peter Blackson", + "Shriraj Hegde", + "krzysdz", + "0xflotus", + "Adam Boguszewski", + "Caduser2020", + "Danny Kirkham", + "Dariusz Niedoba", + "Douman", + "Elazar Fine", + "Farmadupe", + "Jan Jurec", + "Jona", + "Meir Klemfner", + "Mek101", + "Michael Grigoryan", + "Nikita Karamov", + "Proprietary Chrome-chan", + "Sbgodin", + "Spirit", + "Stefan Seering", + "Syfaro", + "Yuri Slobodyanyuk", + "bellrise", + "endolith", + "jann", + "kamilek96", + "kuskov", + "tecome", + "tenninjas", + ]); + let button_repository: gtk::Button = builder.object("button_repository").unwrap(); let button_donation: gtk::Button = builder.object("button_donation").unwrap(); let button_instruction: gtk::Button = builder.object("button_instruction").unwrap(); @@ -36,7 +77,7 @@ impl GuiAbout { } } pub fn update_language(&self) { - let mut comment_text: String = "2020 - 2021 Rafał Mikrut(qarmin)\n\n".to_string(); + let mut comment_text: String = "2020 - 2022 Rafał Mikrut(qarmin)\n\n".to_string(); comment_text += &fl!("about_window_motto"); self.about_dialog.set_comments(Some(&comment_text)); diff --git a/czkawka_gui/ui/about_dialog.glade b/czkawka_gui/ui/about_dialog.glade index 33c8d3a..53ebc61 100644 --- a/czkawka_gui/ui/about_dialog.glade +++ b/czkawka_gui/ui/about_dialog.glade @@ -38,7 +38,7 @@ Author: Rafał Mikrut dialog Czkawka 3.3.1 - 2020 - 2021 Rafał Mikrut(qarmin) + 2020 - 2022 Rafał Mikrut(qarmin) This program is free to use and will always be.