Re: [kde-community] Usage of QNetworkAccessManager

2016-07-20 Thread Richard Moore
On 14 July 2016 at 17:38, Thiago Macieira wrote: > On quinta-feira, 14 de julho de 2016 18:33:37 PDT Ben Cooksley wrote: > > > Unfortunately, from it's first iteration in Qt 4 QNetworkAccessManager > > w > ​e ​ > as shipped with a severe and fundamental defect in that it does not > > follow HTTP

Re: Review Request 122909: Fix segfault with missing screens

2015-03-12 Thread Richard Moore
> On March 12, 2015, 1:40 p.m., Martin Gräßlin wrote: > > For the record I reverted with > > http://commits.kde.org/plasma-workspace/c4c7e6d53f66fbdd6d58b40e5f3b443c6cf2e197: > > > > The reason for revertion is that it leaks pixmaps. > > QX11Info::display should not return a nullptr if

Re: QML style guide

2012-10-30 Thread Richard Moore
On 29 October 2012 20:42, Aaron J. Seigo wrote: > summary -> i've started putting together a QML style guide draft and would > like your input and to bring it completion in a collaboration with all of you > who are writing QML for Plasma. to that end, i've started a wiki page here: > > htt

Plasma UI issues on a fresh suse 11.4 (and ideas towards solving them)

2011-05-31 Thread Richard Moore
I did a fresh install of suse 11.4 yesterday, and the result was less polished than I would have hoped. Here's what I spotted and some suggestions for addressing them: After a few things had launched, knetworkmanager vanished. I know in retrospect that it was simply that the notification area got

Re: [Fwd: Re: [Fwd: Re: New properties for StatusNotifierItem: Accessible Label (1/3)]]

2011-03-13 Thread Richard Moore
On Thu, Feb 10, 2011 at 4:39 AM, Ted Gould wrote: > 1.  Expert screenreader users will, if they can, save time by listening >    to only the first part of an item's label before navigating >    elsewhere. So an accessible label may put variable information >    first (for example, "22 percent batt

Re: QML and Plasma -> progress()

