Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
connectionagent
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
mer-core
connectionagent
Commits
0de63e5c
Commit
0de63e5c
authored
Sep 16, 2013
by
Lorn Potter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[connectionagent] emit browserRequested signal when it happens
bump versino to 0.7.18
parent
4bc15986
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
4 deletions
+6
-4
connectionagentplugin/connectionagentplugin.cpp
connectionagentplugin/connectionagentplugin.cpp
+1
-0
connectionagentplugin/connectionagentplugin.h
connectionagentplugin/connectionagentplugin.h
+1
-0
rpm/connectionagent-qt5.spec
rpm/connectionagent-qt5.spec
+1
-1
rpm/connectionagent-qt5.yaml
rpm/connectionagent-qt5.yaml
+1
-1
rpm/connectionagent.spec
rpm/connectionagent.spec
+1
-1
rpm/connectionagent.yaml
rpm/connectionagent.yaml
+1
-1
No files found.
connectionagentplugin/connectionagentplugin.cpp
View file @
0de63e5c
...
...
@@ -138,6 +138,7 @@ void ConnectionAgentPlugin::onErrorReported(const QString &servicePath, const QS
void
ConnectionAgentPlugin
::
onRequestBrowser
(
const
QString
&
url
)
{
qDebug
()
<<
Q_FUNC_INFO
<<
url
;
Q_EMIT
browserRequested
(
url
);
}
void
ConnectionAgentPlugin
::
onUserInputRequested
(
const
QString
&
service
,
const
QVariantMap
&
fields
)
...
...
connectionagentplugin/connectionagentplugin.h
View file @
0de63e5c
...
...
@@ -46,6 +46,7 @@ signals:
void
connectionRequest
();
void
configurationNeeded
(
const
QString
&
type
);
void
connectionState
(
const
QString
&
state
,
const
QString
&
type
);
void
browserRequested
(
const
QString
&
url
);
private:
com
::
jolla
::
Connectiond
*
connManagerInterface
;
...
...
rpm/connectionagent-qt5.spec
View file @
0de63e5c
...
...
@@ -9,7 +9,7 @@ Name: connectionagent-qt5
# << macros
Summary: User Agent daemon
Version: 0.7.1
7
Version: 0.7.1
8
Release: 0
Group: Communications/Connectivity Adaptation
License: LGPLv2
...
...
rpm/connectionagent-qt5.yaml
View file @
0de63e5c
Name
:
connectionagent-qt5
Summary
:
User Agent daemon
Version
:
0.7.1
7
Version
:
0.7.1
8
Release
:
0
Group
:
"
Communications/Connectivity
Adaptation"
License
:
LGPLv2
...
...
rpm/connectionagent.spec
View file @
0de63e5c
...
...
@@ -9,7 +9,7 @@ Name: connectionagent
# << macros
Summary: User Agent daemon
Version: 0.7.1
7
Version: 0.7.1
8
Release: 0
Group: Communications/Connectivity Adaptation
License: LGPLv2
...
...
rpm/connectionagent.yaml
View file @
0de63e5c
Name
:
connectionagent
Summary
:
User Agent daemon
Version
:
0.7.1
7
Version
:
0.7.1
8
Release
:
0
Group
:
"
Communications/Connectivity
Adaptation"
License
:
LGPLv2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment