l10n daemon script
aa91c6bbd6
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-04-10 10:24:31 +00:00
l10n daemon script
8349588c77
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-04-06 09:54:12 +00:00
Albert Vaca
890e54cd4b
Removed notification because KIO already provides one.
2015-04-04 17:20:51 -07:00
Albert Vaca
6c6f2b1a03
Fixed uninitialized members
2015-04-04 10:17:08 -07:00
Albert Vaca Cintora
70e3aec278
Fixed potential array out of bounds crash
2015-04-04 10:17:08 -07:00
l10n daemon script
8e729f3ab2
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-04-04 11:03:11 +00:00
l10n daemon script
ff9d6b336b
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-04-03 10:36:58 +00:00
Aleix Pol
9379cc34f7
Check if file exists or not, and then call suggestName.
...
KIO::suggestName does not checks if file with passed name exists or not. So, we need to check it
REVIEW: 123225
2015-04-02 14:48:50 +02:00
Aleix Pol
90f5a221fb
Make sure we're not automatically casting QString directly into QUrl
...
Otherwise we often turn paths into URLs, a fix I pushed previously today
and the ones I detected when adding -DQT_NO_URL_CAST_FROM_STRING.
CCMAIL: kdeconnect@kde.org
2015-04-01 23:40:29 +02:00
Aleix Pol
15f87cc46d
Port to KIO::suggestName
...
Removes the duplicated code.
REVIEW: 123215
2015-04-01 23:32:35 +02:00
Aleix Pol
491b1ed25b
Don't treat local paths as Url's
...
It could have been fixed by changing QUrl(dir) into QUrl::fromLocalFile(dir)
but this way we get to have a non-local destinationDir.
CCMAIL: bansal.ashish096@gmail.com
2015-04-01 16:16:03 +02:00
Ashish Bansal
5322bf45cb
Show Transfer failed instead of Transfer finished when it fails.
...
REVIEW: 123199
2015-03-31 20:05:58 -07:00
l10n daemon script
cda092d2bb
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-31 13:16:15 +00:00
l10n daemon script
92cd693566
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-29 09:58:52 +00:00
l10n daemon script
98bb1ee564
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-27 09:50:58 +00:00
l10n daemon script
2cb090d2c9
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-26 10:12:56 +00:00
l10n daemon script
08eaaf11e1
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-25 09:09:47 +00:00
Aleix Pol
8f777040f7
Remove KNotifications dependency from libkdeconnectcore
...
Moves the implementation into the actual daemon. This opens the
possibility for different ways to expose these notifications depending on
where the libkdeconnect will be deployed.
REVIEW: 123076
2015-03-24 12:26:37 +01:00
Albert Vaca
b38939fce8
Renamed "touchpad" plugin to "virtual input"
2015-03-22 22:08:30 -07:00
l10n daemon script
d1d2677746
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-23 04:18:37 +00:00
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
Albert Vaca
f204faeae9
Removed unnecessary .moc include
2014-11-29 00:17:42 -08:00
l10n daemon script
77748fd2ff
SVN_SILENT made messages (.desktop file)
2014-11-28 04:14:57 +00:00
Albert Vaca
2b13d0825c
Merge branch 'master' into frameworks
...
Conflicts:
kded/CMakeLists.txt
2014-11-22 09:29:05 -08:00
Albert Vaca
d8943f03ae
Added dbus activation to org.kde.kdeconnect
2014-11-22 09:26:15 -08:00
l10n daemon script
955f0dbd13
SVN_SILENT made messages (.desktop file)
2014-11-21 04:13:59 +00:00
l10n daemon script
f93be0b2fe
SVN_SILENT made messages (.desktop file)
2014-11-18 04:36:09 +00:00
l10n daemon script
f58591d6f7
SVN_SILENT made messages (.desktop file)
2014-11-17 04:06:25 +00:00
l10n daemon script
6ef641ab0f
SVN_SILENT made messages (.desktop file)
2014-11-16 04:14:23 +00:00
l10n daemon script
e15af622b7
SVN_SILENT made messages (.desktop file)
2014-11-15 04:11:51 +00:00
l10n daemon script
b3661c5480
SVN_SILENT made messages (.desktop file)
2014-11-14 04:16:16 +00:00
l10n daemon script
fa0b22f89f
SVN_SILENT made messages (.desktop file)
2014-11-13 04:06:07 +00:00
Albert Vaca
a58fab4fb3
Merge branch 'master' into frameworks
...
Conflicts:
cli/kdeconnect-cli.cpp
core/device.cpp
core/filetransferjob.cpp
core/filetransferjob.h
core/networkpackage.h
kded/CMakeLists.txt
plugins/share/shareplugin.cpp
plugins/telephony/telephonyplugin.cpp
2014-11-11 21:40:54 -08:00
l10n daemon script
4478db8dce
SVN_SILENT made messages (.desktop file)
2014-11-12 04:10:17 +00:00
Lukáš Tinkl
e869fc019f
give missed calls and SMSs persistent status
...
see https://plus.google.com/108821248346337473429/posts/jYbeLLZCL9H
2014-11-10 18:38:24 +01:00
Albert Vaca
7d3fe6239c
Updating .notifyrc file
2014-11-09 20:36:45 -08:00
Aleix Pol
21ab5a4f81
Merge branch 'master' into frameworks
...
Mostly kDebug -> qCDebug
Also some KCmdLineArgs -> QCommandLineParser
Conflicts:
cli/kdeconnect-cli.cpp
core/CMakeLists.txt
core/backends/lan/lanlinkprovider.cpp
core/daemon.cpp
core/pluginloader.cpp
interfaces/CMakeLists.txt
kio/kiokdeconnect.cpp
plugins/mousepad/CMakeLists.txt
plugins/mousepad/mousepadplugin.h
plugins/mpriscontrol/mpriscontrolplugin.cpp
plugins/sftp/sftpplugin.cpp
2014-11-04 19:12:29 +01:00
l10n daemon script
3b192ea18e
SVN_SILENT made messages (.desktop file)
2014-11-02 04:01:28 +00:00
Albert Vaca
b66849088a
Updated ping readme
2014-10-10 15:01:31 -07:00
Albert Vaca
7a214e72ee
SFTP plugin now supports devices with multiple external storages
2014-10-10 15:01:21 -07:00
Albert Vaca
279dbe5598
Minor changes
2014-10-10 11:47:35 -07:00
l10n daemon script
0b511a73cc
SVN_SILENT made messages (.desktop file)
2014-10-05 04:22:42 +00:00
Albert Vaca
f41fb4de2a
Customizable ping messages.
2014-09-26 20:39:38 -07:00
Aleix Pol
1a1969f42f
Port to new QCA cmake structure, now it's called Qca
...
and the target name is qca
2014-09-23 20:05:22 +02:00
Àlex Fiestas
74382f09d2
Port mousepad to CMake that does not need KDELibs4Support
2014-09-23 19:45:08 +02:00
Àlex Fiestas
2b63080335
Make sftp compile without KDELibs4support
2014-09-23 19:44:46 +02:00
l10n daemon script
3ea4264652
SVN_SILENT made messages (.desktop file)
2014-09-23 04:52:04 +00:00
Àlex Fiestas
11f106c464
Port notifications away from KDELibs4Support
2014-09-22 10:17:44 +02:00
Àlex Fiestas
0115e9e090
Port ping plugin free of KDELibs4Support
2014-09-22 09:46:23 +02:00
Àlex Fiestas
426b19fa0a
Make pausemusic compile without KDELibs4Support
2014-09-22 09:43:01 +02:00
Àlex Fiestas
581475ff3b
Telephony no longer requires KDELibs4Support
2014-09-22 09:28:47 +02:00
Àlex Fiestas
e3f9b0e31f
Port share plugin free of KDELibs4Support
2014-09-22 09:24:59 +02:00
Àlex Fiestas
e84f30d34e
Remove KDELibs4Support in the Battery plugin
...
Just CMake changes were needed.
2014-09-22 09:16:29 +02:00
Àlex Fiestas
dbea3171bd
Make kdeconnect core compile without KDELibs4Support
...
This meant to add a lot of dependencies to each plugin since we had
KDELibs4support as PUBLIC link meaning that anything linking against
kdeconnectcore was linking at the same time to mostly all frameworks.
Now each plugin has more or less its dependencies in the CMake some
still depend on KDELibs4Support.
For the mousepad plugin I needed to add a fixX11.h file that basically
undefines/defines again some stuff xlib has that conflcits with normal
C++ and Qt.
Before it was not conflicting because some lib within KDELibs4Support
was including this file, but now we have to do it ourselves.
2014-09-22 02:40:51 +02:00
Àlex Fiestas
e43be5d843
Port from KGLobalSettings to QStandardPaths
...
QStandardPaths::writableLocation is the way to locate "where to download
files" with Qt5, so port to it.
2014-09-22 02:40:51 +02:00
Àlex Fiestas
677f650216
Removed K_EXPORT_PLUGIN, no longer needed
...
With kf5 this is not longer needed. removing it!
2014-09-22 02:40:51 +02:00
Àlex Fiestas
349e7c4175
Removed trailing spaces.
2014-09-22 02:40:51 +02:00
Àlex Fiestas
be885903e6
Port share to QStandardPaths
...
It is weird that we are hardcoding kate or anything else for that
matter, we should be using xdg-open or similar tools.
2014-09-22 01:25:15 +02:00
Àlex Fiestas
b9c9f97fa4
Port sftp plugin to QStandardPaths
...
I have not been able to test this, but double checked the return values
and they should be the same.
2014-09-22 01:24:42 +02:00
Àlex Fiestas
d971269bd5
Remove kdebugnamespace completely and replace by core_debug
...
In those places that belong to "core" we use core_debug, in any other
place we have added custom logging categories so we use those instead.
2014-09-22 00:59:34 +02:00
Àlex Fiestas
3b5ab5e83f
Port Telephony plugin from kDebug to qCDebug
2014-09-22 00:46:41 +02:00
Àlex Fiestas
af44187695
Port share plugin away from kDebug
2014-09-22 00:46:19 +02:00
Àlex Fiestas
008f082ac0
Port sftp pluging from kDebug to qCDebug
2014-09-22 00:45:59 +02:00
Àlex Fiestas
cfe23bfc22
Port ping away from kDebug
2014-09-22 00:45:41 +02:00
Àlex Fiestas
f1aa266053
Remove kdebugnamespace usage from pausemusic
...
It is not being used at all.
2014-09-22 00:45:26 +02:00
Àlex Fiestas
73db3eb694
Port Notifications from kDebug to qCDebug
2014-09-22 00:45:06 +02:00
Àlex Fiestas
1e9df65d50
Port mpris from kDebug to qCDebug
2014-09-22 00:44:47 +02:00
Àlex Fiestas
2b0eecc599
Port clipboard away from kDebug
2014-09-22 00:44:32 +02:00
Àlex Fiestas
9e3d1dc851
Port battery away from kDebug
2014-09-22 00:44:17 +02:00
Àlex Fiestas
aead283da1
Port shareplugin to QUrl
...
Had to instance QUrl using fromLocalFile since our
kconfig/KGlobalSettings are not setting the scheme (aka returning
/home/user instead of file:///home/user).
Tested, it works great.
2014-09-21 22:24:37 +02:00
Àlex Fiestas
542c872a16
Port sftp plugin to Qurl
...
Since QUrl are buid with kdeconnect:/ (aka not local) we don't have to
change anything.
2014-09-21 22:23:31 +02:00
Albert Vaca
07e0b6fc4e
Added separate options to mute and/or pause players during a call.
...
Bug: 338951
2014-09-17 19:02:45 +02:00
Àlex Fiestas
42269a9dda
Port from KIcon to QIcon
...
Executed kcm and some notifications, icons are still shown.
2014-09-13 01:04:48 +02:00
l10n daemon script
afc3c33f99
SVN_SILENT made messages (.desktop file)
2014-09-11 04:17:22 +00:00
Lukáš Tinkl
994057af0e
fix the Configure action
...
display the kdeconnect kcm
2014-09-10 10:19:44 +02:00
Lukáš Tinkl
743f7548e0
i18n fixes
2014-09-08 03:09:18 +02:00
Christophe Giboudeaux
5bf93af31e
Add FindLibFakeKey.cmake.
...
The build system cannot guess that a new build dependency was added.
2014-08-27 15:35:21 +02:00
Elias Probst
573c591a9c
Correct typo (Porcess → Process).
2014-08-21 01:16:43 +02:00
Albert Vaca
ea5d9c8eca
MousePad: Added support for any UTF character and more special keys.
...
I've also removed modifiers like Shift and Ctrl by now.
LibFakeKey is now a dependency of this plugin, as it allows us to send UTF
characters as X11 keys in a simple and convenient way. Internally it uses a
convention in Xlib, that allows to pass UTF characters as keycodes just by
adding 0x01000000 to the keycode number.
CCMAIL: saiarcot895@gmail.com
2014-08-14 21:35:23 +02:00
Saikrishna Arcot
05fdbe0e5b
Add support for receiving keyboard entries.
...
This patch gets the keyboard entries from the Android client and passes
along the keycode.
REVIEW: 119254
2014-08-14 18:01:31 +02:00
Albert Vaca
871a2bf5a9
Fixed crash when shutting down the daemon
2014-08-11 18:57:48 +02:00
l10n daemon script
ee4f486516
SVN_SILENT made messages (.desktop file)
2014-08-07 04:18:55 +00:00
l10n daemon script
23728bb7e5
SVN_SILENT made messages (.desktop file)
2014-07-25 05:45:47 +00:00
l10n daemon script
dccd749948
SVN_SILENT made messages (.desktop file)
2014-07-16 05:02:58 +00:00
l10n daemon script
fbc749d4cd
SVN_SILENT made messages (.desktop file)
2014-07-07 04:35:28 +00:00
l10n daemon script
6b30bc7435
SVN_SILENT made messages (.desktop file)
2014-07-05 04:21:28 +00:00
l10n daemon script
48c0f6be0d
SVN_SILENT made messages (.desktop file)
2014-07-03 04:24:38 +00:00
l10n daemon script
3cfe911049
SVN_SILENT made messages (.desktop file)
2014-07-02 04:31:45 +00:00
Aleix Pol
a8fb015a22
Fix compilation after merge
2014-07-02 01:39:38 +02:00
Albert Vaca
a303b73238
Merge branch 'master' into frameworks
...
Conflicts:
cli/kdeconnect-cli.cpp
core/CMakeLists.txt
plasmoid/package/contents/ui/FullRepresentation.qml
plugins/ping/pingplugin.cpp
2014-07-01 23:59:38 +02:00
l10n daemon script
b2d50aaf9a
SVN_SILENT made messages (.desktop file)
2014-07-01 06:21:38 +00:00
Albert Vaca
cabb0f2f7b
Simplified debug areas so we only have one, called "kdeconnect"
2014-07-01 01:26:08 +02:00
Albert Vaca
3147067fbf
Fixed notifications not being appearing in the model nor in the plasmoid
...
The parent of the QDbusAdaptor has to be a Device, and now it was a
KdeConnectPlugin for the Notifications plugin.
Instead of passing the parent (that is actually a Device) to the
QDbusAdaptor as we were doing in the Battery plugin, I preferred to get the
actual Device from the KdeConnectPlugin, even though it needs a const_cast.
2014-07-01 01:26:07 +02:00
l10n daemon script
b18276f44e
SVN_SILENT made messages (.desktop file)
2014-06-30 04:42:38 +00:00
Albert Vaca
c32ff31516
Should not scroll if dy is 0
2014-06-29 17:52:07 +02:00
Albert Vaca
9cba780f75
Added right and middle click, even though it's not implemented in Android yet
...
CCMAIL: ahmedibrahimkhali@gmail.com
2014-06-29 17:30:24 +02:00
Ahmed Ibrahim Khalil
178fcc128d
Implemented scrolling, by sending scroll down or scroll up button events,
...
according to the difference value.
REVIEW: 119006
2014-06-29 17:22:31 +02:00
Albert Vaca
4132f0c373
Renamed mousepad -> touchad
2014-06-29 16:14:31 +02:00
l10n daemon script
a48b066ab4
SVN_SILENT made messages (.desktop file)
2014-06-29 04:35:25 +00:00
l10n daemon script
7ff09fe2bb
SVN_SILENT made messages (.desktop file)
2014-06-28 04:21:58 +00:00
Aleix Pol
c8dbbed685
Move the send ping code to the ping plugin
...
turn it into a dbus call to the plugin
Reviewed by Albert Vaca
2014-06-27 18:21:40 +02:00
Ahmed Ibrahim Khalil
d14b4411cd
Implementation of mousepad plugin
...
CCMAIL: ahmedibrahimkhali@gmail.com
2014-06-27 15:43:34 +02:00
Aleix Pol
9ec74a8834
The clipboard plugin also needs to send clipboard packages
...
Note that kbuildsycoca4 needs to be run after the change.
CCMAIL: albertvaka@gmail.com
2014-06-23 17:30:23 +02:00
Aleix Pol
16aaa9f77c
Merge branch 'master' into frameworks
2014-06-21 02:06:50 +02:00
l10n daemon script
c23b83ea09
SVN_SILENT made messages (.desktop file)
2014-06-19 04:30:11 +00:00
Aleix Pol
d8ae828fe1
Fix build, doesn't apply
2014-06-18 02:50:30 +02:00
Aleix Pol
349a42cf16
Port libraries to translation domains
2014-06-18 02:49:07 +02:00
Aleix Pol
b618a64f51
Merge remote-tracking branch 'origin/master' into frameworks
...
Conflicts:
cli/kdeconnect-cli.cpp
2014-06-18 02:46:14 +02:00
Aleix Pol
bf272ea3e7
Remove usage of KDE4_ variables
2014-06-18 02:39:30 +02:00
Albert Vaca
dd43479956
Now plugins load by default the kdeconnect-plugins catalog.
2014-06-17 22:21:20 +02:00
Aleix Pol
43a24ac12e
Figure out Messages.sh after code refactoring
...
KDED is translated again
Rename the core's pot to kdeconnect-core.pot and make sure the library
loads the catalog when it's linked to.
Provide a separate translations file for all the plugins, together.
REVIEW: 118774
2014-06-17 18:45:47 +02:00
Aleix Pol
a1a560c469
First approach to a KF5 port of KDE Connect
...
Ported using KDELibs4Support, for a smaller delta, so we can keep
developing on master until we decide not to.
At the moment, it builds and installs but tests don't pass because
of a QCA2 initialization problem I didn't manage to debug yet.
CCMAIL: kdeconnect@kde.org
2014-06-16 20:02:07 +02:00
Albert Vaca
8c7c95f98b
Workaround for the bug where old notifications could not be erased
2014-06-15 21:40:18 +02:00
Aleix Pol
6ce0b6b874
Document in the desktop files the outgoing types for the plugins
...
This way we narrow the things a plugin can send, to its own scope. Still
every plugin can set a list of types, so it should be ok.
2014-06-14 20:35:00 +02:00
Albert Vaca
5177937e95
Removed old TODO
2014-06-14 18:05:34 +02:00
Aleix Pol
741abafaf7
Move the plugins into a different top-ĺevel directory
...
Reviewed by Albert Vaca
2014-06-14 16:34:11 +02:00