2010-10-08 Thread Richard Moore
On Mon, Oct 4, 2010 at 7:41 PM, Marco Martin wrote: > Hi all, > update on the situation: with a fair amount of hacks now we got the engine and > the read/write main object as well, that means the js bindings can be stuffed > in it -almost- seamlessy (i still have to try with extenders, not too > o

Re: PlasmaKPart moved to kdereview

2010-08-13 Thread Richard Moore
- KPartView This is a bad name to have in an unnamespaced class. Rename to KPartPlasmaView perhaps? KConfigGroup config() - missing docs and should not be inline static int mainViewId() { return 1; } broken by design it appears No dpointers - PlasmaKPart Not in namespace and no K prefix. Dubi

Re: Plasma Scripting IRC Session at 16:00 Tuesday

2010-04-27 Thread Richard Moore
I'm at infosec right now. So can't attend. Please let me know what happens. Rich. On 4/27/10, Jonathan Riddell wrote: > > We'll have the Plasma Scripting IRC session at 16:00UTC on Tuesday > (today) in #plasma on freenode. All welcome. > > Jonathan > _

Re: Review Request: Implemented Plasma::GaussianBlur effect

2010-04-20 Thread Richard Moore
On Tue, Apr 20, 2010 at 4:49 PM, Aaron Seigo wrote: >> On 2010-04-20 15:18:25, Richard Moore wrote: >> > Missing d pointer >> > When not move the function that allocates the gauss vector into the >> > private object? >> > > > it isn't a publi

Re: Review Request: Implemented Plasma::GaussianBlur effect

2010-04-20 Thread Richard Moore
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3672/#review5119 --- Missing d pointer When not move the function that allocates the gauss

Re: Review Request: Implemented Plasma::GaussianBlur effect

2010-04-20 Thread Richard Moore
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3672/#review5118 --- Missing d pointer When not move the function that allocates the gauss

Activity Feedback

2010-04-13 Thread Richard Moore
Hi Ivan, Some feedback on what's in kde-review: - Looks pretty good, yay! - Some of the param names specified in the doxygen magic don't match the argument names, eg. ID when the param is called wid. This will lead to doc warnings etc. - No use of Q_PROPERTY etc. This one is the only substantiv

Re: Calculator

2010-04-03 Thread Richard Moore
On Thu, Apr 1, 2010 at 1:15 PM, Matteo Agostinelli wrote: > I am currently working on improving the calculator runner, by adding an > optional dependency on libqalculate. If the library is found, the calculator > runner will be built against libqalculate and it will support "advanced" > operations

Re: Fixing krunner's threading

2010-03-02 Thread Richard Moore
On Tue, Mar 2, 2010 at 2:49 PM, Thiago Macieira wrote: > I'm turning on QT_FATAL_WARNINGS by default in Qt debug builds (starting with > Qt 4.7). > > It's time people stopped ignoring Qt warnings, which indicate that there are > problems in your code. I can see these warnings coming out of plasma:

Re: Plugins in WebView

2010-02-26 Thread Richard Moore
On Thu, Feb 25, 2010 at 10:10 PM, Mathieu Ducharme wrote: > I would like to propose allowing plasmoids to enable plugins (ie. > Flash) in the WebView widget. > I can tell that I personally expected the current Web Browser to be > able to play flash videos when I tried it... > > Anyway, I'm not sur

Re: Webslice applet moved to kdereview

2009-11-13 Thread Richard Moore
On Fri, Nov 13, 2009 at 12:58 PM, Marco Martin wrote: > it would probably add too much complexity to all webviews with no gain... > but what about Plasma::WebView::setSlice() and making webview itself manage > slices? In future we might want to add more stuff to the slices, eg. changing the way f

Re: Kubuntu patches to plasma in kdelibs

2009-11-12 Thread Richard Moore
On Thu, Nov 12, 2009 at 8:30 PM, Aaron J. Seigo wrote: > personally, i'm not a fan of "are you sure, yes, yes?" dialogs everywhere. > that it doesn't work everywhere is a deal breaker, but even then removing > widgets by accident doesn't seem to be a huge problem "in the wild". i'd > prefer to see

Re: Calculator runner

2009-10-08 Thread Richard Moore
On Wed, Oct 7, 2009 at 8:33 AM, Matteo Agostinelli wrote: > Yes, I am aware of the existence that runner, however I was not > entirely satisfied by its functionality.  First, instead of using > libqalculate it uses an external 'qalc' process and then reads the > result from standard output. Second

Re: Review Request: Plasma + Qt Kinetic GSoC Project - Attempt 2

2009-09-04 Thread Richard Moore
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1512/#review2234 --- /trunk/KDE/kdelibs/plasma/animations/animation.h

Re: Review Request: Plasma + Qt Kinetic GSoC Project - Attempt 2

2009-09-04 Thread Richard Moore
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1512/#review2233 --- /trunk/KDE/kdelibs/plasma/animations/abstractanimation.h

Re: 4.4 call for runners (ideas)

2009-07-23 Thread Richard Moore
On Thu, Jul 23, 2009 at 10:45 AM, Jacopo De Simoi wrote: > I'd really like to see more runners rolling around in 4.4; we already have > (in no particular order): > * Martin's proposal for a kwin runner > * the ones in playground (which are more or less mantained) > * wish for device (mounting / un

Re: Plasmate status

2009-07-20 Thread Richard Moore
On Mon, Jul 20, 2009 at 2:59 PM, Yuen Hoe Lim wrote: > thing to do 'qwertyQWERTY012345etcetc' so maybe we could try a regular > KLineEdit and do some form of validation? See QRegExpValidator, that's what I used to validate stuff in the .desktop file editor in plasmate. Cheers Rich. _

Re: [patch] Integrating support for v0.10 of notification spec

2009-07-16 Thread Richard Moore
2009/7/16 Aurélien Gâteau : > Le mercredi 15 juillet 2009 12:35:00, Aurélien Gâteau a écrit : >> This work was mainly discussed on the fd.o mailing list and patches has >> been approved by Olivier Goffart at GCDS.  Unless someone objects, I >> will commit the patches tomorrow morning. > > It's in,

Re: window management ideas

2009-07-12 Thread Richard Moore
On Fri, Jul 10, 2009 at 9:28 PM, Chani wrote: > today I was told that wmii is a window manager that uses tags, so I need to go > look into that. http://dwm.suckless.org/ Also worth a look. Rich. ___ Plasma-devel mailing list Plasma-devel@kde.org https:

Re: KDE/kdelibs/plasma

2009-07-08 Thread Richard Moore
On Wed, Jul 8, 2009 at 3:56 PM, Marco Martin wrote: > +ItemStatus status(); Const! Rich. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: knotificationitem: api prettiness

2009-05-27 Thread Richard Moore
On Wed, May 27, 2009 at 12:27 PM, Aaron J. Seigo wrote: > On Tuesday 26 May 2009, Marco Martin wrote: >> 1) we have two way to set icons: by name and by pixmap, right now by name >> is setIcon() >> by pixmap is setImage() >> (that should reflect in dbus too) >> that looks a bit weird, would be bet

Re: knotificationitem: api prettiness

2009-05-26 Thread Richard Moore
On Tue, May 26, 2009 at 10:17 PM, Marco Martin wrote: > 1) we have two way to set icons: by name and by pixmap, right now by name is > setIcon() > by pixmap is setImage() > (that should reflect in dbus too) > that looks a bit weird, would be better maybe setIconName() and setIcon()? To make it cl

