Sun, 19 Feb 2023 17:57:16 -0600
Mark a number of unused parameters as such
Testing Done:
Compiled and Windows and verified the warnings were gone.
Reviewed at https://reviews.imfreedom.org/r/2247/
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
1 | /* |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
2 | * Pidgin - Internet Messenger |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
3 | * Copyright (C) Pidgin Developers <devel@pidgin.im> |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
4 | * |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
5 | * Pidgin is the legal property of its developers, whose names are too numerous |
|
38672
df4a6635745a
A bunch of updates from review comments
Gary Kramlich <grim@reaperworld.com>
parents:
38667
diff
changeset
|
6 | * to list here. Please refer to the COPYRIGHT file distributed with this |
|
df4a6635745a
A bunch of updates from review comments
Gary Kramlich <grim@reaperworld.com>
parents:
38667
diff
changeset
|
7 | * source distribution. |
|
df4a6635745a
A bunch of updates from review comments
Gary Kramlich <grim@reaperworld.com>
parents:
38667
diff
changeset
|
8 | * |
|
df4a6635745a
A bunch of updates from review comments
Gary Kramlich <grim@reaperworld.com>
parents:
38667
diff
changeset
|
9 | * This program is free software; you can redistribute it and/or modify |
|
df4a6635745a
A bunch of updates from review comments
Gary Kramlich <grim@reaperworld.com>
parents:
38667
diff
changeset
|
10 | * it under the terms of the GNU General Public License as published by |
|
df4a6635745a
A bunch of updates from review comments
Gary Kramlich <grim@reaperworld.com>
parents:
38667
diff
changeset
|
11 | * the Free Software Foundation; either version 2 of the License, or |
|
df4a6635745a
A bunch of updates from review comments
Gary Kramlich <grim@reaperworld.com>
parents:
38667
diff
changeset
|
12 | * (at your option) any later version. |
|
df4a6635745a
A bunch of updates from review comments
Gary Kramlich <grim@reaperworld.com>
parents:
38667
diff
changeset
|
13 | * |
|
df4a6635745a
A bunch of updates from review comments
Gary Kramlich <grim@reaperworld.com>
parents:
38667
diff
changeset
|
14 | * This program is distributed in the hope that it will be useful, |
|
df4a6635745a
A bunch of updates from review comments
Gary Kramlich <grim@reaperworld.com>
parents:
38667
diff
changeset
|
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
df4a6635745a
A bunch of updates from review comments
Gary Kramlich <grim@reaperworld.com>
parents:
38667
diff
changeset
|
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
df4a6635745a
A bunch of updates from review comments
Gary Kramlich <grim@reaperworld.com>
parents:
38667
diff
changeset
|
17 | * GNU General Public License for more details. |
|
df4a6635745a
A bunch of updates from review comments
Gary Kramlich <grim@reaperworld.com>
parents:
38667
diff
changeset
|
18 | * |
|
df4a6635745a
A bunch of updates from review comments
Gary Kramlich <grim@reaperworld.com>
parents:
38667
diff
changeset
|
19 | * You should have received a copy of the GNU General Public License |
|
40539
2941deda6d8d
Use an https link to gnu.org in the license file headers
Gary Kramlich <grim@reaperworld.com>
parents:
40530
diff
changeset
|
20 | * along with this program; if not, see <https://www.gnu.org/licenses/>. |
|
38672
df4a6635745a
A bunch of updates from review comments
Gary Kramlich <grim@reaperworld.com>
parents:
38667
diff
changeset
|
21 | */ |
|
40439
e9838d634d5e
Make sure that internal.h can only be included by libpurple and split out some pieces to purpleprivate.h
Gary Kramlich <grim@reaperworld.com>
parents:
39913
diff
changeset
|
22 | |
|
e9838d634d5e
Make sure that internal.h can only be included by libpurple and split out some pieces to purpleprivate.h
Gary Kramlich <grim@reaperworld.com>
parents:
39913
diff
changeset
|
23 | #ifdef HAVE_CONFIG_H |
|
e9838d634d5e
Make sure that internal.h can only be included by libpurple and split out some pieces to purpleprivate.h
Gary Kramlich <grim@reaperworld.com>
parents:
39913
diff
changeset
|
24 | # include <config.h> |
|
e9838d634d5e
Make sure that internal.h can only be included by libpurple and split out some pieces to purpleprivate.h
Gary Kramlich <grim@reaperworld.com>
parents:
39913
diff
changeset
|
25 | #endif |
|
e9838d634d5e
Make sure that internal.h can only be included by libpurple and split out some pieces to purpleprivate.h
Gary Kramlich <grim@reaperworld.com>
parents:
39913
diff
changeset
|
26 | |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
27 | #ifdef HAVE_MESON_CONFIG |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
28 | #include "meson-config.h" |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
29 | #endif |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
30 | |
|
40439
e9838d634d5e
Make sure that internal.h can only be included by libpurple and split out some pieces to purpleprivate.h
Gary Kramlich <grim@reaperworld.com>
parents:
39913
diff
changeset
|
31 | #include <glib/gi18n-lib.h> |
|
e9838d634d5e
Make sure that internal.h can only be included by libpurple and split out some pieces to purpleprivate.h
Gary Kramlich <grim@reaperworld.com>
parents:
39913
diff
changeset
|
32 | |
| 38659 | 33 | #include <gdk-pixbuf/gdk-pixbuf.h> |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
34 | |
| 38659 | 35 | #include <json-glib/json-glib.h> |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
36 | |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
37 | #include <adwaita.h> |
|
39216
f6ab17b953df
Replace the WebkitWebView with Talkatu widgets. There's some bugs, but it mostly works
Gary Kramlich <grim@reaperworld.com>
parents:
38682
diff
changeset
|
38 | #include <talkatu.h> |
| 38659 | 39 | |
|
40496
6941fece679b
phase2 of pidgin.h: move existing file to pidgincore.h
Gary Kramlich <grim@reaperworld.com>
parents:
40439
diff
changeset
|
40 | #include "pidginabout.h" |
|
6941fece679b
phase2 of pidgin.h: move existing file to pidgincore.h
Gary Kramlich <grim@reaperworld.com>
parents:
40439
diff
changeset
|
41 | |
|
38665
35676a9b7faa
Add the version to the application_name label and add the revision to build info
Gary Kramlich <grim@reaperworld.com>
parents:
38664
diff
changeset
|
42 | #include "package_revision.h" |
|
40496
6941fece679b
phase2 of pidgin.h: move existing file to pidgincore.h
Gary Kramlich <grim@reaperworld.com>
parents:
40439
diff
changeset
|
43 | #include "gtkutils.h" |
|
6941fece679b
phase2 of pidgin.h: move existing file to pidgincore.h
Gary Kramlich <grim@reaperworld.com>
parents:
40439
diff
changeset
|
44 | #include "pidgincore.h" |
| 38659 | 45 | #include "pidginresources.h" |
| 46 | ||
|
38682
898b14e03449
Hide the about window's structs since it's a final type
Gary Kramlich <grim@reaperworld.com>
parents:
38681
diff
changeset
|
47 | struct _PidginAboutDialog { |
|
898b14e03449
Hide the about window's structs since it's a final type
Gary Kramlich <grim@reaperworld.com>
parents:
38681
diff
changeset
|
48 | GtkDialog parent; |
|
898b14e03449
Hide the about window's structs since it's a final type
Gary Kramlich <grim@reaperworld.com>
parents:
38681
diff
changeset
|
49 | |
|
38664
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
50 | GtkWidget *application_name; |
| 38659 | 51 | |
|
39216
f6ab17b953df
Replace the WebkitWebView with Talkatu widgets. There's some bugs, but it mostly works
Gary Kramlich <grim@reaperworld.com>
parents:
38682
diff
changeset
|
52 | GtkTextBuffer *main_buffer; |
|
38664
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
53 | |
|
42020
c99700b694ed
Replace Developer/Translator GtkTreeView by Adwaita in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42019
diff
changeset
|
54 | AdwPreferencesPage *developers_page; |
| 38662 | 55 | |
|
42020
c99700b694ed
Replace Developer/Translator GtkTreeView by Adwaita in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42019
diff
changeset
|
56 | AdwPreferencesPage *translators_page; |
| 38659 | 57 | |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
58 | AdwPreferencesGroup *build_info_group; |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
59 | AdwPreferencesGroup *runtime_info_group; |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
60 | AdwPreferencesGroup *gtk_settings_group; |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
61 | AdwPreferencesGroup *plugin_search_paths_group; |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
62 | AdwPreferencesGroup *conf_path_info_group; |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
63 | AdwPreferencesGroup *build_args_group; |
| 38659 | 64 | }; |
| 65 | ||
| 66 | /****************************************************************************** | |
| 67 | * Helpers | |
| 68 | *****************************************************************************/ | |
| 69 | static void | |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
70 | pidgin_about_dialog_load_application_name(PidginAboutDialog *about) { |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
71 | gchar *label = g_strdup_printf("%s %s", PIDGIN_NAME, VERSION); |
|
38665
35676a9b7faa
Add the version to the application_name label and add the revision to build info
Gary Kramlich <grim@reaperworld.com>
parents:
38664
diff
changeset
|
72 | |
|
39855
7c9c4d700ed2
Get rid of the private struct in PidginAbout box and a few other cleanups
Gary Kramlich <grim@reaperworld.com>
parents:
39533
diff
changeset
|
73 | gtk_label_set_text(GTK_LABEL(about->application_name), label); |
|
38665
35676a9b7faa
Add the version to the application_name label and add the revision to build info
Gary Kramlich <grim@reaperworld.com>
parents:
38664
diff
changeset
|
74 | |
|
35676a9b7faa
Add the version to the application_name label and add the revision to build info
Gary Kramlich <grim@reaperworld.com>
parents:
38664
diff
changeset
|
75 | g_free(label); |
|
35676a9b7faa
Add the version to the application_name label and add the revision to build info
Gary Kramlich <grim@reaperworld.com>
parents:
38664
diff
changeset
|
76 | } |
|
35676a9b7faa
Add the version to the application_name label and add the revision to build info
Gary Kramlich <grim@reaperworld.com>
parents:
38664
diff
changeset
|
77 | |
|
35676a9b7faa
Add the version to the application_name label and add the revision to build info
Gary Kramlich <grim@reaperworld.com>
parents:
38664
diff
changeset
|
78 | static void |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
79 | pidgin_about_dialog_load_main_page(PidginAboutDialog *about) { |
|
39217
4c5b6c2e7007
use gtk_text_buffer_get_start_iter instead of looking up the insertion mark and all that
Gary Kramlich <grim@reaperworld.com>
parents:
39216
diff
changeset
|
80 | GtkTextIter start; |
|
38664
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
81 | GInputStream *istream = NULL; |
|
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
82 | GString *str = NULL; |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
83 | TalkatuMarkdownBuffer *md_buffer = NULL; |
|
38664
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
84 | gchar buffer[8192]; |
|
39216
f6ab17b953df
Replace the WebkitWebView with Talkatu widgets. There's some bugs, but it mostly works
Gary Kramlich <grim@reaperworld.com>
parents:
38682
diff
changeset
|
85 | gssize read = 0, size = 0; |
|
38664
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
86 | |
|
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
87 | /* now load the html */ |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
88 | istream = g_resource_open_stream(pidgin_get_resource(), |
|
41030
ec8b76f3bf0a
Fix the resource path so we can use the automatic stuff that GtkApplication supports
Gary Kramlich <grim@reaperworld.com>
parents:
41008
diff
changeset
|
89 | "/im/pidgin/Pidgin3/About/about.md", |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
90 | G_RESOURCE_LOOKUP_FLAGS_NONE, NULL); |
|
38664
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
91 | |
|
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
92 | str = g_string_new(""); |
|
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
93 | |
|
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
94 | while((read = g_input_stream_read(istream, buffer, sizeof(buffer), NULL, NULL)) > 0) { |
|
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
95 | g_string_append_len(str, (gchar *)buffer, read); |
|
39216
f6ab17b953df
Replace the WebkitWebView with Talkatu widgets. There's some bugs, but it mostly works
Gary Kramlich <grim@reaperworld.com>
parents:
38682
diff
changeset
|
96 | size += read; |
|
38664
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
97 | } |
|
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
98 | |
|
39855
7c9c4d700ed2
Get rid of the private struct in PidginAbout box and a few other cleanups
Gary Kramlich <grim@reaperworld.com>
parents:
39533
diff
changeset
|
99 | gtk_text_buffer_get_start_iter(about->main_buffer, &start); |
|
39216
f6ab17b953df
Replace the WebkitWebView with Talkatu widgets. There's some bugs, but it mostly works
Gary Kramlich <grim@reaperworld.com>
parents:
38682
diff
changeset
|
100 | |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
101 | md_buffer = TALKATU_MARKDOWN_BUFFER(about->main_buffer); |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
102 | talkatu_markdown_buffer_insert_markdown(md_buffer, &start, str->str, size); |
|
38664
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
103 | |
|
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
104 | g_string_free(str, TRUE); |
|
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
105 | |
|
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
106 | g_input_stream_close(istream, NULL, NULL); |
|
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
107 | } |
|
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
108 | |
|
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
109 | static void |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
110 | pidgin_about_dialog_group_add_row(AdwPreferencesGroup *group, |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
111 | const char *title, const char *value) |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
112 | { |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
113 | GtkWidget *row = adw_action_row_new(); |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
114 | |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
115 | adw_preferences_row_set_title(ADW_PREFERENCES_ROW(row), title); |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
116 | |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
117 | if(value != NULL) { |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
118 | GtkWidget *label = gtk_label_new(NULL); |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
119 | gtk_label_set_markup(GTK_LABEL(label), value); |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
120 | adw_action_row_add_suffix(ADW_ACTION_ROW(row), label); |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
121 | } |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
122 | |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
123 | adw_preferences_group_add(group, row); |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
124 | } |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
125 | |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
126 | static void |
|
42020
c99700b694ed
Replace Developer/Translator GtkTreeView by Adwaita in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42019
diff
changeset
|
127 | pidgin_about_dialog_load_json(AdwPreferencesPage *page, |
|
c99700b694ed
Replace Developer/Translator GtkTreeView by Adwaita in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42019
diff
changeset
|
128 | const char *json_section) |
|
c99700b694ed
Replace Developer/Translator GtkTreeView by Adwaita in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42019
diff
changeset
|
129 | { |
| 38659 | 130 | GInputStream *istream = NULL; |
| 131 | GList *l = NULL, *sections = NULL; | |
| 132 | GError *error = NULL; | |
| 133 | JsonParser *parser = NULL; | |
| 134 | JsonNode *root_node = NULL; | |
| 135 | JsonObject *root_object = NULL; | |
|
38681
ee42a17715ac
Create a helper function for loading the developers and translators
Gary Kramlich <grim@reaperworld.com>
parents:
38680
diff
changeset
|
136 | JsonArray *sections_array = NULL; |
| 38659 | 137 | |
|
38681
ee42a17715ac
Create a helper function for loading the developers and translators
Gary Kramlich <grim@reaperworld.com>
parents:
38680
diff
changeset
|
138 | /* get a stream to the credits resource */ |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
139 | istream = g_resource_open_stream(pidgin_get_resource(), |
|
41030
ec8b76f3bf0a
Fix the resource path so we can use the automatic stuff that GtkApplication supports
Gary Kramlich <grim@reaperworld.com>
parents:
41008
diff
changeset
|
140 | "/im/pidgin/Pidgin3/About/credits.json", |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
141 | G_RESOURCE_LOOKUP_FLAGS_NONE, NULL); |
| 38659 | 142 | |
| 143 | /* create our parser */ | |
| 144 | parser = json_parser_new(); | |
| 145 | ||
| 146 | if(!json_parser_load_from_stream(parser, istream, NULL, &error)) { | |
|
38660
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
147 | g_critical("%s", error->message); |
| 38659 | 148 | } |
| 149 | ||
| 150 | root_node = json_parser_get_root(parser); | |
| 151 | root_object = json_node_get_object(root_node); | |
| 152 | ||
|
38681
ee42a17715ac
Create a helper function for loading the developers and translators
Gary Kramlich <grim@reaperworld.com>
parents:
38680
diff
changeset
|
153 | sections_array = json_object_get_array_member(root_object, json_section); |
|
ee42a17715ac
Create a helper function for loading the developers and translators
Gary Kramlich <grim@reaperworld.com>
parents:
38680
diff
changeset
|
154 | sections = json_array_get_elements(sections_array); |
| 38659 | 155 | |
| 156 | for(l = sections; l; l = l->next) { | |
| 157 | JsonObject *section = json_node_get_object(l->data); | |
|
38672
df4a6635745a
A bunch of updates from review comments
Gary Kramlich <grim@reaperworld.com>
parents:
38667
diff
changeset
|
158 | JsonArray *people = NULL; |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
159 | const gchar *title = NULL; |
|
42020
c99700b694ed
Replace Developer/Translator GtkTreeView by Adwaita in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42019
diff
changeset
|
160 | AdwPreferencesGroup *group = NULL; |
|
c99700b694ed
Replace Developer/Translator GtkTreeView by Adwaita in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42019
diff
changeset
|
161 | guint n_people = 0; |
| 38659 | 162 | |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
163 | title = json_object_get_string_member(section, "title"); |
|
42020
c99700b694ed
Replace Developer/Translator GtkTreeView by Adwaita in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42019
diff
changeset
|
164 | group = ADW_PREFERENCES_GROUP(adw_preferences_group_new()); |
|
c99700b694ed
Replace Developer/Translator GtkTreeView by Adwaita in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42019
diff
changeset
|
165 | adw_preferences_group_set_title(group, title); |
|
c99700b694ed
Replace Developer/Translator GtkTreeView by Adwaita in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42019
diff
changeset
|
166 | adw_preferences_page_add(page, group); |
| 38659 | 167 | |
|
38672
df4a6635745a
A bunch of updates from review comments
Gary Kramlich <grim@reaperworld.com>
parents:
38667
diff
changeset
|
168 | people = json_object_get_array_member(section, "people"); |
|
df4a6635745a
A bunch of updates from review comments
Gary Kramlich <grim@reaperworld.com>
parents:
38667
diff
changeset
|
169 | n_people = json_array_get_length(people); |
| 38659 | 170 | |
|
42020
c99700b694ed
Replace Developer/Translator GtkTreeView by Adwaita in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42019
diff
changeset
|
171 | for(guint idx = 0; idx < n_people; idx++) { |
|
c99700b694ed
Replace Developer/Translator GtkTreeView by Adwaita in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42019
diff
changeset
|
172 | const char *name = json_array_get_string_element(people, idx); |
|
c99700b694ed
Replace Developer/Translator GtkTreeView by Adwaita in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42019
diff
changeset
|
173 | pidgin_about_dialog_group_add_row(group, name, NULL); |
| 38662 | 174 | } |
| 175 | } | |
| 176 | ||
| 177 | g_list_free(sections); | |
| 178 | ||
| 179 | /* clean up */ | |
| 180 | g_object_unref(G_OBJECT(parser)); | |
| 181 | ||
| 182 | g_input_stream_close(istream, NULL, NULL); | |
| 183 | } | |
| 184 | ||
| 185 | static void | |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
186 | pidgin_about_dialog_load_developers(PidginAboutDialog *about) { |
|
42020
c99700b694ed
Replace Developer/Translator GtkTreeView by Adwaita in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42019
diff
changeset
|
187 | pidgin_about_dialog_load_json(about->developers_page, "developers"); |
|
38681
ee42a17715ac
Create a helper function for loading the developers and translators
Gary Kramlich <grim@reaperworld.com>
parents:
38680
diff
changeset
|
188 | } |
| 38662 | 189 | |
|
38681
ee42a17715ac
Create a helper function for loading the developers and translators
Gary Kramlich <grim@reaperworld.com>
parents:
38680
diff
changeset
|
190 | static void |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
191 | pidgin_about_dialog_load_translators(PidginAboutDialog *about) { |
|
42020
c99700b694ed
Replace Developer/Translator GtkTreeView by Adwaita in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42019
diff
changeset
|
192 | pidgin_about_dialog_load_json(about->translators_page, "languages"); |
| 38659 | 193 | } |
| 194 | ||
|
38660
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
195 | static void |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
196 | pidgin_about_dialog_build_info_add_version(AdwPreferencesGroup *group, |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
197 | const gchar *title, |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
198 | guint major, |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
199 | guint minor, |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
200 | guint micro) |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
201 | { |
|
38661
cf4073d0d648
A bunch more tweaks and added build and runtime library versions
Gary Kramlich <grim@reaperworld.com>
parents:
38660
diff
changeset
|
202 | gchar *version = g_strdup_printf("%u.%u.%u", major, minor, micro); |
|
cf4073d0d648
A bunch more tweaks and added build and runtime library versions
Gary Kramlich <grim@reaperworld.com>
parents:
38660
diff
changeset
|
203 | |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
204 | pidgin_about_dialog_group_add_row(group, title, version); |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
205 | |
|
38661
cf4073d0d648
A bunch more tweaks and added build and runtime library versions
Gary Kramlich <grim@reaperworld.com>
parents:
38660
diff
changeset
|
206 | g_free(version); |
|
38660
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
207 | } |
|
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
208 | |
|
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
209 | static void |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
210 | pidgin_about_dialog_load_build_info(PidginAboutDialog *about) { |
|
38661
cf4073d0d648
A bunch more tweaks and added build and runtime library versions
Gary Kramlich <grim@reaperworld.com>
parents:
38660
diff
changeset
|
211 | |
|
38665
35676a9b7faa
Add the version to the application_name label and add the revision to build info
Gary Kramlich <grim@reaperworld.com>
parents:
38664
diff
changeset
|
212 | /* add the commit hash */ |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
213 | pidgin_about_dialog_group_add_row(about->build_info_group, "Commit Hash", |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
214 | REVISION); |
|
38665
35676a9b7faa
Add the version to the application_name label and add the revision to build info
Gary Kramlich <grim@reaperworld.com>
parents:
38664
diff
changeset
|
215 | |
|
38661
cf4073d0d648
A bunch more tweaks and added build and runtime library versions
Gary Kramlich <grim@reaperworld.com>
parents:
38660
diff
changeset
|
216 | /* add the purple version */ |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
217 | pidgin_about_dialog_build_info_add_version(about->build_info_group, |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
218 | _("Purple Version"), |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
219 | PURPLE_MAJOR_VERSION, |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
220 | PURPLE_MINOR_VERSION, |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
221 | PURPLE_MICRO_VERSION); |
|
38661
cf4073d0d648
A bunch more tweaks and added build and runtime library versions
Gary Kramlich <grim@reaperworld.com>
parents:
38660
diff
changeset
|
222 | |
|
cf4073d0d648
A bunch more tweaks and added build and runtime library versions
Gary Kramlich <grim@reaperworld.com>
parents:
38660
diff
changeset
|
223 | /* add the glib version */ |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
224 | pidgin_about_dialog_build_info_add_version(about->build_info_group, |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
225 | _("GLib Version"), |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
226 | GLIB_MAJOR_VERSION, |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
227 | GLIB_MINOR_VERSION, |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
228 | GLIB_MICRO_VERSION); |
|
38661
cf4073d0d648
A bunch more tweaks and added build and runtime library versions
Gary Kramlich <grim@reaperworld.com>
parents:
38660
diff
changeset
|
229 | |
|
cf4073d0d648
A bunch more tweaks and added build and runtime library versions
Gary Kramlich <grim@reaperworld.com>
parents:
38660
diff
changeset
|
230 | /* add the gtk version */ |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
231 | pidgin_about_dialog_build_info_add_version(about->build_info_group, |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
232 | _("GTK Version"), |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
233 | GTK_MAJOR_VERSION, |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
234 | GTK_MINOR_VERSION, |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
235 | GTK_MICRO_VERSION); |
|
38661
cf4073d0d648
A bunch more tweaks and added build and runtime library versions
Gary Kramlich <grim@reaperworld.com>
parents:
38660
diff
changeset
|
236 | } |
|
cf4073d0d648
A bunch more tweaks and added build and runtime library versions
Gary Kramlich <grim@reaperworld.com>
parents:
38660
diff
changeset
|
237 | |
|
42022
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
238 | static char * |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
239 | pidgin_about_dialog_copy_build_info(void) { |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
240 | char *info = NULL; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
241 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
242 | info = g_strdup_printf( |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
243 | "Build Information\n" |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
244 | "=================\n" |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
245 | "Commit Hash: %s\n" |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
246 | "Purple Version: %u.%u.%u\n" |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
247 | "GLib Version: %u.%u.%u\n" |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
248 | "GTK Version: %u.%u.%u\n", |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
249 | REVISION, |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
250 | PURPLE_MAJOR_VERSION, PURPLE_MINOR_VERSION, PURPLE_MICRO_VERSION, |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
251 | GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION, |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
252 | GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
253 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
254 | return info; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
255 | } |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
256 | |
|
38661
cf4073d0d648
A bunch more tweaks and added build and runtime library versions
Gary Kramlich <grim@reaperworld.com>
parents:
38660
diff
changeset
|
257 | static void |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
258 | pidgin_about_dialog_load_runtime_info(PidginAboutDialog *about) { |
|
38661
cf4073d0d648
A bunch more tweaks and added build and runtime library versions
Gary Kramlich <grim@reaperworld.com>
parents:
38660
diff
changeset
|
259 | /* add the purple version */ |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
260 | pidgin_about_dialog_build_info_add_version(about->runtime_info_group, |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
261 | _("Purple Version"), |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
262 | purple_major_version, |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
263 | purple_minor_version, |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
264 | purple_micro_version); |
|
38661
cf4073d0d648
A bunch more tweaks and added build and runtime library versions
Gary Kramlich <grim@reaperworld.com>
parents:
38660
diff
changeset
|
265 | |
|
cf4073d0d648
A bunch more tweaks and added build and runtime library versions
Gary Kramlich <grim@reaperworld.com>
parents:
38660
diff
changeset
|
266 | /* add the glib version */ |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
267 | pidgin_about_dialog_build_info_add_version(about->runtime_info_group, |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
268 | _("GLib Version"), |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
269 | glib_major_version, |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
270 | glib_minor_version, |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
271 | glib_micro_version); |
|
38661
cf4073d0d648
A bunch more tweaks and added build and runtime library versions
Gary Kramlich <grim@reaperworld.com>
parents:
38660
diff
changeset
|
272 | |
|
cf4073d0d648
A bunch more tweaks and added build and runtime library versions
Gary Kramlich <grim@reaperworld.com>
parents:
38660
diff
changeset
|
273 | /* add the gtk version */ |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
274 | pidgin_about_dialog_build_info_add_version(about->runtime_info_group, |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
275 | _("GTK Version"), |
|
41525
87e0e009f5c1
Convert some stuff in PidginAbout that was renamed in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41372
diff
changeset
|
276 | gtk_get_major_version(), |
|
87e0e009f5c1
Convert some stuff in PidginAbout that was renamed in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41372
diff
changeset
|
277 | gtk_get_minor_version(), |
|
87e0e009f5c1
Convert some stuff in PidginAbout that was renamed in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41372
diff
changeset
|
278 | gtk_get_micro_version()); |
|
38661
cf4073d0d648
A bunch more tweaks and added build and runtime library versions
Gary Kramlich <grim@reaperworld.com>
parents:
38660
diff
changeset
|
279 | } |
|
cf4073d0d648
A bunch more tweaks and added build and runtime library versions
Gary Kramlich <grim@reaperworld.com>
parents:
38660
diff
changeset
|
280 | |
|
42022
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
281 | static char * |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
282 | pidgin_about_dialog_copy_runtime_info(void) { |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
283 | char *info = NULL; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
284 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
285 | info = g_strdup_printf( |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
286 | "Runtime Information\n" |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
287 | "===================\n" |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
288 | "Purple Version: %u.%u.%u\n" |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
289 | "GLib Version: %u.%u.%u\n" |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
290 | "GTK Version: %u.%u.%u\n", |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
291 | purple_major_version, purple_minor_version, purple_micro_version, |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
292 | glib_major_version, glib_minor_version, glib_micro_version, |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
293 | gtk_get_major_version(), gtk_get_minor_version(), gtk_get_micro_version()); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
294 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
295 | return info; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
296 | } |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
297 | |
|
38661
cf4073d0d648
A bunch more tweaks and added build and runtime library versions
Gary Kramlich <grim@reaperworld.com>
parents:
38660
diff
changeset
|
298 | static void |
|
40605
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
299 | pidgin_about_dialog_load_gtk_settings(PidginAboutDialog *about) { |
|
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
300 | gchar *cursor_theme_name = NULL, *theme_name = NULL; |
|
41595
61d8f39f3d70
Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41525
diff
changeset
|
301 | gchar *icon_theme_name = NULL; |
|
40605
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
302 | gchar *im_module = NULL; |
|
41595
61d8f39f3d70
Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41525
diff
changeset
|
303 | gchar *sound_theme_name = NULL; |
|
40605
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
304 | gboolean enable_animations = FALSE; |
|
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
305 | gboolean shell_shows_app_menu = FALSE, shell_shows_menubar = FALSE; |
|
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
306 | |
|
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
307 | /* get the settings we're interested in */ |
|
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
308 | g_object_get( |
|
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
309 | gtk_settings_get_default(), |
|
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
310 | "gtk-cursor-theme-name", &cursor_theme_name, |
|
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
311 | "gtk-enable-animations", &enable_animations, |
|
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
312 | "gtk-icon-theme-name", &icon_theme_name, |
|
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
313 | "gtk-im-module", &im_module, |
|
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
314 | "gtk-shell-shows-app-menu", &shell_shows_app_menu, |
|
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
315 | "gtk-shell-shows-menubar", &shell_shows_menubar, |
|
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
316 | "gtk-sound-theme-name", &sound_theme_name, |
|
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
317 | "gtk-theme-name", &theme_name, |
|
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
318 | NULL); |
|
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
319 | |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
320 | pidgin_about_dialog_group_add_row( |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
321 | about->gtk_settings_group, |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
322 | "gtk-cursor-theme-name", |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
323 | (cursor_theme_name != NULL) ? cursor_theme_name : _("(not set)")); |
|
40605
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
324 | |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
325 | pidgin_about_dialog_group_add_row( |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
326 | about->gtk_settings_group, |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
327 | "gtk-enable-animations", |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
328 | enable_animations ? _("yes") : _("no")); |
|
40605
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
329 | |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
330 | pidgin_about_dialog_group_add_row( |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
331 | about->gtk_settings_group, |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
332 | "gtk-icon-theme-name", |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
333 | (icon_theme_name != NULL) ? icon_theme_name : _("(not set)")); |
|
40605
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
334 | |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
335 | pidgin_about_dialog_group_add_row( |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
336 | about->gtk_settings_group, |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
337 | "gtk-im-module", |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
338 | (im_module != NULL) ? im_module : _("(not set)")); |
|
40605
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
339 | |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
340 | pidgin_about_dialog_group_add_row( |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
341 | about->gtk_settings_group, |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
342 | "gtk-shell-shows-app-menu", |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
343 | shell_shows_app_menu ? _("yes") : _("no")); |
|
40605
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
344 | |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
345 | pidgin_about_dialog_group_add_row( |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
346 | about->gtk_settings_group, |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
347 | "gtk-shell-shows-menubar", |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
348 | shell_shows_menubar ? _("yes") : _("no")); |
|
40605
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
349 | |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
350 | pidgin_about_dialog_group_add_row( |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
351 | about->gtk_settings_group, |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
352 | "gtk-sound-theme-name", |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
353 | (sound_theme_name != NULL) ? sound_theme_name : _("(not set)")); |
|
40605
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
354 | |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
355 | pidgin_about_dialog_group_add_row( |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
356 | about->gtk_settings_group, |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
357 | "gtk-theme-name", |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
358 | (theme_name != NULL) ? theme_name : _("(not set)")); |
|
40605
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
359 | |
|
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
360 | g_free(cursor_theme_name); |
|
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
361 | g_free(icon_theme_name); |
|
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
362 | g_free(im_module); |
|
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
363 | g_free(sound_theme_name); |
|
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
364 | g_free(theme_name); |
|
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
365 | } |
|
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
366 | |
|
42022
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
367 | static char * |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
368 | pidgin_about_dialog_copy_gtk_settings(void) { |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
369 | char *cursor_theme_name = NULL, *theme_name = NULL; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
370 | char *icon_theme_name = NULL; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
371 | char *im_module = NULL; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
372 | char *sound_theme_name = NULL; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
373 | gboolean enable_animations = FALSE; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
374 | gboolean shell_shows_app_menu = FALSE, shell_shows_menubar = FALSE; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
375 | GString *info = NULL; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
376 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
377 | /* get the settings we're interested in */ |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
378 | g_object_get( |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
379 | gtk_settings_get_default(), |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
380 | "gtk-cursor-theme-name", &cursor_theme_name, |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
381 | "gtk-enable-animations", &enable_animations, |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
382 | "gtk-icon-theme-name", &icon_theme_name, |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
383 | "gtk-im-module", &im_module, |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
384 | "gtk-shell-shows-app-menu", &shell_shows_app_menu, |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
385 | "gtk-shell-shows-menubar", &shell_shows_menubar, |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
386 | "gtk-sound-theme-name", &sound_theme_name, |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
387 | "gtk-theme-name", &theme_name, |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
388 | NULL); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
389 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
390 | info = g_string_new( |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
391 | "GTK Settings\n" |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
392 | "============\n"); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
393 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
394 | g_string_append_printf( |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
395 | info, "gtk-cursor-theme-name: %s\n", |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
396 | (cursor_theme_name != NULL) ? cursor_theme_name : _("(not set)")); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
397 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
398 | g_string_append_printf(info, "gtk-enable-animations: %s\n", |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
399 | enable_animations ? _("yes") : _("no")); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
400 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
401 | g_string_append_printf( |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
402 | info, "gtk-icon-theme-name: %s\n", |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
403 | (icon_theme_name != NULL) ? icon_theme_name : _("(not set)")); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
404 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
405 | g_string_append_printf(info, "gtk-im-module: %s\n", |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
406 | (im_module != NULL) ? im_module : _("(not set)")); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
407 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
408 | g_string_append_printf(info, "gtk-shell-shows-app-menu: %s\n", |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
409 | shell_shows_app_menu ? _("yes") : _("no")); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
410 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
411 | g_string_append_printf(info, "gtk-shell-shows-menubar: %s\n", |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
412 | shell_shows_menubar ? _("yes") : _("no")); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
413 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
414 | g_string_append_printf( |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
415 | info, "gtk-sound-theme-name: %s\n", |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
416 | (sound_theme_name != NULL) ? sound_theme_name : _("(not set)")); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
417 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
418 | g_string_append_printf(info, "gtk-theme-name: %s\n", |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
419 | (theme_name != NULL) ? theme_name : _("(not set)")); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
420 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
421 | g_free(cursor_theme_name); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
422 | g_free(icon_theme_name); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
423 | g_free(im_module); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
424 | g_free(sound_theme_name); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
425 | g_free(theme_name); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
426 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
427 | return g_string_free(info, FALSE); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
428 | } |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
429 | |
|
40605
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
430 | static void |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
431 | pidgin_about_dialog_load_plugin_search_paths(PidginAboutDialog *about) { |
|
41008
dc06703548a1
Update everything for GPlugin 0.33.0
Gary Kramlich <grim@reaperworld.com>
parents:
40830
diff
changeset
|
432 | GList *paths = NULL; |
|
dc06703548a1
Update everything for GPlugin 0.33.0
Gary Kramlich <grim@reaperworld.com>
parents:
40830
diff
changeset
|
433 | GPluginManager *manager = gplugin_manager_get_default(); |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
434 | |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
435 | /* add the search paths */ |
|
41008
dc06703548a1
Update everything for GPlugin 0.33.0
Gary Kramlich <grim@reaperworld.com>
parents:
40830
diff
changeset
|
436 | paths = gplugin_manager_get_paths(manager); |
|
dc06703548a1
Update everything for GPlugin 0.33.0
Gary Kramlich <grim@reaperworld.com>
parents:
40830
diff
changeset
|
437 | while(paths != NULL) { |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
438 | pidgin_about_dialog_group_add_row(about->plugin_search_paths_group, |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
439 | paths->data, NULL); |
|
41008
dc06703548a1
Update everything for GPlugin 0.33.0
Gary Kramlich <grim@reaperworld.com>
parents:
40830
diff
changeset
|
440 | |
|
dc06703548a1
Update everything for GPlugin 0.33.0
Gary Kramlich <grim@reaperworld.com>
parents:
40830
diff
changeset
|
441 | paths = paths->next; |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
442 | } |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
443 | } |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
444 | |
|
42022
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
445 | static char * |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
446 | pidgin_about_dialog_copy_plugin_search_paths(void) { |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
447 | GList *paths = NULL; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
448 | GPluginManager *manager = gplugin_manager_get_default(); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
449 | GString *info = NULL; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
450 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
451 | info = g_string_new( |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
452 | "Plugin Search Paths\n" |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
453 | "===================\n"); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
454 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
455 | /* add the search paths */ |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
456 | paths = gplugin_manager_get_paths(manager); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
457 | while(paths != NULL) { |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
458 | g_string_append_printf(info, "- %s\n", (char *)paths->data); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
459 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
460 | paths = paths->next; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
461 | } |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
462 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
463 | return g_string_free(info, FALSE); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
464 | } |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
465 | |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
466 | static void |
|
40830
628ec6b8efd4
Add configuration directory path to help window
TANWEER ALI <tanweerali908@gmail.com>
parents:
40605
diff
changeset
|
467 | pidgin_about_dialog_load_conf_path_info(PidginAboutDialog *about) { |
|
628ec6b8efd4
Add configuration directory path to help window
TANWEER ALI <tanweerali908@gmail.com>
parents:
40605
diff
changeset
|
468 | /* add the cache directory path */ |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
469 | pidgin_about_dialog_group_add_row(about->conf_path_info_group, _("Cache"), |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
470 | purple_cache_dir()); |
|
40830
628ec6b8efd4
Add configuration directory path to help window
TANWEER ALI <tanweerali908@gmail.com>
parents:
40605
diff
changeset
|
471 | |
|
628ec6b8efd4
Add configuration directory path to help window
TANWEER ALI <tanweerali908@gmail.com>
parents:
40605
diff
changeset
|
472 | /* add the config directory path */ |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
473 | pidgin_about_dialog_group_add_row(about->conf_path_info_group, |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
474 | _("Configuration"), purple_config_dir()); |
|
40830
628ec6b8efd4
Add configuration directory path to help window
TANWEER ALI <tanweerali908@gmail.com>
parents:
40605
diff
changeset
|
475 | |
|
628ec6b8efd4
Add configuration directory path to help window
TANWEER ALI <tanweerali908@gmail.com>
parents:
40605
diff
changeset
|
476 | /* add the data directory path */ |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
477 | pidgin_about_dialog_group_add_row(about->conf_path_info_group, _("Data"), |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
478 | purple_data_dir()); |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
479 | } |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
480 | |
|
42022
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
481 | static char * |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
482 | pidgin_about_dialog_copy_conf_path_info(void) { |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
483 | char *info = NULL; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
484 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
485 | info = g_strdup_printf( |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
486 | "Runtime Directories\n" |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
487 | "===================\n" |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
488 | "Cache: %s\n" |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
489 | "Configuration: %s\n" |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
490 | "Data: %s\n", |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
491 | purple_cache_dir(), |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
492 | purple_config_dir(), |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
493 | purple_data_dir()); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
494 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
495 | return info; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
496 | } |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
497 | |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
498 | static void |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
499 | pidgin_about_dialog_add_build_args(PidginAboutDialog *about, |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
500 | const char *build_args) |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
501 | { |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
502 | gchar **splits = NULL; |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
503 | |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
504 | /* Walk through the arguments and add them */ |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
505 | splits = g_strsplit(build_args, " ", -1); |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
506 | for(gint idx = 0; splits[idx]; idx++) { |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
507 | gchar **value_split = g_strsplit(splits[idx], "=", 2); |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
508 | |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
509 | if(value_split[0] == NULL || value_split[0][0] == '\0') { |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
510 | continue; |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
511 | } |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
512 | |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
513 | pidgin_about_dialog_group_add_row(about->build_args_group, |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
514 | value_split[0], value_split[1]); |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
515 | |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
516 | g_strfreev(value_split); |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
517 | } |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
518 | |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
519 | g_strfreev(splits); |
|
40830
628ec6b8efd4
Add configuration directory path to help window
TANWEER ALI <tanweerali908@gmail.com>
parents:
40605
diff
changeset
|
520 | } |
|
628ec6b8efd4
Add configuration directory path to help window
TANWEER ALI <tanweerali908@gmail.com>
parents:
40605
diff
changeset
|
521 | |
|
42022
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
522 | static char * |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
523 | pidgin_about_dialog_copy_build_args(const char *build_args) { |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
524 | char **splits = NULL; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
525 | GString *info = NULL; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
526 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
527 | info = g_string_new( |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
528 | "Meson Arguments\n" |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
529 | "===============\n"); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
530 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
531 | /* Walk through the arguments and add them */ |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
532 | splits = g_strsplit(build_args, " ", -1); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
533 | for(gint idx = 0; splits[idx]; idx++) { |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
534 | char **value_split = g_strsplit(splits[idx], "=", 2); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
535 | char *value = NULL; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
536 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
537 | if(value_split[0] == NULL || value_split[0][0] == '\0') { |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
538 | continue; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
539 | } |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
540 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
541 | if(value_split[1] != NULL) { |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
542 | value = purple_unescape_text(value_split[1]); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
543 | } else { |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
544 | value = NULL; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
545 | } |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
546 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
547 | g_string_append_printf(info, "%s: %s\n", value_split[0], value); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
548 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
549 | g_free(value); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
550 | g_strfreev(value_split); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
551 | } |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
552 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
553 | g_strfreev(splits); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
554 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
555 | return g_string_free(info, FALSE); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
556 | } |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
557 | |
|
40830
628ec6b8efd4
Add configuration directory path to help window
TANWEER ALI <tanweerali908@gmail.com>
parents:
40605
diff
changeset
|
558 | static void |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
559 | pidgin_about_dialog_load_build_configuration(PidginAboutDialog *about) { |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
560 | pidgin_about_dialog_load_build_info(about); |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
561 | pidgin_about_dialog_load_runtime_info(about); |
|
40605
db61db6af817
Add a bunch of interesting properties from gtk-settings to the about box
Gary Kramlich <grim@reaperworld.com>
parents:
40539
diff
changeset
|
562 | pidgin_about_dialog_load_gtk_settings(about); |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
563 | pidgin_about_dialog_load_plugin_search_paths(about); |
|
40830
628ec6b8efd4
Add configuration directory path to help window
TANWEER ALI <tanweerali908@gmail.com>
parents:
40605
diff
changeset
|
564 | pidgin_about_dialog_load_conf_path_info(about); |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
565 | |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
566 | #ifdef MESON_ARGS |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
567 | pidgin_about_dialog_add_build_args(about, MESON_ARGS); |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
568 | gtk_widget_set_visible(GTK_WIDGET(about->build_args_group), TRUE); |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
569 | #endif /* MESON_ARGS */ |
|
38660
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
570 | } |
|
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
571 | |
| 38659 | 572 | /****************************************************************************** |
| 573 | * Callbacks | |
| 574 | *****************************************************************************/ | |
| 575 | static void | |
|
41372
e3d28548e01d
Some random about dialog cleanups
Gary Kramlich <grim@reaperworld.com>
parents:
41307
diff
changeset
|
576 | pidgin_about_dialog_response_cb(GtkDialog *dialog, gint response_id, |
|
e3d28548e01d
Some random about dialog cleanups
Gary Kramlich <grim@reaperworld.com>
parents:
41307
diff
changeset
|
577 | G_GNUC_UNUSED gpointer data) |
|
e3d28548e01d
Some random about dialog cleanups
Gary Kramlich <grim@reaperworld.com>
parents:
41307
diff
changeset
|
578 | { |
|
e3d28548e01d
Some random about dialog cleanups
Gary Kramlich <grim@reaperworld.com>
parents:
41307
diff
changeset
|
579 | switch(response_id) { |
|
e3d28548e01d
Some random about dialog cleanups
Gary Kramlich <grim@reaperworld.com>
parents:
41307
diff
changeset
|
580 | case GTK_RESPONSE_CLOSE: |
|
41595
61d8f39f3d70
Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41525
diff
changeset
|
581 | case GTK_RESPONSE_DELETE_EVENT: |
|
41525
87e0e009f5c1
Convert some stuff in PidginAbout that was renamed in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41372
diff
changeset
|
582 | gtk_window_destroy(GTK_WINDOW(dialog)); |
|
41372
e3d28548e01d
Some random about dialog cleanups
Gary Kramlich <grim@reaperworld.com>
parents:
41307
diff
changeset
|
583 | break; |
|
e3d28548e01d
Some random about dialog cleanups
Gary Kramlich <grim@reaperworld.com>
parents:
41307
diff
changeset
|
584 | } |
|
38666
c0bf67926a79
Wire up the close button
Gary Kramlich <grim@reaperworld.com>
parents:
38665
diff
changeset
|
585 | } |
|
c0bf67926a79
Wire up the close button
Gary Kramlich <grim@reaperworld.com>
parents:
38665
diff
changeset
|
586 | |
|
42016
aa93ea1296f3
Handle URL clicks in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42015
diff
changeset
|
587 | static void |
|
aa93ea1296f3
Handle URL clicks in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42015
diff
changeset
|
588 | pidgin_about_dialog_open_url_cb(G_GNUC_UNUSED TalkatuView *view, |
|
aa93ea1296f3
Handle URL clicks in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42015
diff
changeset
|
589 | const char *url, gpointer data) |
|
aa93ea1296f3
Handle URL clicks in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42015
diff
changeset
|
590 | { |
|
aa93ea1296f3
Handle URL clicks in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42015
diff
changeset
|
591 | gtk_show_uri(GTK_WINDOW(data), url, GDK_CURRENT_TIME); |
|
aa93ea1296f3
Handle URL clicks in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42015
diff
changeset
|
592 | } |
|
aa93ea1296f3
Handle URL clicks in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42015
diff
changeset
|
593 | |
|
42022
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
594 | static void |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
595 | pidgin_about_dialog_copy_button_cb(GtkButton *button, |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
596 | gpointer data) |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
597 | { |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
598 | PidginAboutDialog *about = NULL; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
599 | GdkClipboard *clipboard = NULL; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
600 | char *info = NULL; |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
601 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
602 | about = PIDGIN_ABOUT_DIALOG(gtk_widget_get_root(GTK_WIDGET(button))); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
603 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
604 | if(data == about->build_info_group) { |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
605 | info = pidgin_about_dialog_copy_build_info(); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
606 | } else if(data == about->runtime_info_group) { |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
607 | info = pidgin_about_dialog_copy_runtime_info(); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
608 | } else if(data == about->gtk_settings_group) { |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
609 | info = pidgin_about_dialog_copy_gtk_settings(); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
610 | } else if(data == about->plugin_search_paths_group) { |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
611 | info = pidgin_about_dialog_copy_plugin_search_paths(); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
612 | } else if(data == about->conf_path_info_group) { |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
613 | info = pidgin_about_dialog_copy_conf_path_info(); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
614 | #ifdef MESON_ARGS |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
615 | } else if(data == about->build_args_group) { |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
616 | info = pidgin_about_dialog_copy_build_args(MESON_ARGS); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
617 | #endif |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
618 | } else { |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
619 | GString *everything = g_string_new(NULL); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
620 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
621 | info = pidgin_about_dialog_copy_build_info(); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
622 | g_string_append(everything, info); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
623 | g_string_append_c(everything, '\n'); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
624 | g_free(info); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
625 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
626 | info = pidgin_about_dialog_copy_runtime_info(); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
627 | g_string_append(everything, info); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
628 | g_string_append_c(everything, '\n'); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
629 | g_free(info); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
630 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
631 | info = pidgin_about_dialog_copy_conf_path_info(); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
632 | g_string_append(everything, info); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
633 | g_string_append_c(everything, '\n'); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
634 | g_free(info); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
635 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
636 | info = pidgin_about_dialog_copy_gtk_settings(); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
637 | g_string_append(everything, info); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
638 | g_string_append_c(everything, '\n'); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
639 | g_free(info); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
640 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
641 | info = pidgin_about_dialog_copy_plugin_search_paths(); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
642 | g_string_append(everything, info); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
643 | g_free(info); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
644 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
645 | #ifdef MESON_ARGS |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
646 | g_string_append_c(everything, '\n'); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
647 | info = pidgin_about_dialog_copy_build_args(MESON_ARGS); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
648 | g_string_append(everything, info); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
649 | g_free(info); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
650 | #endif |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
651 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
652 | info = g_string_free(everything, FALSE); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
653 | } |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
654 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
655 | clipboard = gtk_widget_get_clipboard(GTK_WIDGET(about)); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
656 | gdk_clipboard_set_text(clipboard, info); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
657 | |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
658 | g_free(info); |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
659 | } |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
660 | |
| 38659 | 661 | /****************************************************************************** |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
662 | * GObject Implementation |
| 38659 | 663 | *****************************************************************************/ |
|
39855
7c9c4d700ed2
Get rid of the private struct in PidginAbout box and a few other cleanups
Gary Kramlich <grim@reaperworld.com>
parents:
39533
diff
changeset
|
664 | G_DEFINE_TYPE(PidginAboutDialog, pidgin_about_dialog, GTK_TYPE_DIALOG); |
|
7c9c4d700ed2
Get rid of the private struct in PidginAbout box and a few other cleanups
Gary Kramlich <grim@reaperworld.com>
parents:
39533
diff
changeset
|
665 | |
| 38659 | 666 | static void |
| 667 | pidgin_about_dialog_class_init(PidginAboutDialogClass *klass) { | |
| 668 | GtkWidgetClass *widget_class = GTK_WIDGET_CLASS(klass); | |
| 669 | ||
| 670 | gtk_widget_class_set_template_from_resource( | |
| 671 | widget_class, | |
|
41030
ec8b76f3bf0a
Fix the resource path so we can use the automatic stuff that GtkApplication supports
Gary Kramlich <grim@reaperworld.com>
parents:
41008
diff
changeset
|
672 | "/im/pidgin/Pidgin3/About/about.ui" |
| 38659 | 673 | ); |
| 674 | ||
|
41372
e3d28548e01d
Some random about dialog cleanups
Gary Kramlich <grim@reaperworld.com>
parents:
41307
diff
changeset
|
675 | gtk_widget_class_bind_template_child(widget_class, PidginAboutDialog, |
|
e3d28548e01d
Some random about dialog cleanups
Gary Kramlich <grim@reaperworld.com>
parents:
41307
diff
changeset
|
676 | application_name); |
| 38659 | 677 | |
|
41372
e3d28548e01d
Some random about dialog cleanups
Gary Kramlich <grim@reaperworld.com>
parents:
41307
diff
changeset
|
678 | gtk_widget_class_bind_template_child(widget_class, PidginAboutDialog, |
|
e3d28548e01d
Some random about dialog cleanups
Gary Kramlich <grim@reaperworld.com>
parents:
41307
diff
changeset
|
679 | main_buffer); |
|
38664
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
680 | |
|
41372
e3d28548e01d
Some random about dialog cleanups
Gary Kramlich <grim@reaperworld.com>
parents:
41307
diff
changeset
|
681 | gtk_widget_class_bind_template_child(widget_class, PidginAboutDialog, |
|
42020
c99700b694ed
Replace Developer/Translator GtkTreeView by Adwaita in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42019
diff
changeset
|
682 | developers_page); |
| 38662 | 683 | |
|
41372
e3d28548e01d
Some random about dialog cleanups
Gary Kramlich <grim@reaperworld.com>
parents:
41307
diff
changeset
|
684 | gtk_widget_class_bind_template_child(widget_class, PidginAboutDialog, |
|
42020
c99700b694ed
Replace Developer/Translator GtkTreeView by Adwaita in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42019
diff
changeset
|
685 | translators_page); |
|
38660
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
686 | |
|
41372
e3d28548e01d
Some random about dialog cleanups
Gary Kramlich <grim@reaperworld.com>
parents:
41307
diff
changeset
|
687 | gtk_widget_class_bind_template_child(widget_class, PidginAboutDialog, |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
688 | build_info_group); |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
689 | gtk_widget_class_bind_template_child(widget_class, PidginAboutDialog, |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
690 | runtime_info_group); |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
691 | gtk_widget_class_bind_template_child(widget_class, PidginAboutDialog, |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
692 | gtk_settings_group); |
|
41372
e3d28548e01d
Some random about dialog cleanups
Gary Kramlich <grim@reaperworld.com>
parents:
41307
diff
changeset
|
693 | gtk_widget_class_bind_template_child(widget_class, PidginAboutDialog, |
|
42019
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
694 | plugin_search_paths_group); |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
695 | gtk_widget_class_bind_template_child(widget_class, PidginAboutDialog, |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
696 | conf_path_info_group); |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
697 | gtk_widget_class_bind_template_child(widget_class, PidginAboutDialog, |
|
d9f258656fc6
Replace GtkTreeView in Build Information with Adwaita widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42016
diff
changeset
|
698 | build_args_group); |
|
41178
f47c2b18648e
Connect the close signal of the about dialog in the template instead of C code
Gary Kramlich <grim@reaperworld.com>
parents:
41030
diff
changeset
|
699 | |
|
41372
e3d28548e01d
Some random about dialog cleanups
Gary Kramlich <grim@reaperworld.com>
parents:
41307
diff
changeset
|
700 | gtk_widget_class_bind_template_callback(widget_class, |
|
e3d28548e01d
Some random about dialog cleanups
Gary Kramlich <grim@reaperworld.com>
parents:
41307
diff
changeset
|
701 | pidgin_about_dialog_response_cb); |
|
42016
aa93ea1296f3
Handle URL clicks in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42015
diff
changeset
|
702 | gtk_widget_class_bind_template_callback(widget_class, |
|
aa93ea1296f3
Handle URL clicks in About dialog
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42015
diff
changeset
|
703 | pidgin_about_dialog_open_url_cb); |
|
42022
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
704 | gtk_widget_class_bind_template_callback(widget_class, |
|
b4747dfd7c34
Add copy button to Build Information sections
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42020
diff
changeset
|
705 | pidgin_about_dialog_copy_button_cb); |
| 38659 | 706 | } |
| 707 | ||
| 708 | static void | |
| 709 | pidgin_about_dialog_init(PidginAboutDialog *about) { | |
| 710 | gtk_widget_init_template(GTK_WIDGET(about)); | |
| 711 | ||
|
38665
35676a9b7faa
Add the version to the application_name label and add the revision to build info
Gary Kramlich <grim@reaperworld.com>
parents:
38664
diff
changeset
|
712 | /* setup the application name label */ |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
713 | pidgin_about_dialog_load_application_name(about); |
|
38665
35676a9b7faa
Add the version to the application_name label and add the revision to build info
Gary Kramlich <grim@reaperworld.com>
parents:
38664
diff
changeset
|
714 | |
|
38664
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
715 | /* setup the main page */ |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
716 | pidgin_about_dialog_load_main_page(about); |
|
38664
253a9bbc3317
Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents:
38663
diff
changeset
|
717 | |
| 38662 | 718 | /* setup the developers stuff */ |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
719 | pidgin_about_dialog_load_developers(about); |
| 38662 | 720 | |
| 721 | /* setup the translators stuff */ | |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
722 | pidgin_about_dialog_load_translators(about); |
| 38659 | 723 | |
|
38660
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
724 | /* setup the build info page */ |
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
725 | pidgin_about_dialog_load_build_configuration(about); |
| 38659 | 726 | } |
| 727 | ||
|
40530
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
728 | /****************************************************************************** |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
729 | * Public API |
|
ac5c0a85971e
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
Gary Kramlich <grim@reaperworld.com>
parents:
40496
diff
changeset
|
730 | *****************************************************************************/ |
| 38659 | 731 | GtkWidget * |
| 732 | pidgin_about_dialog_new(void) { | |
|
41307
685bab46fad2
Move the singleton handling of the about dialog to the action handler.
Gary Kramlich <grim@reaperworld.com>
parents:
41219
diff
changeset
|
733 | return g_object_new( |
| 38659 | 734 | PIDGIN_TYPE_ABOUT_DIALOG, |
| 735 | "title", "About Pidgin", | |
| 736 | NULL | |
|
41219
17dd0210fae7
Make the about dialog into a singleton
Gary Kramlich <grim@reaperworld.com>
parents:
41178
diff
changeset
|
737 | ); |
| 38659 | 738 | } |