Re: t4 wiki page

2009-11-25 Thread Aaron J. Seigo
On November 25, 2009, Chani wrote:
> On November 25, 2009 10:46:05 Aaron J. Seigo wrote:
> > hi all ...
> >
> > i know it's a few months off, but as more and more people become
> > interested in this crazy thing called "plasma" ;) i had a need for a wiki
> > page to point people at for T4. behold:
> >
> > http://techbase.kde.org/Projects/Plasma/Tokamak4
> 
> "The fourth Tokamak Plasma Meeting and the third Oxygen Gathering will take
> place in Nuremberg, Germany on February 19th to 26th."
> 
> "15-26 FebruaryClasses cancelled during the Olympic Games"
> 
> w00t!!!1!1!!111
> 
> :) :)
> 
> I just hope it won't be too painful getting plane tickets for that time,
>  and getting through security... aaron, can we get the budget approved ASAP
>  so we can buy our tickets ASAP? not only will there be a lot of people

as soon as we know what to ask for, we'll apply. that means people getting 
their names on the schedule.

-- 
Aaron J. Seigo
humru othro a kohnu se
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA  EE75 D6B7 2EB1 A7F1 DB43

KDE core developer sponsored by Qt Development Frameworks


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: t4 wiki page

2009-11-25 Thread Chani
On November 25, 2009 10:46:05 Aaron J. Seigo wrote:
> hi all ...
> 
> i know it's a few months off, but as more and more people become interested
>  in this crazy thing called "plasma" ;) i had a need for a wiki page to
>  point people at for T4. behold:
> 
>   http://techbase.kde.org/Projects/Plasma/Tokamak4
> 

"The fourth Tokamak Plasma Meeting and the third Oxygen Gathering will take 
place in Nuremberg, Germany on February 19th to 26th."

"15-26 FebruaryClasses cancelled during the Olympic Games"

w00t!!!1!1!!111
:) :)

I just hope it won't be too painful getting plane tickets for that time, and 
getting through security... aaron, can we get the budget approved ASAP so we 
can buy our tickets ASAP? not only will there be a lot of people flying in for 
the olympics, there'll be a lot of people flying out to escape them... hmm, 
although the flight prices don't look horrid yet. still under $1300.


-- 
This message brought to you by eevil bananas and the number 3.
www.chani3.com


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: Review Request: Add a tooltip to battery monitor applet

2009-11-25 Thread Chani Armitage


> On 2009-11-25 17:27:53, Cyberbeat wrote:
> > I really like the estimated time. And it really helps. And for not being 
> > precise, it is "estimated" :) Would really like to see this in kde-4.4, and 
> > perhaps also backported to kde-4.3?
> 
> Kåre Särs wrote:
> I'm afraid it is a bit too late for KDE 4.4 with the hard freeze in just 
> a couple of hours, and I have not gotten a "ship it"

there wasn't a "ship it" because it turned into a "fork it in playground". for 
the time-remaining part at least.

as for having a tooltip in the first place... well, my battery plasmoid just 
shows the info on hover directly, no need for a tooltip. I have a large panel, 
though; does it still do that in small panels?


- Chani


---
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/2010/#review3267
---


On 2009-11-01 09:34:16, Kåre Särs wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard.kde.org/r/2010/
> ---
> 
> (Updated 2009-11-01 09:34:16)
> 
> 
> Review request for Plasma.
> 
> 
> Summary
> ---
> 
> This path adds a tool-tip for the battery-monitor applet. The tool-tip 
> contains charge percentage and estimated time left.
> 
> 
> Diffs
> -
> 
>   trunk/KDE/kdebase/workspace/plasma/generic/applets/battery/battery.h 
> 1041319 
>   trunk/KDE/kdebase/workspace/plasma/generic/applets/battery/battery.cpp 
> 1041319 
> 
> Diff: http://reviewboard.kde.org/r/2010/diff
> 
> 
> Testing
> ---
> 
> I'm not running trunk, so I had to comment out the setStatus() functions (not 
> done in the patch).
> 
> 
> Thanks,
> 
> Kåre
> 
>

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Time dataengine invalid sunrise and sunset results

2009-11-25 Thread Petri Damstén
On Thursday 26 November 2009 06:56:09 Amos Kariuki wrote:
> I have some test code to obtain the sunrise and sunset time given a
>  longitude and latitude for a location:
> 
> QString Latitude = "40";
> QString Longitude = "-75";
> Plasma::DataEngine* timeEngine =
>  Plasma::DataEngineManager::self()->loadEngine("time"); const
>  Plasma::DataEngine::Data timeData=
>  timeEngine->query(QString("Local|Solar|Latitude=%1|Longitude=%2").arg(Lati
> tude).arg(Longitude)); qDebug() << "Sunrise: " << timeData["Sunrise"] <<
>  "Sunset: " << timeData["Sunset"];
> 
> The result I get is:
> Sunrise: QVariant(QDateTime, QDateTime("Tue Nov 24 20:01:02 2009") )
> Sunset: QVariant(QDateTime, QDateTime("Wed Nov 25 05:32:35 2009") )
> 
> 
> However, the results for that location (40, -75) based on NOAA's solar
>  calculator at  are: Sunrise:
>  05:57
> Sunset: 15:37

There are problems in KDE 4.3 calculation. In KDE 4.4 
America/New York|DateTime=2009-11-24T12:00:00|Solar|Latitude=40|Longitude=-75

Gives:
Sunrise:  QVariant(QDateTime, QDateTime("Tue Nov 24 06:55:32 2009") ) 
Sunset:  QVariant(QDateTime, QDateTime("Tue Nov 24 16:37:55 2009") )

And noaa for the same time zone:
Sunrise: 06:56
Sunset: 16:38

Petri




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


Time dataengine invalid sunrise and sunset results

2009-11-25 Thread Amos Kariuki
I have some test code to obtain the sunrise and sunset time given a longitude 
and latitude for a location:

QString Latitude = "40";
QString Longitude = "-75";
Plasma::DataEngine* timeEngine = 
Plasma::DataEngineManager::self()->loadEngine("time");
const Plasma::DataEngine::Data timeData= 
timeEngine->query(QString("Local|Solar|Latitude=%1|Longitude=%2").arg(Latitude).arg(Longitude));
qDebug() << "Sunrise: " << timeData["Sunrise"] << "Sunset: " << 
timeData["Sunset"];

The result I get is:
Sunrise: QVariant(QDateTime, QDateTime("Tue Nov 24 20:01:02 2009") )
Sunset: QVariant(QDateTime, QDateTime("Wed Nov 25 05:32:35 2009") ) 


However, the results for that location (40, -75) based on NOAA's solar 
calculator at  are:
Sunrise: 05:57
Sunset: 15:37

Comparing to the test code results, it seems like the sunrise and sunset time 
are switched (sunrise time is in the evening @ 20:01) and have a significant 
offset (>20 min).  Is 
this a bug or am I misunderstanding the results?

Amos Kariuki

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: t4 wiki page

2009-11-25 Thread Hugo Pereira Da Costa
On 11/25/2009 05:13 PM, Nuno Pinheiro wrote:
> On Wednesday, 25 de November de 2009 18:59:20 Aaron J. Seigo wrote:
>
>> On November 25, 2009, Nuno Pinheiro wrote:
>>  
>>> think apart from the typical plasma crew we will have 1 or 2 more people
>>>   just from oxygen,
>>>
>> that would be great!
>>
>> please add this information to the wiki page as -soon- as you have a decent
>> idea about how many people will be there so we can work this into the
>>   planning and budget.
>>  
>
>> also, as a general item: pease don't start booking flights or anything
>>   quite yet, as we need to get a budget approved by the KDE e.V. board
>>   first. if you have an idea of what your travel will cost, please provide
>>   that so we can create the budget, of course :)
>>  
> realy no more than 2 extra, from what it would be a normal plasma meeting
> most people in oxygen are in plasma as well so  it will be an opportunity
> to have some sub meetings specific to oxygen, specially since we are finishing
> many aspects of it and want to think what to do next. (make more air? get some
> "WOW" themes ? provide a gtk oxygen approved theme? )
>
Make oxygen a Qt only theme and have it shipped in Qt4.7 ?


___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Reuse calendar applet

2009-11-25 Thread Flavio Castelli
I'm trying to reuse the plasma calendar applet inside my application.

Currently I've been able to embed the applet but  I have not been able to 
handle the date selection events.

