Review Request: Don't add qml elements twice to the scene, reduce warnings

2013-01-02 Thread Aleix Pol Gonzalez

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

Review request for kdelibs, Plasma and Marco Martin.


Description
---

don't addItem to the scene after calling setParentItem. It's redundant 
according to the api documentation and removes a warning.


Diffs
-

  plasma/widgets/declarativewidget.cpp 81f09c3 

Diff: http://git.reviewboard.kde.org/r/108079/diff/


Testing
---

Ran some plasmoids, works fine.


Thanks,

Aleix Pol Gonzalez

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


Review Request: Fix initial size when --size is passed

2013-01-02 Thread Aleix Pol Gonzalez

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

Review request for Plasma and Marco Martin.


Description
---

also resize the applet when initializing the plasmoid at a said size, otherwise 
it is broken and you have to resize so that it adapts.


Diffs
-

  plasmoidviewer/fullview.cpp 8785f00 

Diff: http://git.reviewboard.kde.org/r/108084/diff/


Testing
---

Ran plasmoidviewer with a specific size and saw that it works.


Thanks,

Aleix Pol Gonzalez

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


Plasma2 sprint in March / April?

2013-01-02 Thread Sebastian Kügler
Hi all,

I have an informal offer for hosting a Plasma2 sprint. The focus lie on 
Frameworks4, Qt5 and Wayland topics.

Preliminary dates could be in March or April this year. Location would be 
Nürnberg (Germany) or Prague (Czech Republic).

Who would be willing to take part?
-- 
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


Re: Review Request: Don't add qml elements twice to the scene, reduce warnings

2013-01-02 Thread Marco Martin

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

Ship it!


Ship It!

- Marco Martin


On Jan. 2, 2013, 2:20 p.m., Aleix Pol Gonzalez wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 http://git.reviewboard.kde.org/r/108079/
 ---
 
 (Updated Jan. 2, 2013, 2:20 p.m.)
 
 
 Review request for kdelibs, Plasma and Marco Martin.
 
 
 Description
 ---
 
 don't addItem to the scene after calling setParentItem. It's redundant 
 according to the api documentation and removes a warning.
 
 
 Diffs
 -
 
   plasma/widgets/declarativewidget.cpp 81f09c3 
 
 Diff: http://git.reviewboard.kde.org/r/108079/diff/
 
 
 Testing
 ---
 
 Ran some plasmoids, works fine.
 
 
 Thanks,
 
 Aleix Pol Gonzalez
 


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


Re: Review Request: Fix initial size when --size is passed

2013-01-02 Thread Marco Martin

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

Ship it!


Ship It!

- Marco Martin


On Jan. 2, 2013, 2:59 p.m., Aleix Pol Gonzalez wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 http://git.reviewboard.kde.org/r/108084/
 ---
 
 (Updated Jan. 2, 2013, 2:59 p.m.)
 
 
 Review request for Plasma and Marco Martin.
 
 
 Description
 ---
 
 also resize the applet when initializing the plasmoid at a said size, 
 otherwise it is broken and you have to resize so that it adapts.
 
 
 Diffs
 -
 
   plasmoidviewer/fullview.cpp 8785f00 
 
 Diff: http://git.reviewboard.kde.org/r/108084/diff/
 
 
 Testing
 ---
 
 Ran plasmoidviewer with a specific size and saw that it works.
 
 
 Thanks,
 
 Aleix Pol Gonzalez
 


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


Re: Plasma2 sprint in March / April?

2013-01-02 Thread Sebastian Kügler
On Wednesday, January 02, 2013 16:01:56 Sebastian Kügler wrote:
 Frameworks4

Frameworks5, obviously.
-- 
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


Re: Plasma2 sprint in March / April?

2013-01-02 Thread Marco Martin
On Wednesday 02 January 2013, Sebastian Kügler wrote:
 Hi all,
 
 I have an informal offer for hosting a Plasma2 sprint. The focus lie on
 Frameworks4, Qt5 and Wayland topics.
 
 Preliminary dates could be in March or April this year. Location would be
 Nürnberg (Germany) or Prague (Czech Republic).
 
 Who would be willing to take part?

+1
I think March/April would be a quite good timing

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


Re: Plasma2 sprint in March / April?

2013-01-02 Thread Artur Souza

