Re: resolving i18n merge conflicts, is there a policy fot i18n commits?

2012-03-13 Thread Thomas Lübking
Am 14.03.2012, 00:01 Uhr, schrieb Albert Astals Cid : scripty updates .desktop files every day, so do whatever you want with them, it will be correct on the next scripty run, so unless you really break something the date of the release it doesn't matter. Good to know =) (i understand you a

Re: resolving i18n merge conflicts, is there a policy fot i18n commits?

2012-03-13 Thread Albert Astals Cid
El Dimarts, 13 de març de 2012, a les 23:45:56, Thomas Lübking va escriure: > Is there any policy on i18n commits/conflicts, ie. like only 4.8 is up to > date (seems to me?) so one can safely > git merge -Xtheirs origin/KDE/4.8 > > The problem is that i get like a bazillion conflicts in .desktop f

resolving i18n merge conflicts, is there a policy fot i18n commits?

2012-03-13 Thread Thomas Lübking
Is there any policy on i18n commits/conflicts, ie. like only 4.8 is up to date (seems to me?) so one can safely git merge -Xtheirs origin/KDE/4.8 The problem is that i get like a bazillion conflicts in .desktop files and i can't resolve them by hand, since i cannot read most of the conflicts

Re: Review Request: Remember current desktop when changing activity

2012-03-13 Thread Lamarque Vieira Souza
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104261/#review11373 --- service/ActivityManager.cpp

Re: Review Request: Limit KDateComboBox date keywords to the date range set for the widget

2012-03-13 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104198/#review11374 --- This review has been submitted with commit 5f725649429e1184ec3

Re: DrKonqi improvement idea

2012-03-13 Thread Niko Sams
On Tue, Mar 13, 2012 at 12:27, Thomas Zander wrote: > Hmm, its indeed not easy to find something fitting. Looking at the code of > one of the links found in this thread, I notice its written in perl. While I > understand the urge to do that, I'm not convinced that there is enough perl > knowledge

Review Request: Remember current desktop when changing activity

2012-03-13 Thread makis marimpis
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104261/ --- Review request for KDE Runtime. Description --- Patches kactivitymana

Re: DrKonqi improvement idea

2012-03-13 Thread henry miller
Don't forget security and privacy. The last n keys would be a bad thing to have if the user just entered a password. -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. Thomas Zander wrote: Quoting Niko Sams : > On Mon, Mar 12, 2012 at 11:36, Thomas Zander wrote: >> I'd sa

Re: Re: DrKonqi improvement idea

2012-03-13 Thread Myriam Schweingruber
On Tue, Mar 13, 2012 at 17:25, Martin Gräßlin wrote: > On Tuesday 13 March 2012 17:00:29 Christoph Feck wrote: ... >> >> I have long been interested why users keep reporting duplicates. >> Instead of guessing, let's just ask them in a nice way. I added >> https://bugs.kde.org/show_bug.cgi?id=29591

Re: Re: DrKonqi improvement idea

2012-03-13 Thread Martin Gräßlin
On Tuesday 13 March 2012 17:00:29 Christoph Feck wrote: > On Tuesday 13 March 2012 10:30:59 Thomas Zander wrote: > > Quoting Ben Cooksley : > > > Whilst I have not evaluated it's compatibility with Bugzilla 4.2, > > > I do not suppose anyone has looked at > > > https://launchpad.net/bugzilla-tracep

Re: DrKonqi improvement idea

2012-03-13 Thread Christoph Feck
On Tuesday 13 March 2012 10:30:59 Thomas Zander wrote: > Quoting Ben Cooksley : > > Whilst I have not evaluated it's compatibility with Bugzilla 4.2, > > I do not suppose anyone has looked at > > https://launchpad.net/bugzilla-traceparser ? > > The traceparser might be a good-enough solution for f

Re: Review Request: Fix Drkonqi to work with bugzilla 4 (partial port to xml-rpc)

2012-03-13 Thread Milian Wolff
> On March 9, 2012, 2:23 p.m., Kevin Kofler wrote: > > I think adding a dependency is a much cleaner solution than bundling. But I > > wonder whether the best long-term fix wouldn't be to just move > > kxmlrpcclient to kdelibs, it clearly seems to be useful for more than just > > PIM. But in d

