Re: Notes from the Phabricator BoF

2015-07-30 Thread Luigi Toscano
Il 30 luglio 2015 22:42:44 CEST, Kevin Kofler ha scritto: > Luigi Toscano wrote: > > Feedback on Phabricator gathered outside the BoF from people who > could not > > attend: > > Were there no complaints about the fact that you can still not view > anything > at all without logging in? No. I di

Re: KSyCoca, Thread safety, and Cache invalidation

2015-07-30 Thread David Faure
On Thursday 30 July 2015 21:23:00 Mark Gaiser wrote: > You can ignore this message if QMimeType::inherits internally calls the > method you optimized thus this function would be greatly improved already. It does. Why not apply existing known fixes before profiling for more issues? :) -- David Fa

Re: Notes from the Phabricator BoF

2015-07-30 Thread Kevin Kofler
Luigi Toscano wrote: > Feedback on Phabricator gathered outside the BoF from people who could not > attend: Were there no complaints about the fact that you can still not view anything at all without logging in? Kevin Kofler

Re: KSyCoca, Thread safety, and Cache invalidation

2015-07-30 Thread Milian Wolff
On Thursday, July 30, 2015 09:23:00 PM Mark Gaiser wrote: > On Tue, Jul 28, 2015 at 4:28 PM, David Faure wrote: > > On Tuesday 14 July 2015 19:28:58 Thomas Lübking wrote: > > > On Dienstag, 14. Juli 2015 19:00:14 CEST, Milian Wolff wrote: > > > > On Tuesday, July 14, 2015 11:49:25 AM David Faure w

Re: Review Request 121755: Fix input focus for KDM's dialogs when GrabInput is not active

2015-07-30 Thread Thomas Lübking
> On Juli 30, 2015, 10:05 vorm., Thomas Lübking wrote: > > This is Qt4, right? > > > > ::activateWindow() should be equivalent to "XSetInputFocus(display, > > winId(), XRevertToParent, X11->time);" unless > > a) _NET_ACTIVE_WINDOW is listed in _NET_SUPPORTED on the root window > > (supposed to

Re: KSyCoca, Thread safety, and Cache invalidation

2015-07-30 Thread Mark Gaiser
On Tue, Jul 28, 2015 at 4:28 PM, David Faure wrote: > On Tuesday 14 July 2015 19:28:58 Thomas Lübking wrote: > > On Dienstag, 14. Juli 2015 19:00:14 CEST, Milian Wolff wrote: > > > On Tuesday, July 14, 2015 11:49:25 AM David Faure wrote: > > >> On Friday 26 June 2015 18:03:00 Frank Reininghaus wr

Re: Reviving Kaffeine

2015-07-30 Thread Nicolás Alvarez
2015-07-20 3:01 GMT-03:00 Lasse Lindqvist : > I was thinking about reviving Kaffeine, but the previous developer hasn't > responded to me. The projects irc channel and sites are dead, too. > > I was hoping someone here might be able to help me on this. > > Lasse Lindqvist Any objections to me mark

Re: Review Request 121755: Fix input focus for KDM's dialogs when GrabInput is not active

2015-07-30 Thread Wolfgang Bauer
> On Juli 30, 2015, 12:05 nachm., Thomas Lübking wrote: > > This is Qt4, right? > > > > ::activateWindow() should be equivalent to "XSetInputFocus(display, > > winId(), XRevertToParent, X11->time);" unless > > a) _NET_ACTIVE_WINDOW is listed in _NET_SUPPORTED on the root window > > (supposed t

Notes from the Phabricator BoF

2015-07-30 Thread Luigi Toscano
Hi all, thanks to Victor Blazquez, here are the notes from the Phabricator BoF. Feel free to add your comments and corrections. Feedback on Phabricator gathered outside the BoF from people who could not attend: - k

[kde-dev-scripts] /: Add support for ninja to makeobj

2015-07-30 Thread David Faure
Git commit cd599de58b44596a5e86a5fe560e2904ef5efe7f by David Faure. Committed on 30/07/2015 at 12:54. Pushed by dfaure into branch 'master'. Add support for ninja to makeobj Usage: alias make=makeobj, as usual. This allows to do "make" and "make install" (etc.) in either the source dir or the bui

Re: Review Request 121755: Fix input focus for KDM's dialogs when GrabInput is not active

2015-07-30 Thread Thomas Lübking
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/121755/#review83168 --- This is Qt4, right? ::activateWindow() should be equivalent t