Kai Uwe Broulik
6f7c419baa
Merge branch '1.x'
2016-09-10 22:53:37 +02:00
Albert Vaca
dd40598a62
Fixed plasmoid not closing when clicked again
...
BUG: 364473
2016-09-06 10:53:19 +02:00
Albert Vaca
faaf60c8f4
Changed 'ring my phone' icon as a question mark was confusing
2016-09-06 10:53:19 +02:00
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
Aleix Pol
b73f3d5a8a
Move the PluginChecker to the kdeconnect qml plugin
2016-06-12 22:24:35 +02:00
Albert Vaca
932d8db6bc
Changed name and action icon for find my phone plugin, plus added tooltip.
...
Trying to make it more discoverable and less misleading (could look like
a gps-based tool).
2016-05-25 11:51:48 -06: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
Harald Sitter
66743cf11f
do not runtime require Qt 5.5 for no good reason
...
Layouts 1.2 appeared in Qt 5.5 [1] and introduced new fooMargin properties
[2]. We do however not use margins here, so we do not actually need
Layouts 1.2. Drop back down to Layouts 1.1 to be more compatible with
mainstream distros.
[1] http://doc.qt.io/qt-5.4/qtquick-layouts-qmlmodule.html
[2] http://doc.qt.io/qt-5.5/qml-qtquick-layouts-layout.html#bottomMargin-attached-prop
REVIEW: 125388
2015-09-25 11:04:24 +02:00
David Edmundson
4a8303f846
Add button to find phone from plasmoid
2015-09-11 22:48:45 +02:00
David Edmundson
9985a59608
Find my phone plugin
...
Add a plugin that sends a package to ring an alarm on a phone
Also adjusts plasmoid to have a button to invoke this.
2015-09-11 21:12:12 +02:00
Aleix Pol
3583faf789
Fix, the enum values were renamed
2015-06-24 20:57:17 +02:00
Aleix Pol
5d8cf9544c
Fix how the plasmoid status is specified
...
No need to show the FullRepresentation to figure out the status of the
plasmoid.
Moves the code back to the main.qml file so that we're always tracking if
there's actually paired devices.
REVIEW: 122912
2015-03-13 00:56:25 +01:00
Lukáš Tinkl
994057af0e
fix the Configure action
...
display the kdeconnect kcm
2014-09-10 10:19:44 +02:00
Elias Probst
79edcf5685
Visual streamlining of plasmoid.
...
Adapt the 'No paired devices available' message's style to the style
used by plasma-workspace plasmoids.
REVIEW: 120031
2014-09-02 08:13:26 +02:00
Aleix Pol
28097e84e4
Fix qml warnings
2014-09-01 17:49:18 +02:00
Aleix Pol
e41ca57045
Improve look&feel of kdeconnect plasmoid
...
Provide a good initial size
Use compact representation when on a panel, full when on the desktop (this
prevented the icon to show on the system tray).
Reviewed by Albert Vaca
2014-08-01 12:04:44 +02:00
Martin Gräßlin
0f334d053f
Fix Plasmoid porting errors
...
Some types changed causing the Plasmoid to end in reference errors.
REVIEW: 119149
2014-07-06 19:33:07 +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
Albert Vaca
d72ebc4cf7
Workaround to make devices be correctly filtered again.
...
Flags in QML are not working correctly (as they are in Qt5), so we will
use integer values for the flags for now.
2014-07-01 01:26:07 +02:00
Aleix Pol
e227c61cf8
Expose flags so that the plasmoid doesn't need to use magic numbers
2014-06-27 16:09:01 +02:00
Albert Vaca
5379bba551
Fixed displayFilter in plasmoid that not was updated when we changed the enum
2014-06-27 16:05:49 +02:00
Aleix Pol
e1813b16f3
Port plasmoid
2014-06-27 15:29:53 +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
Albert Vaca
b366b1debc
showPlasmoidBeShown -> shouldPlasmoidBeShown
2014-04-14 22:44:23 +02:00
Àlex Fiestas
0029c62a2d
Hide the plasmoid when no device is connected
...
Reviewed by albertvaka@gmail.com
2014-04-14 21:57: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
29719ccce5
New icon by Malcer <malcer@gmx.com>
2014-02-19 21:10:41 +01:00
Albert Vaca
182da7bfc5
Browse button on plasmoid only visible if sftp plugin enabled
2014-02-19 16:28:17 +01:00
Albert Vaca
c6354f194f
Changed "Browse" text to an icon
2014-02-19 14:26:19 +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
fb8fa53f8d
some fixes
2014-02-06 19:25:50 +04: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
Samoilenko Yuri
9b3382d2b8
Sftp qml module polished
2014-02-05 23:26:54 +04:00
Samoilenko Yuri
a72547096f
browse button moved to separate class
2014-02-03 21:06:47 +04:00
Samoilenko Yuri
776543409d
button works
2014-01-31 14:06:21 +04:00
Samoilenko Yuri
881450146f
wow - almost work, but some tricks...
2014-01-30 20:39:11 +04:00
Samoilenko Yuri
a54dd853ff
play continues...
2014-01-30 20:25:22 +04:00
Samoilenko Yuri
9ce35fbd4d
qml in qt4 - ugly shit... Some experiments
2014-01-29 09:17:06 +04:00
Samoilenko Yuri
42b927bcab
hard experiments..
2014-01-29 02:22:59 +04:00
Samoilenko Yuri
55c1221223
almost work...
2014-01-28 21:22:09 +04:00
Samoilenko Yuri
1d8ea764b1
dealing with DBus from QML
2014-01-28 00:39:24 +04:00
Samoilenko Yuri
a9ed55b644
first steps in QML
2014-01-27 20:52:29 +04:00
Albert Vaca
3f06183b6a
Remove plasmoid's empty config.ui
2013-12-05 14:30:04 +01:00
Albert Vaca
00632aaa6a
A better implementation to do the same as the previous commit
2013-12-02 19:13:55 +01:00
Albert Vaca
c248a16b67
Plasmoid: Changed IconWidget -> SvgItem to enable themes to change the icon
2013-12-02 19:00:10 +01:00
Albert Vaca
553a6c518e
Plasmoid now displays the devices' battery
...
BUG: 326883
2013-11-15 17:58:24 +01:00
Albert Vaca
bb825fed8d
Prettifying plasmoid
...
Text is no longer over the dismiss button but wrapped in two lines
2013-09-10 15:36:25 +02:00
Albert Vaca
0f2ec417ce
Made "no devices" message more explicit
2013-08-29 14:02:39 +02:00
Albert Vaca
802bb26a2c
Fixed Q_ASSERT in model.
...
+ small change to the dimsiss buttons of the plasmoid
2013-08-28 19:33:46 +02:00
Albert Vaca
8d40335182
First working implementation of notifications plasmoid
...
Some fixes to libkdeconnect models
Added slot connected() to plugins
2013-08-22 03:21:08 +02:00
Albert Vaca
60b3c3c1d4
Base source borrowed from device-notifier
2013-08-21 18:28:11 +02:00