Re: Review Request: Fix Drkonqi to work with bugzilla 4 (partial port to xml-rpc)

2012-03-13 Thread George Kiagiadakis
> On March 9, 2012, 2:23 p.m., Kevin Kofler wrote: > > I think adding a dependency is a much cleaner solution than bundling. But I > > wonder whether the best long-term fix wouldn't be to just move > > kxmlrpcclient to kdelibs, it clearly seems to be useful for more than just > > PIM. But in d

Re: Review Request: Fix Drkonqi to work with bugzilla 4 (partial port to xml-rpc)

2012-03-13 Thread Christoph Feck
> On March 9, 2012, 2:23 p.m., Kevin Kofler wrote: > > I think adding a dependency is a much cleaner solution than bundling. But I > > wonder whether the best long-term fix wouldn't be to just move > > kxmlrpcclient to kdelibs, it clearly seems to be useful for more than just > > PIM. But in d

Re: DrKonqi improvement idea

2012-03-13 Thread Thomas Zander
Quoting Niko Sams : On Mon, Mar 12, 2012 at 11:36, Thomas Zander wrote: I'd say this is a great idea, mostly because it means a lot more can be automated on lots of ends. Naturally, the actual automation means research and development, which means manpower.   I didn't get from your email if yo

Re: DrKonqi improvement idea

2012-03-13 Thread Thomas Zander
Quoting Niko Sams : On Mon, Mar 12, 2012 at 17:32, Thomas Zander wrote: On Monday 12 March 2012 16.20.00 David Jarvie wrote: There would be an advantage in giving instant feedback to the user if possible, but if that turns out to be impractical, Thomas's suggestion of using background process

Re: Re: DrKonqi improvement idea

2012-03-13 Thread Thomas Zander
Quoting Ben Cooksley : Whilst I have not evaluated it's compatibility with Bugzilla 4.2, I do not suppose anyone has looked at https://launchpad.net/bugzilla-traceparser ? The traceparser might be a good-enough solution for finding duplicates and helping the reading of backtraces, yes. This

Re: Re: DrKonqi improvement idea

2012-03-13 Thread Niko Sams
On Tue, Mar 13, 2012 at 09:47, Ben Cooksley wrote: > Hi all, > > Whilst I have not evaluated it's compatibility with Bugzilla 4.2, I do > not suppose anyone has looked at > https://launchpad.net/bugzilla-traceparser ? well, that's off topic for this thread. But still would probably make sense to h

Re: Re: DrKonqi improvement idea

2012-03-13 Thread Boudewijn Rempt
On Tue, 13 Mar 2012, Ben Cooksley wrote: Hi all, Whilst I have not evaluated it's compatibility with Bugzilla 4.2, I do not suppose anyone has looked at https://launchpad.net/bugzilla-traceparser ? That looks very interesting and user-friendly to me. Boudewijn (who still has nightmares from

Re: Re: DrKonqi improvement idea

2012-03-13 Thread Ben Cooksley
Hi all, Whilst I have not evaluated it's compatibility with Bugzilla 4.2, I do not suppose anyone has looked at https://launchpad.net/bugzilla-traceparser ? Regards, Ben

Re: Re: DrKonqi improvement idea

2012-03-13 Thread Myriam Schweingruber
Hi all, On Mon, Mar 12, 2012 at 19:34, Martin Gräßlin wrote: > On Monday 12 March 2012 19:26:27 Niko Sams wrote: >> On Sun, Mar 11, 2012 at 13:57, henry miller wrote: ... > *cough* > https://bugs.kde.org/report.cgi?x_axis_field=resolution&y_axis_field=&z_axis_field=&query_format=report- > table&

Re: DrKonqi improvement idea

2012-03-13 Thread Niko Sams
On Mon, Mar 12, 2012 at 22:20, Teemu Rytilahti wrote: > Niko Sams wrote: > >>> Personally I'd go for a solution that also tries to register the last 20 >>> keystrokes and 20 mouse clicks (qt global event listener) and if and when >>> a crash occurs that info can be send with the backtrace.  So eve