Albert Vaca
d89bf512cf
We should always emit an entry for "."
...
Note this doesn't fix the bug yet, as the KIO just redirects to the SSHFS,
which happens to have the same problem.
BUG: 367878
2016-08-29 20:31:52 +02:00
Albert Vaca
152c6dccb9
Calling processedSize is not needed in listDir
2016-08-29 20:28:24 +02:00
Holger Kaelberer
c122312c65
sendnotifications: also sync icon-data from notfication hints
...
According to the priorities defined in the notifications spec
version 1.2
REVIEW: 126722
2016-08-27 13:59:25 +02:00
Saikrishna Arcot
8f4d39424a
MPRIS: Send info about whether certain actions are allowed.
...
So the remote side can then disable some actions as necessary.
REVIEW: 128271
2016-08-26 11:11:07 +02:00
Aleix Pol
ee7420c8a0
Listen to announcedName changes from the kcm
2016-08-21 19:50:27 +02:00
Aleix Pol
d9e7f308c2
Show the announcedName in the qml app
...
Makes it possible to display it and modify it
Introduces a DBusProperty component that can be used if we don't want
to go through the QtDBus property generation hell.
2016-08-21 19:38:15 +02:00
Aleix Pol
b69247b4e5
Don't force the creation of a DeviceInterface for every pluginchecker
...
Create one per device and share it
2016-08-21 18:57:27 +02:00
Aleix Pol
d84a1a108b
Mark the current section
2016-08-21 18:45:49 +02:00
Aleix Pol
bbf33f69a6
Use actions rather than visual elements
2016-08-21 17:55:13 +02:00
Aleix Pol
aef02c0cce
Add findmyphone
2016-08-21 17:54:25 +02:00
Aleix Pol
64e0250d99
Properly case unpair
2016-08-21 17:54:15 +02:00
Aleix Pol
a89634c2b6
Don't show unavailable plugins
2016-08-21 17:53:58 +02:00
Aleix Pol
6ece5665cd
Expose nameChanged through dbus
2016-08-21 13:53:40 +02:00
Aleix Pol
f765e9c0a8
Actually compare the old plugin map
...
We were comparing to the result after removing all the actually used
plugins
2016-08-21 13:21:40 +02:00
Aleix Pol
a96818113d
Simplify the PluginChecker
...
Make the connection property readonly
Alias the device into another property
2016-08-21 13:08:36 +02:00
Aleix Pol
f654e75820
Improve how we handle the different plugin pages
2016-08-21 13:05:43 +02:00
l10n daemon script
1e574d18e3
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2016-08-19 09:28:59 +00:00
l10n daemon script
496d2ecaa4
SVN_SILENT made messages (after extraction)
2016-08-19 07:03:12 +00:00
Aleix Pol
426bf2a105
Merge branch '1.0'
2016-08-08 19:39:21 +02:00
Aleix Pol
91f952f5f1
Fix test
...
Use the right port
Store the port in a public variable, so it can be used from the test.
2016-08-08 19:38:58 +02:00
Albert Vaca
50496a3442
Reverted change that introduced a crash.
...
If there are ssl erros with unpaired devices, link was null.
This reverts commit 7da30ddbb1
.
2016-08-03 22:01:04 +02:00
Albert Vaca
fa293e6d8a
Reverted docs version as we didn't change them.
2016-07-22 13:13:30 +02:00
Albert Vaca
2113dbf98d
Bumped version number to release
2016-07-22 12:46:45 +02:00
Albert Vaca
bd0920d354
Changed string
2016-07-13 18:25:44 +02:00
Albert Vaca
2cdf7d5499
Reduced logging
2016-07-12 12:49:21 +02:00
Albert Vaca
f41877fbec
Disabled removing links when exiting discovery mode because it was broken.
...
If both devices are in "discovery mode" (ie: both want to keep links
established) and the last one to create the link goes out of discovery
mode, it will close the link when it shouldn't (because the other end still
was "using" it to display it to the user).
2016-07-12 12:38:40 +02:00
Albert Vaca
7da30ddbb1
Use the pairing handler instead of accessing the device directly on error
2016-07-12 12:34:56 +02:00
Albert Vaca
0b3de33d74
Minor
2016-07-12 12:33:57 +02:00
Albert Vaca
4e8a325479
Do not specify type for struct
2016-07-12 12:32:58 +02:00
Albert Vaca
6248f03256
Made a QString const refrence.
2016-07-07 01:09:07 +02:00
Albert Vaca
47c78427cb
Removed outdated comment
2016-07-07 01:07:51 +02:00
Aleix Pol
81634303b2
Make capabilities static
...
As discussed with Albert, move the population of capabilities into the
identity package, making them static along the execution of the link.
When we receive the identityPackage, we collect the plugins we can use with
the device and stick to those. This should simplify the implementation and
remove the possibility to lose packages if packages are received before the
capabilities are processed in the former approach.
REVIEW: 128386
2016-07-06 17:37:22 +02:00
Aleix Pol
afdac88885
Proper i18n use
2016-07-06 16:41:38 +02:00
Aleix Pol
8d7d820ef4
Naming consistency. Capabilities is the correct name
2016-07-06 15:55:04 +02:00
Aleix Pol
0e76082fc6
Remove commented code
...
Used to be used when we encrypted and decrypted using QCA. Now it's done
by the device link.
2016-07-06 00:59:37 +02:00
Albert Vaca
5933c6810c
More unused includes cleanup
2016-07-05 14:27:53 +02:00
Albert Vaca
7c0fbbc034
Unused include cleanup
2016-07-05 14:13:48 +02:00
Aleix Pol
0d6a7bafcf
Remove unused variable
2016-07-05 13:14:55 +02:00
Aleix Pol
5a265a55de
Start consuming right away, if there's data available from the start
...
Fixes sendfiletest
2016-07-05 13:14:47 +02:00
Albert Vaca
963a15bd08
Fixed crash where a device was destroyed but links tried to use it.
2016-07-05 12:42:57 +02:00
Albert Vaca
9c736583e2
Use the actual connection origin, so we don't keep all connections open.
2016-07-05 12:42:39 +02:00
Albert Vaca
8c07d88c17
Int was too large.
2016-07-05 12:28:31 +02:00
Aleix Pol
2b451097eb
Make sure errors get reported
2016-07-05 01:00:02 +02:00
Albert Vaca
385bf77480
Fixed bug which didn't allow to pair a new device
2016-07-04 19:52:37 +02:00
Aleix Pol
359194c2ed
Use initializers to construct it
2016-07-04 19:18:13 +02:00
Albert Vaca
308a89f5ea
playerList was sometimes sent as null since this change (maybe when empty?)
...
Reverted to the previous, saner, syntax.
2016-06-26 17:11:08 +02:00
Albert Vaca
04713de718
Remove qdebugs
2016-06-26 15:48:37 +02:00
Albert Vaca
c154d9702b
Only return if telepathy actually handles the message
2016-06-26 15:48:37 +02:00
Albert Vaca
e896449e74
Moved telepathy component to its own repo: telepathy-kdeconnect
2016-06-26 15:48:37 +02:00
l10n daemon script
60c3bf9b90
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2016-06-22 16:33:04 +00:00