- Sep 03, 2020
-
-
Andreas Traczyk authored
It seems concurrent calls to invokeMethod using qml component object pointers can lead to access violations. These method invocations can be replaced with a signal/slot mechanism. This patch replaces only the invocations in conversationsadapter and accountsadapter that are known to be problematic for now. Some code cleanup is done for QmlAdapterBase derived classes. Gitlab: #61 Change-Id: I72f47c9229a9bf42299ae52822c3a1a8c04eb423
-
Ming Rui Zhang authored
Partially optimized the wizardview related UI code and UI performance. Note: Since some common components are changed, UI changes in settings view are also required to keep the original style. Gitlab: #59 Change-Id: Ib77868bac3a6479700e81f3361b67a8403725661
-
Change-Id: Iba3e67431c817362c3242af9d56c8985c2e62534 Gitlab: #21
-
Andreas Traczyk authored
- add a component boundary visualization tool Change-Id: Ib39f593b296ff12a220e5a259888d9c9f6eb1c4b
-
- Introduces a C++/Qml common mechanic for accessing system settings - Refactors a good chunk of application wide settings management code - Refactors the onboarding and quit-suppression logic - Makes a first stab at cleaning the Qml object registration - Removes some 'ClientWrapper' use - Fixes some file name spelling errors and inconsistencies Gitlab: #51 Gitlab: #53 Change-Id: I3dd1085aca72a38827ec004e347bd91106be2bcb
-
Change-Id: I66b7867d38ddcbec6fd68728d9282f32c11d7449
-
- Sep 02, 2020
- Sep 01, 2020
-
-
Change-Id: I8ea60715a14b481da5c4d4d0078dc8de7df28eec
-
Change-Id: I692b11c88fbd4a957dfe9775ea44d63b8e34b190
-
Make account presence cycle a component, and remove redundant update function Gitlab: #23 Change-Id: I93cb37f2886da2e8e5e41d4c97ce054497e4e399
-
- Aug 31, 2020
-
-
Andreas Traczyk authored
- adds a systray icon with and exit option when the app starts - removes the systray icon when the app exits - restores the app when a second instance is run Change-Id: I81e4552bdf0ce76a520cbae90e519efff0b13495
-
Sébastien Blin authored
Change-Id: I8011e9363dd1fb84fd1d8475ee131569c5dfb393 Gitlab: #38
-
Sébastien Blin authored
Change-Id: Ia8ecf2aa61c3e1725949ec1e2e4cb9aae33c0982 Gitlab: #46
-
Change-Id: Ib569048646b9e62ceac3f435d641cb4daf5a57d5
-
Sébastien Blin authored
Change-Id: I4ee435166e5866c3a0323b1783f591964c8c93f2
-
Sébastien Blin authored
Change-Id: I266ab31e31d85b6cd94356b63368540c02e16c6f
-
Sébastien Blin authored
Change-Id: Ic5bad27e2d20f6c84b1defe4c37c0328000bb1af Gitlab: #26
-
In order to make it work with the translations, call status is no longer passed as a string but as an integer (from enum lrc::api::call::Status). Gitlab: #10 Change-Id: If8d8b7093fbf82e9b7732e6991eec647ad0d50b7
-
Change-Id: Ie830238ed539810c64f3d02023c7c48bff850f64
-
Change-Id: I885a8d8287511d6769d3c33a255c5216f12c6cac
-
- Aug 28, 2020
-
-
Sébastien Blin authored
Change-Id: I1e26a1672ac6fe23969fc7960be4aa8ccbd28fe4 Gitlab: #22
-
Ming Rui Zhang authored
Gitlab: #34 Change-Id: Ib8814bdc917411a3e07b98779f5463d18ae314fb
-
Ming Rui Zhang authored
Use qt applicationDirPath to get ringtones path to avoid the complexity of using windows API, and remove redundant ringtones folder. Gitlab: #41 Change-Id: I5ae95531fb0e7627cdddb61334420bae3f37848b
-
Ming Rui Zhang authored
When deleting the last account, wizard view's page can be incorrect if the user has created an account before. Gitlab: #43 Change-Id: I82055456a9df608d88b81fc51049b0623c6d0a35
-
Ming Rui Zhang authored
Fix the deletion crash issue and remove redundant account changed signals. Gitlab: #17 Change-Id: I1858fa051fd5171e1261dbc35d361631dc3ea01d
-
Ming Rui Zhang authored
By giving a base context menu, all context menus are generated at run time and kept the same style. Some issues are fixed along with the patch. Gitlab: #8 Gitlab: #35 Change-Id: Ieb812420fcb44c33d161a62c8574f6705dc5e1a9
-
Sébastien Blin authored
Change-Id: I76b245f312df2807921536d46a2bb1f98fde2001 Gitlab: #27
-
Sébastien Blin authored
Change-Id: Ib253521997c3271885f83c628e918bb26ae61a2c
-
- Aug 27, 2020
-
-
- avoid duplicate call of LRC's setTopAccount() - welcome view displays always the first account on the list, so passing the index is not necessary - conversationsadapter and messagesadapter no longer listen to currentAccountChanged signal since there is a specific function for the setup Gitlab: #12 Change-Id: Iac932d2596bf59c7528d83be799342ccefeea6b0
-
Albert Babí Oller authored
deleted unused calls to getCallId with empty id's Gitlab: #30, #33 Change-Id: Id26b883907c6dd1e03ac9c12e7ebf8a8c8c2711b
-
- Aug 25, 2020
-
-
Sébastien Blin authored
Change-Id: I414b8f2f482f4fef436156be1d3edd538ff36c06
-
Account combo box dropdown indicator will be hidden behind the share qrcode button when the username is too long. Gitlab: #16 Change-Id: I24d723be1f064a4e0328e262f11238b5c0d6943f
-
Ming Rui Zhang authored
Add sip input panel to be able to use DTMF functionalities. Gitlab: #18 Change-Id: Iaa53ae2b34d9ce0d5cf19aa82dd41a5607203c62
-
Sébastien Blin authored
Change-Id: If0a3d896b35385f24c9d04b67b12146febfff7c2
-
Albert Babí Oller authored
Gitlab: #4 Change-Id: I7570099c20d2d406e538aea4c366ba7d85777686
-
- Aug 24, 2020
-
-
Change-Id: If001b758642fc8a1289506760650997dd9b20462
-
- Aug 21, 2020
-
-
Change-Id: I7aeb96f4c8a09a8b8c0b8e6534079e3fa3965941
-