On 02/01/2013 12:01, Sebastian Kügler wrote:


Who would be willing to take part?


It won't happen for my this time, unfortunately.

Miss you guys!

Cheers,

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


Re: Review Request: Fix initial size when --size is passed

2013-01-02 Thread Commit Hook

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


This review has been submitted with commit 
fc790b6d331aee7a0b982680a71b02104c7d6007 by Aleix Pol to branch master.

- Commit Hook


On Jan. 2, 2013, 2:59 p.m., Aleix Pol Gonzalez wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 http://git.reviewboard.kde.org/r/108084/
 ---
 
 (Updated Jan. 2, 2013, 2:59 p.m.)
 
 
 Review request for Plasma and Marco Martin.
 
 
 Description
 ---
 
 also resize the applet when initializing the plasmoid at a said size, 
 otherwise it is broken and you have to resize so that it adapts.
 
 
 Diffs
 -
 
   plasmoidviewer/fullview.cpp 8785f00 
 
 Diff: http://git.reviewboard.kde.org/r/108084/diff/
 
 
 Testing
 ---
 
 Ran plasmoidviewer with a specific size and saw that it works.
 
 
 Thanks,
 
 Aleix Pol Gonzalez
 


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


Re: Review Request: Don't add qml elements twice to the scene, reduce warnings

2013-01-02 Thread Commit Hook

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


This review has been submitted with commit 
550faf2304a915a2b9b6b3d46dc14c42820d0430 by Aleix Pol to branch KDE/4.10.

- Commit Hook


On Jan. 2, 2013, 2:20 p.m., Aleix Pol Gonzalez wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 http://git.reviewboard.kde.org/r/108079/
 ---
 
 (Updated Jan. 2, 2013, 2:20 p.m.)
 
 
 Review request for kdelibs, Plasma and Marco Martin.
 
 
 Description
 ---
 
 don't addItem to the scene after calling setParentItem. It's redundant 
 according to the api documentation and removes a warning.
 
 
 Diffs
 -
 
   plasma/widgets/declarativewidget.cpp 81f09c3 
 
 Diff: http://git.reviewboard.kde.org/r/108079/diff/
 
 
 Testing
 ---
 
 Ran some plasmoids, works fine.
 
 
 Thanks,
 
 Aleix Pol Gonzalez
 


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


Re: Plasma2 sprint in March / April?

2013-01-02 Thread Dario Freddi
2013/1/2 Marco Martin notm...@gmail.com

 On Wednesday 02 January 2013, Sebastian Kügler wrote:
  Hi all,
 
  I have an informal offer for hosting a Plasma2 sprint. The focus lie on
  Frameworks4, Qt5 and Wayland topics.
 
  Preliminary dates could be in March or April this year. Location would be
  Nürnberg (Germany) or Prague (Czech Republic).
 
  Who would be willing to take part?

 +1
 I think March/April would be a quite good timing


I can't comment on my availability at the moment, but sure I'd love to take
part. Are weekends also an option on this one?



 --
 Marco Martin
 ___
 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


Re: Plasma2 sprint in March / April?

2013-01-02 Thread Sebastian Kügler
On Wednesday, January 02, 2013 19:04:13 Dario Freddi wrote:
 2013/1/2 Marco Martin notm...@gmail.com
 
 On Wednesday 02 January 2013, Sebastian Kügler wrote:
  Hi all,
  
  I have an informal offer for hosting a Plasma2 sprint. The focus lie on
  Frameworks4, Qt5 and Wayland topics.
  
  Preliminary dates could be in March or April this year. Location would be
  Nürnberg (Germany) or Prague (Czech Republic).
  
  Who would be willing to take part?
 
 +1
 I think March/April would be a quite good timing
 
 I can't comment on my availability at the moment, but sure I'd love to take
 part. Are weekends also an option on this one?

We haven't picked precise dates, but I imagine the sprint would also cover a 
weekend.
-- 
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


Re: KDEREVIEW: share like connect and plasmate

2013-01-02 Thread Sebastian Kügler
On Tuesday, January 01, 2013 15:39:27 Ben Cooksley wrote:
 On Tue, Jan 1, 2013 at 3:31 AM, Antonis Tsiapaliokas kok...@gmail.com 
