In data sabato 1 agosto 2009 00:25:19, Aaron J. Seigo ha scritto:
>
> here is a document that Luca Beltrame had started on:
>
> http://docs.google.com/View?id=dcp4ww55_76gdhhk6ch
Ahem... Although I have a slight knowledge on certain ontologies, I don't
think I had the e
In data mercoledì 30 settembre 2009 14:09:52, Thomas Olsen ha scritto:
> QObject.connect(self.currency_from,SIGNAL("activated(PyQt_PyObject)"),self
> .do_convert_from)
In addition to what Aaron said (the signature in quote is not correct), you
could also use the new PyQt signal API, which is mo
In data domenica 08 novembre 2009 11:50:10, Qwerty Maniac ha scritto:
> Perhaps you're looking for the UI -> Python conversion script, like C++s'
> uic?
Notice that pyuic4 only works with Qt widgets. To use KDE's widgets from ui
files, pykdeuic4 should be used instead.
signature.asc
Descriptio
In data lunedì 11 gennaio 2010 13:46:57, Petri Damstén ha scritto:
(CC-ing Anne Wilson, of Userbase fame)
> ... and it does not work'. Is there a wiki page that would explain how to
> install plasmoid script using gui (and with plasmapkg) and if not, is
> http://userbase.kde.org/Plasma right plac
Hello,
currently if you use Python plasmoids the main script *must* be named
"main.py" because it is hardcoded into pyappletscripts.py. When using a
different mainscript in the .desktop file (like Plasmate does) this will
ensure the plasmoid will not run (you get a NameError exception).
The at
In data giovedì 11 febbraio 2010 19:16:53, Aaron J. Seigo ha scritto:
> i can't comment on the use of __dict__ (my python-fu is non-existent :) but
> using mainScript() is obviously correct from a libplasma API usage
> perspective and if this fixes things then yes it should be backported.
Just te
In data giovedì 11 febbraio 2010 19:37:55, Richard Dale ha scritto:
> __dict__, but simply derives the main class name from the main script
> name. So I wasn't sure is you should specifiy a main *class* name in
This is what is done with my change, at the moment (I used __dict__ because I
thought
In data domenica 14 febbraio 2010 23:29:47, Sebastian Kügler ha scritto:
> the scripting console, but I don't see where I start the scripting
> console, maybe someone can enlighten me, then I'll post how to do the
> above with plasma itself :)
qdbus org.kde.plasma-desktop /MainApplication showInt
In data lunedì 15 febbraio 2010 18:14:45, Aaron J. Seigo ha scritto:
> ("here's kwin manual, now here's the control panel manual...") and towards
> a more "what the user actually perceives" approach ("here's the manual for
> your desktop..")
That was the idea, yes.
> more proactive where the pe
Hello,
AFAIK, there is no PopupApplet for Python scriptengines yet, and I'd like to
hack in this functionality.
Currently the applets in Python use "plasmascript" to work, so I assume this
would be the place to add support in. So, here come the questions:
1. Is there documentation on how a "pro
Hello,
as I said, I've been trying to hack in support for PopupApplets in Python.
This patch is a first version of such a thing, which at least enables the
proper binding when used scripted applets.
It needs some review, as I'm unfamiliar on how PopupApplets work, and if I'm
doing the right th
In data sabato 27 febbraio 2010 12:20:37, Simon Edwards ha scritto:
> Luca, do you have a simple example of a PopupApplet that I can look at
> and test with?
You hit the nail on the head here. The fact is, I can't, as discussed with
Richard Dale on IRC. I tried, looking at the code of the variou
In data sabato 27 febbraio 2010 15:13:23, Petri Damstén ha scritto:
> Python popup applet with extenders:
> http://websvn.kde.org/trunk/KDE/kdeexamples/plasma/python/applets/pyhello/
Thanks, then my patch is completely unnecessary, as the standard __getattr__
method is enough.
I'll probably use
In data mercoledì 03 marzo 2010 17:29:44, Yuen Hoe Lim ha scritto:
> this problem for python plasmoids). A further patch might be needed to do
> a similar fix for runners and dataengines?
I'll have a look.
signature.asc
Description: This is a digitally signed message part.
_
In data mercoledì 03 marzo 2010 22:17:12, Luca Beltrame ha scritto:
> I'll have a look.
Should be fixed in r1098535 (trunk) and r1098536 (4.4 branch). Please let me
know if you experience further issues.
signature.asc
Description: This is a digitally signed mess
In data mercoledì 10 marzo 2010 00:11:00, Cédric Bellegarde ha scritto:
> l've see on the web that python currently doesn't support popupapplet :(
I've had mixed results. Extender based solutions work (see the example in
kdeexamples) but approaches based on widget() or graphicsWidget() seem not
In data venerdì 19 marzo 2010 21:52:57, Reinhold Kainhofer ha scritto:
> Hm, in your blog you don't add any screenshot, so I can only guess: The
> plasmoid is supposed to live on the desktop (or taking up a huge amount of
I don't know about Network Management in particular, but plasmoids (startin
Hello,
I'm posting this question mostly with my forum admin hat on, as when 4.5 will
be released we'll likely get questions on this behavior.
Right now, if applications are moved to another activity, they remain in the
task manager. Clicking on them will switch to the task and to the relevant
On Tuesday 13 July 2010 15:13:22 Barış Akkurt wrote:
> C++. I must inherit from Plasma::PopupApplet instead of Plasma::Applet but
> i need to learn how to do it in Python and i have no idea. Unfortunately,
http://websvn.kde.org/trunk/KDE/kdeexamples/plasma/python/ has a few examples,
including a
On Wednesday 14 July 2010 14:57:21 Marco Martin wrote:
> i think windows outside of the current activity should be hidden from the
> taskbar, at least by default.
> and this must be done in 4.5, otherwise will cause another ser revolt.
From what I'm reading on the forums these days, it may happen
On Wednesday 14 July 2010 15:00:40 Ivan Čukić wrote:
> I agree. The current plan is to have it in 4.5.1 - Chani thinks it
> would be risky to do it for .0 - not enough testing.
Can this be considered a somewhat "official" stance? If so I'll ping the
appropriate people so that this gets known in
(CCing Simon Edwards as well to get his input)
Hello,
while making a Python
plasmoid today, I noticed that the logs spammed Python exceptions to the
console once the plasmoid got deleted:
AttributeError: 'PythonAppletScript'
object has no attribute 'pluginName'
and also other errors when hoveri
On Wednesday 28 July 2010 23:21:54 Simon Edwards wrote:
> It looks pretty
good, just fix up the indentation and make sure you test
> it a bit before
you commit. Also wait until after 4.5 is out before you
I used it for a
bit, I'll likely test more this weekend and the upcoming week. If all goes
w
In data giovedì 21 giugno 2012 14:37:36, Aaron J. Seigo ha scritto:
[SLC]
> * make it part of the default desktop layout
Does SLC still depend on components from plasma-mobile? If so, IMO those it
depends on should be moved to some common ground (read: shared between the
two).
signature.asc
Desc
In data giovedì 21 giugno 2012 15:15:48, Aaron J. Seigo ha scritto:
> it had imports for them, but no components from MobileComponents were
> actually being used .. so: no :)
Thanks. Just one more question. Does SLC, to be properly effective, depend on
the "Active" patch to kdelibs? Or can it wor
In data giovedì 21 giugno 2012 15:15:48, Aaron J. Seigo ha scritto:
> it had imports for them, but no components from MobileComponents were
> actually being used .. so: no :)
Sorry for being a drag but it seems they are used somewhere. ;)
slccomponents/MenuItem.qml requires some bits from plasma
ase in which option 2 should be used is if the C++ signal has not
been bound to the Python bindings.
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally signed message p
hrough
reviewboard (as far as I can see by looking through the old messages in
plasma-devel).
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/m
hnical concerns over such an UI here IIRC, though.
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
Plasma-devel@kde.org
ssion on this topic, to be perfectly fair I
am against publicizing this poll to the user community (including the KDE
Community Forums, which I'm more involved in).
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is
ng things
locally and came up with some (possibly minor) conflicts.
Also, would anyone be "qualified" to do a merge, or should this be done by
anyone who has the time for it?
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is
y have stable releases: I think Telepathy KDE was (or is) there as well.
SLC depends on 4.10 state though?
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally signed message part.
___
, is plasma-overlay working at all? I
risked getting myself locked out as well.
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel
on etc.). Then one
can (like myself) install the "upstream" branding, which gives the default KDE
theme + wallpaper. Perhaps that theme doesn't specify the default wallpaper.
Nevertheless it doesn't strike me as a particularly odd scenario.
--
Luca Beltrame - KDE Forums team
KDE
tions that paint over their tray icon (examples include kmail's unread
mail count, or choqok's new post count): the icon does not change (i.e.
nothing is painted over it).
Not that it would be a showstopper for merging, but I thought I'd let you
know: I will file a BR as remin
In data martedì 23 ottobre 2012 12:28:44, Dmitry Ashkadov ha scritto:
> it shows only dark blue circle. I've fixed this blue circle. Now blue
> circle of kmail works for me. Could you try choqok & kmail again?
I tried with Choqok and it works now. Thanks.
--
Luca Beltrame - KDE
imit to new features being introduced (but these
adjustments don't qualify IMO as completely new features).
Hard feature freeze (a proper freeze, in that case) is later on. So for now I
think you can work directly in master.
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG
asking for moving the applet
from playground to kdereview.
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
Plasma-devel@kde.org
In data venerdì 26 ottobre 2012 12:46:59, Dmitry Ashkadov ha scritto:
> (plasma/dmitrya/systemtray-qml), but I can't delete old branch (: Remote
> git server refuses my attempts
Only repo admins can delete branches.
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key I
ated. Posters
in this ML would not complain, but outside that, I'm not sure.
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mail
In data venerdì 14 dicembre 2012 00:39:01, Aleix Pol ha scritto:
> I've tried to installed a qml wallpaper using "plasmapkg -i
> " and it got installed to share/plasma/plasmoids so it
I think you should use plasmapkg -t wallpaper -i
--
Luca Beltrame - KDE Forums team
KDE
is made up of (regularly) updated snapshots
of current git master.
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
Plasma-devel
I plan on getting the word out today or
so.
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
Plasma-devel@kde.org
low types to
created dynamically.
This may be important for users of bindings.
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing l
k in PyKDE4 and I can't take this decision.
Otherwise we might get a lot of complaints when applets start to break.
> is their upkeep worth it now that we have QML?
Like above, I don't think (even if a decision would be made) that they could
be removed until the transition to KF5.
un, it
would ensure we also phase out the plugin factory currently used (whicih is
not Python 3 compatible, while all the rest of PyKDE4 is).
It would probably also make writing applets easier.
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description
ou are correct (see previous posts on the longer explanation, taken from
PyQt's docs).
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel
;ve noticed that the exception makes the object
marked for garbage collection → deleted at the C++ level as well, and if you
try accessing it again → crash.
By errors I mean Python exceptions (IOW, errors in the Python code itself).
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key
In data lunedì 28 gennaio 2013 16:58:19, Sebastian Kügler ha scritto:
> A movie says more than thousand words, so please watch this:
> http://www.youtube.com/watch?v=GR5UZUtcOGc
The video is marked as private, was that intentional?
--
Luca Beltrame - KDE Forums team
KDE Science support
In data lunedì 18 febbraio 2013 11:45:38, Viranch Mehta ha scritto:
> I was playing around with the new KDE and suddenly realised that there is
> no plasmaengineexplorer installed. Have we not shipped it this time? If
It's been moved to the plasmate repository.
--
Luca Beltrame -
about this much, perhaps what you seek is in the
kactivities library (separate repo on git.kde.org).
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally signed message part.
s only handled in kactivities.
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/m
best at C++) then we can think about
making plasma and such Py3 compatible.
- Luca Beltrame
On March 23, 2013, 11:12 p.m., Michael Jansen wrote:
>
> ---
> This is an automatically generated e-mail. To reply,
> On March 23, 2013, 11:35 p.m., Luca Beltrame wrote:
> > The issue is much deeper than this specific piece of code. In fact, fixing
> > this part will not make the code Py3 compatible. The real problematic code
> > is in PyKDE4, to be precise the kpythonpluginfactory
is found (mainly because
I find the approach cleaner).
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
Plasma-devel@kde.
In data domenica 24 marzo 2013 00:55:25, Michael Jansen ha scritto:
> No problem with that. Was the easiest solution for kross.
> Should i go forward and do that?
Go ahead. Just to stay on the safe side, can you make a new RR once you're
done with that?
--
Luca Beltrame - KDE Foru
currently it's very low on the radar).
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel
s
proposal proceed forward, we'd need to attract a few people to help so that we
avoid the dumping ground phenomenon.
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally sig
t I am not for all
> of KDE.
I also have to point out that the add on used for Brainstorm in the forum is
currently unmaintained as the original developer is no longer involved in KDE
anymore.
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Descr
bko's but still fairly comprehensive.
- --
Luca Beltrame - KDE Forums team
GPG key ID: 6E1A4E79
-BEGIN PGP SIGNATURE-
Version: APG v1.0.8
iQI/BAEBCAApBQJRo9rRIhxMdWNhIEJlbHRyYW1lIDxsYmVsdHJhbWVAa2RlLm9y
Zz4ACgkQAT+lC24aTnkeng//fi+UVQ1lbgJ/SkMzwZ0aYeE1yVJUYu3K9s5DP2zq
QQLjRc
is manual. I often thought about a way of having
ideas sent to Bugzilla, however this is not possible save for copy/pasting
(I'm no good with PHP, so hacking on that is out of my league)
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: Th
sify
ideas as "useful". We're still looking for good suggestions on that ;)
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally signed message part.
___
Plasma
Kubuntu, Arch and openSUSE do) to give time to
adjust their packaging scripts.
–
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
g list messages (I
remember something of the sort mentioned at Phoronix once).
--
Luca Beltrame, Ph.D.
Translational Genomics Unit, Department of Oncology
IRCCS Istituto di Ricerche Farmacologiche "Mario Negri"
signature.asc
Description: This is a digitally sig
)
so I can speed things up.
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailm
having issues (like Kwin requiring
supportingInformation, for example). If it's too early for this, no problem:
but as the release date comes near I think it will be important to ensure that
we can properly handle users (and in turn, this may lead to better reports for
you developers, or so
In data martedì 11 marzo 2014 14:42:13, Thomas Pfeiffer ha scritto:
> Yes, maybe we could try it out in RC and if it works well, have Plasma
> be the test pilot from there on.
So, should I postpone the forum creation to RC phase, or open it in the alpha
anyway? Let me know.
--
Luca Be
In data lunedì 31 marzo 2014 16:51:19, Bhushan Shah ha scritto:
> We really want way to abstract "Support queries" and "Real bugs" after
The offer for a specific Plasma Next forum for alpha and beta reports is still
open. ;)
--
Luca Beltrame, Ph.D.
Translational Genom
into a sticky: for reference see the 4.13 beta
forum.
--
Luca Beltrame, Ph.D.
Translational Genomics Unit, Department of Oncology
IRCCS Istituto di Ricerche Farmacologiche "Mario Negri"
signature.asc
Description: This is a digitally signed message part.
__
st (at least until
the beta, from what I can see) to offer stuff that's likely outdated a few
minutes after it's out.
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally sig
In data giovedì 24 aprile 2014 15:48:04, Ivan Čukić ha scritto:
> But, if you ask me, the first release is not really meant for genpop at all.
Indeed, given that (speaking with my packager hat on) most distros will offer
PN / KF5 as an option, and not as default destkop.
--
Luca Beltr
In data giovedì 24 aprile 2014 22:06:59, Marco Martin ha scritto:
> eh, I would hope also distributions learned the lesson this time...
> I hope of not being too optimistic tough ;)
I'm spreading the message the best I can to ensure it doesn't happen a second
time. ;)
--
Luc
a clear maintenance that's not on the already burdened core Plasma team.
If you agree with this I can perform the removal at least on the Python
scriptengine.
Opinions?
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a
In data lunedì 28 aprile 2014 13:35:37, Sebastian Kügler ha scritto:
> focus for a while on immediate user feedback -- let's face it, many people
> just start testing once we declare stable.
With my forum hat on: yes, the vast majority at least, according to my
(limited!) experience
quot; mode. Not sure
how much it's used.
--
Luca Beltrame, Ph.D.
Translational Genomics Unit, Department of Oncology
IRCCS Istituto di Ricerche Farmacologiche "Mario Negri"
signature.asc
Description: This is a digitally signed message part.
_
to the more expert people in the list.
;)
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.
in the eyes.
Notice that I'm not criticizing the design at all, I *like* it, it's just a
matter of consistency. The more PN releases come out and the more apps that
get ported to KF5, the less serious this problem will become.
--
Luca Beltrame - KDE Forums team
KDE Science supporte
o you might expect
coinstallability to be the norm for the first release, at least, for anyone
who wants to use PN.
Besides, it's kind of forced to have a mixture: most apps haven't been ported
yet.
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
sign
In data sabato 24 maggio 2014 14:54:02, Sebastian Kügler ha scritto:
> +1 on all of the above. kdeplasma-addons is outside of our scope.
Should distros tell reporters not to report bugs against kdeplasma-addons for
the moment? For openSUSE I can take care of that if it is deisred.
--
L
sma Addons, which will not be released as per ML
discussion, what are of other components like plasma-nm?
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally signed me
is thread. Let me
know if this need to be communicated further.
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
Plasma-de
work: now tasks are shown
always on all screens, regardless of the configuration ("Only show tasks in
current screen" active).
I will try wiping a task manager's configuration and redoing it to ensure
there isn't anything borked in the way.
--
Luca Beltrame - KDE Forums t
8" suffix for distros that use UTF-8 locales: or so I
think, but I'm not knowledgeable enough to tell if this is needed or not.
Diffs
-
kcms/formats/kcmformats.cpp 4169244
Diff: https://git.reviewboard.kde.org/r/118584/diff/
Testing
---
Compiled, ran the Formats KCM, se
git.reviewboard.kde.org/r/118584/diff/
Testing
---
Compiled, ran the Formats KCM, selected my country, inspected the generated
files.
Thanks,
Luca Beltrame
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel
git.reviewboard.kde.org/r/118584/#review59407
---
On June 6, 2014, 6:45 a.m., Luca Beltrame wrote:
>
> ---
> This is an automatically generated e-mail. To re
In data venerdì 6 giugno 2014 17:22:52, Aleix Pol ha scritto:
> Just realized that I forgot to submit a patch to plasma-desktop. Without it
> this had no chance to work.
I'll update tonight and check it out.
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key I
nacceptable /
acceptable workaround?
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailm
In data venerdì 06 giugno 2014 17:22:52, Aleix Pol ha scritto:
> Can you give it another try?
Now works perfectly. Thanks!
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79
signature.asc
Description: This is a digitally signed message p
https://git.reviewboard.kde.org/r/118584/diff/
Testing
---
Compiled, ran the Formats KCM, selected my country, inspected the generated
files.
Thanks,
Luca Beltrame
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel
> On Ott. 28, 2015, 10:15 a.m., Marco Martin wrote:
> > not much a fan of adding a public library there, but i guess there aren't
> > many other ways. Could it be put into plasma-workspace instead?
>
> Daniel Vrátil wrote:
> Please don't, unless you want to have Akonadi dependency in
> pla
because the exception may lead to the underlying C++ object
being deleted, potentially crashing the whole shell.
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: A29D259B
signature.asc
Description: This is a digitally signed message part.
_
t 4, so this
property is likely non existent there.
> What would work better?
IIRC (it's been such a long time since I wrote something with the Python
bindings), Plasma.Button. This will follow the font, color, and other bits set
in the Plasma theme.
--
Luca Beltrame - KDE Foru
#x27;s a way
to get them but I don't remember how
- Use always the new connect syntax if possible (e.g.
self..connect(slot)
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: A29D259B
signature.asc
Description: This is a digitall
memory is quite hazy...
> ? Is 4.5 the correct version for plasma 4.11.13?
> 4.5 seems outdated, but maybe that corresponds to something different (?)
IIRC, the version used by PyKDE4 does not correspond to the one by kdelibs.
Again, I'm mostly going from memory.
--
Luca Beltrame -
since you were into Kubuntu for a long time you
know that adding new deps on a *stable* release is absolutely NOT acceptable
for a distribution.
I'll ask the rest of the openSUSE team *not* to package this release unless
this decision is reverted.
--
Luca Beltrame - KDE Forums team
KDE Sci
---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/125984/#review88136
---
As someone who touched that part ages ago, +1.
- Luca
In data venerdì 13 novembre 2015 14:05:50 CET, Aleix Pol ha scritto:
> This way the template would be installed together with the -dev distro
> packages.
+1 to that. As a packager, that would probably make things easier.
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG
supposed to tell a user if he/she
experiences a crash and DrKonqi is disabled?
--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: A29D259B
signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailin
ms "systemwide font settings" to me, i.e. the various fontconfig font
substitution options.
I had no issue of the sort when openSUSE switched default font.
P.S.: Let's all take a look at the Code of Conduct and calm down. No one wants
another "remaining time on battery" deba
In data martedì 22 dicembre 2015 22:08:59 CET, Eike Hein ha scritto:
> Hi,
[...]
> The overall goal here is to make sure basic keyboard usability
> is always-available to a wider audience than before and doesn't
As a user of CJK input, +1 to all!
--
Luca Beltrame - KDE Forums te
1 - 100 of 348 matches
Mail list logo