Re: [Development] gerrit : using branches

2016-04-05 Thread Jan Kundrát
If you want to know the names of all branches which contain a given ref, there's also the `git branch --contains yourRef`. Cheers, Jan -- Trojitá, a fast Qt IMAP e-mail client -- http://trojita.flaska.net/ ___ Development mailing list Development@qt-p

Re: [Development] gerrit : pointers to use it cleverly/efficiently?

2016-04-01 Thread Jan Kundrát
On Friday, 1 April 2016 09:06:56 CEST, Welbourne Edward wrote: However, if there's a way to ask gerrit "here's a Commit-Id, please give me the sha1 of its review's current patch set" You can extract this information from `ssh ...@gerrit gerrit query --current-patch-set`. There are also REST e

Re: [Development] gerrit : using branches (was: pointers to use it cleverly/efficiently?)

2016-03-31 Thread Jan Kundrát
On Wednesday, 30 March 2016 18:14:38 CEST, Konstantin Tokarev wrote: New UI is not required to use these features Inline editting is only available in 2.11, and the old change screen is gone in 2.11, too. Cheers, Jan -- Trojitá, a fast Qt IMAP e-mail client -- http://trojita.flaska.net/ ___

Re: [Development] Problems with QtWebKit 5.6 / Please do not remove QtWebkit from 5.6 official binaries

2016-03-20 Thread Jan Kundrát
On Sunday, 20 March 2016 17:55:23 CET, René J. V. Bertin wrote: Why on earth does this have to be so difficult For the record, this is how my CI system builds its copy of Qt 5.6: git clone https://code.qt.io/qt/qt5.git cd qt5 git checkout ${QT5_TAG:-${QT5_BRANCH}} git submodule update --init .

Re: [Development] Qt 5.6.0 (final) packages available

2016-03-14 Thread Jan Kundrát
On Monday, 14 March 2016 21:41:02 CET, Thiago Macieira wrote: As far as I understand, this is a race condition. So you won't have that problem all the time. While I was debugging this, it behaved like a very reliable deadlock. I wasn't really running it in a loop, but it happened each and ever

Re: [Development] Qt 5.6.0 (final) packages available

2016-03-14 Thread Jan Kundrát
That's kded/kiod, not Plasma. Yes; however, given that kded is used in a default configuration of Plasma 5, the end result is that the Plasma panel (and krunner, and possibly other components) "won't work" with the current version of Qt 5.6. And I am reacting to the bug reports. It wasn't

Re: [Development] Qt 5.6.0 (final) packages available

2016-03-14 Thread Jan Kundrát
On Monday, 14 March 2016 14:22:42 CET, Heikkinen Jani wrote: So please inform me immediately if there is something new which is preventing us to do the release. Do you consider "Plasma5 deadlocks during startup" as a blocker? If so, https://bugreports.qt.io/browse/QTBUG-51676 . It's a regress

[Development] QTextStream::readLine(0) is an ambiguous overload in 5.5

2015-05-12 Thread Jan Kundrát
Hi, this commit [1] added a new overload to QTextStream::readLine. As a result of that, calling stream.readLine(0) is now ambiguous: QString readLine(qint64 maxlen = 0); bool readLine(QString *line, qint64 maxlen = 0); While I can easily fix this in the caller (Konsole in this case), I'm

Re: [Development] Rotating JPEG images by default

2015-04-22 Thread Jan Kundrát
On Thursday, 23 April 2015 00:11:23 CEST, Alberto Mardegan wrote: > as long as the behaviour was configurable with a single line > change (a static method on QGuiApplication, maybe?). That means that you will have to patch all libraries which care about this option and which you're using at the

Re: [Development] HEADS-UP: Qt 5.4.2 release coming

2015-04-22 Thread Jan Kundrát
On Tuesday, 21 April 2015 21:19:43 CEST, René J.V. Bertin wrote: > Damn system refused to let me push anything where before I've > been able to do so. Hi René, what did the damn system say, and what command did you use to send your patch to that damn system? Cheers, Jan -- Trojitá, a fast Qt

Re: [Development] Deprecating modules with 5.5

2015-03-17 Thread Jan Kundrát
On Tuesday, 3 February 2015 08:33:46 CET, Knoll Lars wrote: > * Qt WebKit While I understand the reasons on why you want to remove this one, I think that this goes against the promise of compatibility at [1]: "Qt essentials define the foundation of Qt on all platforms. They are available on all

Re: [Development] SSL Plans for Qt 5.6

2015-03-10 Thread Jan Kundrát
On Sunday, 22 February 2015 16:27:44 CET, Giuseppe D'Angelo wrote: > * RHEL 6 ships 1.0.0, EOL Nov 2020 This is a bit more complex with RHEL because there are many "RHEL 6"s. RHEL 6.5 and newer ship with 1.0.1e [1], so they are already covered. The older OpenSSL 1.0.0 was present in 6.0 to 6.4.

