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
releng:4.14:roadmap:thunar:deprecations [2018/06/03 01:39] – Update depractions status andreldmreleng:4.14:roadmap:thunar:deprecations [2018/06/06 04:55] (current) – Update andreldm
Line 1: Line 1:
 ====== Thunar GTK3 deprecations ====== ====== Thunar GTK3 deprecations ======
  
-Deprecations and warnings found in [[https://git.xfce.org/xfce/thunar/commit/?id=a80821b200d1ebe5457ab75d6572f4e86f0294bb|a80821b]]+Deprecations and warnings found in [[https://git.xfce.org/xfce/thunar/commit/?id=51fa8fc2dfd7bea356caacd72b69e56925045cff|51fa8fc]]
  
 Deprecated functions related to the items below will not be handled in this cycle: Deprecated functions related to the items below will not be handled in this cycle:
Line 15: Line 15:
     * Drawing only on main thread requires lots of refactoring.     * Drawing only on main thread requires lots of refactoring.
   * ''gtk_ui_manager_*''   * ''gtk_ui_manager_*''
-    * GtkBuild is not a straightforward replacement+    * GtkBuilder is not a straightforward replacement 
 +  * [[https://git.xfce.org/xfce/thunar/commit/?id=e8ccd6fae59d4b93177786252aa65b8ad4efbe93|GTK_STOCK_DISCONNECT]] 
 +  * [[https://git.xfce.org/xfce/thunar/commit/?id=baf99226502dda739c97c791b788cf9c62ef2f82|gtk_menu_item_set_right_justified]]
  
 <code> <code>
Line 21: Line 23:
  
 grep "warning:" build.log | wc -l grep "warning:" build.log | wc -l
-(out of 1336 when merged)+(out of 1336 when merged)
  
 grep "warning:" build.log | cut -d: -f5 | sort | uniq -c | sort -n -r grep "warning:" build.log | cut -d: -f5 | sort | uniq -c | sort -n -r
-2  ‘gtk_widget_get_style’ is deprecated +# none
-1  ‘GtkStock’ is deprecated +
-1  ‘gtk_paint_shadow’ is deprecated +
-1  ‘gtk_menu_item_set_right_justified’ is deprecated +
-1  ‘gtk_image_new_from_stock’ is deprecated+
 </code> </code>