This signal is emitted by the Plasma::Calendar class defined by 
kdebase/workspace/libs/plasmaclock/calendar.h.
There's an instance of Plasma::Calendar inside of CalendarApplet which is 
accessible by the CalendarApplet::graphicsWidget().

The CalendarApplet class is declared inside of 
kdebase/workspace/plasma/generic/applets/calendar/calendar.h but this file is 
not installed.

Am I missing something?

Thanks in advance
Flavio
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: t4 wiki page

2009-11-25 Thread Nuno Pinheiro
On Wednesday, 25 de November de 2009 18:59:20 Aaron J. Seigo wrote:
> On November 25, 2009, Nuno Pinheiro wrote:
> > think apart from the typical plasma crew we will have 1 or 2 more people
> >  just from oxygen,
> 
> that would be great!
> 
> please add this information to the wiki page as -soon- as you have a decent
> idea about how many people will be there so we can work this into the
>  planning and budget.

> also, as a general item: pease don't start booking flights or anything
>  quite yet, as we need to get a budget approved by the KDE e.V. board
>  first. if you have an idea of what your travel will cost, please provide
>  that so we can create the budget, of course :)

realy no more than 2 extra, from what it would be a normal plasma meeting
most people in oxygen are in plasma as well so  it will be an opportunity 
to have some sub meetings specific to oxygen, specially since we are finishing 
many aspects of it and want to think what to do next. (make more air? get some 
"WOW" themes ? provide a gtk oxygen approved theme? )  
-- 
Oxygen coordinator  
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request: Add a tooltip to battery monitor applet

2009-11-25 Thread Aaron Seigo


> On 2009-11-25 18:37:46, Andrew Coles wrote:
> > Proof-reading:
> > 
> > 1) Change 'Estimated time remaining %1' to 'Estimated time remaining: %1'.  
> > The other items in the tool-tip separate the label from the data using a 
> > colon (e.g. Charging: 20% charged), so the time remaining needs to do so 
> > too for consistency.
> > 
> > 2) In the case of less than an hour of battery life left, I'd recommend:
> > 
> >content += i18np("Estimated time remaining: 1 minute", "Estimated 
> > time remaining: %1 minutes", m_minutes);
> > 
> >...as this is clearer than, say, "Estimated time remaining: 0:22".
> 
> Kåre Särs wrote:
> Those are good points. Lets see if the patch gets support. If it gets the 
> support I'll make a new patch with those changes.

my original comment has not changed. the position hasn't changed in the last 
year, in fact. the estimated time is a bullshit number far too often, putting 
such numbers in our primary UI is an awesome way to teach the user to form a 
relationship of distrust with the system, there is a % capacity level, most 
other devices i have in the house here that show battery status (which is quite 
a few) don't show such estimated time information either (ranging from various 
game consoles to phones to portable devices to laptops; in fact, it's mostly 
the latter that tries to do this).

so .. tooltip == good, estimated time left == no.


- Aaron


---
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/2010/#review3276
---


On 2009-11-01 09:34:16, Kåre Särs wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard.kde.org/r/2010/
> ---
> 
> (Updated 2009-11-01 09:34:16)
> 
> 
> Review request for Plasma.
> 
> 
> Summary
> ---
> 
> This path adds a tool-tip for the battery-monitor applet. The tool-tip 
> contains charge percentage and estimated time left.
> 
> 
> Diffs
> -
> 
>   trunk/KDE/kdebase/workspace/plasma/generic/applets/battery/battery.h 
> 1041319 
>   trunk/KDE/kdebase/workspace/plasma/generic/applets/battery/battery.cpp 
> 1041319 
> 
> Diff: http://reviewboard.kde.org/r/2010/diff
> 
> 
> Testing
> ---
> 
> I'm not running trunk, so I had to comment out the setStatus() functions (not 
> done in the patch).
> 
> 
> Thanks,
> 
> Kåre
> 
>

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request: Add a tooltip to battery monitor applet

2009-11-25 Thread Kåre Särs


