Re: Plasma activities and Nepomuk

2009-07-31 Thread Luca Beltrame
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

Re: No signals from Plasma.ComboBox?

2009-09-30 Thread Luca Beltrame
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

Re: Python plasmoid configuration interfaces and ui files?

2009-11-08 Thread Luca Beltrame
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

Re: Installing plasmoid script howto

2010-01-11 Thread Luca Beltrame
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

[PATCH] Support for arbitrary main script names in Python plasmoids

2010-02-11 Thread Luca Beltrame
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

Re: [PATCH] Support for arbitrary main script names in Python plasmoids

2010-02-11 Thread Luca Beltrame
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

Re: [PATCH] Support for arbitrary main script names in Python plasmoids

2010-02-11 Thread Luca Beltrame
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

Re: kde 4.3.>5 plasma applets battery

2010-02-14 Thread Luca Beltrame
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

Re: Plasma and newcomers

2010-02-15 Thread Luca Beltrame
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

Python PopupApplet and ScriptEngines

2010-02-20 Thread Luca Beltrame
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

[PATCH] Support for PopupApplets in Python

2010-02-20 Thread Luca Beltrame
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

Re: [PATCH] Support for PopupApplets in Python

2010-02-27 Thread Luca Beltrame
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

Re: [PATCH] Support for PopupApplets in Python

2010-02-27 Thread Luca Beltrame
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

Re: "main.py" problem in Runners and Dataengines?

2010-03-03 Thread Luca Beltrame
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. _

Re: "main.py" problem in Runners and Dataengines?

2010-03-03 Thread Luca Beltrame
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

Re: Plasma, popup applet and python

2010-03-09 Thread Luca Beltrame
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

Re: KDE's Plasma: How not to do lists...

2010-03-19 Thread Luca Beltrame
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

Bug 166914: per activity task discussion

2010-07-12 Thread Luca Beltrame
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

Re: Displaying icon on panel in Python

2010-07-13 Thread Luca Beltrame
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

Re: [Nepomuk] Activities protocol

2010-07-14 Thread Luca Beltrame
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

Re: [Nepomuk] Activities protocol

2010-07-14 Thread Luca Beltrame
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

[PATCH] Suppress errors in Python AppletScripts

2010-07-27 Thread Luca Beltrame
(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

Re: [PATCH] Suppress errors in Python AppletScripts

2010-07-28 Thread Luca Beltrame
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

Re: Plasma Containment default setting

2012-06-21 Thread Luca Beltrame
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

Re: Plasma Containment default setting

2012-06-21 Thread Luca Beltrame
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

Re: Plasma Containment default setting

2012-06-21 Thread Luca Beltrame
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

Re: QML, Python, Signals, and Slots Part 2

2012-06-24 Thread Luca Beltrame
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

Re: Changes to Plasma Weather - Git revision 5a09cd815edd7723800c0ba43a8be9f67d28e011

2012-09-10 Thread Luca Beltrame
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

Re: IRC meeting summary

2012-09-12 Thread Luca Beltrame
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

Re: Poll - Rethinking "battery remaining time" option

2012-09-12 Thread Luca Beltrame
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

Re: Git policy for kde-baseapps?

2012-09-20 Thread Luca Beltrame
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

Re: share-like-connect in 4.10

2012-10-03 Thread Luca Beltrame
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. ___

Re: Screen Locking for 4.10

2012-10-04 Thread Luca Beltrame
, 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

Re: Screen Locking for 4.10

2012-10-04 Thread Luca Beltrame
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

Re: SystemTray: QML version #3

2012-10-22 Thread Luca Beltrame
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

Re: SystemTray: QML version #3

2012-10-23 Thread Luca Beltrame
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

Re: qml systemtray: small refactorings

2012-10-25 Thread Luca Beltrame
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

Re: Moving applet to review group

2012-10-26 Thread Luca Beltrame
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

Re: qml systemtray: small refactorings

2012-10-26 Thread Luca Beltrame
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

Re: [RFC] New (QML) Desktop Containment

2012-12-11 Thread Luca Beltrame
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

Re: Installing QML Wallpapers packages

2012-12-13 Thread Luca Beltrame
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

Re: reflecting on 4.10

2013-01-11 Thread Luca Beltrame
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

Re: reflecting on 4.10

2013-01-12 Thread Luca Beltrame
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

Re: Having an issue with the minimum size of Plasma.WebView

2013-01-14 Thread Luca Beltrame
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

Re: Having an issue with the minimum size of Plasma.WebView

2013-01-14 Thread Luca Beltrame
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.

Re: Having an issue with the minimum size of Plasma.WebView

2013-01-15 Thread Luca Beltrame
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

Re: Plasma & Python in KF5; was Re: Having an issue with the minimum size of Plasma.WebView

2013-01-16 Thread Luca Beltrame
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

Re: Thoughts about a better Quality Management process for Plasma

2013-01-17 Thread Luca Beltrame
;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

Re: New (QML) Desktop Containment, Take 2 (with movie!)

2013-01-28 Thread Luca Beltrame
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

Re: No plasmaengineexplorer in KDE 4.10?

2013-02-17 Thread Luca Beltrame
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 -

Re: A nepomuk optimisation amplifying a plasma bug

2013-03-11 Thread 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.

Re: [Nepomuk] A nepomuk optimisation amplifying a plasma bug

2013-03-12 Thread Luca Beltrame
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

Re: Review Request 109684: Make code python3 compatible.

2013-03-23 Thread Luca Beltrame
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,

Re: Review Request 109684: Make code python3 compatible.

2013-03-23 Thread Luca Beltrame
> 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

Re: Review Request 109684: Make code python3 compatible.

2013-03-23 Thread Luca Beltrame
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.

Re: Review Request 109684: Make code python3 compatible.

2013-03-24 Thread Luca Beltrame
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

Re: [RFC] Moving Wishlist Items to Brainstorm

2013-05-25 Thread Luca Beltrame
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

Re: [RFC] Moving Wishlist Items to Brainstorm

2013-05-25 Thread Luca Beltrame
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

Re: [RFC] Moving Wishlist Items to Brainstorm

2013-05-27 Thread Luca Beltrame
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

Re: [RFC] Moving Wishlist Items to Brainstorm

2013-05-27 Thread Luca Beltrame
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

Re: [RFC] Moving Wishlist Items to Brainstorm

2013-05-28 Thread Luca Beltrame
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

Re: [RFC] Moving Wishlist Items to Brainstorm

2013-05-28 Thread Luca Beltrame
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

Re: 4.11 is out .. kde-workspace to qt5?

2013-09-05 Thread Luca Beltrame
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

Re: Release schedule for Plasma Next

2014-01-29 Thread Luca Beltrame
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

Re: The Visual Design Group and Plasma Devs

2014-02-08 Thread Luca Beltrame
) 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

