Opened 7 years ago
Closed 7 years ago
#10072 closed enhancement (fixed)
Thunar-1.7.0
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 8.2 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (3)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
exo-0.11.5 supplies both exo-1 and exo-2 libraries. Updated exo as well as Thunar.
Fixed at revision 19565.
Note:
See TracTickets
for help on using tickets.
Fix introspection scan during distcheck
Make gobject-introspection dependency non-mandatory
replaced gtk3 deprecation "gtk_style_render_icon" - part II moved call of new method to right position in order to have effect on the icon, not on the background
replaced gtk3 deprecation "gtk_style_render_icon". Since almost impossible to replace it with suggested "gtk_icon_theme_load_icon", a more simple approach is used now to render icons insensitive.
replaced gtk3 deprecation "gdk_cairo_set_source_color" by "gdk_cairo_set_source_rgba" - part II ( Now done the same like in internal deprecated gtk3 method "gtk_style_context_get_background_color" in order to elude a possible memory leak )
Allow Thunar run with sudo as before
Add GObject Introspection support to thunarx
replaced gtk3 deprecation "gdk_cairo_set_source_color" by "gdk_cairo_set_source_rgba"
Introduce ThunarxMenu. Also refactoring some menu related code into thunar-menu-util.c
Several others too many to list here.