Skip to content
Snippets Groups Projects
  1. Sep 18, 2018
  2. Sep 14, 2018
    • Hugo Lefeuvre's avatar
      fix memory leaks, hazardous frees and misc issues · 55d24730
      Hugo Lefeuvre authored and Sébastien Blin's avatar Sébastien Blin committed
      
      accountgeneraltab:
      + remove useless <iostream> import
      
      accountmigrationview:
      + remove useless <iostream> import
      + add missing <memory> import
      
      currentcallview:
      + remove useless <iostream> import
      + add missing <memory> and <string> import
      + use g_debug instead of std::cout (not the standard debug output)
      
      ringmainwindow:
      + fix multiple memory leaks in print_account_and_state(),
        on_clear_all_history_foreach() and changeAccountSelection()
      + fix use of deprecated method gtk_entry_set_icon_from_stock()
      + use G_GNUC_UNUSED to remove unused parameter warnings
      + remove various unused variables
      + remove unused function on_save_accounts_timeout()
      + fix multiple places where char* was passed to printf-style function
        with %i formatter
      
      ringwelcomeview:
      + fix multiple memory leaks in ring_welcome_update_view() and
        render_account_avatar()
      + return FALSE in case of failure in draw_qrcode()
      
      webkitchatcontainer:
      + webkit_chat_container_execute_js should take const char*, not char*
      + return true in case of success in webview_chat_context_menu()
      
      usernameregistrationbox:
      + make "Enter the password of your Ring account" string translatable
      
      ring_client:
      + fix multiple memory leaks in ring_client_open()
      
      ring_notify:
      + improve ring_hide_notification() return values
      + fix multiple potential hazardous free() calls
      
      video_widget:
      + fix leak in case of error in video_widget_on_drag_data_received()
      + fix hazardous free() call in switch_video_input_file() (uri might be
        NULL even if the answer of the dialog is GTK_RESPONSE_ACCEPT)
      
      Change-Id: I7db8b63ba1b8ad272d464d0739b2fe24cc18c0b4
      Gitlab: #917
      Gitlab: #821
      Reviewed-by: default avatarSebastien Blin <sebastien.blin@savoirfairelinux.com>
      55d24730
  3. Sep 13, 2018
  4. Sep 12, 2018
  5. Sep 04, 2018
  6. Sep 03, 2018
  7. Aug 27, 2018
  8. Aug 20, 2018
  9. Aug 16, 2018
  10. Aug 13, 2018
  11. Aug 10, 2018
  12. Aug 09, 2018
  13. Aug 06, 2018
  14. Aug 03, 2018
  15. Aug 02, 2018
  16. Aug 01, 2018
  17. Jul 30, 2018
  18. Jul 27, 2018
    • Sébastien Blin's avatar
      ringnotify: rewrite notification system · cc4e824b
      Sébastien Blin authored and Andreas Traczyk's avatar Andreas Traczyk committed
      
      Ring will now use three types of notifications:
      
      1. Call notifications: opened when an incoming call is here
      and closed at the end of the call.
      2. Request notifications: opened when a new trust request
      arrives and closed when the user accepts/refuse/block or
      just open the conversation.
      3. Chat notifications: arrives with new interactions and if
      the current conversation is different or the client not focused. Closed
      by Gnome or when the conversation is opened.
      
      Change-Id: I5e5abf20507bac8bb37c429bc929c671fe66bd6b
      Gitlab: #868
      Reviewed-by: default avatarAndreas Traczyk <andreas.traczyk@savoirfairelinux.com>
      cc4e824b
  19. Jul 26, 2018
  20. Jul 24, 2018
  21. Jul 23, 2018
  22. Jul 17, 2018
  23. Jul 16, 2018
  24. Jul 13, 2018
  25. Jul 12, 2018
  26. Jul 11, 2018
  27. Jul 10, 2018
  28. Jul 07, 2018
Loading