mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 19:38:09 +00:00
- Update About to GPLv3
- Add temporary Flip on preview - Add Application vendor name in configurations
This commit is contained in:
parent
5cd0804ed7
commit
144fcf7d44
4 changed files with 5 additions and 6 deletions
|
|
@ -23,8 +23,6 @@
|
|||
// =============================================================================
|
||||
|
||||
int main (int argc, char *argv[]) {
|
||||
QApplication::setOrganizationName("Belledonne-Communications");
|
||||
QApplication::setOrganizationDomain("linphone.org");
|
||||
AppController controller(argc, argv);
|
||||
//QLoggingCategory::setFilterRules("*.debug=true;qml=false");
|
||||
App *app = controller.getApp();
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
#cmakedefine APPLICATION_DESCRIPTION "${APPLICATION_DESCRIPTION}"
|
||||
#cmakedefine APPLICATION_ID "${APPLICATION_ID}"
|
||||
#cmakedefine APPLICATION_NAME "${APPLICATION_NAME}"
|
||||
#cmakedefine APPLICATION_VENDOR "${APPLICATION_VENDOR}"
|
||||
#cmakedefine ENABLE_UPDATE_CHECK 1
|
||||
#cmakedefine EXECUTABLE_NAME "${EXECUTABLE_NAME}"
|
||||
#cmakedefine MSPLUGINS_DIR "${MSPLUGINS_DIR}"
|
||||
|
|
|
|||
|
|
@ -381,9 +381,9 @@ Rectangle {
|
|||
height: CallStyle.actionArea.userVideo.height
|
||||
width: CallStyle.actionArea.userVideo.width
|
||||
// Function to use if we want to manually Flip horizontally the preview without MSOGL
|
||||
// transform: Matrix4x4 {
|
||||
// matrix: Qt.matrix4x4(-1, 0, 0, CallStyle.actionArea.userVideo.width, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
|
||||
// }
|
||||
transform: Matrix4x4 {
|
||||
matrix: Qt.matrix4x4(-1, 0, 0, CallStyle.actionArea.userVideo.width, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
|
||||
}
|
||||
|
||||
active: incall.width >= CallStyle.actionArea.lowWidth && incall.call.videoEnabled && !_fullscreen
|
||||
sourceComponent: cameraPreview
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ DialogPlus {
|
|||
elide: Text.ElideRight
|
||||
font.pointSize: AboutStyle.copyrightBlock.license.pointSize
|
||||
|
||||
text: 'GNU General Public License V2\n\u00A9 2010-' +
|
||||
text: 'GNU General Public License V3\n\u00A9 2010-' +
|
||||
(new Date().toLocaleDateString(Qt.locale(), 'yyyy')) +
|
||||
' Belledonne Communications'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue