Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
releng:4.14:roadmap:thunar:deprecations [2018/01/14 19:08] – Update deprecations andreldmreleng:4.14:roadmap:thunar:deprecations [2018/01/14 20:39] – Update deprecations andreldm
Line 1: Line 1:
 ====== Thunar GTK3 Deprecations ====== ====== Thunar GTK3 Deprecations ======
  
-Deprecations and warnings found in [[https://git.xfce.org/xfce/thunar/commit/?id=911c07e07ed299c074402a2fd67b5a88d131207d|911c07e]]+Deprecations and warnings found in [[https://git.xfce.org/xfce/thunar/commit/?id=21538604149f0a1c840ad511b44665c5e5d855b3|2153860]]
  
 GtkAction and GtkUiManager deprecations will not be handled in this cycle. GtkAction and GtkUiManager deprecations will not be handled in this cycle.
Line 9: Line 9:
  
 grep "warning:" build.log | wc -l grep "warning:" build.log | wc -l
-613 (out of 1336 when merged)+597 (out of 1336 when merged)
  
 grep "warning:" build.log | grep -Ev "gtk_action|gtk_ui_manager|gtk_radio_action|gtk_toggle_action|gtk_activatable_get_related_action" | wc -l grep "warning:" build.log | grep -Ev "gtk_action|gtk_ui_manager|gtk_radio_action|gtk_toggle_action|gtk_activatable_get_related_action" | wc -l
-160+144
  
 grep "warning:" build.log | grep -Ev "gtk_action|gtk_ui_manager|gtk_radio_action|gtk_toggle_action|gtk_activatable_get_related_action" | cut -d: -f5 | sort | uniq -c | sort -n -r grep "warning:" build.log | grep -Ev "gtk_action|gtk_ui_manager|gtk_radio_action|gtk_toggle_action|gtk_activatable_get_related_action" | cut -d: -f5 | sort | uniq -c | sort -n -r
Line 20: Line 20:
 15  ‘gtk_image_menu_item_set_image’ is deprecated [-Wdeprecated-declarations] 15  ‘gtk_image_menu_item_set_image’ is deprecated [-Wdeprecated-declarations]
 15  ‘gtk_image_menu_item_get_type’ is deprecated 15  ‘gtk_image_menu_item_get_type’ is deprecated
-  ‘gtk_image_new_from_stock’ is deprecated 
-  ‘GtkStock’ is deprecated [-Wdeprecated-declarations] 
   ‘gtk_image_menu_item_new_with_label’ is deprecated   ‘gtk_image_menu_item_new_with_label’ is deprecated
-  ‘gtk_widget_reparent’ is deprecated [-Wdeprecated-declarations] 
   ‘gtk_widget_modify_style’ is deprecated   ‘gtk_widget_modify_style’ is deprecated
   ‘gtk_widget_get_style’ is deprecated   ‘gtk_widget_get_style’ is deprecated
-  ‘gtk_tree_view_set_rules_hint’ is deprecated [-Wdeprecated-declarations] 
   ‘gtk_rc_style_new’ is deprecated   ‘gtk_rc_style_new’ is deprecated
   ‘gtk_menu_popup’ is deprecated   ‘gtk_menu_popup’ is deprecated
 +  ‘gtk_image_new_from_stock’ is deprecated
   ‘gtk_icon_factory_new’ is deprecated [-Wdeprecated-declarations]   ‘gtk_icon_factory_new’ is deprecated [-Wdeprecated-declarations]
   ‘gtk_icon_factory_add_default’ is deprecated [-Wdeprecated-declarations]   ‘gtk_icon_factory_add_default’ is deprecated [-Wdeprecated-declarations]
Line 38: Line 35:
   ‘gdk_screen_get_monitor_geometry’ is deprecated   ‘gdk_screen_get_monitor_geometry’ is deprecated
   ‘gdk_screen_get_monitor_at_point’ is deprecated   ‘gdk_screen_get_monitor_at_point’ is deprecated
-  ‘gdk_display_get_screen’ is deprecated [-Wdeprecated-declarations] 
-  ‘gdk_display_get_n_screens’ is deprecated [-Wdeprecated-declarations] 
   variable ‘context’ set but not used [-Wunused-but-set-variable]   variable ‘context’ set but not used [-Wunused-but-set-variable]
   ‘gtk_widget_push_composite_child’ is deprecated   ‘gtk_widget_push_composite_child’ is deprecated
   ‘gtk_widget_pop_composite_child’ is deprecated   ‘gtk_widget_pop_composite_child’ is deprecated
 +  ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
   ‘gtk_status_icon_set_visible’ is deprecated [-Wdeprecated-declarations]   ‘gtk_status_icon_set_visible’ is deprecated [-Wdeprecated-declarations]
   ‘gtk_status_icon_set_tooltip_text’ is deprecated [-Wdeprecated-declarations]   ‘gtk_status_icon_set_tooltip_text’ is deprecated [-Wdeprecated-declarations]
Line 59: Line 55:
   ‘gtk_icon_factory_add’ is deprecated [-Wdeprecated-declarations]   ‘gtk_icon_factory_add’ is deprecated [-Wdeprecated-declarations]
   ‘gtk_activatable_get_type’ is deprecated [-Wdeprecated-declarations]   ‘gtk_activatable_get_type’ is deprecated [-Wdeprecated-declarations]
-  ‘gdk_screen_get_number’ is deprecated [-Wdeprecated-declarations] 
-  ‘gdk_screen_get_n_monitors’ is deprecated 
-  ‘gdk_screen_get_monitor_plug_name’ is deprecated 
   ‘gdk_pixbuf_new_from_inline’ is deprecated [-Wdeprecated-declarations]   ‘gdk_pixbuf_new_from_inline’ is deprecated [-Wdeprecated-declarations]
 </code> </code>