[Development] cloning qt5 warning ?

2012-10-19 Thread Martin Koller
Hi, I wanted to clone the Qt5 repo according to http://qt-project.org/wiki/Building-Qt-5-from-Git and get: git clone https://git.gitorious.org/qt/qt5.git qt5 Cloning into qt5... warning: remote HEAD refers to nonexistent ref, unable to checkout. should I be worried about this ? -- Best

[Development] Qt5.2 application palette

2013-12-05 Thread Martin Koller
I'm at ec03058fa5b84b4570a2158bf2179f7ba4d83b99 and I see something I can not explain: QApplication app(argc, argv); cerr style: qPrintable(QApplication::style()-objectName()) std::endl; QPalette pal = QApplication::palette(); cerr dark:

[Development] QWidget mouse events - different order

2013-12-18 Thread Martin Koller
I've discovered that with Qt5 I get a different order of mouse events on a QWidget than with Qt4 (openSuse 13.1 Linux, X11): double clicking a widget results in Qt4 in: mousePressEvent mouseReleaseEvent mouseDoubleClickEvent mousePressEvent mouseReleaseEvent but in Qt5 in: mousePressEvent

Re: [Development] QWidget mouse events - different order

2013-12-19 Thread Martin Koller
On Thursday 19 December 2013 09:19:38 Rick Stockton wrote: On 12/18/2013 01:10 PM, Andreas Aardal Hanssen wrote: On 18 Dec 2013, at 22:07, Rayner Pupo Gómez rpgo...@uci.cu wrote: Inner-most quote is from Martin Koller. I've discovered that with Qt5 I get a different order of mouse events

Re: [Development] QWidget mouse events - different order

2013-12-20 Thread Martin Koller
On Friday 20 December 2013 08:31:24 Martin Koller wrote: On Thursday 19 December 2013 09:19:38 Rick Stockton wrote: On 12/18/2013 01:10 PM, Andreas Aardal Hanssen wrote: On 18 Dec 2013, at 22:07, Rayner Pupo Gómez rpgo...@uci.cu wrote: Inner-most quote is from Martin Koller. I've

Re: [Development] QWidget mouse events - different order