Re: [Development] Request for sandbox area: QQSM

2014-06-02 Thread Jan Kundrát
On Monday, 2 June 2014 11:23:16 CEST, Oswald Buddenhagen wrote: >> I'd like to officially request a sandbox for: Replicant >> > sounds ok to me, though i wonder whether naming the technology as a > whole "replicant" is such a good idea, given the strong connotation with > android. maybe something

Re: [Development] Branches and time based releases

2014-03-07 Thread Jan Kundrát
On Tuesday, 25 February 2014 20:12:57 CEST, Thiago Macieira wrote: > Also, I don't know of any project that has a CI-controlled integration. OpenStack. Full documentation on their setup (which, btw, tests each and every commit separately) is available at http://ci.openstack.org/ . With kind rega

Re: [Development] Performance of QUdpSocket writeDatagram between Qt4 and Qt5 in different GNU/Linux platforms

2014-02-25 Thread Jan Kundrát
On Tuesday, 25 February 2014 16:56:53 CEST, Mauro Brenna wrote: > I looked a bit in the qt code and saw a bind() inside the QT5 > writeDatagram method, which I do not immediately understand but I do not > know if might cause the issue. Is there any difference in `strace` when you instrument the Q

Re: [Development] Proposal: "rebranding" QMF as QtMail

2014-02-20 Thread Jan Kundrát
On Monday, 17 February 2014 12:25:44 CEST, Robin Burchell wrote: > If you have proposals for other changes, I'm open to hearing about > them. In general, I don't think most of the usability of the API is a > problem apart from a few occasional trouble points, but different > perspectives are always

Re: [Development] Prettier printing of Unicode strings

2014-01-26 Thread Jan Kundrát
On Tuesday, 21 January 2014 01:05:07 CEST, Thiago Macieira wrote: >Actual (s) : \u221212\u20A0\uD800\uDC00 >Expected (s2): \u221212\u20AC\uD800\uDC00 [...] > - all backslashes as \\ > - the following characters as their escape sequences: \r, \n, \t, \b, \f > - all other control charact

Re: [Development] Suggested platforms for CI, packaging and RTA in Qt 5.3

2014-01-16 Thread Jan Kundrát
Hi, these are great news for me. Do you plan to use RHEL6's default compiler (which is GCC 4.4, and therefore *very* limited C++11 support), or the Red Hat Developer Toolset [1] which, as of the 2.0 version, comes with GCC 4.8? Also, the list contains "RedHat enterprise_6_x32". However, "x32" i

Re: [Development] Why QDoc and not Doxygen?

2014-01-02 Thread Jan Kundrát
Right from the author's mouth: http://rant.gulbrandsen.priv.no/qdoc Cheers, Jan -- Trojitá, a fast Qt IMAP e-mail client -- http://trojita.flaska.net/ ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/

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

2013-09-27 Thread Jan Kundrát
On Thursday, 26 September 2013 10:33:49 CEST, Mandeep Sandhu wrote: > . I'll be using the PIP4_ARRAY struct for specifying the nameserver How would you handle a situation where the user provides an IPv6 address of a nameserver? Cheers, Jan -- Trojitá, a fast Qt IMAP e-mail client -- http://tro

[Development] Re: System-wide font preferences for monospace font

2013-05-15 Thread Jan Kundrát
On Thursday, 9 May 2013 22:41:07 CEST, Jan Kundrát wrote: > However, both KDE and Gnome's settings each include more data, > including the font size and options like bold, italic etc. Are > these also handled by fontconfig, so that when I ask for a > "Monospace" I

[Development] Re: System-wide font preferences for monospace font

2013-05-09 Thread Jan Kundrát
On Thursday, 9 May 2013 16:45:23 CEST, Thiago Macieira wrote: > The user's monospace font is called "Monospace". That is not a > font name, it's > an alias set by fontconfig, on systems that use fontconfig. Ah, that's good to know. I obviously lack any fontconfig knowledge. However, both KDE an

[Development] System-wide font preferences for monospace font

2013-05-09 Thread Jan Kundrát
Hi, it looks like Qt tries to respect the font settings of the underlying platform in many situations, but there's unfortunately no way (AFAIK) to get the user's preference for a monospace font. My use case is to fit well into the user's desktop when showing and writing plaintext e-mails. I've

[Development] Re: Setting a Minimum Support OpenSSL Version

2013-04-16 Thread Jan Kundrát
On Tuesday, 16 April 2013 13:19:39 CEST, Richard Moore wrote: > users of long term support versions of > linux such as rhel would be in a similar position RHEL6.x actually shipped with openssl-1.0.0-4.el6 (now at openssl-1.0.0-27.el6_4.2). In case RHEL5 matters for you, it shipped with openssl-0

