Skip to content
  1. May 21, 2018
  2. Apr 02, 2018
  3. Mar 21, 2018
  4. Mar 13, 2018
  5. Mar 12, 2018
  6. Mar 02, 2018
  7. Feb 14, 2018
  8. Jan 24, 2018
  9. Jan 21, 2018
    • Debarshi Ray's avatar
      application: Avoid CRITICALs when going to EDIT and PREVIEW · 0ded4955
      Debarshi Ray authored
      There are no child BaseManagers for the EDIT and PREVIEW modes. Hence
      it lead to:
        CRITICAL **: photos_item_manager_get_for_mode: assertion
          'mode != PHOTOS_WINDOW_MODE_PREVIEW' failed
      
      Fallout from d5d28be0
      0ded4955
    • Debarshi Ray's avatar
      application: Don't miss changes to the current child BaseManager · b5c57b71
      Debarshi Ray authored
      ItemManager::items-changed is only emitted if a BaseItem was added or
      removed from the union of all the child BaseManagers (ie. the 0th
      child). Therefore, due to a mode change, if the current child is
      cleared and populated with new items, the addition of new items won't
      lead to ItemManager::items-changed if they were already present in one
      of the other children. In that case, various GSimpleActions that were
      disabled by the clearing of the child BaseManager won't be re-enabled
      after the addition of new items.
      
      This is easily observed while searching because entering SEARCH clears
      the corresponding BaseManager. eg., if the first 50 items in OVERVIEW
      are all LocalItems, and searching for local content would lead to the
      same 50 LocalItems to be shown in SEARCH.
      b5c57b71
  10. Jan 01, 2018
  11. Dec 24, 2017
  12. Dec 14, 2017
  13. Dec 11, 2017
  14. Dec 08, 2017
  15. Dec 05, 2017
  16. Nov 16, 2017
    • Debarshi Ray's avatar
      flatpak: Use secure HTTP wherever possible · 75b8315c
      Debarshi Ray authored
      Wget reports several TLS errors with exiv2.org:
        Resolving exiv2.org (exiv2.org)... 54.72.225.196
        Connecting to exiv2.org (exiv2.org)|54.72.225.196|:443... connected.
        GnuTLS: A TLS warning alert has been received.
        GnuTLS: received alert [112]: The server name sent was not recognized
        ERROR: The certificate of ‘exiv2.org’ is not trusted.
        ERROR: The certificate of ‘exiv2.org’ hasn't got a known issuer.
        ERROR: The certificate of ‘exiv2.org’ was signed using an insecure
          algorithm.
        The certificate's owner does not match hostname ‘exiv2.org’
      
      Hence it still uses plain HTTP.
      75b8315c
    • Debarshi Ray's avatar
      flatpak: Update babl to 0.1.36 · 15945e3b
      Debarshi Ray authored
      15945e3b
  17. Nov 08, 2017
  18. Nov 06, 2017
  19. Nov 03, 2017