> On 2009-11-25 18:37:46, Andrew Coles wrote:
> > Proof-reading:
> > 
> > 1) Change 'Estimated time remaining %1' to 'Estimated time remaining: %1'.  
> > The other items in the tool-tip separate the label from the data using a 
> > colon (e.g. Charging: 20% charged), so the time remaining needs to do so 
> > too for consistency.
> > 
> > 2) In the case of less than an hour of battery life left, I'd recommend:
> > 
> >content += i18np("Estimated time remaining: 1 minute", "Estimated 
> > time remaining: %1 minutes", m_minutes);
> > 
> >...as this is clearer than, say, "Estimated time remaining: 0:22".

Those are good points. Lets see if the patch gets support. If it gets the 
support I'll make a new patch with those changes.


- Kåre


---
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/2010/#review3276
---


On 2009-11-01 09:34:16, Kåre Särs wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard.kde.org/r/2010/
> ---
> 
> (Updated 2009-11-01 09:34:16)
> 
> 
> Review request for Plasma.
> 
> 
> Summary
> ---
> 
> This path adds a tool-tip for the battery-monitor applet. The tool-tip 
> contains charge percentage and estimated time left.
> 
> 
> Diffs
> -
> 
>   trunk/KDE/kdebase/workspace/plasma/generic/applets/battery/battery.h 
> 1041319 
>   trunk/KDE/kdebase/workspace/plasma/generic/applets/battery/battery.cpp 
> 1041319 
> 
> Diff: http://reviewboard.kde.org/r/2010/diff
> 
> 
> Testing
> ---
> 
> I'm not running trunk, so I had to comment out the setStatus() functions (not 
> done in the patch).
> 
> 
> Thanks,
> 
> Kåre
> 
>

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request: Add a tooltip to battery monitor applet

2009-11-25 Thread Kåre Särs


> On 2009-11-25 17:27:53, Cyberbeat wrote:
> > I really like the estimated time. And it really helps. And for not being 
> > precise, it is "estimated" :) Would really like to see this in kde-4.4, and 
> > perhaps also backported to kde-4.3?

I'm afraid it is a bit too late for KDE 4.4 with the hard freeze in just a 
couple of hours, and I have not gotten a "ship it"


- Kåre


---
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/2010/#review3267
---


On 2009-11-01 09:34:16, Kåre Särs wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard.kde.org/r/2010/
> ---
> 
> (Updated 2009-11-01 09:34:16)
> 
> 
> Review request for Plasma.
> 
> 
> Summary
> ---
> 
> This path adds a tool-tip for the battery-monitor applet. The tool-tip 
> contains charge percentage and estimated time left.
> 
> 
> Diffs
> -
> 
>   trunk/KDE/kdebase/workspace/plasma/generic/applets/battery/battery.h 
> 1041319 
>   trunk/KDE/kdebase/workspace/plasma/generic/applets/battery/battery.cpp 
> 1041319 
> 
> Diff: http://reviewboard.kde.org/r/2010/diff
> 
> 
> Testing
> ---
> 
> I'm not running trunk, so I had to comment out the setStatus() functions (not 
> done in the patch).
> 
> 
> Thanks,
> 
> Kåre
> 
>

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: t4 wiki page

2009-11-25 Thread Marco Martin
On Wednesday 25 November 2009, Aaron J. Seigo wrote:
> hi all ...
> 
> i know it's a few months off, but as more and more people become interested
>  in this crazy thing called "plasma" ;) i had a need for a wiki page to
>  point people at for T4. behold:
> 
>   http://techbase.kde.org/Projects/Plasma/Tokamak4
> 
> it's skeletal at the moment, but we can start filling it in. if you are
>  going to be attending, please add yourself sooner rather than later.

yes sir!
 
> if we are lucky, we'll have devices with Nokia and Intel provenance there
>  for us to hack on/with. so for the mobile interested among us, it could be
>  quite a fun meeting.

/me drools

--
Marco Martin
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Broken build kdeplasma-addons/applets/kdeobservatory/

2009-11-25 Thread Sandro Andrade
Hi,

Could you please give it another try ? Probably including just
 etc is enough.

Thanks,
Sandro

