[Development] Implementing of a DNS feature under Windows [QTBUG-30166]

2013-09-26 Thread Mandeep Sandhu
Hi All, I'm working on adding support for a custom DNS server in QDnsLookup. The *nix implementation is complete, however I needed some pointers on doing it under Windows. The process of specifying a specific DNS server is sort of 'undocumented'. I've looked at the current implementation of DNS

[Development] Qt5 releasing wiki

2013-09-26 Thread Heikkinen Jani
Hi all, First version of Qt5 releasing wiki pages are available, see http://qt-project.org/wiki/Qt5Releasing. Target is to give basic information about releasing process, schedule and so on. Be free to add missing information and fix mistakes (at least definition of release phases should be

Re: [Development] [Releasing] HEADS UP: Starting preparations for Qt 5.2.0 - merge 'dev' into 'stable'

2013-09-26 Thread Sergio Ahumada
Hi, All merges are now done, so changes required for Qt 5.2.0 need to be pushed/re-targeted to the 'stable' branch from now on. No new features are allowed unless they are approved by Lars. Changes in the current 'dev' branch will be part of the Qt 5.3.0 release. Bumping the Qt version

[Development] Novice question for first-time contributions

2013-09-26 Thread Mandeep Sandhu
Hi All, Couple of days back I had fixed 2 bugs: one was a low priority one [ QTBUG-33439 https://bugreports.qt-project.org/browse/QTBUG-33439] and another was not evaluated yet [QTBUG-32911https://bugreports.qt-project.org/browse/QTBUG-32911], though a similar bug

Re: [Development] Novice question for first-time contributions

2013-09-26 Thread Paul Olav Tvete
On Thursday 26 September 2013 17:12:09 Mandeep Sandhu wrote: I had pushed my changes to the ref- refs/for/stable (as shown in the Gerrit wiki page). Is that correct or do I need to send it to the 'dev' branch? Stable is correct for bug fixes that target the upcoming release. Also, whats the

Re: [Development] Novice question for first-time contributions

2013-09-26 Thread Thiago Macieira
On quinta-feira, 26 de setembro de 2013 17:12:09, Mandeep Sandhu wrote: Hi All, Couple of days back I had fixed 2 bugs: one was a low priority one [ QTBUG-33439 https://bugreports.qt-project.org/browse/QTBUG-33439] and another was not evaluated yet

Re: [Development] Minified javascript libraries in Qt source code

2013-09-26 Thread Thiago Macieira
On quinta-feira, 26 de setembro de 2013 11:31:07, Lisandro Damián Nicanor Pérez Meyer wrote: This means that if Qt ships a minified javascript library, a Debian maintainer should either: a) Repack the source tarball without the minified javascript libs and use the system provided ones

Re: [Development] Minified javascript libraries in Qt source code

2013-09-26 Thread Lisandro Damián Nicanor Pérez Meyer
On Thursday 26 September 2013 09:42:01 Thiago Macieira wrote: On quinta-feira, 26 de setembro de 2013 11:31:07, Lisandro Damián Nicanor Pérez Meyer wrote: This means that if Qt ships a minified javascript library, a Debian maintainer should either: a) Repack the source tarball

Re: [Development] Minified javascript libraries in Qt source code

2013-09-26 Thread Lisandro Damián Nicanor Pérez Meyer
On Thursday 26 September 2013 15:07:28 Lisandro Damián Nicanor Pérez Meyer wrote: On Thursday 26 September 2013 09:42:01 Thiago Macieira wrote: On quinta-feira, 26 de setembro de 2013 11:31:07, Lisandro Damián Nicanor Pérez Meyer wrote: This means that if Qt ships a minified javascript

Re: [Development] Novice question for first-time contributions

2013-09-26 Thread Mandeep Sandhu
On Thu, Sep 26, 2013 at 10:06 PM, Thiago Macieira thiago.macie...@intel.com wrote: On quinta-feira, 26 de setembro de 2013 17:12:09, Mandeep Sandhu wrote: Hi All, Couple of days back I had fixed 2 bugs: one was a low priority one [ QTBUG-33439