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 revision
Previous revision
Next revisionBoth sides next revision
releng:4.14:roadmap:thunar:deprecations [2018/01/14 20:39] – Update deprecations andreldmreleng:4.14:roadmap:thunar:deprecations [2018/06/02 06:55] – Update depraction status andreldm
Line 1: Line 1:
 ====== Thunar GTK3 Deprecations ====== ====== Thunar GTK3 Deprecations ======
  
-Deprecations and warnings found in [[https://git.xfce.org/xfce/thunar/commit/?id=21538604149f0a1c840ad511b44665c5e5d855b3|2153860]]+Deprecations and warnings found in [[https://git.xfce.org/xfce/thunar/commit/?id=a80821b200d1ebe5457ab75d6572f4e86f0294bb|a80821b]]
  
 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
-597 (out of 1336 when merged)+130 (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 | cut -d: -f5 | sort | uniq -c | sort -n -r
-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+
 21  ‘gdk_threads_leave’ is deprecated [-Wdeprecated-declarations] 21  ‘gdk_threads_leave’ is deprecated [-Wdeprecated-declarations]
 21  ‘gdk_threads_enter’ is deprecated [-Wdeprecated-declarations] 21  ‘gdk_threads_enter’ is deprecated [-Wdeprecated-declarations]
Line 24: Line 21:
   ‘gtk_widget_get_style’ is deprecated   ‘gtk_widget_get_style’ is deprecated
   ‘gtk_rc_style_new’ is deprecated   ‘gtk_rc_style_new’ is deprecated
-  ‘gtk_menu_popup’ is deprecated 
   ‘gtk_image_new_from_stock’ 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]
Line 30: Line 26:
   ‘gtk_drag_begin’ is deprecated   ‘gtk_drag_begin’ is deprecated
   ‘gtk_dialog_set_alternative_button_order’ is deprecated [-Wdeprecated-declarations]   ‘gtk_dialog_set_alternative_button_order’ is deprecated [-Wdeprecated-declarations]
-  ‘gtk_dialog_get_action_area’ is deprecated [-Wdeprecated-declarations] 
-  ‘gtk_button_set_focus_on_click’ is deprecated 
-  ‘gdk_window_get_pointer’ is deprecated 
-  ‘gdk_screen_get_monitor_geometry’ is deprecated 
-  ‘gdk_screen_get_monitor_at_point’ is deprecated 
-  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
 +  ‘gtk_ui_manager_get_accel_group’ is deprecated [-Wdeprecated-declarations]
   ‘GtkStock’ is deprecated [-Wdeprecated-declarations]   ‘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]
   ‘gtk_status_icon_new_from_icon_name’ is deprecated [-Wdeprecated-declarations]   ‘gtk_status_icon_new_from_icon_name’ is deprecated [-Wdeprecated-declarations]
-  ‘gtk_show_uri’ is deprecated 
   ‘gtk_paint_shadow’ is deprecated   ‘gtk_paint_shadow’ is deprecated
   ‘gtk_menu_item_set_right_justified’ is deprecated [-Wdeprecated-declarations]   ‘gtk_menu_item_set_right_justified’ is deprecated [-Wdeprecated-declarations]
Line 54: Line 44:
   ‘gtk_icon_factory_remove_default’ is deprecated [-Wdeprecated-declarations]   ‘gtk_icon_factory_remove_default’ is deprecated [-Wdeprecated-declarations]
   ‘gtk_icon_factory_add’ is deprecated [-Wdeprecated-declarations]   ‘gtk_icon_factory_add’ is deprecated [-Wdeprecated-declarations]
-  ‘gtk_activatable_get_type’ is deprecated [-Wdeprecated-declarations] 
   ‘gdk_pixbuf_new_from_inline’ is deprecated [-Wdeprecated-declarations]   ‘gdk_pixbuf_new_from_inline’ is deprecated [-Wdeprecated-declarations]
 </code> </code>