Re: more on the systemtray

2009-03-28 Thread Richard Moore
On Sat, Mar 28, 2009 at 4:03 PM, Marco Martin wrote: > another way could be as fredrik suggested me today, just pass x11 pixmaps > handles, no copy, really fast, but portability issues? Just a note that I wrote a test case at tokomak 2 to check that passing pixmap handles around still worked with

Re: another update on the systray and tiny api review

2009-03-23 Thread Richard Moore
On Mon, Mar 23, 2009 at 4:03 PM, Aaron J. Seigo wrote: >        bool hidden() const; >        void setHidden(HideState state); Asymmetry is evil. If set takes a HideState then get should return it. Having another method that is a more general helper is ok though. bool hidden() const; void setHi

Re: plasmate project: suggestion for timeline view

2009-03-03 Thread Richard Moore
On Tue, Mar 3, 2009 at 9:25 PM, Denis Kormalev wrote: > Hmm. Really good idea. But what should we do in large zoom (for example year) > with big project with a lot of commits? Maybe some commits (with smaller > number of changes) should be dropped from view? Is a large project really within the t

Trunk now depends on Qt 4.5

2009-02-16 Thread Richard Moore
Hi All, Yes, it's that time again - qt-copy is now Qt 4.5rc1 and will be tracking the Qt release candidates (plus any urgent fixes). This means that people should no longer expect trunk to build or work against Qt 4.4, using Qt 4.5 features is both allowed and encouraged - go wild! Upgrading trun

Plasma and KWin Integration

2009-02-09 Thread Richard Moore
Hi All, Here's the write up of the kwin and plasma integration discussion at Tokamak. Cheers Rich. Plasma and KWin Integration === This is the results of the discussion on the areas we (the plasma team) feel we need help from the kwin team to produce better integration.

Re: tokamak 2, my phonenumber

2009-02-03 Thread Richard Moore
On Tue, Feb 3, 2009 at 7:29 PM, Rob Scheepmaker wrote: > On Monday 02 February 2009 21:19:04 Nuno Pinheiro wrote: >> hey hee goes my phone number you might want to call wen you get to porto or >> for any other reason >> >> +351 96 762 87 28 > > Sounds useful. I'm scheduled to arrive at the airport

Re: tokamakII URGENT

2009-01-25 Thread Richard Moore
Sorry to be slow (again). No need for veggie for for me. Cheers Rich. On Thu, Jan 22, 2009 at 8:16 PM, Nuno Pinheiro wrote: > 2 questions! need ansers ASP :) > frist one > vegie meals I need to sort that out with the catering so i need to know how > many people will require vegie food. > secon

Re: Tokamak Meeting II

2009-01-20 Thread Richard Moore
I've got the following flights: 5/2/09 Manchester -> London BA2905 London -> Oporto TAP 0333 Arriving 15:15 10/2/09 Opoto -> Frankfurt, 4551 Lufthansa departing 11:55 Frankfurt -> Manchester 4856 departing 16:45 Cheers Rich. ___ Plasma-devel mailing l

Re: plasma 4.2 feature freeze meeting

2008-10-15 Thread Richard Moore
I can do 15:00 UTC Saturday. Rich. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: plasma design online

2008-09-12 Thread Richard Moore
On 9/11/08, Riccardo Iaconelli <[EMAIL PROTECTED]> wrote: > On Thursday 11 September 2008 20:25:04 Alex Merry wrote: > > All the files are currently empty. > > Sorry, I had a little bug in the update script, try now. =) They still seem to be empty. Rich. __

Re: KDE/kdebase/workspace/plasma/plasma

2008-08-23 Thread Richard Moore
On 8/23/08, Aaron J. Seigo <[EMAIL PROTECTED]> wrote: > SVN commit 851124 by aseigo: I wonder if it might be possible to make a reusable class for mouse over activation areas like this? Obviously the number of spots where it could be used is small, but it might be a nice-to-have. Rich. __

Re: System tray rewrite ready for review + portability?

2008-08-18 Thread Richard Moore
On 8/18/08, Gerhard Gappmeier <[EMAIL PROTECTED]> wrote: > independent from your changes I see a problem with the X11 includes. > KDE4 should run on any OS including Windows and this includes break > portability. This is probably destined to be part of the workspace/plasma rather than plasma libs,