Skip to content
Snippets Groups Projects
  1. Oct 04, 2018
  2. Oct 03, 2018
  3. Oct 01, 2018
  4. Sep 28, 2018
  5. Sep 27, 2018
  6. Sep 24, 2018
  7. Sep 21, 2018
  8. Sep 20, 2018
    • Hugo Lefeuvre's avatar
      chatview: fix attempt to assign ro property · 19363ba0
      Hugo Lefeuvre authored
      "Styles should not be set by assigning a string directly to the style
      property since it is considered ro, as the style attribute returns a
      CSSStyleDeclaration object which is also read-only."
      
      Fix attempts to assign style property.
      
      Change-Id: Idffa1be0e9bbe654eeb40a73f2d89a8b02fa9abf
      19363ba0
    • Hugo Lefeuvre's avatar
      fix chatview menu regression · 2c2ae215
      Hugo Lefeuvre authored
      55d24730 changed the return value of webview_chat_context_menu from
      FALSE to TRUE, breaking the right click menu in the chatview. Revert
      this change.
      
      Change-Id: I2f4bf36097b59fb5cf30524992d4873bd28160c0
      2c2ae215
  9. Sep 19, 2018
  10. Sep 18, 2018
  11. 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
  12. Sep 13, 2018
  13. Sep 12, 2018
  14. Sep 04, 2018
  15. Sep 03, 2018
  16. Aug 27, 2018
  17. Aug 20, 2018
  18. Aug 16, 2018
  19. Aug 13, 2018
  20. Aug 10, 2018
  21. Aug 09, 2018
  22. Aug 06, 2018
  23. Aug 03, 2018
  24. Aug 02, 2018
  25. Aug 01, 2018
  26. Jul 30, 2018
  27. 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
  28. Jul 26, 2018
  29. Jul 24, 2018
  30. Jul 23, 2018
  31. Jul 17, 2018
  32. Jul 16, 2018
  33. Jul 13, 2018
Loading