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
l10n daemon script
4478db8dce
SVN_SILENT made messages (.desktop file)
2014-11-12 04:10:17 +00:00
Albert Vaca
b001d25a9a
Added -d as shortuct for --device in kdeconnect-cli
2014-11-09 22:08:13 -08:00
Albert Vaca
7d3fe6239c
Updating .notifyrc file
2014-11-09 20:36:45 -08:00
Albert Vaca
8e3f8f42dc
Using QTextStream instead of std::cout to print text to console
...
This way we add support for non-ascii chars
BUG: 340764
2014-11-09 17:14:53 -08:00
Jens Dagerbo
53a33096ad
Changed int to qint64 for tracking payload size
...
No longer keeping the entire file in RAM while uploading
2014-11-09 12:57:09 -08:00
l10n daemon script
3b192ea18e
SVN_SILENT made messages (.desktop file)
2014-11-02 04:01:28 +00:00
Albert Vaca
e8dadfdfb9
Added TODO
2014-10-15 23:03:41 -07: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
Albert Vaca
d31178725b
Removed commented code
2014-10-10 11:27:01 -07:00
Albert Vaca
ddb9190fbe
More robust fix to problem with device ids being non exportable on dbus
2014-10-10 11:26:50 -07:00
l10n daemon script
0b511a73cc
SVN_SILENT made messages (.desktop file)
2014-10-05 04:22:42 +00:00
Albert Vaca
3814fff705
Added myself as author of kdeconnect-cli
2014-09-26 20:40:06 -07:00
Albert Vaca
f41fb4de2a
Customizable ping messages.
2014-09-26 20:39:38 -07:00
Albert Vaca
2cffbedcd4
Added --refresh option to the CLI tool.
2014-09-26 19:22:46 +02:00
l10n daemon script
3ea4264652
SVN_SILENT made messages (.desktop file)
2014-09-23 04:52:04 +00: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
Albert Vaca
5cf6fe82b5
Fixed possible causes of a crash in LanLinkProvider::configureSocket l.48
...
BUG: 338662
2014-09-17 19:02:45 +02:00
l10n daemon script
afc3c33f99
SVN_SILENT made messages (.desktop file)
2014-09-11 04:17:22 +00: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
Christophe Giboudeaux
b7eb49d996
-Wmissing-include-dirs
2014-08-27 15:10:59 +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
e809fa441c
Added a refresh button to KCM, just in case.
...
We already have a refresh button on Android.
2014-08-11 18:57:49 +02:00
Albert Vaca
dfbe7c7bfc
Trying to fix daemon not detecting connection to phone via usb tethering
...
Probably it was not detecting connections to a wired interface either,
this should do the trick but it's a bit weird having to connect to
QNetworkConfigurationManager::configurationAdded() to know about that.
2014-08-11 18:57:49 +02:00
Albert Vaca
a3b89da9c7
Minor changes
2014-08-11 18:57:48 +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
Aleix Pol
380006114a
Use the incoming/outgoing capabilities for trimming loaded plugins
...
Only lets the plugins that support something offered on the other end or
that offer something supported on the other end. If we don't have
information about the other device, we enable everything like we used to.
Also refactors a bit the plugin loader, to be able to provide information
step by step.
Currently it works, but we need support for capabilities at least on
Android to start taking good advantage of it.
REVIEW: 118820
CCMAIL: kdeconnect@kde.org
2014-07-11 01:54:19 +02:00
David Suárez
c935ea8334
TestSocketLineReader: Ensure we provide a more appropiate message if we fail trying to open a connection to the client
...
A litle irrelevant change :)
BTW, I'm encounter this test error on Debian kfreebsd i386:
https://buildd.debian.org/status/fetch.php?pkg=kdeconnect&arch=kfreebsd-i386&ver=0.7-1&stamp=1404242653
Maybe someone have a clue on what is happening here :)
REVIEW: 119091
2014-07-07 12:45:13 +02: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
l10n daemon script
b2d50aaf9a
SVN_SILENT made messages (.desktop file)
2014-07-01 06:21:38 +00:00
Aleix Pol
5aeb71873c
Fix cmake warning, make link visibility explicit for kdeconnectinterfaces
2014-07-01 02:16:45 +02:00
Albert Vaca
cd8864fd92
Trying to fix a warning in the plasmoid: "root not defined"
2014-07-01 01:26:08 +02:00
Albert Vaca
12411da360
Added some debug info to devices and notifications models
2014-07-01 01:26:08 +02:00
Albert Vaca
cabb0f2f7b
Simplified debug areas so we only have one, called "kdeconnect"
2014-07-01 01:26:08 +02:00