Skip to content
  1. Feb 06, 2016
  2. Oct 28, 2015
  3. Jun 25, 2015
  4. May 19, 2015
  5. May 17, 2015
  6. May 16, 2015
  7. Apr 19, 2015
    • Jens Georg's avatar
      server: Prevent crash on thumbnail · e853546d
      Jens Georg authored
      If the VisualItem does not have a mime type, the old code would add a "null"
      thumbnail to the list which would be dereferenced on serialisation.
      e853546d
  8. Apr 16, 2015
  9. Apr 08, 2015
    • Jens Georg's avatar
      ui: Use Gtk.ListStore explicitly · a85d476e
      Jens Georg authored
      
      
      Signed-off-by: default avatarJens Georg <mail@jensge.org>
      a85d476e
    • Marc-André Lureau's avatar
      Remove NoArrayLength usage · 35531da0
      Marc-André Lureau authored and Jens Georg's avatar Jens Georg committed
      Solves the following build error:
      make[3]: Entering directory '/home/elmarco/src/gnome/rygel/src/rygel'
        VALAC    rygel_vala.stamp
        rygel-cmdline-config.vala:40.6-40.18: warning: attribute
        `NoArrayLength' never used
            [NoArrayLength]
                 ^^^^^^^^^^^^^
                 rygel-cmdline-config.vala:63.6-63.18: warning: attribute
        `NoArrayLength' never used
            [NoArrayLength]
                 ^^^^^^^^^^^^^
                 rygel-cmdline-config.vala:66.6-66.18: warning: attribute
        `NoArrayLength' never used
            [NoArrayLength]
                 ^^^^^^^^^^^^^
                 rygel-cmdline-config.vala:69.6-69.18: warning: attribute
        `NoArrayLength' never used
            [NoArrayLength]
                 ^^^^^^^^^^^^^
      Compilation failed: 0 error(s), 4 warning(s)
      Makefile:791: recipe for target 'rygel_vala.stamp' failed
      
      https://bugzilla.gnome.org/show_bug.cgi?id=741913
      35531da0
  10. Mar 23, 2015
    • Marc-André Lureau's avatar
      tracker: update_async throws GLib.Error · 4285fd43
      Marc-André Lureau authored and Jens Georg's avatar Jens Georg committed
      Solves the following build error:
      
      make[4]: Entering directory '/home/elmarco/src/gnome/rygel/src/plugins/tracker'
      VALAC    librygel_tracker_la_vala.stamp
      rygel-tracker-selection-query.vala:90.24-90.50: warning: unhandled error `GLib.Error'
      result = yield resources.query_async (str);
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
      rygel-tracker-cleanup-query.vala:49.15-49.42: warning: unhandled error `GLib.Error'
      yield resources.update_async (str);
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      rygel-tracker-insertion-query.vala:129.27-129.60: warning: unhandled error `GLib.Error'
      Variant v = yield resources.update_blank_async (str);
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      rygel-tracker-insertion-query.vala:144.32-145.71: warning: unhandled error `GLib.Error'
      rygel-tracker-deletion-query.vala:48.15-48.42: warning: unhandled error `GLib.Error'
      yield resources.update_async (str);
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      Compilation failed: 0 error(s), 5 warning(s)
      Makefile:1167: recipe for target 'librygel_tracker_la_vala.stamp' failed
      
      https://bugzilla.gnome.org/show_bug.cgi?id=741913
      4285fd43
  11. Mar 14, 2015
  12. Feb 23, 2015
  13. Feb 20, 2015
  14. Jan 31, 2015
  15. Jan 24, 2015
  16. Nov 10, 2014
  17. Oct 13, 2014
  18. Oct 10, 2014
  19. Oct 03, 2014
  20. Sep 28, 2014
  21. Sep 25, 2014
  22. Sep 22, 2014