I see it is the type of data not recognized by qml.
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
Is this a bug or a feature? I workaround it by appending .slice(0,-19)
in qml to the element.
2014-06-12 11:23 GMT+03:00 Damian Ivanov :
> Hi all,
> why does
> getProperty("RegisteredStatusNotifierItems")
> return the StatusNotifiers with the path
Hi all,
why does
getProperty("RegisteredStatusNotifierItems")
return the StatusNotifiers with the path appended?
see: qdbus org.kde.StatusNotifierWatcher /StatusNotifierWatcher
org.kde.StatusNotifierWatcher.RegisteredStatusNotifierItems
org.kde.StatusNotifierItem-xx-1/StatusNotifierItem
org.kd
Hi,
I want to implement the StatusNotifier in qml for that I use
nemomobile dbus qml plugin
https://github.com/nemomobile/nemo-qml-plugin-dbus/
It is all working except the toolTip (maybe you know what it should
look like) see example below
The item id is hardcoded for the example.
DBusInterf
Oops, accidentally hit the reply instead reply to all button...
2014-05-22 12:52 GMT+02:00 Sebastian Kügler :
> Hi Damian,
>
> In general, please reply to the list. I've found your question there, I'll
> find it again. Please do not take the list out of the CC:, and take this
> discussion private
Hi all,
The keyboard layout indicator has the option to show the country flag
corresponding to your keyboard layout. Where are the "flags" located?
I searched and grepped through /usr/share/icons and did not find
anything.
Thanks in advance.
Damian
>> Visit http://mail.kde.org/mailman/listinfo/k
Hello people,
Maybe a stupid question about the StatusNotifier's:
Right now I find that it's not widely used, in Plasma-next we would
have StatusNotifiier's from KDE (like thw HW notifier or battery) and
the one external
applications register (if skype & co. adapt statusnotifier), correct?
>Each
Servus, me again,
kwindowsystem_x11.cpp :
// If the icon is still a null pixmap, load the icon for X applications
// as a last resort:{
const QIcon icon = QIcon::fromTheme(QLatin1String("xorg"));
If your active theme doesn't have an icon xorg (like default gnome
icon t
2014 15:43:35 CEST, Damian Ivanov wrote:
>> > I try in the creation phase of my class
>> > connect(KWindowSystem::self(), SIGNAL(windowAdded()), this, SLOT(test()));
>> > and MyClass::test() should be called when a window is added
>>
>> There's no "wi
How can I connect from my own class (which exposes stuff to QML) to
kwindowsystem signals like windowAdded / windowRemoved etc.
I try in the creation phase of my class
connect(KWindowSystem::self(), SIGNAL(windowAdded()), this, SLOT(test()));
and MyClass::test() should be called when a window is a
Hi :)
Sorry maybe it's not the proper place to ask (ask me if I should use
IRC or something)
I'm using
KWindowSystem::setState(myWindowId, string) ;
I must use a string, I'm calling the function from QML which passes a
string like "NET::SkipPager"
PS: Is there somewhere a TODO list for Tier1 pa
mean time the gnome wm stopped showing the icon and this got lost in the
shuffle.
Should be fixed with that commit
2014-02-20 10:22 GMT+02:00 Damian Ivanov :
> FYI I'll try it with the gnome bug:
> https://bugzilla.gnome.org/show_bug.cgi?id=724781
>
> 2014-02-20 8:41 GMT+02:00 Marti
FYI I'll try it with the gnome bug:
https://bugzilla.gnome.org/show_bug.cgi?id=724781
2014-02-20 8:41 GMT+02:00 Martin Gräßlin :
> On Thursday 20 February 2014 07:36:20 Damian Ivanov wrote:
>> It's by design. They will do this for more and more applications. The
>>
It's by design. They will do this for more and more applications. The
icon is specified in the .desktop file. See my other last message.
Regards,
Damian
2014-02-20 7:28 GMT+01:00 Martin Gräßlin :
> On Thursday 20 February 2014 05:26:48 Damian Ivanov wrote:
>> Hallo Thomas,
&
One more thing. In the gedit desktop file you have the following line:
Icon=accessories-text-editor
2014-02-20 6:26 GMT+02:00 Damian Ivanov :
> Hallo Thomas,
> Hallo Martin,
>
> PS (before it gets lost after the output below :-)): I'm on openSUSE
> 13.1, I looked into /usr/sha
wsystem.h (~/Downloads/kwindowsystem/src) - gedit"
_NET_WM_NAME(UTF8_STRING) = "kwindowsystem.h
(~/Downloads/kwindowsystem/src) - gedit"
2014-02-20 1:09 GMT+02:00 Thomas Lübking :
> On Mittwoch, 19. Februar 2014 23:19:00 CEST, Damian Ivanov wrote:
>>
>> Usecase: Well
esday 19 February 2014 17:04:12 Damian Ivanov wrote:
>> Hello all,
>> Hello Martin :-)
>>
>> 2 Things:
>> a) I found that kwindowsystem.h is missing a function closeWindow, is
>> that intended? It is present in the netwm* files as
>> closeWindowRequest. If t
Hello all,
Hello Martin :-)
2 Things:
a) I found that kwindowsystem.h is missing a function closeWindow, is
that intended? It is present in the netwm* files as
closeWindowRequest. If this is not intended I can try to implement
that maybe for x11 (I mean the function in KWindowSystem class) as a
ju
Thanks Martin for the respond and kudos for your work. I like it.
2014-02-17 10:48 GMT+01:00 Martin Gräßlin :
> On Monday 17 February 2014 10:46:53 Damian Ivanov wrote:
>> Hi,
>>
>> import org.kde.kwin 2.0 as KWin
>>
>> where can I find the source of the pl
Hi,
import org.kde.kwin 2.0 as KWin
where can I find the source of the plugin that exports this to QML. IT
doesn't seem to be KWindowSystem
Thanks in advance!
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
Thanks :)
2013/12/4 Thomas Lübking :
> On Mittwoch, 4. Dezember 2013 17:33:51 CEST, Damian Ivanov wrote:
>>
>> Hi all,
>>
>> By default no application can cover the plasma panel, on resizing or
>> on maximizing the applications resize so that they do not cover t
Hi all,
By default no application can cover the plasma panel, on resizing or
on maximizing the applications resize so that they do not cover the
panel.
Where is this set? It is not a Qt Window flag. It must be set by the
window manager, but how comes that this works with any started panel
program
HI all,
I'm writing a plasmoid in QML. I have some question I could not find
anywhere answered:
1) Is there a way to interact with the user on add of plasmoid?
e.g You add the plasmoid and get a warning: you may need to login
and logout to make full use of this widget
2) Is it possible that th
Thanks. I did so. For the record:
https://bugs.kde.org/show_bug.cgi?id=320806
2013/6/5 Albert Astals Cid :
> El Dimecres, 5 de juny de 2013, a les 12:17:40, Damian Ivanov va escriure:
>> so what to report against? which library uses ark to extract rpm's?
>
> If ark doesn&
so what to report against? which library uses ark to extract rpm's?
2013/6/5 Damian Ivanov :
> Hi all,
>
> Found a bug in how ark and file-roller sees rpm's:
>
> Download:
> http://download.opensuse.org/repositories/games/openSUSE_12.3/x86_64/frozen-bubble-2.212-41.1.
Hi all,
Found a bug in how ark and file-roller sees rpm's:
Download:
http://download.opensuse.org/repositories/games/openSUSE_12.3/x86_64/frozen-bubble-2.212-41.1.x86_64.rpm
1) extract it via rpm2cpio
2) extract it via ark or file roller into a different directory
Ark and file-roller extract so
t;
> Il giorno 21/mag/2013 15:44, "Damian Ivanov" ha
> scritto:
>>
>> Hi all,
>>
>> When people change a setting in KDE they 1st hit the apply button.
>> In GNOME people change the setting and the setting is change instantly
>> there is no apply button.
Hi all,
When people change a setting in KDE they 1st hit the apply button.
In GNOME people change the setting and the setting is change instantly
there is no apply button.
Is it possible to have the same behavior in KDE?
Best Regards,
Damian
>> Visit http://mail.kde.org/mailman/listinfo/kde-dev
AFAIK opengl / SW rendering will be only required for specific
functions in QtQuick 2, is is correct? :)
2012/9/21 Martin Graesslin :
> On Friday 21 September 2012 15:16:10 Damian Ivanov wrote:
>> Hi all,
>>
>> I am trying to create some plasmoids using QtQuick. I was a bit
I got it it was necessary to create the metadat.desktop. Thanks.
2012/9/19 Damian Ivanov :
> Yes, I tried plasmoidviewer and qmlviewer.
>
> 2012/9/19 Viranch Mehta :
>> Are you using plasmoidviewer?
>>
>>
>> On Wed, Sep 19, 2012 at 7:05 PM, Damian Ivan
Yes, I tried plasmoidviewer and qmlviewer.
2012/9/19 Viranch Mehta :
> Are you using plasmoidviewer?
>
>
> On Wed, Sep 19, 2012 at 7:05 PM, Damian Ivanov
> wrote:
>>
>> Hir Viranch,
>>
>> Thanks for your answer, but
>>
>> module "or
Hir Viranch,
Thanks for your answer, but
module "org.kde.plasma.components" is not installed
import org.kde.plasma.components 0.1 as PlasmaComponents
2012/9/19 Viranch Mehta :
> On Wed, Sep 19, 2012 at 6:48 PM, Damian Ivanov
> wrote:
>>
>>
>> module &
32 matches
Mail list logo