wrote:
  Hello,
  
  We would like to inform you that all the above issues of the plasmate has
  been fixed.
  Can someone move it to extragear?
 
 Which project(s) does this concern?
 Also, does anyone have any final reviews to make before I perform the move?

We've been reviewing all individual patches on the plasma list. If someone 
wants to have another go, feel free, but I consider it good quality.
-- 
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


Re: Plasma2 sprint in March / April?

2013-01-02 Thread Alex Fiestas
On Wednesday 02 January 2013 16:01:56 Sebastian Kügler wrote:
 Hi all,
 
 I have an informal offer for hosting a Plasma2 sprint. The focus lie on
 Frameworks4, Qt5 and Wayland topics.
 
 Preliminary dates could be in March or April this year. Location would be
 Nürnberg (Germany) or Prague (Czech Republic).
 
 Who would be willing to take part?
Since we are already in Jan it will be difficult (if not impossible) to 
organize it for March (we need 3 months according to e.V policy).

In solid we are looking to organize Force2 in Brno (Czech republic), maybe we 
can make it so we can attend both?

It will something like:
Solid: From Thu to Mon
 Plasma: From Tue to Sun

Or something like that, so we can re-use travels and save some money to e.V

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


Re: KDEREVIEW: share like connect and plasmate

2013-01-02 Thread Ben Cooksley
On Thu, Jan 3, 2013 at 7:56 AM, Sebastian Kügler se...@kde.org wrote:
 On Tuesday, January 01, 2013 15:39:27 Ben Cooksley wrote:
 On Tue, Jan 1, 2013 at 3:31 AM, Antonis Tsiapaliokas kok...@gmail.com
 wrote:
  Hello,
 
  We would like to inform you that all the above issues of the plasmate has
  been fixed.
  Can someone move it to extragear?

 Which project(s) does this concern?
 Also, does anyone have any final reviews to make before I perform the move?

 We've been reviewing all individual patches on the plasma list. If someone
 wants to have another go, feel free, but I consider it good quality.

Plasmate has now been moved to Extragear/SDK.
What about Share-Like-Connect?

 --
 sebas

 http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9

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


Re: KDEREVIEW: share like connect and plasmate

2013-01-02 Thread Pino Toscano
Hi,

apparently some people consider that all the issues of this review have 
been fixed, but really they were not.

Alle sabato 3 novembre 2012, Pino Toscano ha scritto:
 - PasswordAsker sounds like could be implemented on top of
 KPasswordDialog

Still there.

 - BranchDialog sounds like could be replaced with
 KInputDialog::getText with a custom validator

Still there.

 - CommitDialog, other than being a KDialog, should better be use
 layouts instead of placing widgets manually

Still there.

 - a numer of .ui files sets bold/bigger texts, but using a qt rich
 text which forces a font size (and in few cases also the font face)