[Development] Re: Qt/5.0.0, clang/3.2, C++11 and qRegisterMetaType, Q_BASIC_ATOMIC_INITIALIZER

2013-04-11 Thread Jan Kundrát
On Thursday, 11 April 2013 20:17:22 CEST, Thiago Macieira wrote: > Clang. > > Its support for brace initialisation was incomplete. See the comment: Thanks for pointing me in the right direction. I've seen that ML thread before but dismissed it as irrelevant as it was specifically talking about 3.

[Development] Qt/5.0.0, clang/3.2, C++11 and qRegisterMetaType, Q_BASIC_ATOMIC_INITIALIZER

2013-04-11 Thread Jan Kundrát
Hi, I'm trying to port an application to Qt5. This is on a Linux system with clang 3.2 and Qt 5.0.0. The application requires C++11, but this particular file builds just fine when I remove -std=c++11 from the command line options. Build also succeeds with Gentoo's GCC 4.6.3 invoked with -std=c++

[Development] Rebuilding Qt5 after adding -prefix fails to link due to missing zlib options

2013-04-11 Thread Jan Kundrát
Hi, I've succesfully built Qt5 (release branch) on a Linux system with gcc 4.6. However, I forgot to add the -prefix option to configure, so I decided to do it once again (full command line `./configure -developer-build -opensource -no-gtkstyle -confirm-license -prefix /opt/qt5/`). However, now

[Development] Re: Proposal - QtSerialPort graduation from the Playground

2013-01-12 Thread Jan Kundrát
On Saturday, 12 January 2013 15:13:49 CEST, Uwe Rathmann wrote: > the serial port and a plot library are a very natural combination and the > idea of a special plot widget that is tailored to display values from the > serial port has been discussed several times. Armchair serial port user here.

[Development] [Interest] Re: qRegisterMetaType > and type flags

2013-01-03 Thread Jan Kundrát
On Thursday, 3 January 2013 08:48:58 CEST, Jedrzej Nowacki wrote: > It is an ODR violation detection: > > https://codereview.qt-project.org/#change,43812 Well, the commit message says that without that change, it's possible to get an assert if Q_DECLARE_METATYPE(QList) is missing. My code doesn't

[Development] Re: Controlling QML Imports

2012-12-13 Thread Jan Kundrát
On Wednesday, 12 December 2012 19:27:17 CEST, Alan Alpert wrote: > This doesn't completely fix the problem, because if the wrong thing is > instantiated it will still be able to do things in the period while > and just after it is instantiated. For example there could be side > effects from them in

[Development] Re: Controlling QML Imports

2012-12-11 Thread Jan Kundrát
On Tuesday, 11 December 2012 04:23:51 CEST, Alan Alpert wrote: > For finer-grained control over QML it would make sense to have an API > allowing import restrictions. Two usecases come to mind, platform > security contexts and scriptable applications. I'm currently using QML as a configuration lan

Re: [Development] Pending decisions on co-installation

2012-11-01 Thread Jan Kundrát
On 10/31/12 15:14, Oswald Buddenhagen wrote: > there is no need to make it ignore anything, as -lQtCore would not find > any of the above files. the unversioned symlink would be found by virtue > of adding -L/usr/lib64/qt5/lib to the linker command line, and that > directory (which you get from qma

Re: [Development] Pending decisions on co-installation

2012-10-31 Thread Jan Kundrát
On 10/31/12 12:23, Oswald Buddenhagen wrote: > renaming is unnecessary: > - there is no problem at all at run-time > - the problem at build time is solved by -L flags. there is no need for > an unversioned symlink in /usr/lib. On RHEL6, this is how it looks right now: kundratj@noe2 ~ $ locate /

[Development] QDateTime::currentDateTime().toString(Qt::SystemLocaleLongDate) returns as if the DST was still in effect

2012-10-29 Thread Jan Kundrát
Hi, I'm on x86_64 Gentoo Linux (timezone-data 2012c, glibc 2.15-r2), using Qt 4.8.3. My timezone is set to Europe/Prague via the /etc/localtime file. I do not have the TZ environment variable set. Calling qDebug() << QDateTime::currentDateTime().toString(Qt::SystemLocaleLongDate); shows me cor

[Development] Patch for dynamic updates to the screen's DPI settings

2012-10-22 Thread Jan Kundrát
Dear Qt developers, I got a new toy at work -- a 27" LCD with some crazy resolution (2560x1440 IIRC), i,e. its pixel density is roughly 109 PPI. The LCD I use at home has got a 94 PPI grid. I frequently move my laptop between these two places and I have yet to make my KDE 4.9 use fonts which look g