2013-12-20 Thread Martin Koller
On Thursday 19 December 2013 22:18:36 Andreas Aardal Hanssen wrote: On 19 Dec 2013, at 18:36, Rick Stockton rickstock...@reno-computerhelp.com wrote: Perhaps we should perform as QT4 did (there wasn't a second ButtonPress, the DoubleClick ate it). Such use cases would then need to be

Re: [Development] QPalette::Mid neglected?

2014-01-16 Thread Martin Koller
On Wednesday 15 January 2014 18:16:12 Rafael Roquetto wrote: Hello everyone, I noticed that one program that I run displays a lot of black squares when it shouldn't - I traced the problem down to the fact that, at least on this env - KDE4 + Qt5 dev branch HEAD - QPalette::mid() returns

Re: [Development] QPalette::Mid neglected?

2014-01-20 Thread Martin Koller
On Friday 17 January 2014 08:43:57 Rafael Roquetto wrote: Hello Martin, Good to hear that. I am looking forward to seeing this upstream. Do you have the bug report number so I can also follow it? see https://codereview.qt-project.org/#change,76044 -- Best regards/Schöne Grüße Martin A:

Re: [Development] QPalette::Mid neglected?

2014-01-20 Thread Martin Koller
20, 2014 at 03:14:54PM +0100, Martin Koller wrote: On Friday 17 January 2014 08:43:57 Rafael Roquetto wrote: Hello Martin, Good to hear that. I am looking forward to seeing this upstream. Do you have the bug report number so I can also follow it? see https://codereview.qt

[Development] QWebsocket remark

2014-02-17 Thread Martin Koller
Hi, had a quick look into the implementation as I wanted to use it in my existing webserver. However, the API does not provide a way to use it for an _existing_ tcp communication channel. What would be great is if you modify QWebSocketDataProcessor in some way so that it just get's data from

Re: [Development] QWebsocket remark

2014-02-20 Thread Martin Koller
Hi Kurt, On Wednesday 19 February 2014 08:14:21 Kurt Pattyn wrote: Hi Martin, On 17 Feb 2014, at 19:39, Martin Koller kol...@aon.at wrote: Hi, had a quick look into the implementation as I wanted to use it in my existing webserver. However, the API does not provide a way to use

[Development] QPA / QWindow / QPainter

2014-03-07 Thread Martin Koller
I'm implementing a QPA plugin (now with 5.3 snapshot) and there's something I do not understand: When I use native widgets, every widget creates a QPlatformWindow, but only a toplevel window creates a QPlatformBackingStore, which is the class which delivers the paintDevice implementation.

Re: [Development] QPA / QWindow / QPainter

2014-03-08 Thread Martin Koller
On Friday 07 March 2014 14:56:04 Thiago Macieira wrote: Em sex 07 mar 2014, às 22:41:35, Martin Koller escreveu: I'm implementing a QPA plugin (now with 5.3 snapshot) and there's something I do not understand: When I use native widgets, every widget creates a QPlatformWindow, but only

Re: [Development] QPA / QWindow / QPainter

2014-03-10 Thread Martin Koller
On Monday 10 March 2014 14:43:42 Agocs Laszlo wrote: Yes, one platform window for each native widget and one backingstore per top level window. (where the toplevel's backingstore is the common backingstore for all of its child widgets) QPA (QPlatformBackingStore) does not know anything

[Development] Q_WS_* used in Qt sources

2014-03-12 Thread Martin Koller
I find a lot #ifdef Q_WS_* code in Qt sources (widgets). AFAIK Q_WS_ is no longer defined due to QPA. Is this something which has not been ported over to Q_OS_ and/or to QPA and do I need to expect problems (missing functionality) when I port my app from Qt4 to Qt5 ? -- Best regards/Schöne

Re: [Development] Q_WS_* used in Qt sources

2014-03-12 Thread Martin Koller
On Wednesday 12 March 2014 08:10:18 Thiago Macieira wrote: Em qua 12 mar 2014, às 12:23:33, Martin Koller escreveu: I find a lot #ifdef Q_WS_* code in Qt sources (widgets). AFAIK Q_WS_ is no longer defined due to QPA. Is this something which has not been ported over to Q_OS_ and/or to QPA

Re: [Development] Q_WS_* used in Qt sources

2014-03-13 Thread Martin Koller
On Thursday 13 March 2014 10:57:38 Paul Olav Tvete wrote: On Wednesday 12 March 2014 10:57:19 Thiago Macieira wrote: Em qua 12 mar 2014, às 18:46:15, Martin Koller escreveu: For me the code porting looks a bit unfinished due to this Q_WS artefacts, so I just fear that problems arise

[Development] qt5.3 beta - xkbcommon: ERROR

2014-03-25 Thread Martin Koller
I have installed qt5.3 pre21.1 today from openSuse repo. Now whenever I start a simple Qt5 app, I get: xkbcommon: ERROR: failed to add default include path auto Qt: Failed to create XKB context and I can not enter any text. any idea what the problem could be ? Is than an openSuse problem and

Re: [Development] qt5.3 beta - xkbcommon: ERROR

2014-03-26 Thread Martin Koller
On Wednesday 26 March 2014 00:40:54 šumski wrote: On Tuesday 25 of March 2014 21:15:48 Martin Koller wrote: I have installed qt5.3 pre21.1 today from openSuse repo. Now whenever I start a simple Qt5 app, I get: xkbcommon: ERROR: failed to add default include path auto Qt: Failed

[Development] how to contribute?

2014-04-03 Thread Martin Koller
Hi, I wanted to contribute a small fix and put it already here: https://codereview.qt-project.org/#change,81261 but it's ignored, so I probably missed a step. What should I do in addition so that a patch gets some attention ? -- Best regards/Schöne Grüße Martin A: Because it breaks the logical

[Development] Qt-Designer sources ?

2014-04-22 Thread Martin Koller
Where do I find the sources for Qt Designer ? Or is there no longer a stand-alone designer application in Qt5 as was in Qt4 ? Thanks. -- Best regards/Schöne Grüße Martin A: Because it breaks the logical sequence of discussion Q: Why is top posting bad? () ascii ribbon campaign - against html

[Development] No SSL on iOS ?

2014-04-28 Thread Martin Koller
Hi, I have installed qt-opensource-mac-x64-ios-5.3.0-beta.dmg and while compiling my app, I get: no member named 'sslConfiguration' in 'QNetworkReply' which is happening when QT_NO_SSL is defined - which seems to be the case in qconfig.h: #if defined(QT_NO_OPENSSL) defined(QT_OPENSSL) # undef

Re: [Development] [Announce] Qt 5.3 RC released

2014-05-09 Thread Martin Koller
On Thursday 08 May 2014 11:31:21 List for announcements regarding Qt releases and development wrote: Hi, The Qt5.3 is RC now released, see http://blog.qt.digia.com/blog/2014/05/08/qt-5-3-release-candidate-available/ When I compile my app for Android with 5.3.0 RC1, does it also request

[Development] 5.3.0 RC and Ministro

2014-05-12 Thread Martin Koller
When I compile my app for Android with 5.3.0 RC1, does it also request 5.3.0 RC1 libs via Ministro ? (or how can I make it use 5.3.0 RC libs also on the Android device via Ministro) ? -- Best regards/Schöne Grüße Martin A: Because it breaks the logical sequence of discussion Q: Why is top

[Development] QImage miscompilation with gcc

2015-02-04 Thread Martin Koller
I've found a very strange (and serious) miscompilation of QImage with g++ In qimage.cpp there is a simple line (3584 in Qt-5.3.2): d-paintEngine = paintEngine ? paintEngine : new QRasterPaintEngine(paintDevice); which results in 0(!). The return value of this method QImage::paintEngine()

[Development] Question to fonts and styles

2015-05-09 Thread Martin Koller
I got a question from a kolourpaint user (KDE painting program) why he can not see the same fonts he finds in e.g. libreoffice. Checking my own system (openSuse 13.2), I see some differences where I hope someone here can answer why Qt does list some fonts. E.g. fc-list finds also these fonts

[Development] iOS and QProcess in Qt5.5.0 no more ?

2015-07-02 Thread Martin Koller
Hi, my app compilation fails with Qt 5.5.0 on iOS since I found in qglobal.h #if defined(Q_OS_IOS) # define QT_NO_PROCESS #endif to be honest, I did never try if it worked, but at least my code did compile with Qt 5.4.2 Was QProcess never supposed to work there or is this a new limitation ?

Re: [Development] Qt WebKit dependency in Qt Assistant

2016-01-02 Thread Martin Koller
On Saturday 02 January 2016 10:07:28 Alejandro Exojo wrote: > El Saturday 02 January 2016, Aleix Pol escribió: > > Hi, > > One of the big news lately is the deprecation of Qt WebKit module. > > > > One of the Qt dependencies on it is assistant (which is a tool I use > > quite often, really) and

[Development] QWidget and sizePolicy

2016-03-22 Thread Martin Koller
In the docs I find: "If there is a QLayout that manages this widget's children, the size policy specified by that layout is used. If there is no such QLayout, the result of this function is used." However in the code I can not find a relation between the sizePolicy and a layout.

Re: [Development] dev branch compile fails module-qtdatavis3d

2016-07-05 Thread Martin Koller
On Saturday 02 July 2016 09:43:51 Thiago Macieira wrote: > Can you find which .o in QtGui made a reference to > qt_version_tag? Not sure I do it the correct way.. I grepped in objdump -x and find the symbol in all .o files, e.g.: ... l .group

Re: [Development] dev branch compile fails module-qtdatavis3d

2016-07-05 Thread Martin Koller
On Tuesday 05 July 2016 00:24:22 Thiago Macieira wrote: > On terça-feira, 5 de julho de 2016 08:40:27 PDT Martin Koller wrote: > > On Saturday 02 July 2016 09:43:51 Thiago Macieira wrote: > > > Can you find which .o in QtGui made a reference to > > > qt_version_

[Development] dev branch compile fails module-qtdatavis3d

2016-07-01 Thread Martin Koller
Hi, trying to build module-qtdatavis3d on dev branch (with a namespace) fails here with: make[3]: Entering directory '/home/PACKAGES/qt/qt-repo/qt5/qtdeclarative/tools/qml' g++ -Wl,--gc-sections -Wl,-rpath,/home/PACKAGES/qt/qt-repo/qt5/qtbase/lib -o

Re: [Development] dev branch compile fails module-qtdatavis3d

2016-07-01 Thread Martin Koller
On Friday 01 July 2016 08:39:07 Thiago Macieira wrote: > On sexta-feira, 1 de julho de 2016 13:26:17 PDT Martin Koller wrote: > > g++ -Wl,--gc-sections -Wl,-rpath,/home/PACKAGES/qt/qt-repo/qt5/qtbase/lib -o > > /home/PACKAGES/qt/qt-repo/qt5/qtbase/bin/qml .obj/main.o .obj/qrc

Re: [Development] dev branch compile fails module-qtdatavis3d

2016-07-02 Thread Martin Koller
On Friday 01 July 2016 12:45:07 Thiago Macieira wrote: > On sexta-feira, 1 de julho de 2016 21:36:21 PDT Martin Koller wrote: > > On Friday 01 July 2016 08:39:07 Thiago Macieira wrote: > > > On sexta-feira, 1 de julho de 2016 13:26:17 PDT Martin Koller wrote: > > &

[Development] QDBusConnection - connect to "catch all" slot ?

2016-08-26 Thread Martin Koller
Hi, In QDBusConnection there are several connect() methods which check the signature of the signal against the connected slot. Since I'd like to implement a scripting possibility around this, I'd need the possibility to either be able to receive all QDBusMessages (at least from DBus signals) or

[Development] Qt / NaCl / emscripten

2016-10-29 Thread Martin Koller
Hi, I wanted to give WebAssembly a try and wanted to compile wip/nacl with emscripten. However, compilation fails as it seems some files of pepper are missing here, e.g. pepper_55/src/ppapi_cpp/font_dev.cc I tried with 3 different pepper versions (44, 49, 55). None of these could compile since

[Development] can not build 5.9.1 qtmultimedia

2017-07-23 Thread Martin Koller
Hi, trying to build 5.9.1 (from downloaded qt-everywhere-opensource-src-5.9.1.tar.xz) on openSuse 42.2, I get linker errors in the qtmultimedia module, e.g. .obj/qgstreameraudiodecodersession.o: In function `WinCC_OA::QGstreamerAudioDecoderSession::configureAppSrcElement(_GObject*, _GObject*,

Re: [Development] QtWebKit is coming back (part 2)

2017-07-23 Thread Martin Koller
On Sonntag, 23. Juli 2017 23:45:30 CEST Konstantin Tokarev wrote: > > 23.07.2017, 23:49, "Martin Koller" <kol...@aon.at>: > > On Mittwoch, 3. Mai 2017 17:03:50 CEST Konstantin Tokarev wrote: > > > >> I'm not sure it would be acceptable, because updat

Re: [Development] can not build 5.9.1 qtmultimedia

2017-07-23 Thread Martin Koller
On Sonntag, 23. Juli 2017 23:40:30 CEST Thiago Macieira wrote: > > -) -lQt5MultimediaWidgets and others: why are they used here instead of the > > namespaced/infixed versions, which are also given> > >but later in the line ? > > Same reason: the system-wide qgsttools_p.prl file was found. >

Re: [Development] can not build 5.9.1 qtmultimedia

2017-07-24 Thread Martin Koller
On Montag, 24. Juli 2017 16:52:05 CEST Thiago Macieira wrote: > On Monday, 24 July 2017 04:26:55 PDT Martin Koller wrote: > > Why does my Qt build use the system installed /usr/lib64/libqgsttools_p.prl > > file and not the one from the build dir > > "Because it was

Re: [Development] can not build 5.9.1 qtmultimedia

2017-07-23 Thread Martin Koller
On Sonntag, 23. Juli 2017 18:54:41 CEST Thiago Macieira wrote: > On Sunday, 23 July 2017 01:50:10 PDT Martin Koller wrote: > > I found this symbol to be in the qgsttools_p lib but I fear the linker takes > > the lib from a wrong path. > > If you already have Qt installe

Re: [Development] QtWebKit is coming back (part 2)

2017-07-23 Thread Martin Koller
On Mittwoch, 3. Mai 2017 17:03:50 CEST Konstantin Tokarev wrote: > I'm not sure it would be acceptable, because updated QtWebKit requires full > C++11 support in the compiler (gcc >= 4.9, 4.8 possible with disabling some > features, or with code changes, which were not done yet). I'm trying to

Re: [Development] QtWebKit is coming back (part 2)

2017-07-27 Thread Martin Koller
On Dienstag, 25. Juli 2017 14:20:28 CEST Konstantin Tokarev wrote: > >> You can compile with GCC 4.8 if IndexedDB and FTL JIT are disabled. > >> However this brings a > >> degradation of user experience, especially in case of IndexedDB which was > >> supported > >> in previous versions.

Re: [Development] can not build 5.9.1 qtmultimedia

2017-07-24 Thread Martin Koller
On Montag, 24. Juli 2017 08:32:23 CEST Thiago Macieira wrote: > On Sunday, 23 July 2017 22:58:02 PDT Martin Koller wrote: > > So the bug in fact is that qt does not give a correct name for > > libQt5MultimediaGstTools.prl ? > > I don't know if that's a bug. I've never felt a

Re: [Development] can not build 5.9.1 qtmultimedia

2017-07-24 Thread Martin Koller
On Montag, 24. Juli 2017 08:34:56 CEST Thiago Macieira wrote: > On Sunday, 23 July 2017 23:03:04 PDT Kevin Kofler wrote: > > Thiago Macieira wrote: > > > This is the root of your problem. Something that this plugin or > > > qgsttools_p needs to link to said that its libraries are in /usr/lib64. >

Re: [Development] Qt 5.9 beta2 available

2017-04-24 Thread Martin Koller
On Freitag, 21. April 2017 09:08:00 CEST Jani Heikkinen wrote: > Hi all, > > Qt 5.9 beta2 is now available. Instructions how to get the release are here: > https://wiki.qt.io/How_to_get_snapshot_via_online_installer. Diff to first > beta can be found as an attachment. > > Please test the

Re: [Development] QtWebKit is coming back (part 2)

2017-08-17 Thread Martin Koller
Hi, is the 5.212 branch now as integrated in Qt as it was before in Qt 5.5 in the way that I can build Qt with webkit support so that the help system and assistant also use it ? What is the recommended way to build Qt and assistant to have webkit support ? -- Best regards/Schöne Grüße Martin

Re: [Development] How to get Qt_5.9.1_PRIVATE_API

2017-10-11 Thread Martin Koller
On Mittwoch, 11. Oktober 2017 10:13:07 CEST Martin Koller wrote: > On Mittwoch, 11. Oktober 2017 09:06:53 CEST Mitch Curtis wrote: > > Does -developer-build help? > > sadly no. > it still just contains > 2 0x00 0x0dcbd2c9 Qt_5_PRIVATE_API > > instead of the openSuse ve

Re: [Development] How to get Qt_5.9.1_PRIVATE_API

2017-10-11 Thread Martin Koller
From: Development [mailto:development-bounces+mitch.curtis=qt.io@qt- > > project.org] On Behalf Of Martin Koller > > Sent: Wednesday, 11 October 2017 8:56 AM > > To: development@qt-project.org > > Subject: [Development] How to get Qt_5.9.1_PRIVATE_API > > > > H

[Development] How to get Qt_5.9.1_PRIVATE_API

2017-10-11 Thread Martin Koller
Hi, on openSuse 42.2 I have a self-built 5.9.1 version and also the openSuse 5.9.1 installed one. For some reason (which is not important for my question) my application picks up the openSuse library but fails with the error libQt5Core.so.5: version `Qt_5.9.1_PRIVATE_API' not found (required by

Re: [Development] QLowEnergyController and obsolete ctor

2017-09-05 Thread Martin Koller
Hi Alex, On Dienstag, 29. August 2017 13:18:02 CEST Alex Blasche wrote: > Hi Martin, > > > -Original Message- > > From: Development [mailto:development- > > bounces+alexander.blasche=qt...@qt-project.org] On Behalf Of Martin Koller > > > In Qt 5

Re: [Development] QtWebKit is coming back (part 2)

2017-09-07 Thread Martin Koller
On Donnerstag, 27. Juli 2017 16:13:05 CEST Konstantin Tokarev wrote: > > 27.07.2017, 16:41, "Martin Koller" <kol...@aon.at>: > > On Dienstag, 25. Juli 2017 14:20:28 CEST Konstantin Tokarev wrote: > > > >> >> You can compile with GCC 4.8 if

[Development] QLowEnergyController and obsolete ctor

2017-08-22 Thread Martin Koller
In Qt 5.9 I find that the following ctor is marked as obsolete: explicit QLowEnergyController(const QBluetoothAddress , const QBluetoothAddress , QObject *parent = Q_NULLPTR); // TODO Qt 6 remove ctor but there is no other

Re: [Development] Symbol clashes with static Qt libraries

2018-08-03 Thread Martin Koller
On Donnerstag, 2. August 2018 15:45:00 CEST Simon Hausmann wrote: > Hi, > > > Before concluding that a namespaced Qt is a terrible idea, I recommend trying > out the feature. > > > It is intended to work transparently and not require any changes to the > application, nothing like having to

Re: [Development] iMX6 EGLGS 2D (QtWidgets) painting acceleration

2018-09-04 Thread Martin Koller
On Dienstag, 4. September 2018 12:14:43 CEST Uwe Rathmann wrote: > On Tue, 04 Sep 2018 12:21:29 +0300, Denis Shienkov wrote: > > > Uwe, > > what if I try to back-port my application from Qt5 to Qt4 with X11 > > support (on iMX6). > > This is what I would try first in a situation like yours.

[Development] which branch to use for a fix in 5.9 ?

2018-07-11 Thread Martin Koller
Hi, I want to create a patch for the 5.9 version, however it's not clear for me which branch to use. This guide http://wiki.qt.io/Branch-Guidelines says: "All bugfixes go into the "most frozen" maintained branch which they are relevant for. " So I assume I should use 5.9 and not 5.9.6, right ?

[Development] who generates gui/text/qcssparser.cpp

2018-10-31 Thread Martin Koller
In this file I find: // auto generated. DO NOT EDIT. class QCssScanner_Generated Who/what generates this file ? I'm looking for the syntax definition for the attribute matching since the docs only talk about attr=value and attr~=value but in the code I find others: enum ValueMatchType {

Re: [Development] Qt6: Adding UTF-8 storage support to QString

2019-01-17 Thread Martin Koller
On Mittwoch, 16. Jänner 2019 19:44:27 CET Konstantin Tokarev wrote: > From QtWebKit perpective it would be great if Qt APIs which require QString > now would also accept QLatin1String at least for ASCII-only data is QtWebKit still alive ? Seems there is nobody working on it since more than a

[Development] should 5.12 build on iOS ?

2018-12-28 Thread Martin Koller
A colleague built 5.12 for iOS but got linker errors: Undefined symbols for architecture arm64: "_CGImageDestinationCreateWithData", referenced from: QMacPasteboardMimeTiff::convertFromMime(QString const&, QVariant, QString) in libQt5ClipboardSupport.a(qmacmime.o)

[Development] QAbstractScrollArea::keyPressEvent

2018-09-18 Thread Martin Koller
I'd just like to have someone telling me if I'm completely wrong or if I'm missing something here, please: In QAbstractScrollArea::keyPressEvent(QKeyEvent * e) there is this check: } else if (e == QKeySequence::MoveToPreviousPage) {

Re: [Development] codereview, merge please

2019-02-20 Thread Martin Koller
uous Integration: Failed" https://testresults.qt.io/coin/integration/qt/qtbase/tasks/1550613219 I have no idea how a DBus test could be influenced by my commit. Should I just try to merge again or what is the correct procedure ? > > Andy > > -Opprinnelig melding- > Fra: Develo

[Development] codereview, merge please

2019-02-15 Thread Martin Koller
Hi, I made a patch here https://codereview.qt-project.org/#/c/249171/ but it's still not merged. Did I forget something ? -- Best regards/Schöne Grüße Martin A: Because it breaks the logical sequence of discussion Q: Why is top posting bad? () ascii ribbon campaign - against html e-mail /\

Re: [Development] codereview, merge please

2019-02-15 Thread Martin Koller
Thanks! > Andy > > -Opprinnelig melding- > Fra: Development på vegne av Martin > Koller > Dato: fredag 15. februar 2019 11:04 > Til: "development@qt-project.org" > Emne: [Development] codereview, merge please > > Hi, > > I made a

[Development] Qt Sanity Bot not checking ?

2019-04-14 Thread Martin Koller
Hi, I have updated https://codereview.qt-project.org/#/c/177571/ but Qt Sanity Bot does not check it. Why ? I have now a +2 from Bogdan but can not merge. -- Best regards/Schöne Grüße Martin A: Because it breaks the logical sequence of discussion Q: Why is top posting bad? () ascii ribbon

Re: [Development] Assistant WebKit/WebEngine support

2019-06-29 Thread Martin Koller
On Montag, 24. Juni 2019 11:32:15 CEST Konstantin Tokarev wrote: > > Well, what I’d really like would be a lightweight RichText / HTML+CSS > > viewer without all the baggage of a complete internet browser. QTextBrowser > > does too little, QtWebEngine much too much. > > So, QtWebKit should be

Re: [Development] 5.12.5 and wasm-emscripten

2019-09-25 Thread Martin Koller
Hi Lorn, On Donnerstag, 26. September 2019 03:32:24 CEST Lorn Potter wrote: > Hi Martin, > > > On 26/9/19 3:18 AM, Martin Koller wrote: > > Hi, > > > > just trying to compile Qt 5.12.5 for wasm-emscripten (on openSuse 15.0) and > > it fails. > >

[Development] wasm and static vs. shared libs

2019-10-01 Thread Martin Koller
Hi, I see that compiling Qt for wasm produces .a static libs. This however leads to a couple of duplicate symbols when linking my existing large application. Here https://emscripten.org/docs/compiling/Building-Projects.html?highlight=link#archive-a-files I read "Where possible it is better to

Re: [Development] wasm and static vs. shared libs

2019-10-02 Thread Martin Koller
On Mittwoch, 2. Oktober 2019 00:02:01 CEST Lorn Potter wrote: > Hi Martin, > > > On 1/10/19 4:38 PM, Martin Koller wrote: > > Hi, > > > > I see that compiling Qt for wasm produces .a static libs. > > This however leads to a couple of duplicate symbols

Re: [Development] 5.12.5 and wasm-emscripten

2019-09-30 Thread Martin Koller
On Donnerstag, 26. September 2019 20:46:15 CEST Lorn Potter wrote: > Hi, > > On 26/9/19 3:57 PM, Martin Koller wrote: > >> What configure line are you using? Are you trying to use -shared ? > > ${QTDIR}/configure -xplatform wasm-emscripten -nomake examples \ > >

Re: [Development] 5.12.5 and wasm-emscripten

2019-09-30 Thread Martin Koller
On Donnerstag, 26. September 2019 20:46:15 CEST Lorn Potter wrote: > Hi, > > On 26/9/19 3:57 PM, Martin Koller wrote: > >> What configure line are you using? Are you trying to use -shared ? > > ${QTDIR}/configure -xplatform wasm-emscripten -nomake examples \ > >

[Development] 5.12.5 and wasm-emscripten

2019-09-25 Thread Martin Koller
Hi, just trying to compile Qt 5.12.5 for wasm-emscripten (on openSuse 15.0) and it fails. Is this known or do I have a local problem ? /home/PACKAGES/qt/5.12.5/qt-everywhere-src-5.12.5/qtbase/include/QtCore/../../src/corelib/plugin/qlibrary.h:45:1: error: static_assert failed due to

[Development] how to get WinId of desktop in Qt6 without QDesktopWidget ?

2020-10-07 Thread Martin Koller
Hi, in Qt6 the QDesktopWidget is gone, which I used in QWidget *desktop = QApplication::desktop(); QPixmap pm = QGuiApplication::screenAt(event->globalPos())-> grabWindow(desktop->winId(), event->globalPos().x(), event->globalPos().y(), 1, 1); How do I get the

Re: [Development] how to get WinId of desktop in Qt6 without QDesktopWidget ?

2020-10-07 Thread Martin Koller
On Mittwoch, 7. Oktober 2020 08:24:40 CEST Martin Koller wrote: > Hi, > > in Qt6 the QDesktopWidget is gone, which I used in > > QWidget *desktop = QApplication::desktop(); > QPixmap pm = QGuiApplication::screenAt(event->globalPos())-> >

Re: [Development] QHelpEngineCore::documentsForIdentifier

2020-08-28 Thread Martin Koller
On Freitag, 28. August 2020 08:38:45 CEST Samuel Gaist wrote: > Hi, > > > On 27 Aug 2020, at 19:07, Edward Welbourne wrote: > > > > Martin Koller (14 August 2020 17:06) wrote: > > > >> I found myself getting an empty list when using > >> QHelpEn

[Development] QHelpEngineCore::documentsForIdentifier

2020-08-14 Thread Martin Koller
Hi, I found myself getting an empty list when using QHelpEngineCore::documentsForIdentifier(id) but getting 1 element when using the deprecated QHelpEngineCore::linksForIdentifier(id). Checking the code I stumbled over something which I believe is a bug:

[Development] QTouchDevice in Qt 6 ?

2021-10-08 Thread Martin Koller
Hi, seems QTouchDevice in Qt6 is gone, but I don't see any mentioning of it in https://doc.qt.io/qt-6/gui-changes-qt6.html Any hint to some information regarding this change ? -- Best regards/Schöne Grüße Martin A: Because it breaks the logical sequence of discussion Q: Why is top posting