Still there.
 
 - RemoteInstaller uses /var/tmp/plasmaremoteinstaller/ as
 destination directory, which is a bit too generic (at least
 appending the user name and chmod'ing it 600 would help); also there
 is a race between the KIO exists and the mkdir calls

Still there, and it is even worse now: KStandardDirs is used to get a 
path for a _remote_ location.

 - TimeLine::loadTimeLine does a funky job in putting translated bits
 among the git output; a better way would be parsing the output
 extracting the various details, and composing a new ad-hoc string
 (and the date would need localization, as the FIXME say)

Still there; the only change here was just using KLocale for the date 
output.

 -  StartPage::saveNewProjectPreferences saves the status of all the
 js/py/etc radio buttons separately... saving the index or the name of
 the active one would be much easier

Still there.

 - EditPage::showTreeContextMenu uses the internalPointer() of the
 model, which makes it prone to break if the model changes
 implementation internally

Still there.

 - why ImageLoader::run forces the formats?

Still there.

 - why KConfigXtWriter writes kcfg prologue/epilogue by hand?

Now it writes the namespaces in a wrong way, closing the quoting 
manually and adding attributes by hand in a single string...

 - TextEditor::modifyToolBar does a big no-no job in looking for
 actions (never ever compare to translated strings, especially when
 coming from other components)

What about just finding the actions in the actionCollection() of the 
KTextEditor::View, and hiding them, instead of messing up with the 
XMLGUI document?

-- 
Pino Toscano


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: KDEREVIEW: share like connect and plasmate

2013-01-02 Thread Ben Cooksley
On Thu, Jan 3, 2013 at 10:38 AM, Pino Toscano p...@kde.org wrote:
 Hi,

 apparently some people consider that all the issues of this review have
 been fixed, but really they were not.

 Alle sabato 3 novembre 2012, Pino Toscano ha scritto:
 - PasswordAsker sounds like could be implemented on top of
 KPasswordDialog

 Still there.

 - BranchDialog sounds like could be replaced with
 KInputDialog::getText with a custom validator

 Still there.

 - CommitDialog, other than being a KDialog, should better be use
 layouts instead of placing widgets manually

 Still there.

 - a numer of .ui files sets bold/bigger texts, but using a qt rich
 text which forces a font size (and in few cases also the font face)

 Still there.

 - RemoteInstaller uses /var/tmp/plasmaremoteinstaller/ as
 destination directory, which is a bit too generic (at least
 appending the user name and chmod'ing it 600 would help); also there
 is a race between the KIO exists and the mkdir calls

 Still there, and it is even worse now: KStandardDirs is used to get a
 path for a _remote_ location.

 - TimeLine::loadTimeLine does a funky job in putting translated bits
 among the git output; a better way would be parsing the output
 extracting the various details, and composing a new ad-hoc string
 (and the date would need localization, as the FIXME say)

 Still there; the only change here was just using KLocale for the date
 output.

 -  StartPage::saveNewProjectPreferences saves the status of all the
 js/py/etc radio buttons separately... saving the index or the name of
 the active one would be much easier

 Still there.

 - EditPage::showTreeContextMenu uses the internalPointer() of the
 model, which makes it prone to break if the model changes
 implementation internally

 Still there.

 - why ImageLoader::run forces the formats?

 Still there.

 - why KConfigXtWriter writes kcfg prologue/epilogue by hand?

 Now it writes the namespaces in a wrong way, closing the quoting
 manually and adding attributes by hand in a single string...

 - TextEditor::modifyToolBar does a big no-no job in looking for
 actions (never ever compare to translated strings, especially when
 coming from other components)

 What about just finding the actions in the actionCollection() of the
 KTextEditor::View, and hiding them, instead of messing up with the
 XMLGUI document?

Due to this review issue, Plasmate has been returned to KDE Review. My
query regarding Share-Like-Connect still stands as well.


 --
 Pino Toscano


Regards,
Ben

 ___
 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


Re: KDEREVIEW: share like connect and plasmate

2013-01-02 Thread Giorgos Tsiapaliokas
On 2 January 2013 23:38, Pino Toscano p...@kde.org wrote:

  - BranchDialog sounds like could be replaced with
  KInputDialog::getText with a custom validator

 Still there.

  - CommitDialog, other than being a KDialog, should better be use
  layouts instead of placing widgets manually

 Still there.


*[1] The 2 above are some good impovements for the future, but not something
that should keep plasmate in playground.



  - a numer of .ui files sets bold/bigger texts, but using a qt rich
  text which forces a font size (and in few cases also the font face)

 Still there.


In which ui files are you referring to?

 - TimeLine::loadTimeLine does a funky job in putting translated bits
  among the git output; a better way would be parsing the output
  extracting the various details, and composing a new ad-hoc string
  (and the date would need localization, as the FIXME say)



  -  StartPage::saveNewProjectPreferences saves the status of all the
  js/py/etc radio buttons separately... saving the index or the name of
  the active one would be much easier



  - EditPage::showTreeContextMenu uses the internalPointer() of the
  model, which makes it prone to break if the model changes
  implementation internally

 Still there.


*[1] the above 3 are good improvements but not something which should
keep plasmate in playground.

 - why ImageLoader::run forces the formats?

 Still there.


yes we missed that


  - why KConfigXtWriter writes kcfg prologue/epilogue by hand?

 Now it writes the namespaces in a wrong way, closing the quoting
 manually and adding attributes by hand in a single string...


When I was implementing this one I couldn't find some API in
QXmlStreamWriter
which does the job and I assume that the same applies for rest of the
people who
read my review, am I missing something?


 - TextEditor::modifyToolBar does a big no-no job in looking for
  actions (never ever compare to translated strings, especially when
  coming from other components)

 What about just finding the actions in the actionCollection() of the
 KTextEditor::View, and hiding them, instead of messing up with the
 XMLGUI document?


this is the only documented solution in
techbasehttp://techbase.kde.org/Development/Architecture/KDE4/XMLGUI_Technology,
so I don't see any reason
to avoid it and its also the recommended one.

P.S.: [1] As it regards issues like those,  we can always disagree about
stuff like that
but the point is to focus on the major issues.

-- 
Giorgos Tsiapaliokas (terietor)
KDE Developer

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


Re: KDEREVIEW: share like connect and plasmate

2013-01-02 Thread Pino Toscano
Alle giovedì 3 gennaio 2013, Giorgos Tsiapaliokas ha scritto:
 On 2 January 2013 23:38, Pino Toscano p...@kde.org wrote:
   - BranchDialog sounds like could be replaced with
   KInputDialog::getText with a custom validator
  
  Still there.
  
   - CommitDialog, other than being a KDialog, should better be use
   layouts instead of placing widgets manually
  
  Still there.
 
 *[1] The 2 above are some good impovements for the future, but not
 something that should keep plasmate in playground.

Giving a fixed size to a dialog, and putting its widgets in a fixed 
place causes issues with:
a) different fonts than the ones the dialog was designed
b) texts of different size, like translated ones
so no, this is not an improvement, this is a *bug*.

   - a numer of .ui files sets bold/bigger texts, but using a qt
   rich text which forces a font size (and in few cases also the
   font face)
  
  Still there.
 
 In which ui files are you referring to?

