Skip to content
Snippets Groups Projects
  1. Aug 20, 2020
  2. Aug 19, 2020
    • Mohammed Sadiq's avatar
      history: Close database right · 98f3a18b
      Mohammed Sadiq authored and Mohammed Sadiq's avatar Mohammed Sadiq committed
      We were always passing NULL as db
      98f3a18b
    • Mohammed Sadiq's avatar
      history: Fix possible deadlock · 18c0f8f1
      Mohammed Sadiq authored and Mohammed Sadiq's avatar Mohammed Sadiq committed
      history is a singleton object.  It's created and finalized only once in
      an application's lifetime.  But in tests, the same object may be reused
      after closing database, which can result in races that lock the GTask to
      never complete.
      
      Free object data in dispose and explicitly run dispose when the database
      is closed so that we don't have wait for GObject to free data which may
      be delayed.
      18c0f8f1
    • Mohammed Sadiq's avatar
      window: Don't change selection when fold mode changes · 35b3d1ae
      Mohammed Sadiq authored
      When the window style changes from folded mode to non-folded mode,
      the first chat list item is selected by default regardless of the
      current state.
      
      Instead of blindly selecting the first item, select the first item
      only if none is selected when window changes to non-folded mode.
      35b3d1ae
  3. Aug 17, 2020
  4. Aug 15, 2020
  5. Aug 14, 2020
  6. Aug 13, 2020
  7. Aug 12, 2020
  8. Aug 11, 2020
  9. Aug 10, 2020
  10. Aug 08, 2020
  11. Aug 07, 2020
  12. Aug 06, 2020
Loading