-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
134 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
/* | ||
* Copyright 2014 Aleksi Suomalainen <[email protected]> | ||
* Copyright (C) 2023 Chupligin Sergey <[email protected]> | ||
* | ||
* This library is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU Library General Public | ||
|
@@ -17,10 +18,11 @@ | |
* Boston, MA 02110-1301, USA. | ||
*/ | ||
|
||
import QtQuick 2.6 | ||
import QtQuick.Controls 1.0 | ||
import QtQuick.Controls.Nemo 1.0 | ||
import QtQuick.Controls.Styles.Nemo 1.0 | ||
import QtQuick | ||
import QtQuick.Controls | ||
|
||
import Nemo | ||
import Nemo.Controls | ||
|
||
import org.nemomobile.contacts 1.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
** | ||
** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). | ||
** Copyright (C) 2012 Robin Burchell <[email protected]> | ||
** Copyright (C) 2018-2022 Chupligin Sergey <[email protected]> | ||
** Copyright (C) 2018-2023 Chupligin Sergey <[email protected]> | ||
** | ||
** $QT_BEGIN_LICENSE:BSD$ | ||
** You may use this file under the terms of the BSD license as follows: | ||
|
@@ -36,11 +36,11 @@ | |
** | ||
****************************************************************************/ | ||
|
||
import QtQuick 2.6 | ||
import QtQuick | ||
import QtQuick.Controls | ||
|
||
import QtQuick.Controls 1.0 | ||
import QtQuick.Controls.Nemo 1.0 | ||
import QtQuick.Controls.Styles.Nemo 1.0 | ||
import Nemo | ||
import Nemo.Controls | ||
|
||
Item { | ||
id: root | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
/* | ||
* Copyright 2014 Aleksi Suomalainen <[email protected]> | ||
* Copyright (C) 2023 Chupligin Sergey <[email protected]> | ||
* | ||
* This library is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU Library General Public | ||
|
@@ -17,11 +18,13 @@ | |
* Boston, MA 02110-1301, USA. | ||
*/ | ||
|
||
import QtQuick 2.6 | ||
import QtQuick.Window 2.1 | ||
import QtQuick.Controls 1.0 | ||
import QtQuick.Controls.Nemo 1.0 | ||
import QtQuick.Controls.Styles.Nemo 1.0 | ||
import QtQuick | ||
import QtQuick.Controls | ||
import QtQuick.Window | ||
|
||
import Nemo | ||
import Nemo.Controls | ||
|
||
import org.nemomobile.voicecall 1.0 | ||
import org.nemomobile.contacts 1.0 | ||
import org.nemomobile.commhistory 1.0 | ||
|
@@ -48,7 +51,7 @@ ApplicationWindow | |
|
||
if(activeVoiceCall) { | ||
|
||
pageItem.pageStack.push({ | ||
main.push({ | ||
"item": Qt.resolvedUrl("pages/CallView.qml"), | ||
"properties": { | ||
"main": main, | ||
|
@@ -64,7 +67,7 @@ ApplicationWindow | |
main.raise() | ||
} | ||
} else { | ||
pageItem.pageStack.pop() | ||
main.pop() | ||
main.activeVoiceCallPerson = null | ||
main.hide(); | ||
} | ||
|
@@ -94,7 +97,7 @@ ApplicationWindow | |
id: voicecallService | ||
|
||
onOpenCallHistory: { | ||
pageStack.push(Qt.resolvedUrl("pages/CallLogPage.qml")) | ||
main.push(Qt.resolvedUrl("pages/CallLogPage.qml")) | ||
main.raise() | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* Copyright 2014 Aleksi Suomalainen <[email protected]> | ||
* Copyright 2018 Chupligin Sergey <[email protected]> | ||
* Copyright 2018-2023 Chupligin Sergey <[email protected]> | ||
* | ||
* This library is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU Library General Public | ||
|
@@ -18,11 +18,12 @@ | |
* Boston, MA 02110-1301, USA. | ||
*/ | ||
|
||
import QtQuick 2.6 | ||
import QtQuick.Controls 1.0 | ||
import QtQuick.Controls.Nemo 1.0 | ||
import QtQuick.Controls.Styles.Nemo 1.0 | ||
import QtQuick.Layouts 1.0 | ||
import QtQuick | ||
import QtQuick.Controls | ||
|
||
import Nemo | ||
import Nemo.Controls | ||
|
||
import org.nemomobile.contacts 1.0 | ||
import org.nemomobile.commhistory 1.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* Copyright 2014 Aleksi Suomalainen <[email protected]> | ||
* Copyright 2018-2021 Chupligin Sergey <[email protected]> | ||
* Copyright 2018-2023 Chupligin Sergey <[email protected]> | ||
* This library is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU Library General Public | ||
* License as published by the Free Software Foundation; either | ||
|
@@ -16,10 +16,11 @@ | |
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
* Boston, MA 02110-1301, USA. | ||
*/ | ||
import QtQuick 2.6 | ||
import QtQuick.Controls 1.0 | ||
import QtQuick.Controls.Nemo 1.0 | ||
import QtQuick.Controls.Styles.Nemo 1.0 | ||
import QtQuick | ||
import QtQuick.Controls | ||
|
||
import Nemo | ||
import Nemo.Controls | ||
|
||
import org.nemomobile.contacts 1.0 | ||
import org.nemomobile.commhistory 1.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
/* | ||
* Copyright 2015 Aleksi Suomalainen <[email protected]> | ||
* Copyright (C) 2023 Chupligin Sergey <[email protected]> | ||
* | ||
* This library is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU Library General Public | ||
|
@@ -16,11 +17,12 @@ | |
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
* Boston, MA 02110-1301, USA. | ||
*/ | ||
import QtQuick 2.6 | ||
import QtQuick.Controls 1.0 | ||
import QtQuick.Controls.Nemo 1.0 | ||
import QtQuick.Controls.Styles.Nemo 1.0 | ||
import QtQuick.Layouts 1.0 | ||
import QtQuick | ||
import QtQuick.Controls | ||
|
||
import Nemo | ||
import Nemo.Controls | ||
|
||
import org.nemomobile.contacts 1.0 | ||
|
||
Item { | ||
|
@@ -59,7 +61,7 @@ Item { | |
onPressAndHold: { | ||
var comp = Qt.createComponent("ContactDetails.qml") | ||
if (comp.status === Component.Ready) { | ||
pageStack.push({ | ||
main.push({ | ||
"item": comp, | ||
"properties": { | ||
"person": person | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
/* | ||
* Copyright 2015 Aleksi Suomalainen <[email protected]> | ||
* Copyright (C) 2023 Chupligin Sergey <[email protected]> | ||
* | ||
* This library is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU Library General Public | ||
|
@@ -16,11 +17,12 @@ | |
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
* Boston, MA 02110-1301, USA. | ||
*/ | ||
import QtQuick 2.6 | ||
import QtQuick.Controls 1.0 | ||
import QtQuick.Controls.Nemo 1.0 | ||
import QtQuick.Controls.Styles.Nemo 1.0 | ||
import QtQuick.Layouts 1.0 | ||
import QtQuick | ||
import QtQuick.Controls | ||
|
||
import Nemo | ||
import Nemo.Controls | ||
|
||
import org.nemomobile.contacts 1.0 | ||
|
||
Page { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* Copyright 2015 Aleksi Suomalainen <[email protected]> | ||
* Copyright (C) 2022 Chupligin Sergey <[email protected]> | ||
* Copyright (C) 2022-2023 Chupligin Sergey <[email protected]> | ||
* | ||
* This library is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU Library General Public | ||
|
@@ -18,11 +18,11 @@ | |
* Boston, MA 02110-1301, USA. | ||
*/ | ||
|
||
import QtQuick 2.6 | ||
import QtQuick.Controls 1.0 | ||
import QtQuick.Controls.Nemo 1.0 | ||
import QtQuick.Controls.Styles.Nemo 1.0 | ||
import QtQuick.Layouts 1.0 | ||
import QtQuick | ||
import QtQuick.Controls | ||
|
||
import Nemo | ||
import Nemo.Controls | ||
|
||
import org.nemomobile.contacts 1.0 | ||
import org.nemomobile.qmlcontacts 1.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
/* | ||
* Copyright 2014 Aleksi Suomalainen <[email protected]> | ||
* Copyright (C) 2023 Chupligin Sergey <[email protected]> | ||
* | ||
* This library is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU Library General Public | ||
|
@@ -16,11 +17,12 @@ | |
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
* Boston, MA 02110-1301, USA. | ||
*/ | ||
import QtQuick 2.6 | ||
import QtQuick.Controls 1.0 | ||
import QtQuick.Controls.Nemo 1.0 | ||
import QtQuick.Controls.Styles.Nemo 1.0 | ||
import QtQuick.Layouts 1.0 | ||
import QtQuick | ||
import QtQuick.Controls | ||
|
||
import Nemo | ||
import Nemo.Controls | ||
|
||
import org.nemomobile.contacts 1.0 | ||
import QOfono 0.2 | ||
import Nemo.Dialogs 1.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
/* | ||
* Copyright 2014 Aleksi Suomalainen <[email protected]> | ||
* Copyright (C) 2023 Chupligin Sergey <[email protected]> | ||
* | ||
* This library is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU Library General Public | ||
|
@@ -17,11 +18,11 @@ | |
* Boston, MA 02110-1301, USA. | ||
*/ | ||
|
||
import QtQuick 2.6 | ||
import QtQuick.Controls 1.0 | ||
import QtQuick.Controls.Nemo 1.0 | ||
import QtQuick.Controls.Styles.Nemo 1.0 | ||
import QtQuick.Layouts 1.0 | ||
import QtQuick | ||
import QtQuick.Controls | ||
|
||
import Nemo | ||
import Nemo.Controls | ||
|
||
import org.nemomobile.voicecall 1.0 | ||
import org.nemomobile.contacts 1.0 | ||
|
@@ -37,13 +38,13 @@ Page { | |
ToolButton { | ||
iconSource: "image://theme/history" | ||
onClicked: { | ||
pageStack.push(Qt.resolvedUrl("CallLogPage.qml")); | ||
main.push(Qt.resolvedUrl("CallLogPage.qml")); | ||
} | ||
}, | ||
ToolButton { | ||
iconSource: "image://theme/search" | ||
onClicked: { | ||
pageStack.push(Qt.resolvedUrl("ContactsPage.qml")); | ||
main.push(Qt.resolvedUrl("ContactsPage.qml")); | ||
} | ||
} | ||
] | ||
|
Oops, something went wrong.