Snippets for pan 0.165 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/3j4hnr1lmmslpc01xyrd8pg0z2yj5ahr-pan-0.165.drv.
-
/build/source/uulib/crc32.c:539:21: warning: old-style function definition [-Wold-style-definition] 539 | local unsigned long crc32_little(crc, buf, len) | ^~~~~~~~~~~~ -
/build/source/uulib/crc32.c:579:21: warning: old-style function definition [-Wold-style-definition] 579 | local unsigned long crc32_big(crc, buf, len) | ^~~~~~~~~ -
/build/source/pan/gui/e-action-combo-box.c:61:17: warning: 'gtk_radio_action_get_current_value' is deprecated [-Wdeprecated-declarations] 61 | combo_box->priv->index, GINT_TO_POINTER ( | ^~~~~~~~~ -
/build/source/pan/gui/e-action-combo-box.c:81:17: warning: 'gtk_action_group_get_sensitive' is deprecated [-Wdeprecated-declarations] 81 | gtk_action_group_get_sensitive (action_group), "visible", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/e-action-combo-box.c:82:17: warning: 'gtk_action_group_get_visible' is deprecated [-Wdeprecated-declarations] 82 | gtk_action_group_get_visible (action_group), NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/e-action-combo-box.c:226:17: warning: 'gtk_radio_action_get_type' is deprecated [-Wdeprecated-declarations] 226 | 2, GTK_TYPE_RADIO_ACTION, G_TYPE_FLOAT); | ^ -
/build/source/pan/gui/e-action-combo-box.c:228:9: warning: 'gtk_radio_action_get_group' is deprecated [-Wdeprecated-declarations] 228 | list = gtk_radio_action_get_group (combo_box->priv->action); | ^~~~ -
/build/source/pan/gui/e-action-combo-box.c:360:9: warning: 'gtk_radio_action_set_current_value' is deprecated [-Wdeprecated-declarations] 360 | gtk_radio_action_set_current_value (action, value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/e-action-combo-box.c:388:25: warning: 'gtk_radio_action_get_type' is deprecated [-Wdeprecated-declarations] 388 | GTK_TYPE_RADIO_ACTION, | ^~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/e-action-combo-box.c:479:17: warning: 'gtk_radio_action_get_type' is deprecated [-Wdeprecated-declarations] 479 | g_return_if_fail (GTK_IS_RADIO_ACTION (action)); | ^~~~~~~~~~~~~~~~ -
/build/source/pan/gui/e-action-combo-box.c:535:9: warning: 'gtk_radio_action_get_current_value' is deprecated [-Wdeprecated-declarations] 535 | return gtk_radio_action_get_current_value (combo_box->priv->action); | ^~~~~~ -
/build/source/pan/gui/e-action-combo-box.c:545:9: warning: 'gtk_radio_action_set_current_value' is deprecated [-Wdeprecated-declarations] 545 | gtk_radio_action_set_current_value ( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/e-charset-combo-box.c:101:9: warning: 'gtk_widget_ensure_style' is deprecated [-Wdeprecated-declarations] 101 | gtk_widget_ensure_style (widget); | ^~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/e-charset-combo-box.c:110:9: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations] 110 | widget = gtk_dialog_get_action_area (dialog); | ^~~~~~ -
/build/source/pan/gui/e-charset-combo-box.c:126:9: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations] 126 | widget = gtk_alignment_new (0.0, 0.0, 1.0, 1.0); | ^~~~~~ -
/build/source/pan/gui/e-charset-combo-box.c:127:9: warning: 'gtk_alignment_set_padding' is deprecated [-Wdeprecated-declarations] 127 | gtk_alignment_set_padding (GTK_ALIGNMENT (widget), 0, 0, 12, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/e-charset-combo-box.c:176:9: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 176 | if (!gtk_toggle_action_get_active (action)) | ^~ -
/build/source/pan/gui/e-charset-combo-box.c:309:9: warning: 'gtk_action_group_new' is deprecated [-Wdeprecated-declarations] 309 | action_group = gtk_action_group_new ("charset-combo-box-internal"); | ^~~~~~~~~~~~ -
/build/source/pan/gui/e-charset-combo-box.c:338:9: warning: 'gtk_radio_action_new' is deprecated [-Wdeprecated-declarations] 338 | radio_action = gtk_radio_action_new ( | ^~~~~~~~~~~~ -
/build/source/pan/gui/e-charset-combo-box.c:343:9: warning: 'gtk_radio_action_set_group' is deprecated [-Wdeprecated-declarations] 343 | gtk_radio_action_set_group (radio_action, group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/e-charset-combo-box.c:344:9: warning: 'gtk_radio_action_get_group' is deprecated [-Wdeprecated-declarations] 344 | group = gtk_radio_action_get_group (radio_action); | ^~~~~ -
/build/source/pan/gui/e-charset-combo-box.c:407:9: warning: 'gtk_radio_action_get_type' is deprecated [-Wdeprecated-declarations] 407 | g_return_val_if_fail (GTK_IS_RADIO_ACTION (radio_action), NULL); | ^~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/e-charset-combo-box.c:409:9: warning: 'gtk_radio_action_get_group' is deprecated [-Wdeprecated-declarations] 409 | group = gtk_radio_action_get_group (radio_action); | ^~~~~ -
/build/source/pan/gui/e-charset-combo-box.c:410:9: warning: 'gtk_radio_action_get_current_value' is deprecated [-Wdeprecated-declarations] 410 | current_value = gtk_radio_action_get_current_value (radio_action); | ^~~~~~~~~~~~~ -
/build/source/pan/gui/e-charset-combo-box.c:465:9: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 465 | gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (radio_action), TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/e-charset-dialog.c:85:9: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations] 85 | gtk_container_set_border_width (GTK_CONTAINER (gtk_dialog_get_action_area(dialog)), 12); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/actions.cc:87:53: warning: 'GtkIconFactory* gtk_icon_factory_new()' is deprecated [-Wdeprecated-declarations] 87 | GtkIconFactory * factory = gtk_icon_factory_new (); | ~~~~~~~~~~~~~~~~~~~~~^~ -
/build/source/pan/gui/actions.cc:88:34: warning: 'void gtk_icon_factory_add_default(GtkIconFactory*)' is deprecated [-Wdeprecated-declarations] 88 | gtk_icon_factory_add_default (factory); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ -
/build/source/pan/gui/actions.cc:95:39: warning: 'void gtk_icon_theme_add_builtin_icon(const gchar*, gint, GdkPixbuf*)' is deprecated: Use 'gtk_icon_theme_add_resource_path' instead [-Wdeprecated-declarations] 95 | gtk_icon_theme_add_builtin_icon (my_builtin_icons[i].name, width, pixbuf); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/actions.cc:97:60: warning: 'GtkIconSet* gtk_icon_set_new_from_pixbuf(GdkPixbuf*)' is deprecated [-Wdeprecated-declarations] 97 | GtkIconSet * icon_set = gtk_icon_set_new_from_pixbuf (pixbuf); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ -
/build/source/pan/gui/actions.cc:98:28: warning: 'void gtk_icon_factory_add(GtkIconFactory*, const gchar*, GtkIconSet*)' is deprecated [-Wdeprecated-declarations] 98 | gtk_icon_factory_add (factory, my_builtin_icons[i].name, icon_set); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/actions.cc:100:26: warning: 'void gtk_icon_set_unref(GtkIconSet*)' is deprecated [-Wdeprecated-declarations] 100 | gtk_icon_set_unref (icon_set); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/build/source/pan/gui/actions.cc:192:115: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 192 | void do_work_online (GtkToggleAction * a) { pan_ui->do_work_online (gtk_toggle_action_get_active(a)); } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ -
/build/source/pan/gui/actions.cc:193:115: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 193 | void do_layout (GtkToggleAction * a) { pan_ui->do_layout (gtk_toggle_action_get_active(a)); } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ -
/build/source/pan/gui/actions.cc:194:115: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 194 | void do_show_group_pane (GtkToggleAction * a) { pan_ui->do_show_group_pane (gtk_toggle_action_get_active(a)); } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ -
/build/source/pan/gui/actions.cc:195:115: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 195 | void do_show_header_pane (GtkToggleAction * a) { pan_ui->do_show_header_pane (gtk_toggle_action_get_active(a)); } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ -
/build/source/pan/gui/actions.cc:196:115: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 196 | void do_show_body_pane (GtkToggleAction * a) { pan_ui->do_show_body_pane (gtk_toggle_action_get_active(a)); } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ -
/build/source/pan/gui/actions.cc:197:115: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 197 | void do_show_toolbar (GtkToggleAction * a) { pan_ui->do_show_toolbar (gtk_toggle_action_get_active(a)); } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ -
/build/source/pan/gui/actions.cc:198:115: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 198 | void do_shorten_group_names (GtkToggleAction * a) { pan_ui->do_shorten_group_names (gtk_toggle_action_get_active(a)); } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ -
/build/source/pan/gui/actions.cc:211:49: warning: 'GtkAction* gtk_action_group_get_action(GtkActionGroup*, const gchar*)' is deprecated [-Wdeprecated-declarations] 211 | GtkAction * a = gtk_action_group_get_action (_group, action_name); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/actions.cc:215:34: warning: 'void gtk_toggle_action_set_active(GtkToggleAction*, gboolean)' is deprecated [-Wdeprecated-declarations] 215 | gtk_toggle_action_set_active (GTK_TOGGLE_ACTION(a), is_active); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/actions.cc:250:38: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 250 | if (gtk_toggle_action_get_active (a)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ -
/build/source/pan/gui/actions.cc:261:58: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 261 | prefs->_rules_enabled = gtk_toggle_action_get_active (a); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ -
/build/source/pan/gui/actions.cc:267:53: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 267 | const bool active (gtk_toggle_action_get_active (a)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ -
/build/source/pan/gui/actions.cc:274:123: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 274 | void do_match_only_watched_articles (GtkToggleAction * a) { set_new_match_on_score_state (gtk_toggle_action_get_active(a) ? MATCH_WATCHED : prev_score_state); } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ -
/build/source/pan/gui/actions.cc:286:129: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 286 | void do_match_only_cached_articles (GtkToggleAction * a) { pan_ui->do_match_only_cached_articles (gtk_toggle_action_get_active(a)); } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ -
/build/source/pan/gui/actions.cc:287:129: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 287 | void do_match_only_binary_articles (GtkToggleAction * a) { pan_ui->do_match_only_binary_articles (gtk_toggle_action_get_active(a)); } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ -
/build/source/pan/gui/actions.cc:288:121: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 288 | void do_match_only_my_articles (GtkToggleAction * a) { pan_ui->do_match_only_my_articles (gtk_toggle_action_get_active(a)); } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ -
/build/source/pan/gui/actions.cc:291:52: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 291 | const bool active (gtk_toggle_action_get_active(a)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ -
/build/source/pan/gui/actions.cc:301:52: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 301 | const bool active (gtk_toggle_action_get_active(a)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ -
/build/source/pan/gui/actions.cc:723:44: warning: 'const gchar* gtk_action_get_name(GtkAction*)' is deprecated [-Wdeprecated-declarations] 723 | const char * name (gtk_action_get_name (GTK_ACTION(action))); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/actions.cc:724:57: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 724 | prefs->set_flag (name, gtk_toggle_action_get_active (action)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ -
/build/source/pan/gui/actions.cc:786:56: warning: 'gint gtk_radio_action_get_current_value(GtkRadioAction*)' is deprecated [-Wdeprecated-declarations] 786 | const int mode (gtk_radio_action_get_current_value (current)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ -
/build/source/pan/gui/actions.cc:807:44: warning: 'const gchar* gtk_action_get_name(GtkAction*)' is deprecated [-Wdeprecated-declarations] 807 | const char * name (gtk_action_get_name (GTK_ACTION(a))); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -
/build/source/pan/gui/actions.cc:822:65: warning: 'GtkActionGroup* gtk_action_group_new(const gchar*)' is deprecated [-Wdeprecated-declarations] 822 | GtkActionGroup * action_group = _group = gtk_action_group_new ("Actions"); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ -
/build/source/pan/gui/actions.cc:823:43: warning: 'void gtk_action_group_set_translation_domain(GtkActionGroup*, const gchar*)' is deprecated [-Wdeprecated-declarations] 823 | gtk_action_group_set_translation_domain (action_group, NULL); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/actions.cc:829:66: warning: 'const gchar* gtk_action_group_translate_string(GtkActionGroup*, const gchar*)' is deprecated [-Wdeprecated-declarations] 829 | const gchar* translation = gtk_action_group_translate_string (action_group, action_trans[entries[i].name].c_str()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/actions.cc:837:66: warning: 'const gchar* gtk_action_group_translate_string(GtkActionGroup*, const gchar*)' is deprecated [-Wdeprecated-declarations] 837 | const gchar* translation = gtk_action_group_translate_string (action_group, action_trans[toggle_entries[i].name].c_str()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/actions.cc:845:66: warning: 'const gchar* gtk_action_group_translate_string(GtkActionGroup*, const gchar*)' is deprecated [-Wdeprecated-declarations] 845 | const gchar* translation = gtk_action_group_translate_string (action_group, action_trans[match_toggle_entries[i].name].c_str()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/actions.cc:877:32: warning: 'void gtk_action_group_add_actions(GtkActionGroup*, const GtkActionEntry*, guint, gpointer)' is deprecated [-Wdeprecated-declarations] 877 | gtk_action_group_add_actions (action_group, entries, n_entries, NULL); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/actions.cc:878:39: warning: 'void gtk_action_group_add_toggle_actions(GtkActionGroup*, const GtkToggleActionEntry*, guint, gpointer)' is deprecated [-Wdeprecated-declarations] 878 | gtk_action_group_add_toggle_actions (action_group, toggle_entries, n_toggle_entries, NULL); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/actions.cc:879:38: warning: 'void gtk_action_group_add_radio_actions(GtkActionGroup*, const GtkRadioActionEntry*, guint, gint, GCallback, gpointer)' is deprecated [-Wdeprecated-declarations] 879 | gtk_action_group_add_radio_actions (action_group, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ 880 | match_toggle_entries, G_N_ELEMENTS(match_toggle_entries), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 881 | show_mode, | ~~~~~~~~~~ 882 | G_CALLBACK(show_matches_cb), NULL); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/actions.cc:883:38: warning: 'void gtk_ui_manager_insert_action_group(GtkUIManager*, GtkActionGroup*, gint)' is deprecated [-Wdeprecated-declarations] 883 | gtk_ui_manager_insert_action_group (ui_manager, action_group, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/e-charset.c:140:9: warning: 'gtk_action_group_get_type' is deprecated [-Wdeprecated-declarations] 140 | g_return_val_if_fail (GTK_IS_ACTION_GROUP (action_group), NULL); | ^~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/e-charset.c:186:17: warning: 'gtk_radio_action_new' is deprecated [-Wdeprecated-declarations] 186 | action = gtk_radio_action_new ( | ^~~~~~ -
/build/source/pan/gui/e-charset.c:194:17: warning: 'gtk_radio_action_set_group' is deprecated [-Wdeprecated-declarations] 194 | gtk_radio_action_set_group (action, group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/e-charset.c:195:17: warning: 'gtk_radio_action_get_group' is deprecated [-Wdeprecated-declarations] 195 | group = gtk_radio_action_get_group (action); | ^~~~~ -
/build/source/pan/gui/e-charset.c:201:17: warning: 'gtk_action_group_add_action' is deprecated [-Wdeprecated-declarations] 201 | gtk_action_group_add_action ( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/e-charset.c:227:17: warning: 'gtk_radio_action_new' is deprecated [-Wdeprecated-declarations] 227 | action = gtk_radio_action_new ( | ^~~~~~ -
/build/source/pan/gui/e-charset.c:235:17: warning: 'gtk_radio_action_set_group' is deprecated [-Wdeprecated-declarations] 235 | gtk_radio_action_set_group (action, group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/e-charset.c:236:17: warning: 'gtk_radio_action_get_group' is deprecated [-Wdeprecated-declarations] 236 | group = gtk_radio_action_get_group (action); | ^~~~~ -
/build/source/pan/gui/e-charset.c:242:17: warning: 'gtk_action_group_add_action' is deprecated [-Wdeprecated-declarations] 242 | gtk_action_group_add_action ( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/e-charset.c:253:17: warning: 'gtk_radio_action_set_current_value' is deprecated [-Wdeprecated-declarations] 253 | gtk_radio_action_set_current_value (action, def); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/e-cte-dialog.c:41:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 41 | dialog = GTK_DIALOG (gtk_dialog_new_with_buttons (title, | ^~~~~~ -
/build/source/pan/gui/e-cte-dialog.c:41:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
-
/build/source/pan/gui/e-cte-dialog.c:116:9: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations] 116 | gtk_container_set_border_width (GTK_CONTAINER (gtk_dialog_get_action_area(dialog)), 12); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/xface.c:996:1: warning: old-style function definition [-Wold-style-definition] 996 | UnCompress(f, wid, hei, lev) | ^~~~~~~~~~ -
/build/source/pan/gui/dl-headers-ui.cc:138:35: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 138 | GtkWidget * t = gtk_table_new (4, 2, FALSE); // rows, cols, homogenous | ~~~~~~~~~~~~~~^~~~~~~~~~~~~ -
/build/source/pan/gui/dl-headers-ui.cc:140:32: warning: 'void gtk_table_set_row_spacings(GtkTable*, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 140 | gtk_table_set_row_spacings (GTK_TABLE(t), PAD); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/dl-headers-ui.cc:141:32: warning: 'void gtk_table_set_col_spacings(GtkTable*, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 141 | gtk_table_set_col_spacings (GTK_TABLE(t), PAD); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/dl-headers-ui.cc:149:30: warning: 'void gtk_button_set_alignment(GtkButton*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 149 | gtk_button_set_alignment (GTK_BUTTON(w), 0.5, 0.0); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/dl-headers-ui.cc:150:31: warning: 'void gtk_table_attach_defaults(GtkTable*, GtkWidget*, guint, guint, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 150 | gtk_table_attach_defaults (GTK_TABLE(t), w, 0, 1, row, row+1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/dl-headers-ui.cc:154:31: warning: 'void gtk_table_attach_defaults(GtkTable*, GtkWidget*, guint, guint, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 154 | gtk_table_attach_defaults (GTK_TABLE(t), x, 1, 2, row, row+1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/dl-headers-ui.cc:157:30: warning: 'void gtk_button_set_alignment(GtkButton*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 157 | gtk_button_set_alignment (GTK_BUTTON(w), 0.5, 0.0); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/dl-headers-ui.cc:158:31: warning: 'void gtk_table_attach_defaults(GtkTable*, GtkWidget*, guint, guint, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 158 | gtk_table_attach_defaults (GTK_TABLE(t), w, 0, 1, row, row+1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/dl-headers-ui.cc:161:30: warning: 'void gtk_button_set_alignment(GtkButton*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 161 | gtk_button_set_alignment (GTK_BUTTON(w), 0.5, 0.0); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/dl-headers-ui.cc:162:31: warning: 'void gtk_table_attach_defaults(GtkTable*, GtkWidget*, guint, guint, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 162 | gtk_table_attach_defaults (GTK_TABLE(t), w, 0, 1, row, row+1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/dl-headers-ui.cc:165:30: warning: 'void gtk_button_set_alignment(GtkButton*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 165 | gtk_button_set_alignment (GTK_BUTTON(w), 0.5, 0.0); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/dl-headers-ui.cc:166:31: warning: 'void gtk_table_attach_defaults(GtkTable*, GtkWidget*, guint, guint, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 166 | gtk_table_attach_defaults (GTK_TABLE(t), w, 0, 1, row, row+1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/dl-headers-ui.cc:170:31: warning: 'void gtk_table_attach_defaults(GtkTable*, GtkWidget*, guint, guint, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 170 | gtk_table_attach_defaults (GTK_TABLE(t), x, 1, 2, row, row+1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/body-pane.cc:248:52: warning: 'GdkPixbuf* gtk_widget_render_icon_pixbuf(GtkWidget*, const gchar*, GtkIconSize)' is deprecated: Use 'gtk_icon_theme_load_icon' instead [-Wdeprecated-declarations] 248 | GdkPixbuf *pixbuf = gtk_widget_render_icon_pixbuf(w, GTK_STOCK_ZOOM_IN, size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/body-pane.cc:254:41: warning: 'GdkPixbuf* gtk_widget_render_icon_pixbuf(GtkWidget*, const gchar*, GtkIconSize)' is deprecated: Use 'gtk_icon_theme_load_icon' instead [-Wdeprecated-declarations] 254 | pixbuf = gtk_widget_render_icon_pixbuf(w, GTK_STOCK_ZOOM_OUT, size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/body-pane.cc:260:41: warning: 'GdkCursor* gdk_cursor_new(GdkCursorType)' is deprecated: Use 'gdk_cursor_new_for_display' instead [-Wdeprecated-declarations] 260 | cursors[CURSOR_IBEAM] = gdk_cursor_new(GDK_XTERM); | ~~~~~~~~~~~~~~^~~~~~~~~~~ -
/build/source/pan/gui/body-pane.cc:261:40: warning: 'GdkCursor* gdk_cursor_new(GdkCursorType)' is deprecated: Use 'gdk_cursor_new_for_display' instead [-Wdeprecated-declarations] 261 | cursors[CURSOR_HREF] = gdk_cursor_new(GDK_HAND2); | ~~~~~~~~~~~~~~^~~~~~~~~~~ -
/build/source/pan/gui/body-pane.cc:331:35: warning: 'gboolean gtk_text_iter_begins_tag(const GtkTextIter*, GtkTextTag*)' is deprecated: Use 'gtk_text_iter_starts_tag' instead [-Wdeprecated-declarations] 331 | if (! gtk_text_iter_begins_tag(&begin, url_tag)) | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/body-pane.cc:1522:34: warning: 'void gtk_tooltip_set_icon_from_stock(GtkTooltip*, const gchar*, GtkIconSize)' is deprecated: Use 'gtk_tooltip_set_icon_from_icon_name' instead [-Wdeprecated-declarations] 1522 | gtk_tooltip_set_icon_from_stock( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 1523 | tooltip, GTK_STOCK_DIALOG_INFO, GTK_ICON_SIZE_DIALOG); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/body-pane.cc:1854:29: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 1854 | gtk_image_new_from_stock(GTK_STOCK_FILE, GTK_ICON_SIZE_MENU); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/body-pane.cc:2061:23: warning: 'void gtk_misc_set_padding(GtkMisc*, gint, gint)' is deprecated [-Wdeprecated-declarations] 2061 | gtk_misc_set_padding(GTK_MISC(att_label), PAD_SMALL, 0); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/body-pane.cc:2453:29: warning: 'void gtk_widget_override_font(GtkWidget*, const PangoFontDescription*)' is deprecated [-Wdeprecated-declarations] 2453 | gtk_widget_override_font(_text, nullptr); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ -
/build/source/pan/gui/body-pane.cc:2462:29: warning: 'void gtk_widget_override_font(GtkWidget*, const PangoFontDescription*)' is deprecated [-Wdeprecated-declarations] 2462 | gtk_widget_override_font(_text, pfd); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -
/build/source/pan/gui/group-pane.cc:715:43: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'pan::Article_Count::type' {aka 'long unsigned int'} [-Wformat=] 715 | g_snprintf (buf, sizeof(buf), " (%llu)", static_cast<uint64_t>(unread)); | ~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | pan::Article_Count::type {aka long unsigned int} | long long unsigned int | %lu -
/build/source/pan/gui/group-pane.cc:1063:30: warning: 'void gtk_widget_override_font(GtkWidget*, const PangoFontDescription*)' is deprecated [-Wdeprecated-declarations] 1063 | gtk_widget_override_font (_tree_view, nullptr); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/group-pane.cc:1067:30: warning: 'void gtk_widget_override_font(GtkWidget*, const PangoFontDescription*)' is deprecated [-Wdeprecated-declarations] 1067 | gtk_widget_override_font (_tree_view, pfd); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/header-pane.cc:1274:17: warning: 'void gtk_menu_popup(GtkMenu*, GtkWidget*, GtkWidget*, GtkMenuPositionFunc, gpointer, guint, guint32)' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 1274 | gtk_menu_popup(GTK_MENU(menu), | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ 1275 | nullptr, | ~~~~~~~~ 1276 | nullptr, | ~~~~~~~~ 1277 | nullptr, | ~~~~~~~~ 1278 | nullptr, | ~~~~~~~~ 1279 | (event ? event->button : 0), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1280 | (event ? event->time : 0)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/header-pane.cc:1858:28: warning: 'void gtk_widget_override_color(GtkWidget*, GtkStateFlags, const GdkRGBA*)' is deprecated [-Wdeprecated-declarations] 1858 | gtk_widget_override_color(w, GTK_STATE_FLAG_NORMAL, nullptr); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/header-pane.cc:1869:30: warning: 'void gtk_widget_override_color(GtkWidget*, GtkStateFlags, const GdkRGBA*)' is deprecated [-Wdeprecated-declarations] 1869 | gtk_widget_override_color(w, GTK_STATE_FLAG_NORMAL, &c); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/header-pane.cc:1945:19: warning: 'void gtk_menu_popup(GtkMenu*, GtkWidget*, GtkWidget*, GtkMenuPositionFunc, gpointer, guint, guint32)' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 1945 | gtk_menu_popup(GTK_MENU(menu), | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ 1946 | nullptr, | ~~~~~~~~ 1947 | nullptr, | ~~~~~~~~ 1948 | nullptr, | ~~~~~~~~ 1949 | nullptr, | ~~~~~~~~ 1950 | 0, | ~~ 1951 | gtk_get_current_event_time()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/header-pane.cc:2862:29: warning: 'void gtk_widget_override_font(GtkWidget*, const PangoFontDescription*)' is deprecated [-Wdeprecated-declarations] 2862 | gtk_widget_override_font(_tree_view, nullptr); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/header-pane.cc:2868:29: warning: 'void gtk_widget_override_font(GtkWidget*, const PangoFontDescription*)' is deprecated [-Wdeprecated-declarations] 2868 | gtk_widget_override_font(_tree_view, pfd); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/hig.cc:37:33: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 37 | GtkWidget * t = gtk_table_new (4, 100, FALSE); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -
/build/source/pan/gui/hig.cc:38:30: warning: 'void gtk_table_set_row_spacings(GtkTable*, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 38 | gtk_table_set_row_spacings (GTK_TABLE(t), 6); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/hig.cc:47:37: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 47 | GtkWidget * w = gtk_alignment_new (0.0f, 0.0f, 0.0f, 0.0f); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/hig.cc:49:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 49 | gtk_table_attach (GTK_TABLE(table), w, 0, 4, *row, *row+1, (GtkAttachOptions)0, (GtkAttachOptions)0, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/hig.cc:66:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 66 | gtk_table_attach (GTK_TABLE(table), l, 0, 4, *row, *row+1, (GtkAttachOptions)(GTK_EXPAND|GTK_SHRINK|GTK_FILL), (GtkAttachOptions)0, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/hig.cc:79:25: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 79 | w = gtk_alignment_new (0.0f, 0.0f, 0.0f, 0.0f); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/hig.cc:81:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 81 | gtk_table_attach (GTK_TABLE(table), w, 0, 1, row, row+items_in_section, (GtkAttachOptions)0, (GtkAttachOptions)0, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/hig.cc:85:25: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 85 | w = gtk_alignment_new (0.0f, 0.0f, 0.0f, 0.0f); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/hig.cc:87:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 87 | gtk_table_attach (GTK_TABLE(table), w, 2, 3, row, row+items_in_section, (GtkAttachOptions)0, (GtkAttachOptions)0, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/hig.cc:96:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 96 | gtk_table_attach (GTK_TABLE(table), control, 1, 4, *row, *row+1, (GtkAttachOptions)(GTK_EXPAND|GTK_SHRINK|GTK_FILL), (GtkAttachOptions)0, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/hig.cc:122:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 122 | gtk_table_attach (GTK_TABLE(table), label, 1, 2, row, row+1, GTK_FILL, GTK_FILL, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/hig.cc:143:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 143 | gtk_table_attach (GTK_TABLE(table), control, 3, 4, row, row+1, (GtkAttachOptions)(GTK_EXPAND|GTK_SHRINK|GTK_FILL), (GtkAttachOptions)0, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/hig.cc:150:37: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 150 | GtkWidget * w = gtk_alignment_new (0.0f, 0.0f, 0.0f, 0.0f); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/hig.cc:152:29: warning: 'void gtk_table_attach_defaults(GtkTable*, GtkWidget*, guint, guint, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 152 | gtk_table_attach_defaults (GTK_TABLE(table), w, 0, 4, *row, *row+1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/pan-file-entry.cc:75:45: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 75 | GtkWidget * b = gtk_button_new_from_stock (GTK_STOCK_OPEN); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:87:54: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 87 | remember_charsets = gtk_toggle_action_get_active (toggle); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ -
/build/source/pan/gui/post-ui.cc:92:49: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 92 | master_reply = gtk_toggle_action_get_active (toggle); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ -
/build/source/pan/gui/post-ui.cc:101:44: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 101 | gpg_enc = gtk_toggle_action_get_active (toggle); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ -
/build/source/pan/gui/post-ui.cc:110:45: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 110 | gpg_sign = gtk_toggle_action_get_active (toggle); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ -
/build/source/pan/gui/post-ui.cc:115:55: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 115 | const bool enabled = gtk_toggle_action_get_active (toggle); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ -
/build/source/pan/gui/post-ui.cc:174:9: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'std::vector<pan::Task*>::size_type' {aka 'long unsigned int'} [-Wformat=] 174 | _("Upload queue: %llu tasks, %ld KB (~ %.2f MB) total."), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:374:125: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 374 | void do_wrap (GtkToggleAction * w, gpointer p) { static_cast<PostUI*>(p)->set_wrap_mode (gtk_toggle_action_get_active (w)); } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ -
/build/source/pan/gui/post-ui.cc:375:133: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 375 | void do_edit2 (GtkToggleAction * w, gpointer p) { static_cast<PostUI*>(p)->set_always_run_editor (gtk_toggle_action_get_active (w)); } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ -
/build/source/pan/gui/post-ui.cc:497:47: warning: 'GtkWidget* gtk_ui_manager_get_widget(GtkUIManager*, const gchar*)' is deprecated [-Wdeprecated-declarations] 497 | GtkWidget * menu (gtk_ui_manager_get_widget (self->_uim, "/filequeue-popup")); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:498:18: warning: 'void gtk_menu_popup(GtkMenu*, GtkWidget*, GtkWidget*, GtkMenuPositionFunc, gpointer, guint, guint32)' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 498 | gtk_menu_popup (GTK_MENU(menu), nullptr, nullptr, nullptr, nullptr, | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 499 | (event ? event->button : 0), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 500 | (event ? event->time : 0)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:556:29: warning: 'GtkUIManager* gtk_ui_manager_new()' is deprecated [-Wdeprecated-declarations] 556 | _uim = gtk_ui_manager_new (); | ~~~~~~~~~~~~~~~~~~~^~ -
/build/source/pan/gui/post-ui.cc:561:40: warning: 'guint gtk_ui_manager_add_ui_from_file(GtkUIManager*, const gchar*, GError**)' is deprecated [-Wdeprecated-declarations] 561 | if (!gtk_ui_manager_add_ui_from_file (_uim, filename, &err)) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:563:39: warning: 'guint gtk_ui_manager_add_ui_from_string(GtkUIManager*, const gchar*, gssize, GError**)' is deprecated [-Wdeprecated-declarations] 563 | gtk_ui_manager_add_ui_from_string (_uim, fallback_post_ui, -1, &err); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:575:34: warning: 'GtkActionGroup* gtk_action_group_new(const gchar*)' is deprecated [-Wdeprecated-declarations] 575 | _agroup = gtk_action_group_new ("post"); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ -
/build/source/pan/gui/post-ui.cc:576:43: warning: 'void gtk_action_group_set_translation_domain(GtkActionGroup*, const gchar*)' is deprecated [-Wdeprecated-declarations] 576 | gtk_action_group_set_translation_domain (_agroup, nullptr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:577:32: warning: 'void gtk_action_group_add_actions(GtkActionGroup*, const GtkActionEntry*, guint, gpointer)' is deprecated [-Wdeprecated-declarations] 577 | gtk_action_group_add_actions (_agroup, entries, G_N_ELEMENTS(entries), this); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:578:39: warning: 'void gtk_action_group_add_toggle_actions(GtkActionGroup*, const GtkToggleActionEntry*, guint, gpointer)' is deprecated [-Wdeprecated-declarations] 578 | gtk_action_group_add_toggle_actions (_agroup, toggle_entries, G_N_ELEMENTS(toggle_entries), this); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:579:80: warning: 'GtkAction* gtk_action_group_get_action(GtkActionGroup*, const gchar*)' is deprecated [-Wdeprecated-declarations] 579 | gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (gtk_action_group_get_action (_agroup, "always-run-editor")), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:579:32: warning: 'void gtk_toggle_action_set_active(GtkToggleAction*, gboolean)' is deprecated [-Wdeprecated-declarations] 579 | gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (gtk_action_group_get_action (_agroup, "always-run-editor")), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 580 | _prefs.get_flag ("always-run-editor", false)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:581:80: warning: 'GtkAction* gtk_action_group_get_action(GtkActionGroup*, const gchar*)' is deprecated [-Wdeprecated-declarations] 581 | gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (gtk_action_group_get_action (_agroup, "spellcheck")), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:581:32: warning: 'void gtk_toggle_action_set_active(GtkToggleAction*, gboolean)' is deprecated [-Wdeprecated-declarations] 581 | gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (gtk_action_group_get_action (_agroup, "spellcheck")), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 582 | _prefs.get_flag ("spellcheck-enabled", DEFAULT_SPELLCHECK_FLAG)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:583:80: warning: 'GtkAction* gtk_action_group_get_action(GtkActionGroup*, const gchar*)' is deprecated [-Wdeprecated-declarations] 583 | gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (gtk_action_group_get_action (_agroup, "wrap")), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:583:32: warning: 'void gtk_toggle_action_set_active(GtkToggleAction*, gboolean)' is deprecated [-Wdeprecated-declarations] 583 | gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (gtk_action_group_get_action (_agroup, "wrap")), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 584 | _prefs.get_flag ("compose-wrap-enabled", true)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:587:32: warning: 'void gtk_action_group_add_actions(GtkActionGroup*, const GtkActionEntry*, guint, gpointer)' is deprecated [-Wdeprecated-declarations] 587 | gtk_action_group_add_actions (_agroup, filequeue_popup_entries, G_N_ELEMENTS(filequeue_popup_entries), this); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:588:38: warning: 'void gtk_ui_manager_insert_action_group(GtkUIManager*, GtkActionGroup*, gint)' is deprecated [-Wdeprecated-declarations] 588 | gtk_ui_manager_insert_action_group (_uim, _agroup, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:590:33: warning: 'void gtk_action_group_set_sensitive(GtkActionGroup*, gboolean)' is deprecated [-Wdeprecated-declarations] 590 | gtk_action_group_set_sensitive(_agroup, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:593:48: warning: 'GtkAction* gtk_action_group_get_action(GtkActionGroup*, const gchar*)' is deprecated [-Wdeprecated-declarations] 593 | _spawner_action = gtk_action_group_get_action(_agroup, "run-editor"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:775:50: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 775 | GtkWidget * image = gtk_image_new_from_stock (GTK_STOCK_NETWORK, GTK_ICON_SIZE_BUTTON); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:777:43: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 777 | GtkWidget * align = gtk_alignment_new (0.5, 0.5, 0.0, 0.0); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:1268:35: warning: 'gboolean gtk_action_get_sensitive(GtkAction*)' is deprecated [-Wdeprecated-declarations] 1268 | if (not gtk_action_get_sensitive(_spawner_action)) { | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:1312:29: warning: 'void gtk_action_set_sensitive(GtkAction*, gboolean)' is deprecated [-Wdeprecated-declarations] 1312 | gtk_action_set_sensitive(_spawner_action, false); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:1344:27: warning: 'void gtk_action_set_sensitive(GtkAction*, gboolean)' is deprecated [-Wdeprecated-declarations] 1344 | gtk_action_set_sensitive(_spawner_action, true); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:1734:28: warning: 'void gtk_widget_override_font(GtkWidget*, const PangoFontDescription*)' is deprecated [-Wdeprecated-declarations] 1734 | gtk_widget_override_font (view, pfd); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2293:80: warning: 'GtkAction* gtk_action_group_get_action(GtkActionGroup*, const gchar*)' is deprecated [-Wdeprecated-declarations] 2293 | gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (gtk_action_group_get_action (self->_agroup, "gpg-sign")),profile.use_sigfile); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2293:32: warning: 'void gtk_toggle_action_set_active(GtkToggleAction*, gboolean)' is deprecated [-Wdeprecated-declarations] 2293 | gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (gtk_action_group_get_action (self->_agroup, "gpg-sign")),profile.use_sigfile); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2403:32: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2403 | GtkWidget *t = gtk_table_new (4, 2, false); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2404:30: warning: 'void gtk_table_set_col_spacings(GtkTable*, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2404 | gtk_table_set_col_spacings (GTK_TABLE(t), PAD); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2414:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2414 | gtk_table_attach (GTK_TABLE(t), l, 0, 1, row, row+1, GTK_FILL, GTK_FILL, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2422:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2422 | gtk_table_attach (GTK_TABLE(t), w, 1, 2, row, row+1, fill, fill, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2432:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2432 | gtk_table_attach (GTK_TABLE(t), l, 0, 1, row, row+1, GTK_FILL, GTK_FILL, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2436:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2436 | gtk_table_attach (GTK_TABLE(t), w, 1, 2, row, row+1, fill, fill, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2446:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2446 | gtk_table_attach (GTK_TABLE(t), l, 0, 1, row, row+1, GTK_FILL, GTK_FILL, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2451:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2451 | gtk_table_attach (GTK_TABLE(t), w, 1, 2, row, row+1, fill, fill, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2461:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2461 | gtk_table_attach (GTK_TABLE(t), l, 0, 1, row, row+1, GTK_FILL, GTK_FILL, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2465:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2465 | gtk_table_attach (GTK_TABLE(t), w, 1, 2, row, row+1, fill, fill, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2586:31: warning: 'void gtk_tree_view_set_rules_hint(GtkTreeView*, gboolean)' is deprecated [-Wdeprecated-declarations] 2586 | gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(w),TRUE); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2614:24: warning: 'void gtk_misc_set_padding(GtkMisc*, gint, gint)' is deprecated [-Wdeprecated-declarations] 2614 | gtk_misc_set_padding (GTK_MISC(w), PAD, 0); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2661:32: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2661 | GtkWidget *t = gtk_table_new (8, 2, false); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2662:30: warning: 'void gtk_table_set_col_spacings(GtkTable*, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2662 | gtk_table_set_col_spacings (GTK_TABLE(t), PAD); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2666:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2666 | gtk_table_attach (GTK_TABLE(t), l, 0, 2, row, row+1, fe, fill, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2674:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2674 | gtk_table_attach (GTK_TABLE(t), l, 0, 1, row, row+1, GTK_FILL, GTK_FILL, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2680:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2680 | gtk_table_attach (GTK_TABLE(t), l, 1, 2, row, row+1, fe, fill, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2688:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2688 | gtk_table_attach (GTK_TABLE(t), l, 0, 1, row, row+1, GTK_FILL, GTK_FILL, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2694:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2694 | gtk_table_attach (GTK_TABLE(t), l, 1, 2, row, row+1, fe, fill, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2698:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2698 | gtk_table_attach (GTK_TABLE(t), l, 0, 2, row, row+1, fe, fill, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2717:31: warning: 'void gtk_tree_view_set_rules_hint(GtkTreeView*, gboolean)' is deprecated [-Wdeprecated-declarations] 2717 | gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(w),TRUE); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2720:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2720 | gtk_table_attach (GTK_TABLE(t), w, 0, 2, row, row+1, fe, fill, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2726:41: warning: 'void gtk_scrolled_window_add_with_viewport(GtkScrolledWindow*, GtkWidget*)' is deprecated: Use 'gtk_container_add' instead [-Wdeprecated-declarations] 2726 | gtk_scrolled_window_add_with_viewport (GTK_SCROLLED_WINDOW(w), t); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2739:32: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2739 | GtkWidget *t = gtk_table_new (3, 2, false); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2740:30: warning: 'void gtk_table_set_col_spacings(GtkTable*, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2740 | gtk_table_set_col_spacings (GTK_TABLE(t), PAD); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2750:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2750 | gtk_table_attach (GTK_TABLE(t), l, 0, 1, row, row+1, GTK_FILL, GTK_FILL, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2757:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2757 | gtk_table_attach (GTK_TABLE(t), w, 1, 2, row, row+1, fe, fill, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2767:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2767 | gtk_table_attach (GTK_TABLE(t), l, 0, 1, row, row+1, GTK_FILL, GTK_FILL, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2773:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2773 | gtk_table_attach (GTK_TABLE(t), w, 1, 2, row, row+1, fe, fill, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2783:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2783 | gtk_table_attach (GTK_TABLE(t), l, 0, 1, row, row+1, GTK_FILL, GTK_FILL, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2797:29: warning: 'void gtk_table_attach_defaults(GtkTable*, GtkWidget*, guint, guint, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2797 | gtk_table_attach_defaults (GTK_TABLE(t), frame, 0, 2, row, row+1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2807:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2807 | gtk_table_attach (GTK_TABLE(t), w, 0, 2, row, row+1, GTK_FILL, GTK_FILL, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2814:20: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2814 | gtk_table_attach (GTK_TABLE(t), w, 0, 2, row, row+1, GTK_FILL, GTK_FILL, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2818:30: warning: 'void gtk_table_set_col_spacings(GtkTable*, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2818 | gtk_table_set_col_spacings (GTK_TABLE(t), PAD); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:2819:30: warning: 'void gtk_table_set_row_spacings(GtkTable*, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2819 | gtk_table_set_row_spacings (GTK_TABLE(t), PAD); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/post-ui.cc:3132:81: warning: 'GtkAccelGroup* gtk_ui_manager_get_accel_group(GtkUIManager*)' is deprecated [-Wdeprecated-declarations] 3132 | gtk_window_add_accel_group (GTK_WINDOW(_root), gtk_ui_manager_get_accel_group (_uim)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ -
/build/source/pan/gui/prefs-ui.cc:946:48: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 946 | GtkWidget * up = gtk_button_new_from_stock (GTK_STOCK_GO_UP); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/prefs-ui.cc:948:50: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 948 | GtkWidget * down = gtk_button_new_from_stock (GTK_STOCK_GO_DOWN); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/prefs-ui.cc:1386:41: warning: 'void gtk_scrolled_window_add_with_viewport(GtkScrolledWindow*, GtkWidget*)' is deprecated: Use 'gtk_container_add' instead [-Wdeprecated-declarations] 1386 | gtk_scrolled_window_add_with_viewport (GTK_SCROLLED_WINDOW(scroll), notebook); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/profiles-dialog.cc:656:32: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 656 | w = gtk_button_new_from_stock(GTK_STOCK_ADD); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -
/build/source/pan/gui/profiles-dialog.cc:661:32: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 661 | w = gtk_button_new_from_stock(GTK_STOCK_EDIT); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ -
/build/source/pan/gui/profiles-dialog.cc:667:49: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 667 | _remove_button = w = gtk_button_new_from_stock(GTK_STOCK_REMOVE); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/progress-view.cc:34:32: warning: 'GtkStyle* gtk_widget_get_style(GtkWidget*)' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations] 34 | _style (gtk_widget_get_style (_progressbar)), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
/build/source/pan/gui/progress-view.cc:135:36: warning: 'GtkStyle* gtk_style_copy(GtkStyle*)' is deprecated: Use 'GtkStyleContext' instead [-Wdeprecated-declarations] 135 | GtkStyle* style = gtk_style_copy (_style); | ~~~~~~~~~~~~~~~^~~~~~~~ -
/build/source/pan/gui/progress-view.cc:137:19: warning: 'gboolean gdk_color_parse(const gchar*, GdkColor*)' is deprecated: Use 'gdk_rgba_parse' instead [-Wdeprecated-declarations] 137 | gdk_color_parse (color.c_str(), &style->bg[GTK_STATE_PRELIGHT]); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/progress-view.cc:138:24: warning: 'void gtk_widget_set_style(GtkWidget*, GtkStyle*)' is deprecated [-Wdeprecated-declarations] 138 | gtk_widget_set_style (_progressbar, style); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/progress-view.cc:145:26: warning: 'void gtk_widget_set_style(GtkWidget*, GtkStyle*)' is deprecated [-Wdeprecated-declarations] 145 | gtk_widget_set_style (_progressbar, NULL); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/save-attach-ui.cc:267:33: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 267 | w = gtk_button_new_from_stock (GTK_STOCK_HELP); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ -
/build/source/pan/gui/score-view-ui.cc:58:50: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 58 | GtkWidget * image = gtk_image_new_from_stock (GTK_STOCK_CLOSE, GTK_ICON_SIZE_BUTTON); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/score-view-ui.cc:59:51: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 59 | GtkWidget * image2 = gtk_image_new_from_stock (GTK_STOCK_REFRESH, GTK_ICON_SIZE_BUTTON); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/score-view-ui.cc:62:43: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 62 | GtkWidget * align = gtk_alignment_new (0.5, 0.5, 0.0, 0.0); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/score-view-ui.cc:202:32: warning: 'void gtk_tree_view_set_rules_hint(GtkTreeView*, gboolean)' is deprecated [-Wdeprecated-declarations] 202 | gtk_tree_view_set_rules_hint (GTK_TREE_VIEW(tree_view), true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/score-view-ui.cc:238:33: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 238 | w = gtk_button_new_from_stock (GTK_STOCK_ADD); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -
/build/source/pan/gui/score-view-ui.cc:245:33: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 245 | w = gtk_button_new_from_stock (GTK_STOCK_REMOVE); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/server-ui.cc:996:33: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 996 | w = gtk_button_new_from_stock (GTK_STOCK_ADD); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -
/build/source/pan/gui/server-ui.cc:1002:33: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 1002 | w = gtk_button_new_from_stock (GTK_STOCK_EDIT); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ -
/build/source/pan/gui/server-ui.cc:1009:33: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 1009 | w = gtk_button_new_from_stock (GTK_STOCK_REMOVE); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/server-ui.cc:1094:33: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 1094 | w = gtk_button_new_from_stock (GTK_STOCK_ADD); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -
/build/source/pan/gui/server-ui.cc:1100:33: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 1100 | w = gtk_button_new_from_stock (GTK_STOCK_FIND); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ -
/build/source/pan/gui/server-ui.cc:1107:33: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 1107 | w = gtk_button_new_from_stock (GTK_STOCK_REMOVE); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/task-pane.cc:214:47: warning: 'GtkWidget* gtk_ui_manager_get_widget(GtkUIManager*, const gchar*)' is deprecated [-Wdeprecated-declarations] 214 | GtkWidget * menu (gtk_ui_manager_get_widget (self->_uim, "/taskpane-popup")); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/task-pane.cc:215:18: warning: 'void gtk_menu_popup(GtkMenu*, GtkWidget*, GtkWidget*, GtkMenuPositionFunc, gpointer, guint, guint32)' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 215 | gtk_menu_popup (GTK_MENU(menu), nullptr, nullptr, nullptr, nullptr, | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 216 | (event ? event->button : 0), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 217 | (event ? event->time : 0)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/task-pane.cc:731:29: warning: 'GtkUIManager* gtk_ui_manager_new()' is deprecated [-Wdeprecated-declarations] 731 | _uim = gtk_ui_manager_new (); | ~~~~~~~~~~~~~~~~~~~^~ -
/build/source/pan/gui/task-pane.cc:735:40: warning: 'guint gtk_ui_manager_add_ui_from_file(GtkUIManager*, const gchar*, GError**)' is deprecated [-Wdeprecated-declarations] 735 | if (!gtk_ui_manager_add_ui_from_file (_uim, filename, &err)) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/task-pane.cc:737:39: warning: 'guint gtk_ui_manager_add_ui_from_string(GtkUIManager*, const gchar*, gssize, GError**)' is deprecated [-Wdeprecated-declarations] 737 | gtk_ui_manager_add_ui_from_string (_uim, fallback_taskpane_ui, -1, &err); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/task-pane.cc:749:34: warning: 'GtkActionGroup* gtk_action_group_new(const gchar*)' is deprecated [-Wdeprecated-declarations] 749 | _pgroup = gtk_action_group_new ("taskpane"); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -
/build/source/pan/gui/task-pane.cc:750:43: warning: 'void gtk_action_group_set_translation_domain(GtkActionGroup*, const gchar*)' is deprecated [-Wdeprecated-declarations] 750 | gtk_action_group_set_translation_domain (_pgroup, nullptr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/task-pane.cc:751:32: warning: 'void gtk_action_group_add_actions(GtkActionGroup*, const GtkActionEntry*, guint, gpointer)' is deprecated [-Wdeprecated-declarations] 751 | gtk_action_group_add_actions (_pgroup, taskpane_popup_entries, G_N_ELEMENTS(taskpane_popup_entries), this); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/task-pane.cc:752:38: warning: 'void gtk_ui_manager_insert_action_group(GtkUIManager*, GtkActionGroup*, gint)' is deprecated [-Wdeprecated-declarations] 752 | gtk_ui_manager_insert_action_group (_uim, _pgroup, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/gui.cc:124:66: warning: 'GtkAccelGroup* gtk_ui_manager_get_accel_group(GtkUIManager*)' is deprecated [-Wdeprecated-declarations] 124 | gtk_ui_manager_get_accel_group (ui_manager)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -
/build/source/pan/gui/gui.cc:228:35: warning: 'GtkUIManager* gtk_ui_manager_new()' is deprecated [-Wdeprecated-declarations] 228 | _ui_manager (gtk_ui_manager_new ()), | ~~~~~~~~~~~~~~~~~~~^~ -
/build/source/pan/gui/gui.cc:229:41: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 229 | _info_image (gtk_image_new_from_stock (GTK_STOCK_DIALOG_INFO, GTK_ICON_SIZE_MENU)), | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/gui.cc:230:42: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 230 | _error_image (gtk_image_new_from_stock (GTK_STOCK_DIALOG_ERROR, GTK_ICON_SIZE_MENU)), | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/gui.cc:239:40: warning: 'guint gtk_ui_manager_add_ui_from_file(GtkUIManager*, const gchar*, GError**)' is deprecated [-Wdeprecated-declarations] 239 | if (!gtk_ui_manager_add_ui_from_file (_ui_manager, filename, nullptr)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/gui.cc:240:39: warning: 'guint gtk_ui_manager_add_ui_from_string(GtkUIManager*, const gchar*, gssize, GError**)' is deprecated [-Wdeprecated-declarations] 240 | gtk_ui_manager_add_ui_from_string (_ui_manager, fallback_ui_file, -1, nullptr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/gui.cc:253:51: warning: 'GtkWidget* gtk_ui_manager_get_widget(GtkUIManager*, const gchar*)' is deprecated [-Wdeprecated-declarations] 253 | GtkWidget * toolbar = gtk_ui_manager_get_widget (_ui_manager, path.c_str()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/gui.cc:255:45: warning: 'GtkWidget* gtk_ui_manager_get_widget(GtkUIManager*, const gchar*)' is deprecated [-Wdeprecated-declarations] 255 | GtkWidget * w = gtk_ui_manager_get_widget (_ui_manager, path.c_str()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/gui.cc:262:33: warning: 'GtkWidget* gtk_ui_manager_get_widget(GtkUIManager*, const gchar*)' is deprecated [-Wdeprecated-declarations] 262 | w = gtk_ui_manager_get_widget (_ui_manager, path.c_str()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/gui.cc:293:24: warning: 'void gtk_misc_set_padding(GtkMisc*, gint, gint)' is deprecated [-Wdeprecated-declarations] 293 | gtk_misc_set_padding (GTK_MISC(w), PAD, 0); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/gui.cc:310:24: warning: 'void gtk_misc_set_padding(GtkMisc*, gint, gint)' is deprecated [-Wdeprecated-declarations] 310 | gtk_misc_set_padding (GTK_MISC(w), PAD, 0); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/gui.cc:324:28: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 324 | _taskbar = gtk_table_new (1, VIEW_QTY, TRUE); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/gui.cc:327:22: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 327 | gtk_table_attach (GTK_TABLE(_taskbar), v->root(), i, i+1, 0, 1, (GtkAttachOptions)~0, (GtkAttachOptions)~0, 0, 0); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/gui.cc:472:39: warning: 'GdkCursor* gdk_cursor_new(GdkCursorType)' is deprecated: Use 'gdk_cursor_new_for_display' instead [-Wdeprecated-declarations] 472 | GdkCursor * cursor = gdk_cursor_new (GDK_WATCH); | ~~~~~~~~~~~~~~~^~~~~~~~~~~ -
/build/source/pan/gui/gui.cc:498:52: warning: 'GList* gtk_ui_manager_get_action_groups(GtkUIManager*)' is deprecated [-Wdeprecated-declarations] 498 | for (GList * l=gtk_ui_manager_get_action_groups(uim); l!=nullptr; l=l->next) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ -
/build/source/pan/gui/gui.cc:501:55: warning: 'GList* gtk_action_group_list_actions(GtkActionGroup*)' is deprecated [-Wdeprecated-declarations] 501 | GList * actions = gtk_action_group_list_actions (action_group); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
/build/source/pan/gui/gui.cc:504:53: warning: 'const gchar* gtk_action_get_name(GtkAction*)' is deprecated [-Wdeprecated-declarations] 504 | const std::string name (gtk_action_get_name (action)); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~ -
/build/source/pan/gui/gui.cc:525:39: warning: 'gboolean gtk_toggle_action_get_active(GtkToggleAction*)' is deprecated [-Wdeprecated-declarations] 525 | return gtk_toggle_action_get_active (GTK_TOGGLE_ACTION(get_action(key))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/gui.cc:532:23: warning: 'void gtk_action_activate(GtkAction*)' is deprecated [-Wdeprecated-declarations] 532 | gtk_action_activate (get_action(key)); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/gui.cc:556:32: warning: 'void gtk_toggle_action_set_active(GtkToggleAction*, gboolean)' is deprecated [-Wdeprecated-declarations] 556 | gtk_toggle_action_set_active (GTK_TOGGLE_ACTION(get_action(key)), b); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/gui.cc:562:36: warning: 'GtkWidget* gtk_ui_manager_get_widget(GtkUIManager*, const gchar*)' is deprecated [-Wdeprecated-declarations] 562 | return gtk_ui_manager_get_widget (_ui_manager, key); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ -
/build/source/pan/gui/gui.cc:589:64: warning: 'GtkAccelGroup* gtk_ui_manager_get_accel_group(GtkUIManager*)' is deprecated [-Wdeprecated-declarations] 589 | GtkAccelGroup * accel_group = gtk_ui_manager_get_accel_group (_ui_manager); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ -
/build/source/pan/gui/gui.cc:2410:35: warning: 'gboolean gtk_action_get_sensitive(GtkAction*)' is deprecated [-Wdeprecated-declarations] 2410 | if (not gtk_action_get_sensitive(act)) { | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ -
/build/source/pan/gui/gui.cc:2433:29: warning: 'void gtk_action_set_sensitive(GtkAction*, gboolean)' is deprecated [-Wdeprecated-declarations] 2433 | gtk_action_set_sensitive(act, false); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -
/build/source/pan/gui/gui.cc:2446:27: warning: 'void gtk_action_set_sensitive(GtkAction*, gboolean)' is deprecated [-Wdeprecated-declarations] 2446 | gtk_action_set_sensitive(act, true); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~