Changes between Initial Version and Version 1 of Ticket #10072, comment 2


Ignore:
Timestamp:
11/30/2017 09:55:10 PM (6 years ago)
Author:
bdubbs@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10072, comment 2

    initial v1  
    1 Fix introspection scan during distcheck
     1- GTK3 Port
     2- Replace dbus-glib with GDBus
     3- Improved Pathbar style for Location Selector
     4- Bump thunarx to version 3 and replace GtkAction with ThunarxMenu and ThunarxMenuItem
     5- GObject-Introspection support for thunarx-3
     6- Update thunarx documentation and fix its generation
    27
    3 Make gobject-introspection dependency non-mandatory
     8Wants exo-2 (at least version 0.10.0).  There are five other packages that want exo.  I have not yet determined if they are compatible with exo2.
    49
    5 replaced gtk3 deprecation "gtk_style_render_icon" - part II
    6 moved call of new method to right position in order to have effect on
    7 the icon, not on the background
    8 
    9 replaced gtk3 deprecation "gtk_style_render_icon".
    10 Since almost impossible to replace it with
    11 suggested "gtk_icon_theme_load_icon", a more simple approach is used now
    12 to render icons insensitive.
    13 
    14 replaced gtk3 deprecation "gdk_cairo_set_source_color"
    15 by "gdk_cairo_set_source_rgba" - part II
    16 ( Now done the same like in internal deprecated gtk3 method
    17 "gtk_style_context_get_background_color" in order
    18 to elude a possible memory leak )
    19 
    20 Allow Thunar run with sudo as before
    21 
    22 Add GObject Introspection support to thunarx
    23 
    24 replaced gtk3 deprecation "gdk_cairo_set_source_color"
    25 by "gdk_cairo_set_source_rgba"
    26 
    27 Introduce ThunarxMenu. Also refactoring some menu related code into thunar-menu-util.c
    28 
    29 Several others too many to list here.