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
David Kahles
8d7dad3604
Introduce QML component to check for plugin availability
...
Remove those checks from three different places and put them into a reusable
component, which can be used for different plugins.
REVIEW: 127583
2016-04-07 16:39:26 +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
Albert Vaca
cd8864fd92
Trying to fix a warning in the plasmoid: "root not defined"
2014-07-01 01:26:08 +02:00
Aleix Pol
3e74a97304
Port plasmoid to Plasma Next
2014-06-18 02:35:48 +02:00
Albert Vaca
e9a9d742d6
Fixed sftp plugin crashing when mounting
...
Removed sftp notificatons and some configuration options
Homogenized coding style
2014-06-07 18:34:48 +02:00
Àlex Fiestas
34bee764e8
Use i18n properly using arguments rather than replaces
...
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.
2014-02-28 17:36:03 +01:00
Albert Vaca
182da7bfc5
Browse button on plasmoid only visible if sftp plugin enabled
2014-02-19 16:28:17 +01:00
Samoilenko Yuri
35f3f68037
unmount state removed from palsmoid
2014-02-16 10:55:15 +04:00
Albert Vaca
372ea8839b
Added missing i18n() calls to plasmoid
2014-02-14 17:11:41 +01:00
Samoilenko Yuri
1ce8750093
simple bugfixes
2014-02-06 19:25:47 +04:00
Samoilenko Yuri
22718a0bd9
DeclarativePlugin::BatteryInterface removed
...
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.
2014-02-06 00:37:55 +04:00