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 bad?
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())->
>
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 deskt
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
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:
QHelpEngineCore::documentsForIdentifier
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
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 ge
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 \
> >
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 \
> >
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.
> >
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 requi
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 t
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 cam
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
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
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
/\
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 yea
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)
"_CGImageDestinationAd
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 {
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) {
d->vbar->triggerAction(QScrollBar::SliderPageStepSu
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. Don't
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 ty
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 ?
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
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
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
On Donnerstag, 27. Juli 2017 16:13:05 CEST Konstantin Tokarev wrote:
>
> 27.07.2017, 16:41, "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 JI
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.9
In Qt 5.9 I find that the following ctor is marked as obsolete:
explicit QLowEnergyController(const QBluetoothAddress &remoteDevice,
const QBluetoothAddress &localDevice,
QObject *parent = Q_NULLPTR); // TODO Qt 6
remove ctor
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
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. There
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 fou
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.
> >
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'v
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.
>
On Sonntag, 23. Juli 2017 23:45:30 CEST Konstantin Tokarev wrote:
>
> 23.07.2017, 23:49, "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 requ
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
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 co
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*,
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 releas
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 e
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
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_tag?
&g
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 qt_version_ta
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:
> > &
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
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
/home/PACKAGES/qt/qt-repo/qt5/qtbase/bin/qml
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.
QWidget::sizePo
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 AF
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 ?
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
/u
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()
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 post
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
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 Q
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 e-
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 s
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 defau
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 shou
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
> > > ar
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
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 Grüße
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
On Monday 10 March 2014 09:20:14 Agocs Laszlo wrote:
> > > 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
> > > QPlatformBacki
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
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.
Quest
Hi Kurt,
On Wednesday 19 February 2014 08:14:21 Kurt Pattyn wrote:
> Hi Martin,
> > On 17 Feb 2014, at 19:39, Martin Koller wrote:
> >
> > Hi,
> >
> > had a quick look into the implementation as I wanted to use it in my
> > existing webserver.
> &g
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 a
ds,
> Rafael
>
> On Mon, Jan 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
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:
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 Q
On Thursday 19 December 2013 22:18:36 Andreas Aardal Hanssen wrote:
>
> On 19 Dec 2013, at 18:36, Rick Stockton
> 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 "fixed
> > up" (i,e, to accept
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 wrote:
> > Inner-most quote is from Martin K
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 wrote:
> Inner-most quote is from Martin Koller.
>
> >>> I've discovered that with Qt5 I get a di
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
mous
On Thursday 05 December 2013 15:27:29 Bache-Wiig Jens wrote:
>
> On 05 Dec 2013, at 15:31, Martin Koller wrote:
>
> > I'm at ec03058fa5b84b4570a2158bf2179f7ba4d83b99 and I see something I can
> > not explain:
> >
> > QApplication app(argc, argv);
&g
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:" << qPrintable(pal.brush(QPalett
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 regard
78 matches
Mail list logo