[KDE Bugtracking System] REMINDER: current Plasma regressions

2012-10-19 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 290018: https://bugs.kde.org/show_bug.cgi?id=290018 Priority: NOR Severity: normal Platform: Ubuntu

Re: Review Request: fix batterymonitor layout to scale with high resolution screens

2012-10-19 Thread Viranch Mehta
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106962/#review20591 --- Ship it! looks good - Viranch Mehta On Oct. 20, 2012, 12:31

Review Request: fix batterymonitor layout to scale with high resolution screens

2012-10-19 Thread Michael Zanetti
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106962/ --- Review request for Plasma. Description --- Ensures that the battery i

Re: Review Request: replace old kickoff with kickoff-qml

2012-10-19 Thread Richard Stockton
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106448/#review20586 --- One tiny nit about the appearance of the search bar and "tradem

Re: Review Request: replace old kickoff with kickoff-qml

2012-10-19 Thread Richard Stockton
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106448/#review20585 --- Ship it! Definitely good enough to patch R6 into "master", I t

Re: SLC and remote URLs

2012-10-19 Thread Ivan Čukić
> then when we have the complete thing, it can be replaced by something that can > do it by itself +1 I'd even like to have a 'send by e-mail dialogue' inside the popup as well, but, again, it would be silly to have that before the web account thingie. :) (essentially, what I'm thinking of is si

Re: Review Request: make kickoff-qml partly c++, restores simpleapplet, applet type switch

2012-10-19 Thread Marco Martin
> On Oct. 19, 2012, 3:09 p.m., Greg T wrote: > > looks good, just a couple of notes: > > why are you installing 2 desktop files for the kickoff launcher: > > - metadata.desktop and the old plasma-applet-launcher.desktop > > - we don't need CMakeLists.txt in core/ anymore? > > - also it conflicts

Re: Review Request: make kickoff-qml partly c++, restores simpleapplet, applet type switch

2012-10-19 Thread Greg T
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106947/#review20575 --- looks good, just a couple of notes: why are you installing 2 de

Review Request: make kickoff-qml partly c++, restores simpleapplet, applet type switch

2012-10-19 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106947/ --- Review request for Plasma. Description --- this makes the simple lauc

Re: Including Stackfolder to 4.10

2012-10-19 Thread Ural Mullabaev
- Исходное сообщение - > > On Friday, September 28, 2012 14:08:41 Ural Mullabaev wrote: > > > > On Friday, September 28, 2012 12:19:10 Ural Mullabaev wrote: > > > > > Config dialog was specially removed to simplify applet. > > > > > To add applet you should drag folder e.g. from Dolphin t

Re: Including Stackfolder to 4.10

2012-10-19 Thread Ural Mullabaev
> On Friday, September 28, 2012 14:08:41 Ural Mullabaev wrote: > > > On Friday, September 28, 2012 12:19:10 Ural Mullabaev wrote: > > > > Config dialog was specially removed to simplify applet. > > > > To add applet you should drag folder e.g. from Dolphin to panel > > > > and > > > > choose > > >

Re: Review Request: make qmlwallpaper thumbnail size similar to other plugins(image, color or pattern plugins)

2012-10-19 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106927/#review20571 --- This review has been submitted with commit e02fdaa87258007aa30

Re: SLC and remote URLs

2012-10-19 Thread Marco Martin
On Wednesday 17 October 2012, Ivan Čukić wrote: > Hi, > > Currently, for http://something links, SLC doesn't enable the /share/ icon. > > For me, it should, and it should share the URL itself. > > Thoughts? for most things, damn webaccounts thinghie is needed. but i would already put like shar

Re: SystemTray: QML version #2

2012-10-19 Thread Marco Martin
On Friday 19 October 2012, Dmitry Ashkadov wrote: > > > > a review request may be useful to quickly go over the code once more. > > > > would like to have it in next few days btw > > It may contain too large diff. Is it OK? yep, fine. even tough since both me and aaron tried it for a while and

Re: Where should QML stuff be placed to?

2012-10-19 Thread Marco Martin
On Friday 19 October 2012, Dmitry Ashkadov wrote: > 1. / > 2. /plasma/plasmoids/ — as I know this is only for QML > pure plasmoids > 3. /plasma/packages/ > > So, where should the QML stuff be placed to in case of: > > 1. C++ applet with QML interface like system tray from kde-workspace >

Re: SystemTray: QML version #2

2012-10-19 Thread Dmitry Ashkadov
19.10.2012 11:59, Marco Martin пишет: On Friday 19 October 2012, Dmitry Ashkadov wrote: we should get this merged into master sooner rather than later. if it has all the features of the C++ one, i'd like to see that happen, well, tomorrow :) Hello! QML tray have all features of C++ tray. Shoul

Where should QML stuff be placed to?

2012-10-19 Thread Dmitry Ashkadov
Hello! I'm working on QML implementation of system tray for desktop. But I don't know where the QML stuff (files *.qml & *.js) should be placed to. I have found out that there are 3 places. Let be share directory for applications (usually it /usr/share/apps ) and be a name of application/p

Re: SystemTray: QML version #2

2012-10-19 Thread Marco Martin
On Friday 19 October 2012, Dmitry Ashkadov wrote: > > > > we should get this merged into master sooner rather than later. if it has > > all the features of the C++ one, i'd like to see that happen, well, > > tomorrow :) > > Hello! > > QML tray have all features of C++ tray. Should I write and se