plasmate/publisher/publisher.ui 
plasmate/publisher/remoteinstaller/remoteinstaller.ui
plasmate/editors/kconfigxt/kconfigxteditor.ui
plasmate/startpage.ui

(Not that there are many .ui files in plasmate, so you could have even 
checked on your own.)

  - TimeLine::loadTimeLine does a funky job in putting translated
  bits
  
   among the git output; a better way would be parsing the output
   extracting the various details, and composing a new ad-hoc string
   (and the date would need localization, as the FIXME say)
   
   
   
   -  StartPage::saveNewProjectPreferences saves the status of all
   the js/py/etc radio buttons separately... saving the index or
   the name of the active one would be much easier
   
   
   
   - EditPage::showTreeContextMenu uses the internalPointer() of the
   model, which makes it prone to break if the model changes
   implementation internally
  
  Still there.
 
 *[1] the above 3 are good improvements but not something which should
 keep plasmate in playground.

They are issues which don't fit extragear either, and IMHO they are more 
close to playground-quality code.

   - why KConfigXtWriter writes kcfg prologue/epilogue by hand?
  
  Now it writes the namespaces in a wrong way, closing the quoting
  manually and adding attributes by hand in a single string...
 
 When I was implementing this one I couldn't find some API in
 QXmlStreamWriter
 which does the job and I assume that the same applies for rest of the
 people who
 read my review, am I missing something?

QXmlStreamWriter::writeNamespace could be a guess.

  - TextEditor::modifyToolBar does a big no-no job in looking for
  
   actions (never ever compare to translated strings, especially
   when coming from other components)
  
  What about just finding the actions in the actionCollection() of
  the KTextEditor::View, and hiding them, instead of messing up with
  the XMLGUI document?
 
 this is the only documented solution in
 techbasehttp://techbase.kde.org/Development/Architecture/KDE4/XMLGUI
 _Technology, so I don't see any reason
 to avoid it and its also the recommended one.

That's point #3, while point #2 is similar to what I suggested.

 P.S.: [1] As it regards issues like those,  we can always disagree
 about stuff like that
 but the point is to focus on the major issues.

There were many major issues back when I did my first reviews, and 
some of them still are present; you did and still are underestimating 
the importance/impact of the issues I reported.

-- 
Pino Toscano


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: Re: Re: Panel placement problems

2013-01-02 Thread Reza Shah
Just recompiled master again, i managed to see kdegraphics module pulled
also libkscreen.
Is this the one you mentioned? In that case libkscreen also installed.

Regards,
Reza