On Wed, Nov 25, 2009 at 4:40 PM, Sandro Andrade  wrote:
> Investigating !
>
> Sandro
>
> On Wed, Nov 25, 2009 at 4:27 PM, Burkhard Lück  wrote:
>> Hi,
>>
>> the applet does not build here, CMakeCaxhe says:
>> build/kdeplasma-
>> addons/CMakeCache.txt:551:Qwt5_INCLUDE_DIR:PATH=/usr/include/qwt-qt4
>>
>> but include path seems to be hardcoded in this file:
>>
>> kdeobservatory/src/commithistoryview.cpp:27:#include 
>>
>> --
>> Burkhard Lück
>> ___
>> Plasma-devel mailing list
>> Plasma-devel@kde.org
>> https://mail.kde.org/mailman/listinfo/plasma-devel
>>
>
>
>
> --
> Sandro Santos Andrade
> 
> http://sandroandrade.wordpress.com
> http://liveblue.wordpress.com
> Distributed Systems Laboratory (LaSiD)
> Computer Science Department (DCC)
> Federal University of Bahia - Brazil
> KDE developer - KDevelop project
>



-- 
Sandro Santos Andrade

http://sandroandrade.wordpress.com
http://liveblue.wordpress.com
Distributed Systems Laboratory (LaSiD)
Computer Science Department (DCC)
Federal University of Bahia - Brazil
KDE developer - KDevelop project
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: t4 wiki page

2009-11-25 Thread Aaron J. Seigo
On November 25, 2009, Nuno Pinheiro wrote:
> think apart from the typical plasma crew we will have 1 or 2 more people
>  just from oxygen,

that would be great!

please add this information to the wiki page as -soon- as you have a decent 
idea about how many people will be there so we can work this into the planning 
and budget.

also, as a general item: pease don't start booking flights or anything quite 
yet, as we need to get a budget approved by the KDE e.V. board first. if you 
have an idea of what your travel will cost, please provide that so we can 
create the budget, of course :)

-- 
Aaron J. Seigo
humru othro a kohnu se
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA  EE75 D6B7 2EB1 A7F1 DB43

KDE core developer sponsored by Qt Development Frameworks


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: t4 wiki page

2009-11-25 Thread Nuno Pinheiro
On Wednesday, 25 de November de 2009 18:46:05 Aaron J. Seigo wrote:
> hi all ...
> 
> i know it's a few months off, but as more and more people become interested
>  in this crazy thing called "plasma" ;) i had a need for a wiki page to
>  point people at for T4. behold:
> 
>   http://techbase.kde.org/Projects/Plasma/Tokamak4
> 
> it's skeletal at the moment, but we can start filling it in. if you are
>  going to be attending, please add yourself sooner rather than later.
> 
> if we are lucky, we'll have devices with Nokia and Intel provenance there
>  for us to hack on/with. so for the mobile interested among us, it could be
>  quite a fun meeting.
> 
> we'll have lots to keep everyone else busy as well, from activities to
> charting the plasma 4.5 roadmap.
> 
:) just a remainder that i have taken the liberty to call for an oxygen 
meeting with the tokamak metting :) 
because 
plasma says...
"all oxygeners are belong to us" :)

think apart from the typical plasma crew we will have 1 or 2 more people just 
from oxygen, 

-- 
Oxygen coordinator  
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


t4 wiki page

2009-11-25 Thread Aaron J. Seigo
hi all ...

i know it's a few months off, but as more and more people become interested in 
this crazy thing called "plasma" ;) i had a need for a wiki page to point 
people at for T4. behold:

http://techbase.kde.org/Projects/Plasma/Tokamak4

it's skeletal at the moment, but we can start filling it in. if you are going 
to be attending, please add yourself sooner rather than later.

if we are lucky, we'll have devices with Nokia and Intel provenance there for 
us to hack on/with. so for the mobile interested among us, it could be quite a 
fun meeting.

we'll have lots to keep everyone else busy as well, from activities to 
charting the plasma 4.5 roadmap.

-- 
Aaron J. Seigo
humru othro a kohnu se
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA  EE75 D6B7 2EB1 A7F1 DB43

KDE core developer sponsored by Qt Development Frameworks


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: Review Request: Add a tooltip to battery monitor applet

2009-11-25 Thread Andrew Coles

---
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/2010/#review3276
---


Proof-reading:

1) Change 'Estimated time remaining %1' to 'Estimated time remaining: %1'.  The 
other items in the tool-tip separate the label from the data using a colon 
(e.g. Charging: 20% charged), so the time remaining needs to do so too for 
consistency.