Re: Bughunting Season!

2014-03-09 Thread Luca Beltrame
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

Re: Bughunting Season!

2014-03-11 Thread Luca Beltrame
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

Re: Minutes Monday Plasma hangout

2014-03-31 Thread Luca Beltrame
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

Re: Minutes Monday Plasma hangout

2014-03-31 Thread Luca Beltrame
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. __

Re: Alpha 2

2014-04-15 Thread Luca Beltrame
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

Re: Widget and windeco themes for Plasma Next

2014-04-24 Thread Luca Beltrame
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

Re: Widget and windeco themes for Plasma Next

2014-04-24 Thread Luca Beltrame
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

Scriptengines and other language bindings: what to do?

2014-04-25 Thread Luca Beltrame
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

Re: Polishing sprint in May: dates?

2014-04-28 Thread Luca Beltrame
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

Re: RFC: Change Krunner's default key shortcut for Next

2014-05-08 Thread Luca Beltrame
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. _

Re: Dual Monitors

2014-05-12 Thread Luca Beltrame
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.

Re: Ship with Aurorae and Qtcurve or not...

2014-05-15 Thread Luca Beltrame
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

Re: Ship with Aurorae and Qtcurve or not...

2014-05-15 Thread Luca Beltrame
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

Re: Plasma Addons

2014-05-24 Thread Luca Beltrame
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

Components supported for the first Plasma Next release

2014-05-25 Thread Luca Beltrame
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

Re: Plasma Addons

2014-05-26 Thread Luca Beltrame
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

Re: Review Request 118548: Port libtaskmanager away from QDesktopWidget

2014-06-05 Thread Luca Beltrame
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

Review Request 118584: Formats KCM: Use QLocale::name() instead of bcp47Name() when writing to the configuration file

2014-06-05 Thread Luca Beltrame
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

Re: Review Request 118584: Formats KCM: Use QLocale::name() instead of bcp47Name() when writing to the configuration file

2014-06-05 Thread Luca Beltrame
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

Re: Review Request 118584: Formats KCM: Use QLocale::name() instead of bcp47Name() when writing to the configuration file

2014-06-06 Thread Luca Beltrame
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

Re: Review Request 118548: Port libtaskmanager away from QDesktopWidget

2014-06-06 Thread Luca Beltrame
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

Re: Review Request 118584: Formats KCM: Use QLocale::name() instead of bcp47Name() when writing to the configuration file

2014-06-06 Thread Luca Beltrame
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

Re: Review Request 118548: Port libtaskmanager away from QDesktopWidget

2014-06-06 Thread Luca Beltrame
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

Re: Review Request 118584: Formats KCM: Use QLocale::name() instead of bcp47Name() when writing to the configuration file

2014-06-06 Thread Luca Beltrame
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

Re: Review Request 125817: Add plugin system for Calendar events

2015-10-28 Thread Luca Beltrame
> 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

Re: On/Off-Switch with QPushButton

2015-11-01 Thread Luca Beltrame
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. _

Re: On/Off-Switch with QPushButton

2015-11-01 Thread Luca Beltrame
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

Re: On/Off-Switch with QPushButton

2015-11-01 Thread Luca Beltrame
#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

Re: On/Off-Switch with QPushButton

2015-11-01 Thread Luca Beltrame
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 -

Re: Plasma 5.4.3 tars are up

2015-11-06 Thread 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

Re: Review Request 125984: kcm_formats: Do not write out an unusable value for the "C" locale

2015-11-07 Thread Luca Beltrame
--- 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

Re: RFC: plasmoid templates in plasma-sdk

2015-11-13 Thread Luca Beltrame
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

Re: RFC: Disable DrKonqi

2015-11-16 Thread Luca Beltrame
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

Re: Noto fonts screw my system, please stop forcing fonts upon me!

2015-12-18 Thread Luca Beltrame
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

Re: Moving kimpanel to plasma-desktop

2015-12-23 Thread Luca Beltrame
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   2   3   4   >