- Update About to GPLv3

- Add temporary Flip on preview
- Add Application vendor name in configurations
This commit is contained in:
Julien Wadel 2020-02-20 10:28:29 +01:00
parent 5cd0804ed7
commit 144fcf7d44
4 changed files with 5 additions and 6 deletions

View file

@ -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();

View file

@ -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}"

View file

@ -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

View file

@ -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'