2) In the case of less than an hour of battery life left, I'd recommend:

   content += i18np("Estimated time remaining: 1 minute", "Estimated time 
remaining: %1 minutes", m_minutes);

   ...as this is clearer than, say, "Estimated time remaining: 0:22".  

- Andrew


On 2009-11-01 09:34:16, Kåre Särs wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard.kde.org/r/2010/
> ---
> 
> (Updated 2009-11-01 09:34:16)
> 
> 
> Review request for Plasma.
> 
> 
> Summary
> ---
> 
> This path adds a tool-tip for the battery-monitor applet. The tool-tip 
> contains charge percentage and estimated time left.
> 
> 
> Diffs
> -
> 
>   trunk/KDE/kdebase/workspace/plasma/generic/applets/battery/battery.h 
> 1041319 
>   trunk/KDE/kdebase/workspace/plasma/generic/applets/battery/battery.cpp 
> 1041319 
> 
> Diff: http://reviewboard.kde.org/r/2010/diff
> 
> 
> Testing
> ---
> 
> I'm not running trunk, so I had to comment out the setStatus() functions (not 
> done in the patch).
> 
> 
> Thanks,
> 
> Kåre
> 
>

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request: Add a tooltip to battery monitor applet

2009-11-25 Thread cyberbeat

---
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/2010/#review3267
---


I really like the estimated time. And it really helps. And for not being 
precise, it is "estimated" :) Would really like to see this in kde-4.4, and 
perhaps also backported to kde-4.3?

- Cyberbeat


On 2009-11-01 09:34:16, Kåre Särs wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard.kde.org/r/2010/
> ---
> 
> (Updated 2009-11-01 09:34:16)
> 
> 
> Review request for Plasma.
> 
> 
> Summary
> ---
> 
> This path adds a tool-tip for the battery-monitor applet. The tool-tip 
> contains charge percentage and estimated time left.
> 
> 
> Diffs
> -
> 
>   trunk/KDE/kdebase/workspace/plasma/generic/applets/battery/battery.h 
> 1041319 
>   trunk/KDE/kdebase/workspace/plasma/generic/applets/battery/battery.cpp 
> 1041319 
> 
> Diff: http://reviewboard.kde.org/r/2010/diff
> 
> 
> Testing
> ---
> 
> I'm not running trunk, so I had to comment out the setStatus() functions (not 
> done in the patch).
> 
> 
> Thanks,
> 
> Kåre
> 
>

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: kimpanel installation broken

2009-11-25 Thread Aaron J. Seigo
On November 25, 2009, Burkhard Lück wrote:
> Hi,
> 
> building kdeplasma-addons I get this installation error:
> -- Installing: /usr/lib/scim-1.0/scim-panel-dbus
> CMake Error at applets/kimpanel/backend/scim/cmake_install.cmake:42 (FILE):
>   file INSTALL cannot copy file
>  
>  "/home/kdedev/svn/build/kdeplasma-addons/applets/kimpanel/backend/scim/sci
> m- panel-dbus"
>   to "/usr/lib/scim-1.0/scim-panel-dbus".
> Call Stack (most recent call first):
>   applets/kimpanel/backend/cmake_install.cmake:37 (INCLUDE)
>   applets/kimpanel/cmake_install.cmake:39 (INCLUDE)
>   applets/cmake_install.cmake:83 (INCLUDE)
>   cmake_install.cmake:38 (INCLUDE)
> 
> Of course writing to /usr/lib/ is not possible.

this is just like the python stuff; it has to be installed wherever the scim 
stuff is in the system. the make is broken, however, in that the directory is 
hardcoded. i'm fixing that now; but i don't know if it is possible at all to 
make it installable locally.

-- 
Aaron J. Seigo
humru othro a kohnu se
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA  EE75 D6B7 2EB1 A7F1 DB43

KDE core developer sponsored by Qt Development Frameworks


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: Icon for KDE Observatory ?

2009-11-25 Thread Aaron J. Seigo
On November 25, 2009, Sandro Andrade wrote:
> Or should I include this request in:
> http://techbase.kde.org/index.php?title=Projects/Oxygen/Missing_Icons
> ?

yes. a blog may also help find some new interested talent :)

-- 
Aaron J. Seigo
humru othro a kohnu se
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA  EE75 D6B7 2EB1 A7F1 DB43

KDE core developer sponsored by Qt Development Frameworks


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: Removal of Remote Widgets policy KCM in kdebase/workspace/kcontrol

