[KDE Bugtracking System] REMINDER: current Plasma regressions

2012-12-09 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

Re: Review Request: Copy files instead of moving if parent dir is not writable

2012-12-09 Thread Thomas Lübking
> On March 30, 2012, 8:18 p.m., Thomas Lübking wrote: > > service/jobs/nepomuk/Move.cpp, line 352 > > > > > > "!QUrl::isLocalFile()"? > > Lamarque Vieira Souza wrote: > isLocalFile() was introduced in Qt 4.8.0

Re: Review Request: Copy files instead of moving if parent dir is not writable

2012-12-09 Thread Albert Astals Cid
> On March 30, 2012, 8:18 p.m., Thomas Lübking wrote: > > service/jobs/nepomuk/Move.cpp, line 352 > > > > > > "!QUrl::isLocalFile()"? > > Lamarque Vieira Souza wrote: > isLocalFile() was introduced in Qt 4.8.0

Re: Plasma Media Center IRC meeting

2012-12-09 Thread Sinny Kumari
Hi! Here is the summary of Plasma Media Center meeting which we had today :- - Stable, always release-able master - Features to be worked in separate branches, to be merged after review - While in freeze, bugs to be reported on bugs.kde.org - Feature Freeze on 12 December 2012 - Pl

Re: Review Request: Fix orientation of the arrow indicating grouped tasks

2012-12-09 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107608/#review23208 --- This review has been submitted with commit e44d0e5065db8ffc330

Re: Review Request: Keep placeholder text visible when empty and focused

2012-12-09 Thread Kevin Krammer
> On Dec. 9, 2012, 1:01 p.m., Marco Martin wrote: > > in different platforms i seen both behaviors, hiding the text immediately > > or only when something is written. > > > > i am fine with this change, but i think the qwidget behavior (only > > ktextedit i think?) should be made the same QLi

Re: Review Request: Update service base URL of twitter in microblogger applet

2012-12-09 Thread Marco Martin
> On Dec. 3, 2012, 4 p.m., Marco Martin wrote: > > pushed :) > > Sebastian Kügler wrote: > To both master and KDE/4.9? > > Marco Martin wrote: > yup this is pushed, phoenix, can you set it as "submitted" ? - Marco --- This is

Re: Review Request: Fix orientation of the arrow indicating grouped tasks

2012-12-09 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107608/#review23196 --- Ship it! good catch - Marco Martin On Dec. 6, 2012, 12:50 p

Re: Review Request: Keep placeholder text visible when empty and focused

2012-12-09 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107600/#review23194 --- in different platforms i seen both behaviors, hiding the text i

Re: informations about jquery

2012-12-09 Thread Marco Martin
On Sat, Dec 8, 2012 at 9:15 PM, renato fringuello wrote: > Can I use jQuery framework in html/js plasmoids? How can I do it? > can be used in the html/webkit plasmoids (and you would have to include a copy of jquery) in general they are less supported than qml ones ( also you would be a ble to us

Re: informations about jquery

2012-12-09 Thread Kevin Krammer
On Sunday, 2012-12-09, Sebastian Kügler wrote: > Hi Renato, > > On Saturday, December 08, 2012 21:15:07 renato fringuello wrote: > > Can I use jQuery framework in html/js plasmoids? How can I do it? > > I don't know any details about jQuery, but can give you some hints: If > jQuery uses the webbr

Re: Review Request: make the DeviceNotifier Plasmoid scale with high-res screens

2012-12-09 Thread Sebastian Kügler
On Friday, November 23, 2012 18:15:43 Michael Zanetti wrote: > If I'm not completely blind the Plasma.Label does not support eliding, thats > why I clipped instead. PlasmaComponents.Label supports eliding as it inherits from the QtQuick Text item. -- sebas http://www.kde.org | http://vizZzion.o

Re: informations about jquery

2012-12-09 Thread Sebastian Kügler
Hi Renato, On Saturday, December 08, 2012 21:15:07 renato fringuello wrote: > Can I use jQuery framework in html/js plasmoids? How can I do it? I don't know any details about jQuery, but can give you some hints: If jQuery uses the webbrowser's DOM, that's not available in QML, QML only supports

Re: Review Request: Make sure ksmserver ignores excluded apps when saving session

2012-12-09 Thread Jekyll Wu
> On Nov. 11, 2012, 11:13 a.m., Aaron J. Seigo wrote: > > ksmserver/server.cpp, line 939 > > > > > > why not check for both program and filename? that should then catch 1, > > 2 and 4, no? > > > > excludeA