- Oct 04, 2018
-
-
+ Update account status indicators when receiving accountStatusChanged. + Remove unused old_view variable. + Remove useless on_show_add_account function (replaced by enterAccountCreationWizard) + Fix status label context switching Change-Id: Iceae3da15d787540331b068c2eae2eebe95c3c43 Gitlab: #922 Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Oct 03, 2018
-
-
g_filename_from_uri can be null and can cause a segfault. We should avoid this case. Change-Id: Ie2e52b4c6112ab1a1ee59f641f6752b8feb9ca0b Reviewed-by:
Hugo Lefeuvre <hle@owl.eu.com> Gitlab: #921
-
- Oct 01, 2018
-
-
Jenkins authored
Change-Id: I7a6f6c310e85755857efcaf7b4da885c87d86116
-
- Sep 28, 2018
-
-
Hugo Lefeuvre authored
Change-Id: I3157d745c460fd554d663031db8a170f153e5f55 Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Sep 27, 2018
-
-
Hugo Lefeuvre authored
Change-Id: Ic2c21f958d6d3aad5e6f686b7f657b70c53e1040
-
- Sep 24, 2018
-
-
Jenkins authored
Change-Id: I3b10c10dfeaf59a75ab9c54bb330fd6bbe3f3c76
-
- 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>
-