2009-11-25 Thread Aaron J. Seigo
On November 25, 2009, Dario Freddi wrote:
> Unfortunately neither me or Rob (didn't hear from him since a while) have
> found time to work on the module of the subject, so I think (unless
>  somebody steps up and finishes it) it should be moved back to pg, since at
>  the moment it does fairly nothing, and be pushed, if finished, for 4.5.
>  Objections?

none from my side ...

-- 
Aaron J. Seigo
humru othro a kohnu se
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA  EE75 D6B7 2EB1 A7F1 DB43

KDE core developer sponsored by Qt Development Frameworks


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: feature completion, polshing and bug hunting is afoot .. oh, and the Changelog-4.4

2009-11-25 Thread Aaron J. Seigo
On November 25, 2009, Yuen Hoe Lim wrote:
> Does my previous patch adding support for wallpaper contextual actions
> qualify as a libplasma 'feature'? :)

yes :)

-- 
Aaron J. Seigo
humru othro a kohnu se
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA  EE75 D6B7 2EB1 A7F1 DB43

KDE core developer sponsored by Qt Development Frameworks


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: Broken build kdeplasma-addons/applets/kdeobservatory/

2009-11-25 Thread Sandro Andrade
Investigating !

Sandro

On Wed, Nov 25, 2009 at 4:27 PM, Burkhard Lück  wrote:
> Hi,
>
> the applet does not build here, CMakeCaxhe says:
> build/kdeplasma-
> addons/CMakeCache.txt:551:Qwt5_INCLUDE_DIR:PATH=/usr/include/qwt-qt4
>
> but include path seems to be hardcoded in this file:
>
> kdeobservatory/src/commithistoryview.cpp:27:#include 
>
> --
> Burkhard Lück
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>



-- 
Sandro Santos Andrade

http://sandroandrade.wordpress.com
http://liveblue.wordpress.com
Distributed Systems Laboratory (LaSiD)
Computer Science Department (DCC)
Federal University of Bahia - Brazil
KDE developer - KDevelop project
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Obsolete message templates

2009-11-25 Thread Sebastian Kügler
On Wednesday 25 November 2009 17:22:06 Burkhard Lück wrote:
> ftp://l10n.kde.org/logs/091125.trunk_l10n-kde4
> 
> Potentially obsolete .pot files:
> 2009-09-05 templates/messages/kdereview/plasma_applet_indicatordisplay.pot

Can be deleted.

> 2009-09-23 templates/messages/kdeplasma-addons/plasma_engine_ocs.pot

Just checked, the dataengine doesn't contain strings marked for translation. So 
this 
one can go as well.

Cheers,
-- 
sebas

http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


kimpanel installation broken

2009-11-25 Thread Burkhard Lück
Hi,

building kdeplasma-addons I get this installation error:
-- Installing: /usr/lib/scim-1.0/scim-panel-dbus
CMake Error at applets/kimpanel/backend/scim/cmake_install.cmake:42 (FILE):
  file INSTALL cannot copy file
  "/home/kdedev/svn/build/kdeplasma-addons/applets/kimpanel/backend/scim/scim-
panel-dbus"
  to "/usr/lib/scim-1.0/scim-panel-dbus".
Call Stack (most recent call first):
  applets/kimpanel/backend/cmake_install.cmake:37 (INCLUDE)
  applets/kimpanel/cmake_install.cmake:39 (INCLUDE)
  applets/cmake_install.cmake:83 (INCLUDE)
  cmake_install.cmake:38 (INCLUDE)

Of course writing to /usr/lib/ is not possible.

How to solve that?

-- 
Burkhard Lück
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Broken build kdeplasma-addons/applets/kdeobservatory/

2009-11-25 Thread Burkhard Lück
Hi,

the applet does not build here, CMakeCaxhe says:
build/kdeplasma-
addons/CMakeCache.txt:551:Qwt5_INCLUDE_DIR:PATH=/usr/include/qwt-qt4

but include path seems to be hardcoded in this file:

kdeobservatory/src/commithistoryview.cpp:27:#include 

-- 
Burkhard Lück
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Obsolete message templates

2009-11-25 Thread Burkhard Lück
Hi,

ftp://l10n.kde.org/logs/091125.trunk_l10n-kde4

