Re: [Development] [EXTERNAL EMAIL] Re: Removing Qt 3D from release configuration in dev branch

2024-04-08 Thread Mark De Wit
replacement does not help people like me. BR, Mark * it’s happened before with the whole QtWebKit vs QtWebEngine transition which also blocked upgrades for several years as WebEngine was nowhere near feature compatible to QtWebKit for our use cases From: Development On Behalf Of Harald

Re: [Development] [EXTERNAL EMAIL] Re: Qt3D RHI render plugin status?

2022-11-30 Thread Mark De Wit
Hi Mike, You're absolutely right, somehow I missed that... 6.4.1 renderer appears to work again, once 6.4.2 fixes the font issues I'll give it a thorough test. Thanks! Mark -Original Message- From: Mike Krus Sent: 30 November 2022 11:24 To: Mark De Wit Cc: development@qt

[Development] Qt3D RHI render plugin status?

2022-11-30 Thread Mark De Wit
binaries with Qt 6.5? All the relevant bugs have been closed over a year ago, and I don't see any other discussion on this subject? Mark ___ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] [EXTERNAL EMAIL] Could support for C be added to Qt?

2022-09-13 Thread Mark De Wit
ownership and destruction, generating all the necessary template instances, etc. Of course no modern solution would follow the SWIG approach of writing your own C++ parser, but for what it is, it works pretty well. Mark From: samuel ammonius Sent: 12 September 2022 21:44 To: Mark De Wit ; development

Re: [Development] [EXTERNAL EMAIL] Re: Repository request: playground/qtscrypt

2022-09-01 Thread Mark De Wit
This sounds like QPyBind11 to me? Mark -Original Message- From: Development On Behalf Of Cristián Maureira-Fredes Sent: 31 August 2022 23:33 To: development@qt-project.org Subject: [EXTERNAL EMAIL] Re: [Development] Repository request: playground/qtscrypt On 8/31/22 21:33, Konrad

Re: [Development] [EXTERNAL EMAIL] cmake targets for plugins are still not working (QTBUG-89643)

2021-05-27 Thread Mark De Wit
Note, I've been informed on that bug that shared and static builds require different fixes and therefore created a new bug report QTBUG-94066 for fixing the shared / official installs versions. Thank, Mark From: Development On Behalf Of Mark De Wit Sent: 27 May 2021 17:50 To: Development@qt

[Development] cmake targets for plugins are still not working (QTBUG-89643)

2021-05-27 Thread Mark De Wit
tells me: get_target_property() called with non-existent target "Qt6::QWindowsIntegrationPlugin". And... get_target_property() called with non-existent target "Qt6::QSvgIconPlugin". Etc... Kind regards, Mark ___ Development mailing

Re: [Development] [Interest] download.qt.io is down

2021-01-19 Thread Mark Long
It seems that the only mirror list I can find online is served from download.qt.io, which is quite unhelpful at the moment. Does anyone have a mirror link handy or a link to another list somewhere else? Thanks much! Mark On Tue, Jan 19, 2021 at 12:59 PM Tuukka Turunen wrote: >

Re: [Development] Qt 5.13 & 5.14 add device-independent pixels to device-dependent

2020-03-27 Thread Mark De Wit
artifacts > > Thanks Christoph and Thiago; I can reproduce both issues. Our application is also blocked from Qt upgrades by the winId() issue, but in our case it appears to be linked to our use of QDockWidget and QTabWidgets. We've created https://bugreports.qt.io/br

Re: [Development] How to perform unattended installations of Qt? (Was: Changes to Qt offering)

2020-02-17 Thread Mark De Wit
I'm there I can just configure the Visual Studio plugin for Qt too...) Mark > > Regards, > Sze-Howe > > On Sat, 15 Feb 2020 at 07:06, Sze Howe Koh wrote: > > > > On Sat, 15 Feb 2020 at 04:19, Thiago Macieira > wrote: > > > On Tuesday, 28 January 2020 19:31:34 PS

Re: [Development] [Releasing] HEADS-UP: Qt 5.15 Feature Freeze is in effect now

2020-02-07 Thread Mark De Wit
SIGNAL(error(QAbstractSocket::SocketError))" and print a warning > > about the dangerous Qt4-style connection. > > Check with Friedemann on the review, but I suspect he'd welcome a patch that > adds that to the tool. I think clazy has a check for this already? https://github.com/KDE/cl

Re: [Development] Changes to Qt offering

2020-01-31 Thread Mark De Wit
Ah, you are right, thanks for your help. It turns out, accidentally entering a character in the email field does indeed remove the Skip button, but I spotted the issue for them and was able to guide them through the rest of the installation. Mark > -Original Message- > From

Re: [Development] Changes to Qt offering