On Wed, Jan 2, 2013 at 4:45 PM, Alex Fiestas afies...@kde.org wrote:

 On Wednesday 02 January 2013 11:47:26 Reza Shah wrote:
  I just use kdesrc-build, not sure if i'm using it (i think not manually
  added it in my build config).
  How to check for it?
 Then you are not (we just came across a similar thing that's why I asked).

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


[KDE Bugtracking System] REMINDER: current Plasma regressions

2013-01-02 Thread bugzilla_noreply
Please find below a list of the current regressions reported for Plasma. This 
is a weekly reminder.

  This search was scheduled by myr...@kde.org.


Plasma regressions
--
Bug 202336:
  https://bugs.kde.org/show_bug.cgi?id=202336
  Priority: NOR  Severity: normal  Platform: Gentoo Packages
  Assignee: plasma-b...@kde.org
Status: CONFIRMED
   Summary: KRunner should launch default email application when providing an 
email address
Bug 241685:
  https://bugs.kde.org/show_bug.cgi?id=241685
  Priority: NOR  Severity: crash  Platform: Ubuntu Packages
  Assignee: plasma-b...@kde.org
Status: REOPENED
   Summary: Random Plasma crashes [QGraphicsLayoutItem::isLayout , 
QGraphicsLayoutPrivate::activateRecursive]
Bug 282552:
  https://bugs.kde.org/show_bug.cgi?id=282552
  Priority: NOR  Severity: crash  Platform: openSUSE RPMs
  Assignee: plasma-b...@kde.org
Status: REOPENED
   Summary: plasma desktop crash on add default panel
Bug 290018:
  https://bugs.kde.org/show_bug.cgi?id=290018
  Priority: NOR  Severity: normal  Platform: Ubuntu Packages
  Assignee: plasma-b...@kde.org
Status: REOPENED
   Summary: Add Widgets strip and Activity Manager no longer slide in
Bug 301424:
  https://bugs.kde.org/show_bug.cgi?id=301424
  Priority: NOR  Severity: normal  Platform: openSUSE RPMs
  Assignee: plasma-b...@kde.org
Status: CONFIRMED
   Summary: Cannot open battery monitor applet if set to hidden in systray
Bug 302310:
  https://bugs.kde.org/show_bug.cgi?id=302310
  Priority: NOR  Severity: normal  Platform: Compiled Sources
  Assignee: plasma-b...@kde.org
Status: REOPENED
   Summary: Does not reflect insert/removal of battery
Bug 302331:
  https://bugs.kde.org/show_bug.cgi?id=302331
  Priority: NOR  Severity: normal  Platform: Ubuntu Packages
  Assignee: ignat.seme...@blue-systems.com
Status: UNCONFIRMED
   Summary: Folderview does not show any to activity linked files
Bug 307059:
  https://bugs.kde.org/show_bug.cgi?id=307059
  Priority: NOR  Severity: normal  Platform: unspecified
  Assignee: plasma-b...@kde.org
Status: CONFIRMED
   Summary: tooltips in widget explorer don't show widget version anymore
Bug 309787:
  https://bugs.kde.org/show_bug.cgi?id=309787
  Priority: NOR  Severity: normal  Platform: Ubuntu Packages
  Assignee: plasma-b...@kde.org
Status: REOPENED
   Summary: Krunner does not execute program when press ENTER
Bug 311350:
  https://bugs.kde.org/show_bug.cgi?id=311350
  Priority: NOR  Severity: normal  Platform: unspecified
  Assignee: plasma-b...@kde.org
Status: CONFIRMED
   Summary: System Tray widget has huge padding by default when added to the 
desktop
Bug 311354:
  https://bugs.kde.org/show_bug.cgi?id=311354
  Priority: NOR  Severity: normal  Platform: unspecified
  Assignee: plasma-b...@kde.org
Status: CONFIRMED
   Summary: System Tray widget can't be resized to fit all icons in one row 
when added to the desktop
Bug 311491:
  https://bugs.kde.org/show_bug.cgi?id=311491
  Priority: NOR  Severity: normal  Platform: Fedora RPMs
  Assignee: plasma-b...@kde.org
Status: CONFIRMED
   Summary: Battery Monitor widget disappears after one move of Screen 
Brightness slider
Bug 311503:
  https://bugs.kde.org/show_bug.cgi?id=311503
  Priority: NOR  Severity: normal  Platform: Compiled Sources
  Assignee: plasma-b...@kde.org
Status: CONFIRMED
   Summary: Scrollbar in Add Widgets almost invisible with new Air theme


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