Potentially obsolete .pot files:
2009-09-05 templates/messages/kdereview/plasma_applet_indicatordisplay.pot
2009-09-23 templates/messages/kdeplasma-addons/plasma_engine_ocs.pot

What happened?

-- 
Burkhard Lück
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request: Draft: Widgets Explorer "Add Widgets"

2009-11-25 Thread Anselmo Lacerda S. de Melo
On Wed, Nov 25, 2009 at 11:10, Petri Damstén  wrote:
> On Wednesday 25 November 2009 07:30:03 Anselmo Melo wrote:
>> ---
>> This is an automatically generated e-mail. To reply, visit:
>> http://reviewboard.kde.org/r/2191/
>> ---
>>
>> (Updated 2009-11-25 05:30:03.553432)
>>
>>
>> Review request for Plasma.
>>
>>
>> Changes
>> ---
>>
>> Diff updated. Includes:
>> * "Get New Widgets" button+submenu
>> * Changes by Petri Damstén ("get new widgets" button between the input
>>  field and tabbar + close button) * close button working
>
> Message freeze is today, so is this ready to be committed?

Regarding code it's ready.

I'm not certain about the button text "Get New Widgets". Opinions?


Anselmo

>
> Petri
>





-- 
Anselmo Lacerda Silveira de Melo
http://www.anselmolsm.org
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request: Draft: Widgets Explorer "Add Widgets"

2009-11-25 Thread Petri Damstén
On Wednesday 25 November 2009 07:30:03 Anselmo Melo wrote:
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard.kde.org/r/2191/
> ---
> 
> (Updated 2009-11-25 05:30:03.553432)
> 
> 
> Review request for Plasma.
> 
> 
> Changes
> ---
> 
> Diff updated. Includes:
> * "Get New Widgets" button+submenu
> * Changes by Petri Damstén ("get new widgets" button between the input
>  field and tabbar + close button) * close button working

Message freeze is today, so is this ready to be committed?

Petri


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


Icon for KDE Observatory ?

2009-11-25 Thread Sandro Andrade
Hi,

Would someone with some free time and artistic gift be willing to
build the KDE Observatory icon ?
The current version is weird, it's getting blurred and doesn't follow
Oxygen pallete.

It could be a better attempt following the current one or something like this:
http://www.phys.uconn.edu/observatory/pictures/observatory.jpg

Or should I include this request in:
http://techbase.kde.org/index.php?title=Projects/Oxygen/Missing_Icons
?

Thanks,
Sandro
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Removal of Remote Widgets policy KCM in kdebase/workspace/kcontrol

2009-11-25 Thread Dario Freddi
Hi fellows,

Unfortunately neither me or Rob (didn't hear from him since a while) have 
found time to work on the module of the subject, so I think (unless somebody 
steps up and finishes it) it should be moved back to pg, since at the moment 
it does fairly nothing, and be pushed, if finished, for 4.5. Objections?

-- 
---

Dario Freddi
KDE Developer
GPG Key Signature: 511A9A3B


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: feature completion, polshing and bug hunting is afoot .. oh, and the Changelog-4.4

2009-11-25 Thread Yuen Hoe Lim
Does my previous patch adding support for wallpaper contextual actions
qualify as a libplasma 'feature'? :)

Jason "moofang" Lim Yuen Hoe
http://yuenhoe.co.cc/



On Wed, Nov 25, 2009 at 6:53 AM, Aaron J. Seigo  wrote:

> hi all ...
>
> tomorrow the 25th is feature and string freeze. get your stuff in now! ;)
>
> i've gone through and handled all the items but two in kdereview for plasma
> (one will get moved in a couple hours here, the other one, adjustableclock,
> probably needs to go to extragear or playground for 4.4; i'd recommend
> extragear since it's ready for use, just not for inclusion in 4.4 proper),
> so
> that's good.
>
> please, please, please remember to add items of interest to
> kdebase/workspace/plasma/design/CHANGELOG-4.4 so we know what interesting
> stuff happened. we don't need (or want) every little bug fix in there
> (there
> are too many of them), but significant improvements, new features and new
> plugins should all be in there.
>
> thanks :)
>
> --
> Aaron J. Seigo
> humru othro a kohnu se
> GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA  EE75 D6B7 2EB1 A7F1 DB43
>
> KDE core developer sponsored by Qt Development Frameworks
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel