Skip to content
Snippets Groups Projects
  1. Oct 13, 2018
  2. Oct 11, 2018
  3. Oct 10, 2018
  4. Oct 06, 2018
  5. Oct 05, 2018
  6. Oct 02, 2018
  7. Sep 27, 2018
  8. Sep 26, 2018
  9. Sep 25, 2018
  10. Sep 24, 2018
  11. Sep 23, 2018
  12. Sep 20, 2018
  13. Sep 18, 2018
    • Jehan's avatar
      Right mouse click will not display icons for custom actions. · 8349a54d
      Jehan authored and Alexander Schwinn's avatar Alexander Schwinn committed
      (Bug #14685)
      
      g_icon_to_string() is not meant to return an icon name, it returns a
      "textual representation of the icon", which is mostly "proprietary to
      GIcon" (in GIO documentation's own words).
      In particular the reverse function to get a GIcon back from this
      representation is g_icon_new_for_string().
      
      The reason why it used to work was because of a special casing (which
      happens to be the most common case: when you create an icon with a
      single name); yet even if the most common, relying on special cases is a
      bad idea. The special case is about to be reinstated in GLib so it will
      work again as expected, yet only until the next time a widget uses a not
      special-cased GIcon, for instance if using fallback icons. It is better
      to really fix the code.
      
      Now the menu properly recreates the icon using g_icon_new_for_string(),
      not assuming what type of icons it was (it could be an icon name, a
      path, a list of icon names, or whatever else proprietary representation
      any type of icon may use now or in the future).
      Also update the doc of thunarx_menu_item_new() to explicitly states that
      the icon parameter is a textual representation as returned by
      g_icon_to_string(). In particular this won't break any plug-ins as
      single icon names and icon paths are proper representations for icons
      too.
      8349a54d
    • Elishai Eliyahu's avatar
      I18n: Update translation he (100%). · e2d22a8c
      Elishai Eliyahu authored
      759 translated messages.
      
      Transifex (https://www.transifex.com/xfce/public/).
      e2d22a8c
  14. Sep 17, 2018
Loading