I want to re-write this class, so before I can do that I must
make sure that I don't break existing behavior.
The test basically sends 5 lines and then checks that those 5 lines
have been correctly identified.
We have an icon for kdeconnect but we do not for kdeconnectd,
some libraries (like KJob) use this name to try to fetch the
app icon, so it is useful to have a name that has an icon
with the same name.
For some reason body->size is exactly as big as the
payload I'm trying to send (using android app). This is
probably a bug in the Android app, I decided to commit
the workaround anyway so we keep compatibility with
current (and old) versions of the Android app.
CCMAIL: albertvaka@gmail.com
This basically allows Plasma (or any other job trakcer) to show
a nice description showing FROM and TO, kinda:
From: Nexus5
To: ~/afiestas/Downloads/foo.mkv
Never block the kded even if things go wrong.
In order to do this we need to switch to a completely asynchronous
way of doing things, meaning that instead of returning bool on
start/stop we have to emit signals.
REVIEW: 116575
Prefer ::toLocalFile() to ::path(). ::path() won't work on Windows properly.
Let KUrl handle the trailing slash adjusting, no need to do the string
handling ourselves.
Take advantage of the fact that it can be a url, at the moment it was just
doing silly type conversions.
REVIEW: 116484
i18n accepts extra arguments to properly perform the
replacements of %1 by the proper value, we have to use that
instead of calling .arg in the resulting QString so i18n can
do some magic for us.
Due to bug occured in QML property access(when object derived from QDBusAbstract interface) C++
part of BatteryPlugin in plasmoid rewritten in pure QML.
BatteryPluginDBusInterface fixed to avoid this bug.
Bug occuring when QML try to access any property of any object derived from
QDBusAvstractInterface - QML engine crashes.