2020-01-31 Thread Mark De Wit
developers in this company to create Qt accounts, that's a non-starter... Mark > -Original Message- > From: Development On Behalf Of > Mark De Wit > Sent: 28 January 2020 11:38 > To: Lars Knoll ; Qt development mailing list > > Subject: Re: [Development] C

Re: [Development] Changes to Qt offering

2020-01-28 Thread Mark De Wit
my cause either...) Mark -Original Message- From: Development On Behalf Of Lars Knoll Sent: 27 January 2020 14:35 To: Qt development mailing list Subject: [Development] Changes to Qt offering Hi all, The Qt Company has done some adjustments to the Qt will be offered in the fu

Re: [Development] Updated high-DPI support for Qt 5.14

2019-10-03 Thread Mark De Wit
ng (if any). Mark > -Original Message- > From: Development On Behalf Of > Christoph Cullmann > Sent: 01 October 2019 22:19 > To: development@qt-project.org > Subject: Re: [Development] Updated high-DPI support for Qt 5.14 > > Hi, > > actually, unre

Re: [Development] Proposing CMake as build tool for Qt 6

2019-06-17 Thread Mark De Wit
build flags into the clang/gcc pch stage (it didn't work for me, I ended up missing critical flags). I used some ideas from cotire to generate a list of includes to seed each module PCH header file, but maintain updates manually (like MSVC stdaf

Re: [Development] Adding more Datetime classes to Qt

2019-04-10 Thread Mark De Wit
perhaps more likely to lead to error than the plain C time since epoch with no hours being added/subtracted. Mark ___ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] What to expect from QIcon/the icon engine on screen changes

2019-04-09 Thread Mark De Wit
than change every widget painter for every theme Mark -Original Message- From: Development On Behalf Of Elvis Stansvik Sent: 08 April 2019 15:15 To: Olivier Goffart Cc: development@qt-project.org Subject: Re: [Development] What to expect from QIcon/the icon engine on screen changes

Re: [Development] What to expect from QIcon/the icon engine on screen changes

