[Development] Nominating Marco Benelli for Approver status

2016-04-13 Thread Hunger Tobias
Hello Qt Developers,

I hereby nominate Marco Benelli for Approver status. He has put in a lot of
effort to maintain the QML code inside Qt Creator over the recent month and in
fact is the default assignee for all bugs in that area of Qt Creator.

He did good work in his area and Qt Creator in general, so I think he has more
than deserved Approver status by now.

Best Regards,
Tobias

-- 
Tobias Hunger, Senior Software Engineer | The Qt Company
The Qt Company GmbH, Rudower Chaussee 13, D-12489 Berlin
Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der Gesellschaft:
Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Nominating Allan Jensen as maintainer for Qt WebEngine

2015-10-15 Thread Hunger Tobias
+1

Tobias Hunger, Senior Software Engineer | The Qt Company

The Qt Company GmbH, Rudower Chaussee 13, D-12489 Berlin
Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der 
Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B


From: development-bounces+tobias.hunger=theqtcompany@qt-project.org 
 on behalf 
of Koehne Kai 
Sent: Thursday, October 15, 2015 11:25
To: 'development@qt-project.org'
Subject: [Development] Nominating Allan Jensen as maintainer for Qt WebEngine

Hi,

I hereby nominate Allan Jensen as the official maintainer for the Qt WebEngine 
module. He's been the official maintainer for Qt WebKit already, but nowadays 
works full time on Qt WebEngine, and is also the default assignee for the 
WebEngine component in JIRA.

Regards

Kai

--
Kai Köhne, Senior Software Engineer - The Qt Company

The Qt Company GmbH, Rudower Chaussee 13, D-12489 Berlin
Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der 
Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B

___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Your actions needed, Qt5.5.0 RC Final is nearing!

2015-06-03 Thread Hunger Tobias
Hi!


I would really love to see https://bugreports.qt.io/browse/QTBUG-46080 fixed 
for a final release... that one drives me crazy!


Best Regards,

Tobias
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Cake and eating it too for qDebug printing to system log - https://codereview.qt-project.org/89357

2014-07-11 Thread Hunger Tobias


On Thu, Jul 10, 2014 at 7:14 PM, Thiago Macieira 
thiago.macie...@intel.com wrote:

  I'm not asking that distributions turn journald on if they don't want to.
  Journald is optional.

Good to have that fact stated clearly:-)

snip section on remote debugging and having a way to force stderr

  It's there in two ways:
 
  1) Option -t to ssh, which forces the allocation of a TTY and, thus, 
logging
  to stderr
  2) The environment variable
 
  Note that it's also possible to query the system log remotely too. I 
believe
  that is done on Android, isn't it? From all I can find on the 
Internet, in
  order to enable capture of stderr, you need to have a rooted device.

AFAIK android is not using systemd/journald, so what we do there does 
not directly apply to the situation here.

  I meant that each plugin for remote systems needs to decide how it's 
going to
  approach this problem. If it can access the remote log, all the 
better. If it
  can't, the best way is to use ssh -t -- with the added benefit that 
it causes
  stdio to become line-buffered. If ssh is not getting used, make sure the
  environment variable is set.

Sure, we can come up with case-by-case ways to get to data.

But I really want to keep the simple remote debugging use case working. 
That currently requires sshd and gdbserver to be installed on the device 
and I would personally prefer not to have additional dependencies on top 
of that.

I found some documentation on how to configure journald to forward its 
logs to a pre-configured remote machine, which does not fit our use 
case. We need to access the logs from the machine of the developer and 
that will rarely be the central log server (I hope;-). At least 
journalctl can produce machine readable output, so we might get away by 
just retrieving that by running journalctl -o json. That is way more 
data than what we currently get via stderr, so this will need more 
bandwidth than the current approach. That might already be prohibitive 
on some hardware. But without code that is just speculation.

  And there's another advantage: if Creator is able to query the system 
log, it
  is also able to print the output of an already-running application 
that you
  attached the debugger to.

I see why you would want journal data in your output, but I do see a 
problems making that work for remote debugging/running. Even sailfish is 
apparently forcing output to stderr when starting applications on-device 
via Qt Creator.

Does somebody have experience with reading data from journald remotely?

Best Regards,
Tobias
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development