- Sep 21, 2018
-
-
Change-Id: Id821cda0c0a4c20376576c92a3aad01227f22fbf Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- Sep 20, 2018
-
-
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
-
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
-
- Sep 19, 2018
-
-
Hugo Lefeuvre authored
Change-Id: I5e7bf872e7a49240b5392db20aa754fc699848c9
-
Change-Id: Ieb3101a10c1bde51bdefcea44aabae3444649fd1
-
- Sep 18, 2018
-
-
Fix a bunch of newly discovered memory leaks, port some code parts using C-style fixed-length buffers to modern C++ and check call status before displaying it as last interaction. Change-Id: I6114585e80411717e89990653eff26bf7fc49de5 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- Sep 14, 2018
-
-
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:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Sep 13, 2018
-
-
A broken nullptr check was leading to disappearance of the play icon (unpause). Fix this issue along with a few spelling fixes. Also, add nullptr check in updateDetails(). Change-Id: I8fd3e79c085db2ef9b2bb6e61ffcd916d5d314ec Gitlab: #914 Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Sep 12, 2018
-
-
Change-Id: Iad92337fe2edfc893ed7b03f6486cd8ea5527e4d
-
Make sure call status gets updated in the conversationsview when callStatusUpdated() signal is emitted. Also, fix usage of bad formatters in ringmainwindow logs. Change-Id: I5e7a5fb1ae11973f37eafefa4a6badcbe3fb81a2 Gitlab: #913 Gitlab: #905 Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
Sébastien Blin authored
This is needed to update the combobox when the user change the avatar or the alias. Change-Id: I3c836cfb0929e608b240728f6d042c5c81ef5d07 Reviewed-by:
Hugo Lefeuvre <hugo.lefeuvre@savoirfairelinux.com>
-
- Sep 04, 2018
-
-
Change-Id: I2a1a7efbca20b191d6db5891de8f57b4aff05fbb
-
- Sep 03, 2018
-
-
Jenkins authored
Change-Id: Id002ab4dbcbf4c82e05319ddd234a4a7e52e5729
-
- Aug 27, 2018
-
-
Jenkins authored
Change-Id: Ie7bf8633169053febc2f3076899cbe1c64c1e03f
-
- Aug 20, 2018
-
-
Jenkins authored
Change-Id: Idc008ca3dc4f86b6843a7961d828d5fbc35642d8
-
- Aug 16, 2018
-
-
Change-Id: If13a3d37cfd339bcda1a08648874f789fd07b520 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- Aug 13, 2018
-
-
Jenkins authored
Change-Id: Id7508c403b3318d0da07123f74f1c49d0067b5f4
-
- Aug 10, 2018
-
-
Switch AccountCreationWizard type to GtkScrolledWindow to make it resizable. Change-Id: I964a92f2b1b7918193b71895b35f0d4b5f3198a1 Gitlab: #885 Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Aug 09, 2018
-
-
Sébastien Blin authored
Change-Id: I0cfd9bca1d77a4ab52eda092457d86e7c132d201 Gitlab: #890
-
- Aug 06, 2018
-
-
Jenkins authored
Change-Id: If468fa96f2d469dcc409c5a16ae1e1480fa8f8b7
-
- Aug 03, 2018
-
-
Change-Id: Id46fd8d4ee42b2047eb32445821fa65eb413c608 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- Aug 02, 2018
-
-
Change-Id: I728c7c719710c04f071a2c230fad17c80d026ee7 Gitlab: #780
-
- Aug 01, 2018
-
-
To follow changes for the win32/macOS client Change-Id: I4abd1cb22c18231d60306920b73cd82b37c7e56d Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- Jul 30, 2018
-
-
Jenkins authored
Change-Id: I35809719dab219472f06b2159425d0bef4f12568
-
- Jul 27, 2018
-
-
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:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- Jul 26, 2018
-
-
Sébastien Blin authored
Change-Id: Ie53419c624ecccbad7f6f0c3793ff13090a7fb35 Gitlab: #886 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- Jul 24, 2018
-
-
Hugo Lefeuvre authored
Change-Id: Iacc77f28f77fef4da0a315063b1d8abe3ef9ed99 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- Jul 23, 2018
-
-
Jenkins authored
Change-Id: I3a511d5c5569fb4529f8a02bd31eee0665adabfc
-
- Jul 17, 2018
-
-
Change-Id: I194f452a69fa7231adbe2cbf7c25fc3180206cf9 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
Add a helper function which executes passed js code in the chatview. Also, fix a handful of memory leaks. Change-Id: I8490e6822c09819ac3653de7e40d65e96bf70940 Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Jul 16, 2018
-
-
Change-Id: Ib1dd4ff69d05e6783b15493566b1d6364630e37f
-
Change-Id: I96e01040456fe0f0b34cb79fcde4e79ebac63559 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- Jul 13, 2018
-
-
Jenkins authored
Change-Id: I97a245147cdf3f58cda2dc2359486da42e1e4bc9
-
- Ignore account selection changed signal when account didn't change. - Do not refresh account selector when account status changed (we used to not display disabled accounts in the past but it is not the case anymore) Change-Id: Iddc560f4fc92f44cd87863680a44db360057b6b4 Gitlab: #708 Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
Change-Id: I6cd6135f5a66ca4a9ff9ea54050f1972b10bf432 Gitlab: #871
-
- Jul 12, 2018
-
-
- fix timestamp efficiency issue. - fix message bar size which was blocked at bigger size when using send button instead of return key. - fix invitation text selection. - fix bad handling of broken images / paths. - fix navbar present during call because of WebKit crashes. - fix ghost navbar during call. - fix buggy ellipsis due to duplicate ids. - fix duplicate retry in file transfer ellipsis. - fix bug where ellipsis was placed at the right side of newly uploaded images. - fix various issues in removeInteraction. - fix wrapping issues in navbar. Change-Id: If2f67090c889c1b0efaf21d6f00c72471752b9f8 Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com> Gitlab: #833 Gitlab: #838 Gitlab: #839 Gitlab: #843 Gitlab: #845 Gitlab: #849 Gitlab: #861 Gitlab: #862
-
Whenever the settings are closed, the avatar manipulation widget is destroyed. This is because we want to make sure the video preview is always stopped properly. However the avatar widget is not reinitialized when going back to the settings, leading to a missing avatar widget. Add missing call to new_account_settings_view_show in enterSettingsView(). Change-Id: If3b97a92248cba43173a666833a1b372f1d19f4e Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
Sébastien Blin authored
Change-Id: Ia11ae41d50a26b136c75dd1d8c9c2ffdbe3d1643 Reviewed-by:
Hugo Lefeuvre <hugo.lefeuvre@savoirfairelinux.com> Gitlab: #864
-
Sébastien Blin authored
Change-Id: I0b630fd3862071a56886ab5757cbc98613441946 Reviewed-by:
Hugo Lefeuvre <hugo.lefeuvre@savoirfairelinux.com> Gitlab: #852
-
Change-Id: I8fc0f90c16287b1150bd3c85a7522d256722c0ed Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-