2019-04-08 Thread Mark De Wit
r windows (Qt applying scaling to coordinates when it's not required etc). Mark -Original Message- From: Development On Behalf Of Elvis Stansvik Sent: 07 April 2019 19:21 To: Olivier Goffart Cc: development@qt-project.org Subject: Re: [Development] What to expect from QIcon/the i

Re: [Development] Does iMX6 support EGL on X11 feature?

2019-03-25 Thread Mark De Wit
I’ve had a good experience adding KPlotWidget into my application for simple line plots. It’s simple and easily to modify if required. https://github.com/KDE/kplotting Mark From: Development On Behalf Of Denis Shienkov Sent: 23 March 2019 07:57 To: Alexander Nassian Cc: development@qt

Re: [Development] HEADS-UP: Branching from '5.12' to '5.12.1' started

2019-02-01 Thread Mark De Wit
alpha for another data point. Mark -Original Message- From: Jani Heikkinen Sent: 01 February 2019 09:53 To: Mark De Wit ; development@qt-project.org Subject: Re: [Development] HEADS-UP: Branching from '5.12' to '5.12.1' started Hi! This is sadly to hear. Please report all findings

Re: [Development] HEADS-UP: Branching from '5.12' to '5.12.1' started

2019-02-01 Thread Mark De Wit
Hmm, having given 5.12.1 a good try, sadly I'm seeing too many regressions with our QWidgets application for us to deploy it. Shame, as it did fix some of our last remaining high-dpi issues in WebEngine and it looks like it handles mixed-dpi screens on Windows better than 5.12.0. Mark

Re: [Development] HEADS-UP: Branching from '5.12' to '5.12.1' started

2019-01-30 Thread Mark De Wit
s half a day burned, considering I have to uninstall again and then reinstall msvc 2017 package (luckily I have that option, or I'd be more upset)... Mark -Original Message- From: Development On Behalf Of Michal Klocek Sent: 30 January 2019 10:41 To: development@qt-project.org

Re: [Development] HEADS-UP: Branching from '5.12' to '5.12.1' started

2019-01-30 Thread Mark De Wit
Selecting MSVC 2015 64-bit + Qt WebEngine for 5.12.1 in the installer does not give me WebEngine. Is that intentional? Should the installer perhaps warn that the selected combination is unsupported? I shall try again with MSVC 2017... KR, Mark -Original Message- From: Development

Re: [Development] Qt 5.12 beta2 released

2018-10-17 Thread Mark De Wit
It's great to see a resolution so close... I'll see if I can find time to try the patch locally. Really appreciate the work going into it! Kind regards, Mark -Original Message- From: Michal Klocek Sent: 17 October 2018 09:32 To: Mark De Wit ; development@qt-project.org Subject: Re

Re: [Development] Qt 5.12 beta2 released

2018-10-17 Thread Mark De Wit
What is the criteria for blocker? It would be great if WebEngine were usable again for people behind proxies (my last usable Qt release is 5.9)... https://bugreports.qt.io/browse/QTBUG-69281 is marked as P1 but not targeted at 5.12? Kind regards, Mark -Original Message- From

Re: [Development] Qt 5.12 new features

2018-08-16 Thread Mark Gaiser
On Thu, Aug 16, 2018 at 4:17 PM Vlad Stelmahovsky < vladstelmahov...@gmail.com> wrote: > A bit unclear about deprecating QQC1 > Since in QQC2 no TreeView and even no plans for this, isn't it a bit too > early to deprecate QQC1? > > thanks > > On Thu, Aug 16, 2018 at 4:02 PM Jason H wrote: > >>

Re: [Development] Relocating a Qt compilation

2018-06-28 Thread Mark De Wit
A qt.conf file could also help point to correct locations. It doesn't have to be absolute, it can be relative? This is how we deal with the hard-coded paths. Mark -Original Message- From: Development On Behalf Of Thiago Macieira Sent: 28 June 2018 15:58 To: development@qt

Re: [Development] Coding style for lambdas, particularly their open-brace

2017-08-18 Thread Mark Gaiser
On Fri, Aug 18, 2017 at 2:17 PM, Edward Welbourne wrote: > Hi all, > > We have a draft policy for lambdas at [0], in a section that begins with > > Note: This section is not an accepted convention yet. > This section serves as baseline for further discussions. > >

Re: [Development] [Qt-Quick] GridStar layout for QML

2017-05-28 Thread Mark Gaiser
On Sun, May 28, 2017 at 5:00 AM, Casey Sanchez wrote: > I've created a grid layout that I find to be more functional than the > default that is provided. > > For full documentation please see: > https://forum.qt.io/topic/64699/gridstar-layout > > The Git Repo can be found

Re: [Development] QHash iteration vs std::unordered_map

2017-04-16 Thread Mark Gaiser
On Sun, Apr 16, 2017 at 9:48 PM, Samuel Gaist <samuel.ga...@edeltech.ch> wrote: > >> On 16 Apr 2017, at 17:53, Thiago Macieira <thiago.macie...@intel.com> wrote: >> >> Em domingo, 16 de abril de 2017, às 08:05:21 PDT, Mark Gaiser escreveu: >>> That agai

Re: [Development] QHash iteration vs std::unordered_map

2017-04-16 Thread Mark Gaiser
On Sun, Apr 16, 2017 at 5:53 PM, Thiago Macieira <thiago.macie...@intel.com> wrote: > Em domingo, 16 de abril de 2017, às 08:05:21 PDT, Mark Gaiser escreveu: >> That again makes me wonder, why did Qt diverge from that? > > We didn't diverge. We never had that. The Qt style

Re: [Development] QHash iteration vs std::unordered_map

2017-04-16 Thread Mark Gaiser
f Qt plans to change it in Qt6? > > > > > Le dim. 16 avr. 2017 à 15:57, Mark Gaiser <mark...@gmail.com> a écrit : >> >> Hi, >> >> Take this simple example: >> >> QHash<int, QString> test = { >> {10, "aaa"}, >&g

[Development] QHash iteration vs std::unordered_map

2017-04-16 Thread Mark Gaiser
curious about is why there is a difference at all? I'm curious because the behavior is a bit unexpected when compared to std::unordered_map. I would have guessed QHash to follow the same logic as std::unordered_map, only with a Qt syntax. So for instance a return of QPair(...), not the v

Re: [Development] QList

2017-03-20 Thread Mark Gaiser
On Sat, Mar 18, 2017 at 10:51 AM, Marc Mutz wrote: > On Saturday 18 March 2017 09:06:09 Ville Voutilainen wrote: >> There's been a fair amount of talk about QList's future, so I'm curious: >> >> 1) What are the problems with QList? > > See Konstantin's reply. For me, the

Re: [Development] Qt 5.9 feature freeze

2017-01-24 Thread mark diener
Jani: Qt shipped 5.8.0. Qt Lite shipped. Nice Job. Maybe Qt should actually define "Feature Freeze" as the following: Qt will now FREEZE new development and task dev staff 100% for 2 months to clean out all the bugs that are P2 important and up and get caught up on bug fixing. At the end of 2

Re: [Development] Branch request: wip/itemviews in qtdeclarative

2017-01-14 Thread Mark Gaiser
On Sat, Jan 14, 2017 at 5:06 PM, J-P Nurmi wrote: > Hi, > > Nice, looks great! It would be a very welcome contribution. We could > polish and add the missing bits in the WIP branch if you’re interested? I > haven’t thought about the exact details and requirements for >

Re: [Development] A new approach for Qt main()

2016-12-12 Thread Mark De Wit
. Mark -Original Message- From: Development [mailto:development-bounces+mark.dewit=iesve@qt-project.org] On Behalf Of Thiago Macieira Sent: 10 December 2016 00:43 To: development@qt-project.org Subject: Re: [Development] A new approach for Qt main() Em sexta-feira, 9 de dezembro de

Re: [Development] Use of Standard Library containers in Qt source code

2016-07-02 Thread Mark Gaiser
On Fri, Jul 1, 2016 at 8:36 PM, Thiago Macieira wrote: > Premises not under discussion: > > Qt source code is product and meant to be read by our users > Qt source code must be clean and readable > > The above is not up for debate. > > For some time

Re: [Development] commas in ctor-init-lists

2016-06-01 Thread Mark Gaiser
On Wed, Jun 1, 2016 at 2:41 PM, Marc Mutz wrote: > Hi, > > There seems to have been a silent underground move to uglify the Qt sources > , by using commas to introduce lines > . I have no idea where this came from > , but it looks butt > -ugly and it is in violation of http >

[Development] QVariant performance

2016-05-16 Thread Mark Gaiser
Hi, Just a fyi since the article might be of interest to some on this list. I just stumbled upon this github project [1]. The article and rationale for that project can be found here [2]. It claims to be a stack based "variant" implementation made for performance and as little overhead as

Re: [Development] -developer-build (was: [5.7-beta] compile error with xcode-6.4

2016-05-04 Thread Mark De Wit
with their own software? The trial & error approaches I have witnessed in the past have not been a positive experience. Mark -Original Message- From: Development [mailto:development-bounces+mark.dewit=iesve@qt-project.org] On Behalf Of Thiago Macieira Sent: 04 May 2016 1

Re: [Development] -developer-build (was: [5.7-beta] compile error with xcode-6.4

2016-05-04 Thread Mark De Wit
gure flags are poorly documented, and options like qtlibinfix (which I understood to be a recommended best practice) isn't even mentioned on the configure flag page. Kind regards, Mark -Original Message- From: Development [mailto:development-bounces+mark.dewit=iesve@qt-project.org]

Re: [Development] Security bulletin: Deprecating QRect

2016-04-01 Thread Mark Gaiser
On Fri, Apr 1, 2016 at 10:58 AM, Friedemann Kleint < friedemann.kle...@theqtcompany.com> wrote: > Hi, > > as discussed in the thread "Re: [Development] Fixing QRect::width() / > height()", QRect can be misused to trigger undefined behaviour. This > pattern has been observed in recent ransomware

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

2016-02-23 Thread mark diener
Hello List: Anybody running OSX El Capitan 10.11 with Qt 5.6.0 RC and IOS 9.2 and Xcode 7.2 and able to successfully debug under IOS Simulator? https://bugreports.qt.io/browse/QTCREATORBUG-15705 Any comments appreciated, md On Tue, Feb 23, 2016 at 11:41 PM, List for announcements regarding Qt

Re: [Development] HEADS UP: Qt 5.6.0 branching ongoing

2016-02-02 Thread mark diener
Jani: I submitted a message a week ago about the blocker list criterion and could not find a QT FAQ on what are the critierion. For example: https://bugreports.qt.io/browse/QTBUG-50374 is NOT a blocker for 5.6.0 RC. It is P2: Important. Likely I am missing something about how the blocker list

Re: [Development] [Interest] 5.7 feature freeze

2016-01-28 Thread mark diener
feature freeze 5.7 on Monday. Thanks, md On Wed, Jan 27, 2016 at 10:15 AM, Rutledge Shawn <shawn.rutle...@theqtcompany.com> wrote: > >> On 27 Jan 2016, at 13:34, mark diener <rpzrpz...@gmail.com> wrote: >> >> The other major problem is that QQuickItem does

Re: [Development] 5.7 feature freeze

2016-01-27 Thread mark diener
Lars: I am sure I am not the only newcomer to QT who would love to add code to the 5.7 feature list, but barely have time to contribute bugs to debug 5.6.0 beta let alone look ahead to 5.7 Now we are faced with waiting until 5.8 to even think about a set of key missing functions in Qt QML. I am

Re: [Development] HEADS UP: Qt 5.6.0 branching ongoing

2016-01-25 Thread mark diener
Jani: I see the 5.6.0 RC blocker list. But what about bugs like? Using 5.6.0 Beta: https://bugreports.qt.io/browse/QTBUG-50374 What is the criterion for entry into the blocker list? Only core code, not tools? Thank you, md On Mon, Jan 25, 2016 at 5:39 AM, Heikkinen Jani

Re: [Development] High-DPI on Win

2015-12-29 Thread Mark De Wit
not found many Windows applications that handle high-dpi correctly, software is definitely lagging behind hardware here. Mark From: Development [mailto:development-boun...@qt-project.org] On Behalf Of Die Waldmanns Sent: 28 December 2015 20:51 To: development@qt-project.org Subject: [Development

Re: [Development] High-DPI on Win

2015-12-29 Thread Mark De Wit
transform to make them scale to 250%. Mark -Original Message- From: Development [mailto:development-boun...@qt-project.org] On Behalf Of Thiago Macieira Sent: 29 December 2015 12:19 To: development@qt-project.org Subject: Re: [Development] High-DPI on Win On Tuesday 29 December 2015 09:45:

Re: [Development] Please do not remove QtWebkit from 5.6 official binaries

2015-12-04 Thread Mark De Wit
/releases Mark -Original Message- From: Development [mailto:development-boun...@qt-project.org] On Behalf Of Alejandro Exojo Sent: 03 December 2015 19:08 To: development@qt-project.org Subject: Re: [Development] Please do not remove QtWebkit from 5.6 official binaries El Thursday 03 December

Re: [Development] Please do not remove QtWebkit from 5.6 official binaries

2015-12-04 Thread Mark De Wit
We tried this solution already in combination with WebEngine. It draws a bitmap of the current view into the PDF. Even text gets rendered as bitmaps, it is a far cry from supporting our multi-page HTML documents. Mark From: Edward Sutton [mailto:edward.sut...@subsite.com] Sent: 04 December

Re: [Development] Please do not remove QtWebkit from 5.6 official binaries

2015-12-03 Thread Mark De Wit
regards, Mark From: Turunen Tuukka [mailto:tuukka.turu...@theqtcompany.com] Sent: 03 December 2015 12:30 To: Mark De Wit <mark.de...@iesve.com>; development@qt-project.org Subject: RE: [Development] Please do not remove QtWebkit from 5.6 official binaries Hi Mark, If you need to use Qt

Re: [Development] About qfilesystemwatcher: what events?

2015-11-30 Thread Mark Gaiser
On Mon, Nov 30, 2015 at 11:07 AM, Stef Bon wrote: > Hi, > > I'm looking at qfilesystemwatcher. > It's not possible to configure what events it watches. For example: > > when watching a directory and an event happens on an entry in this > directory: it's changed. > The size for

Re: [Development] Enhancement to QIODevice?

2015-09-16 Thread Mark Gaiser
On Wed, Sep 16, 2015 at 1:13 PM, Andrzej Ostruszka < andrzej.ostrus...@gmail.com> wrote: > On 09/16/2015 08:57 AM, Thiago Macieira wrote: > >>> You could use peek() to search the buffer, then read() exactly as much > as > >>> you really need. > >> > >> I understand that we are talking about > >>

Re: [Development] QDateTime is missing shared null optimization

2015-08-02 Thread Mark Langezaal
. Regards, Mark Langezaal ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Container benchmark was HEADS UP: Don't use QList, use Q_DECLARE_TYPEINFO

2015-07-17 Thread Mark Gaiser
On Fri, Jul 17, 2015 at 12:07 PM, André Somers an...@familiesomers.nl wrote: Marc Mutz schreef op 17-7-2015 om 12:21: What might also be a consideration when making a container like this, is that I find the key is often (not always of course) already part of the value data structure. For

Re: [Development] Container benchmark was HEADS UP: Don't use QList, use Q_DECLARE_TYPEINFO

2015-07-17 Thread Mark Gaiser
On Fri, Jul 17, 2015 at 2:13 PM, André Somers an...@familiesomers.nl wrote: Mark Gaiser schreef op 17-7-2015 om 13:44: You can use std::find_if for that on any container. Works for C++11 and even before that. C++11 gives the benefit of using a lambda in the std::find_if UnaryPredicate

[Development] qqmlengine/qqmlimport access

2015-05-29 Thread mark diener
to achieve the following: QQmlEngine::addImportComponent(QString gname,QQmlComponent gcomponent) ; QQmlEngine::removeImportComponent(QString gname) ; In QML, I could either have an importExtension() OR an implicitImport() in qqmlimports. Thanks, Mark

[Development] Q_INVOKABLE QAbstractListModel

2015-05-23 Thread mark diener
in the framework for Qt 5.5.x Anybody's comments appreciated... mark ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] 5.4.1 OSX macdeployqt FAIL

2015-05-10 Thread mark diener
: /macdev/qdev/buildosx/testdep.app/Contents/PlugIns QLibraryInfo::Qml2ImportsPath: /macdev/qdev/buildosx/testdep.app/Contents/Resources/qml QQmlApplicationEngine failed to load component qrc:/main.qml:1 module QtQuick plugin qtquick2plugin not found Anybody gotten through this OSX Ugliness? Mark

Re: [Development] 5.4.1 OSX macdeployqt FAIL

2015-05-10 Thread mark diener
. YIKES! Who is the maintainer of macdeployqt? On Sun, May 10, 2015 at 9:57 AM, mark diener rpzrpz...@gmail.com wrote: Hello: Has someone gotten macdeployqt to actually work and create a self running bundle that successfully runs on OSX ? If yes, please share your command line for macdeployqt

Re: [Development] Building Modules

2015-04-22 Thread mark diener
install without error. Thank you again for your frequent and prompt suggestions. Cheers, md On Wed, Apr 22, 2015 at 6:13 PM, Thiago Macieira thiago.macie...@intel.com wrote: On Wednesday 22 April 2015 17:29:28 mark diener wrote: Thiago and Gunnar: Thank you for your suggestions, yet none

Re: [Development] Building Modules

2015-04-22 Thread mark diener
: fatal error U1077: 'cd' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. On Sat, Apr 18, 2015 at 3:00 PM, Thiago Macieira thiago.macie...@intel.com wrote: On Saturday 18 April 2015 09:47:28 mark diener wrote: Hello: How does one remove

[Development] Building Modules

2015-04-18 Thread mark diener
Hello: How does one remove a submodule from a git repository build? (even if I already downloaded it) In this case, I want qlalr submodule to be removed from the build process. Qlalr does not build on Windows Any responses, thanks. Mark

[Development] Modules and skip

2015-04-18 Thread mark diener
this linkage without major source code changes? Thanks, Mark ModuleDescription Qt Core http://doc.qt.io/qt-5/qtcore-index.htmlCore non-graphical classes used by other modules. Qt GUI http://doc.qt.io/qt-5/qtgui-index.htmlBase classes for graphical user interface (GUI) components. Includes OpenGL. Qt

Re: [Development] New Qt 4.8.7 snapshot build is available

2015-03-18 Thread Mark Gaiser
Does this qualify as a release blocker? https://bugreports.qt.io/browse/QTBUG-45100 Would be a shame if it missed the 4.8.7 release imho. On Mon, Feb 16, 2015 at 12:01 PM, Salovaara Akseli akseli.salova...@theqtcompany.com wrote: Hi, New Qt 4.8.7 snapshot build is available

Re: [Development] Proposal: Deprecating platforms in Qt 5.6 that don't support lambda

2015-02-20 Thread Mark Gaiser
On Fri, Feb 20, 2015 at 2:26 AM, Thiago Macieira thiago.macie...@intel.com wrote: On Friday 20 February 2015 00:17:00 Mathias Hasselmann wrote: Use std::cref() if not sure about your container's constness. for (auto const item : std::cref(c)) { ... } Do NOT do this. This will crash:

Re: [Development] Mime database size

2015-02-17 Thread Mark Gaiser
On Tue, Feb 17, 2015 at 12:17 PM, Arnaud Vrac raw...@gmail.com wrote: On Tue, Feb 17, 2015 at 12:13 PM, Иван Комиссаров abba...@gmail.com wrote: Hello, Arnaud Vrac. What tool should should generate binary cache on Mac OS/Windows? I think the update-mime-database binary can also be

Re: [Development] Why can't QString use UTF-8 internally?

2015-02-11 Thread Mark Gaiser
On Wed, Feb 11, 2015 at 12:33 AM, Thiago Macieira thiago.macie...@intel.com wrote: On Tuesday 10 February 2015 23:17:21 Allan Sandfeld Jensen wrote: Maybe with C++11 we don't need QString that much anymore. Use std::string with UTF8 and std::u32string for UCS4. For Qt6 it would be worth

Re: [Development] New Qt 4.8.7 snapshot build is available

2015-01-30 Thread Mark Gaiser
this issue pop up. Best regards, Mark ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] QTBUG-39477 - Enable QWidget based classes to be used in QML files

2015-01-19 Thread Mark Gaiser
On Sat, Jan 17, 2015 at 4:49 PM, Fanda Vacek fanda.va...@gmail.com wrote: Hi, please, is there anybody with +2 who can make review for patch on this bug (https://bugreports.qt.io/browse/QTBUG-39477)? It is marked as CRITICAL since 5.2 and patch is prepared for review. We have 5.4.1 now and

Re: [Development] Adding new third party component three.js to Qt?

2015-01-09 Thread Mark Gaiser
On Fri, Jan 9, 2015 at 3:39 PM, Keränen Pasi pasi.kera...@theqtcompany.com wrote: Hi Louai, The changes required to the library were originally quite large. But thanks to the bug fixes in V4VM, maturing of Canvas3D and writing of some wrapper classes to make e.g. Image loading look and smell

Re: [Development] qt.io download-open-source page updated

2014-10-07 Thread Mark Gaiser
is disabled which it isn't. Just make it green like the other download buttons. 3. Different tick marks are used. http://www.qt.io/support/ and http://www.qt.io/download/ Cheers, Mark ___ Development mailing list Development@qt-project.org http://lists.qt

Re: [Development] Requesting removal of qtjsondb

2014-09-17 Thread Mark Gaiser
On Wed, Sep 17, 2014 at 11:05 AM, Joerg Bornemann joerg.bornem...@digia.com wrote: The qtjsondb module is dead. It doesn't build since ages and has zero users. As civilized people we should bury our dead. Therefore I'd like to request the removal of qtjsondb from Qt's mother repository.

Re: [Development] Requesting removal of qtjsondb

2014-09-17 Thread Mark Gaiser
On Wed, Sep 17, 2014 at 11:18 AM, Joerg Bornemann joerg.bornem...@digia.com wrote: On 17-Sep-14 11:13, Mark Gaiser wrote: It was one of the modules i was looking forward to while Qt 5.0 was in development. It seemed to be quite promising at the time. The alternative to removal is fixing

Re: [Development] www.qt.io/download-open-source is broken

2014-09-17 Thread Mark Gaiser
On Wed, Sep 17, 2014 at 9:37 PM, Kuba Ober k...@mareimbrium.org wrote: I’d like to personally scold whoever came up with the idea of starting the “default” download at www.qt.io/download-open-source. I, for one, never download the default installer since it was always subtly broken in one

Re: [Development] New company name for Qt part of Digia and unified web site

2014-09-16 Thread Mark Gaiser
On Tue, Sep 16, 2014 at 2:11 PM, Knoll Lars lars.kn...@digia.com wrote: Hi everybody, I’m happy to tell you that we’re making significant progress towards the new unified web page that I’ve first been talking about at the contributor summit. We just launched the first stage of it on

Re: [Development] HEADS UP: Qt 5.4 feature freeze - is frozen now

2014-08-10 Thread Mark Gaiser
On Sat, Aug 9, 2014 at 10:39 PM, Hausmann Simon simon.hausm...@digia.com wrote: Hi, I sincerely hope that the class name will be reconsidered, given how generic and therefore ambiguous the term volume is. Please consider making it more specific by adding Storage or something else to the

Re: [Development] HEADS UP: Qt 5.4 feature freeze - is frozen now

2014-08-10 Thread Mark Gaiser
, but that's not corrrect due to network volumes, which are not drives, actually. Any other suggestions? QMountInfo perhaps? Иван Комиссаров 10 авг. 2014 г., в 14:21, Knoll Lars lars.kn...@digia.com написал(а): I agree with Simon and Mark. Volume is a term that IMO will confuse most people

Re: [Development] HEADS UP: Qt 5.4 feature freeze - is frozen now

2014-08-10 Thread Mark Gaiser
On Sun, Aug 10, 2014 at 1:39 PM, Иван Комиссаров abba...@gmail.com wrote: I was thinking a bit and made a conclusion that volume is the exact word for a mount point. Mac OS API uses volume to represent mounted disks

Re: [Development] How does QML versioning work?

2014-07-27 Thread Mark Gaiser
Also, where are the changelogs for each new version of a QML module? (e.g. what's the difference between QtQuick 2.2 and QtQuick 2.3?) I was going to say: I would like to know that as well since it only seems to be visible in the actual git logs But then i started looking at the new changes in

Re: [Development] Qt High-dpi QtCS report and patch status (on hold)

2014-07-02 Thread Mark Gaiser
that this upcoming LTS version is going to be used for years to come. Not having highdpi support in there would be a missed opportunity imho. Cheers, Mark ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo

[Development] Qt (5.3.0) QML on Mali 400 armsoc driver. Could it be broken?

2014-05-29 Thread Mark Gaiser
information, please don't hesitate to ask. I'd gladly help. Cheers, Mark ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Qt (5.3.0) QML on Mali 400 armsoc driver. Could it be broken?

2014-05-29 Thread Mark Gaiser
Op 30 mei 2014 01:39 schreef Mark Gaiser mark...@gmail.com: Hi, I'm trying to run Qt5 QML examples on the odroid-x. That device has the mail 400 gpu with the armsoc driver. I have a working graphical environment and i can run a OpenGL ES 2 demo benchmark (non Qt) glmark2-es2. That seems

Re: [Development] Question about Qt's future

2014-04-27 Thread Mark Gaiser
On Sun, Apr 27, 2014 at 10:37 PM, Thiago Macieira thiago.macie...@intel.com wrote: Em dom 27 abr 2014, às 12:55:58, Peter Kümmel escreveu: Having imperative code on the JS side is also the root of the rejection of QML for many C++ developers. If QML would have been just a improved .ui nobody

Re: [Development] Qt Quick Controls Calendar

2014-02-12 Thread Mark Gaiser
of this. But i will gracefully use your creation when trying to hook in the Akonadi calendar events once Qt 5.3 is out. Thanks again! Cheers, Mark ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Cross compiling Qt for windows using ming32 on Linux

2014-02-08 Thread Mark Brand
) might be what you are looking for. It builds Qt 4, Qt 5, and dozens of other packages. It supports both MinGW and MinGW-w64 toolchains. Easy to customize too. In any case, it might be helpful to look at its Qt configure options. Mark ___ Development

Re: [Development] QtQuick: Drag pixmap

2014-01-29 Thread Mark Gaiser
On Tue, Jan 28, 2014 at 11:32 PM, Alan Alpert 4163654...@gmail.com wrote: On Tue, Jan 28, 2014 at 1:25 PM, Mark Gaiser mark...@gmail.com wrote: On Tue, Jan 28, 2014 at 8:28 PM, Alan Alpert 4163654...@gmail.com wrote: On Wed, Jan 22, 2014 at 10:42 AM, Mark Gaiser mark...@gmail.com wrote: On Wed

Re: [Development] QtQuick: Drag pixmap

2014-01-22 Thread Mark Gaiser
On Wed, Jan 22, 2014 at 12:11 AM, Fabien Castan fabcas...@gmail.com wrote: Hi, Qt 5.2 adds the possibility to use dragdrop from/to external applications. To allows to drag an item from QML to an external application, we can't simply set a target item, because we want to see this item ouside

[Development] Does Qt support FreeSync and G-Sync?

2014-01-08 Thread Mark Gaiser
out of curiosity. I have no hardware that supports either g-sync or freesync. Cheers, Mark ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Qt Quick Controls Calendar

2014-01-07 Thread Mark Gaiser
On Fri, Dec 27, 2013 at 4:15 PM, Sebastian Kügler se...@kde.org wrote: On Saturday, December 21, 2013 19:50:30 Mark Gaiser wrote: I hope some of the plasma folks can provide some feedback on the ideas proposed in this thread. Which ideas exactly? The thread is quite convoluted, and it's hard

Re: [Development] Qt Quick Controls Calendar

2014-01-07 Thread Mark Gaiser
On Tue, Jan 7, 2014 at 2:49 PM, Martin Klapetek martin.klape...@gmail.com wrote: On Fri, Dec 6, 2013 at 3:08 PM, Mark Gaiser mark...@gmail.com wrote: Below is my feature list that i'd like to have in that calendar. Since i have some experience in that area i will try to help out as much as i

Re: [Development] Qt Quick Controls Calendar

2013-12-27 Thread Mark Gaiser
On Fri, Dec 27, 2013 at 4:15 PM, Sebastian Kügler se...@kde.org wrote: On Saturday, December 21, 2013 19:50:30 Mark Gaiser wrote: I hope some of the plasma folks can provide some feedback on the ideas proposed in this thread. Which ideas exactly? The thread is quite convoluted, and it's hard

Re: [Development] Qt Quick Controls Calendar

2013-12-21 Thread Mark Gaiser
On Fri, Dec 6, 2013 at 4:11 PM, Mitch Curtis mitch.cur...@digia.com wrote: On 12/06/2013 03:08 PM, Mark Gaiser wrote: On Fri, Dec 6, 2013 at 2:02 PM, Mitch Curtis mitch.cur...@digia.com wrote: Hello. At the beginning of this year I started work on a Calendar for Qt Quick Controls

Re: [Development] Qt Quick Controls Calendar

2013-12-06 Thread Mark Gaiser
On Fri, Dec 6, 2013 at 2:02 PM, Mitch Curtis mitch.cur...@digia.com wrote: Hello. At the beginning of this year I started work on a Calendar for Qt Quick Controls as a sort of side project. After removing the WIP from the commit message, I got some feedback from developers who either a) had

Re: [Development] OpenGL drivers

2013-12-04 Thread Mark Gaiser
On Wed, Dec 4, 2013 at 12:37 PM, Mitch Curtis mitch.cur...@digia.com wrote: On 12/04/2013 11:47 AM, Sletta Gunnar wrote: QWidget has the exact opposite problem. Layouts, styles and rendering happens in pixel units while fonts are sized in point size. This is also a problem when moving

Re: [Development] Can the hidden QML properties please be documented?

2013-12-02 Thread Mark Gaiser
On Mon, Dec 2, 2013 at 10:06 AM, Smith Martin martin.sm...@digia.com wrote: For a QML type in a .qml file, qdoc reports an error if it sees a QML property it thinks should be in the public API for that QML type and there is no \qmlproperty comment immediately preceding that property in the

Re: [Development] Can the hidden QML properties please be documented?

2013-12-01 Thread Mark Gaiser
On Sun, Dec 1, 2013 at 11:09 AM, Nurmi J-P jpnu...@digia.com wrote: On 01 Dec 2013, at 00:42, Mark Gaiser mark...@gmail.com wrote: Hi, Recently i was searching for a way to influence the dragDistance in QML. The documentation (i even looked at dev snapshot docs) didn't provide any clue

  1   2   >