l10n daemon script
c66fe08382
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"
2015-03-22 04:16:27 +00:00
l10n daemon script
4060e048f5
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"
2015-03-21 04:21:58 +00:00
l10n daemon script
f8ba80c7f3
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"
2015-03-20 04:31:37 +00:00
Aleix Pol
ccf03f16d1
Merge branch 'frameworks' to master
...
The last version using qt/kde4 was moved into the kde4 branch.
CCMAIL: kdeconnect@kde.org
2015-03-19 17:23:27 +01:00
Aleix Pol
c7cee37330
Port away from KServiceTrader
...
Uses KPluginLoader+KPluginMetadata instead.
Describes plugins in json instead of desktop files. These desktop files are
then embedded into the .so file. All the plugins will be in a kdeconnect/
directory, and those will be the ones to look for.
Note it doesn't drop the KService dependency as KIOCore is a KDE Connect
dependency as well.
REVIEW: 123042
2015-03-19 16:36:53 +01:00
Albert Vaca
02a2990720
Added a baseclass for the plugins' KCMs and a class for the plugins' config
...
Centralizing the plugins' config will ensure that all the plugins store it
the same way (ie: not in random files scattered around, like until now).
The base KCM class, together with the already existing base plugin class,
will give easy access to all the plugins to this centralized config. Also,
now the settings are not shared across devices (that is: every device can
have different config for a same plugin).
Note: This commit requires KCMUtils 5.9
REVIEW: 122927
2015-03-13 21:22:21 -07:00
Albert Vaca
dedd338bb7
Missing connect
2015-03-13 21:20:58 -07:00
Albert Vaca
a3decd542c
Includes cleanup
2015-03-13 21:20:58 -07:00
Albert Vaca
001aee3e92
Removed timeout from the sftp plugin and also removed the plugin KCM
...
Note: This commit requires KNotifications 5.9
2015-03-13 21:20:58 -07:00
l10n daemon script
0f3c1ef7c7
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"
2015-03-14 04:17:58 +00:00
Aleix Pol
ede7dd0e84
Drop KIOWidgets dependency from KDEConnectCore
...
Removes the usage of RenameDialog by moving the functionality away. In
fact, what it does is make the share dialog try to come up with a different
name rather than asking the user. It's a quite common procedure as makes
the interaction simpler (for example, Chromium and Kamoso work like that).
REVIEW: 122813
2015-03-09 13:22:10 +01:00
l10n daemon script
b2349f99dd
SVN_SILENT made messages (.desktop file)
2015-03-09 04:16:29 +00:00
Albert Vaca
5807ec0eb1
Fixed re-encoding already encoded URLs, corrupting them.
...
BUG: 344910
2015-03-08 15:19:21 -07:00
Aleix Pol
72411fc504
Simplify weird code
...
Don't assume destination is local, also don't use setPath, which is quite
broken as it still keeps the scheme.
This way, destination can be any valid URL.
Don't add a trailing slash if we're going to remove it afterwards anyway.
Remove some back-and-forth conversions between QUrl and QString.
2015-03-04 23:20:28 +01:00
Aleix Pol
b06038e60e
Prefer the usage of QUrl::toLocalFile to QUrl::path
...
QUrl::toLocalFile is portable.
2015-03-04 22:33:54 +01:00
Albert Vaca
d8a2aac952
Merge branch 'master' into frameworks
2015-03-01 21:33:47 -08:00
Albert Vaca
c7c91c1289
Added KdeConnectConfig class that aims to be a KConfig abstraction
...
Benefits:
- We had config files in different paths, now they will be centralized.
- Daemon, LanLinkProvider and NetworkPackage depend only on Qt now.
- KConfig is accessed with strings as keys, where a typo can go unnoticed.
- Daemon is now thinner, as it doesn't need to initialize config values.
- QCA::Initializer is in a single place now (was in Daemon and Plugin).
2015-03-01 20:16:07 -08:00
l10n daemon script
d2e973b351
SVN_SILENT made messages (.desktop file)
2015-02-28 04:22:03 +00:00
l10n daemon script
ffe8a0c2d6
SVN_SILENT made messages (.desktop file)
2015-02-25 04:21:00 +00:00
Albert Vaca
205df05219
Changed share and pausemusic icons
2015-02-23 21:44:08 -08:00
l10n daemon script
5f0811dff8
SVN_SILENT made messages (.desktop file)
2015-02-21 04:46:14 +00:00
Albert Vaca
dcfec8c593
Merge branch 'master' into frameworks
2015-02-03 19:05:12 -08:00
l10n daemon script
93ceecf1bd
SVN_SILENT made messages (.desktop file)
2015-02-01 04:01:24 +00:00
Albert Vaca
cd62979f3c
Merge branch 'master' into frameworks
2015-01-20 22:57:10 -08:00
Albert Vaca
77dd964b02
Added "silent" param that makes new notifications not popup
...
Should replace requestAnswer eventually, for now both are here for compat.
2015-01-20 22:56:47 -08:00
Albert Vaca
6cc6d287fc
Merge branch 'master' into frameworks
...
Conflicts:
cli/kdeconnect-cli.cpp
core/filetransferjob.cpp
core/filetransferjob.h
interfaces/notificationsmodel.cpp
plasmoid/declarativeplugin/kdeconnectdeclarativeplugin.h
plugins/sftp/sftpplugin.cpp
2015-01-20 22:44:31 -08:00
Albert Vaca
da1cb4c354
Coding style
2015-01-20 22:22:14 -08:00
Albert Vaca
86bfbf1a4c
Trying to fix a crash when exiting KDE Connect.
2015-01-20 20:58:32 -08:00
Kai Uwe Broulik
930c107f7b
Cleanup notifications
...
Use iconName instead of sending a fixed-size pixmap around, fix wording and use title
capitalization, more meaningful names in notifyrc, QStringLiteral and new style connect.
REVIEW: 122121
2015-01-18 01:53:20 +01:00
Heiko Becker
260301155f
Use co-installable qca-qt5 version
...
If both qt4 and qt5 versions of qca are present the build of the
frameworks branch tries to find Qt4 pulled in by qca and thus fails.
REVIEW: 122054
2015-01-15 21:35:30 -08:00
l10n daemon script
381c5a3181
SVN_SILENT made messages (.desktop file)
2015-01-13 04:48:51 +00:00
Albert Vaca
c7c1974ea9
Merge branch 'master' into frameworks
...
Conflicts:
core/backends/lan/lanlinkprovider.cpp
plugins/ping/pingplugin.h
plugins/telephony/telephonyplugin.cpp
2015-01-10 20:14:01 -08:00
l10n daemon script
d4382eec31
SVN_SILENT made messages (.desktop file)
2015-01-09 04:19:56 +00:00
Albert Vaca
127a117c62
Added support for Ctrl, Alt and Shift combinations and F keys to keyboard.
2015-01-06 00:11:58 -08:00
Mikhail Ivchenko
f6e7b04514
Added a button to incoming call notifications to mute the phone ringing.
...
REVIEW: 121854
2015-01-05 21:58:23 -08:00
l10n daemon script
81a2855f30
SVN_SILENT made messages (.desktop file)
2015-01-04 04:08:04 +00:00
l10n daemon script
a2b04c3f25
SVN_SILENT made messages (.desktop file)
2015-01-03 03:53:09 +00:00
l10n daemon script
73e3a1d683
SVN_SILENT made messages (.desktop file)
2015-01-02 04:06:52 +00:00
l10n daemon script
5e3b981de2
SVN_SILENT made messages (.desktop file)
2015-01-01 04:02:02 +00:00
l10n daemon script
5baab6c7a9
SVN_SILENT made messages (.desktop file)
2014-12-31 04:00:47 +00:00
Pramod Dematagoda
0779377337
Added a plugin to inhibit the screensaver when a device is connected.
...
The inhibition is lifted when the plugin disconnects.
REVIEW: 121692
2014-12-29 23:31:25 -08:00
l10n daemon script
917104ff99
SVN_SILENT made messages (.desktop file)
2014-12-26 04:20:08 +00:00
l10n daemon script
365b2c55b2
SVN_SILENT made messages (.desktop file)
2014-12-25 04:06:46 +00:00
Albert Vaca
c5bf6547ec
Added a README about how to create a plugin.
...
Based on the work of Mikhail Ivchenko <ematirov@gmail.com> as part of a
GCI task.
2014-12-21 19:37:41 -08:00
Albert Vaca
0271aa9511
Ping plugin packet type define shouldn't be in core.
2014-12-21 19:35:35 -08:00
l10n daemon script
640f63b878
SVN_SILENT made messages (.desktop file)
2014-12-21 04:09:09 +00:00
Albert Vaca
c916575311
Better support for seeking long media:
...
-Using miliseconds instead of nanoseconds for time.
-Using longs instead of ints
CCMAIL: zelitomas@gmail.com
2014-12-13 18:44:20 -08:00
Tomáš Zelina
0782682f7b
Implemented current/total time and progress slider in MPRIS plugin
...
CCMAIL: zelitomas@gmail.com .
2014-12-13 14:43:09 -08:00
Michael Hathaway
88a33ae242
Implemented drag'n drop in the mousepad plugin.
...
REVIEW: 121414
CCMAIL: michael@hathaways.me.uk
2014-12-10 23:40:28 -08:00
l10n daemon script
bba11e7978
SVN_SILENT made messages (.desktop file)
2014-12-10 03:58:34 +00:00