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: deve

[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: Developme

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

2021-05-27 Thread Mark De Wit
thus 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 ma

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
g 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://bugreport

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

2020-02-17 Thread Mark De Wit
hilst 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 1

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

2020-02-07 Thread Mark De Wit
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/K

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
not going to ask 45 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 > > Sub

Re: [Development] Changes to Qt offering

2020-01-28 Thread Mark De Wit
h isn't helping 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 b

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

2019-10-03 Thread Mark De Wit
scaling (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, unrelat

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

2019-06-17 Thread Mark De Wit
injecting 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 (

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
dinates for 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

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
.13.0 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. Plea

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.

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

2019-01-30 Thread Mark De Wit
That'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

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 S

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: > >> 5.

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: developme

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. > > That section is now a quarte

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 here: > https://github.c

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 wrote: > >> On 16 Apr 2017, at 17:53, Thiago Macieira 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? >> >>

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 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 predates the Standard > Libr

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

2017-04-16 Thread Mark Gaiser
in Qt6? > > > > > Le dim. 16 avr. 2017 à 15:57, Mark Gaiser a écrit : >> >> Hi, >> >> Take this simple example: >> >> QHash test = { >> {10, "aaa"}, >> {20, "bbb"}, >> {30, "ccc&quo

[Development] QHash iteration vs std::unordered_map

2017-04-16 Thread Mark Gaiser
ous 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 value dire

Re: [Development] QList

2017-04-05 Thread Mark Gaiser
On Wed, Apr 5, 2017 at 5:51 PM, Oswald Buddenhagen wrote: > On Sat, Mar 18, 2017 at 10:06:09AM +0200, Ville Voutilainen wrote: >> There's been a fair amount of talk about QList's future, so I'm curious: >> > so, now that the thread has finally died down, who volunteers to > summarize is conclusion

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 performance issue is prett

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 m

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 > SortFilterProxyModel yet, b

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

2016-12-12 Thread Mark De Wit
MFC event loop. 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

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 now, we've had a flurry of chan

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 > ://wiki > .qt > .io

Re: [Development] Supported platforms for Qt 5.8

2016-05-30 Thread Mark Gaiser
If possible, please don't.. Unless there is a technical reason which would make dropping that version a requirement? I'm still on OSX 10.9 since i like it much more then the versions that came after it. On Thu, May 26, 2016 at 11:39 AM, Tuukka Turunen wrote: > Sounds good to me in principle, es

[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 possibl

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

2016-05-04 Thread Mark De Wit
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 17:4

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.or

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 at

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 i

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 wrote: > >> On 27 Jan 2016, at 13:34, mark diener wrote: >> >> The other major problem is that QQuickItem does not allow for >> QSGTextRect, so updatePaintNode CANNOT have text r

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 wrote: > ‘5.6.0’ b

Re: [Development] High-DPI on Win

2015-12-29 Thread Mark De Wit
wrap the images in a 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 Tuesda

Re: [Development] High-DPI on Win

2015-12-29 Thread Mark De Wit
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] 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-04 Thread Mark De Wit
tree/packaging-tools/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

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

2015-12-03 Thread Mark De Wit
Kind regards, Mark From: Turunen Tuukka [mailto:tuukka.turu...@theqtcompany.com] Sent: 03 December 2015 12:30 To: Mark De Wit ; 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 Webkit, then it is pro

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

2015-12-03 Thread Mark De Wit
me (and surely others) from upgrading to 5.6. Thanks, Mark ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

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 example is changed.

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 > >> Q

Re: [Development] QDateTime is missing shared null optimization

2015-08-02 Thread Mark Langezaal
DateTimePrivate member functions need to be made static first. 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 2:13 PM, André Somers 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

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 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 instance, if

Re: [Development] Qt 5.5.0 content frozen

2015-06-26 Thread Mark Brand
onOptions. - QODBC *[QTBUG-39388] Improve autoValue column detection. - QPSQL *[QTBUG-44381] Fix special floating point handling. Gerrit won't let me push an update to Thiago's change. Let me know if we can get these in please. Mark ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] qqmlengine/qqmlimport access

2015-05-29 Thread mark diener
Does QQmlEngine have a public access way to achieve the following: QQmlEngine::addImportComponent(QString gname,QQmlComponent& gcomponent) ; QQmlEngine::removeImportComponent(QString gname) ; In QML, I could either have an importExtension() OR an

[Development] Q_INVOKABLE QAbstractListModel

2015-05-23 Thread mark diener
s 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

Re: [Development] 5.4.1 OSX macdeployqt FAIL

2015-05-10 Thread mark diener
is the maintainer of macdeployqt? On Sun, May 10, 2015 at 9:57 AM, mark diener 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.

[Development] 5.4.1 OSX macdeployqt FAIL

2015-05-10 Thread mark diener
ck" plugin "qtquick2plugin" not found Anybody gotten through this OSX Ugliness? Mark ### Here is the simple source code: #include #include #include #include #include int main(int argc, char *argv[]) { QString gval ; QAppli

Re: [Development] Building Modules

2015-04-22 Thread mark diener
n nmake, nmake 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 wrote: > On Wednesday 22 April 2015 17:29:28 mark diener wrote: > > Thiago and Gunnar: > > > > Thank you for your

Re: [Development] Building Modules

2015-04-22 Thread mark diener
> > NMAKE : 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 < > th

[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.html>Core non-graphical classes used by other modules. Qt GUI <http://doc.qt.io/qt-5/qtgui-index.html>Base classes for graphical user interface (GUI) component

[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

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 > http:

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 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: > > for

Re: [Development] Mime database size

2015-02-17 Thread Mark Gaiser
On Tue, Feb 17, 2015 at 12:17 PM, Arnaud Vrac wrote: > On Tue, Feb 17, 2015 at 12:13 PM, Иван Комиссаров > 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 compiled for Windows > and Mac

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 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 considering how m

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

2015-01-30 Thread Mark Gaiser
; Development mailing list > > Development@qt-project.org > > http://lists.qt-project.org/mailman/listinfo/development > ___ > Development mailing list > Development@qt-project.org > http://lists.qt-project.org/mailman/listinfo/de

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 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 the bug is sti

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 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 like in HTML > land, the

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

2014-10-07 Thread Mark Gaiser
nload/ the "Download" button for community is grey. So it "looks"like the button 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, Ma

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 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 > fashion or another

Re: [Development] Requesting removal of qtjsondb

2014-09-17 Thread Mark Gaiser
On Wed, Sep 17, 2014 at 11:18 AM, Joerg Bornemann 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

Re: [Development] Requesting removal of qtjsondb

2014-09-17 Thread Mark Gaiser
On Wed, Sep 17, 2014 at 11:05 AM, Joerg Bornemann 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. > > Please raise any objecti

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 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 http://qt.io. For now > q

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, Иван Комиссаров 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 > https://developer.apple.com/library/mac/documentation/CoreFoundation/Reference/CFURL

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

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

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 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 name and avoid that >

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

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

2014-07-02 Thread Mark Gaiser
are still in 4.8.x). If a company updates they prefer an upgrade to an LTS version. It's very much possible 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 ___

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" : > > 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

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

2014-05-29 Thread Mark Gaiser
t me to run for more 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] Question about Qt's future

2014-04-27 Thread Mark Gaiser
On Sun, Apr 27, 2014 at 10:37 PM, Thiago Macieira 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 would have complaine

Re: [Development] Qt Quick Controls Calendar

2014-02-12 Thread Mark Gaiser
quashed the WIP branch > changes into one change, as the history was not really that useful and > it makes it easier to review. The final change is: > > https://codereview.qt-project.org/#change,77806 > > Styling improvement

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

2014-02-08 Thread Mark Brand
o avoid building Qt from within Windows as it's very slow. > MXE (http://mxe.cc) 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

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 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 wrote: &

Re: [Development] QtQuick: Drag pixmap

2014-01-29 Thread Mark Gaiser
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 wrote: >> On Wed, Jan 22, 2014 at 12:11 AM, Fabien Castan wrote: >>> Hi, >>> >>> Qt 5.2 adds the possibility to use drag&drop f

Re: [Development] QtQuick: Drag pixmap

2014-01-22 Thread Mark Gaiser
On Wed, Jan 22, 2014 at 12:11 AM, Fabien Castan wrote: > Hi, > > Qt 5.2 adds the possibility to use drag&drop 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 of the qml > wi

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

2014-01-08 Thread Mark Gaiser
ust asking 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 Tue, Jan 7, 2014 at 2:49 PM, Martin Klapetek wrote: > On Fri, Dec 6, 2013 at 3:08 PM, Mark Gaiser 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

Re: [Development] Qt Quick Controls Calendar

2014-01-07 Thread Mark Gaiser
On Fri, Dec 27, 2013 at 4:15 PM, Sebastian Kügler 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 convolu

Re: [Development] Qt Quick Controls Calendar

2013-12-27 Thread Mark Gaiser
On Fri, Dec 27, 2013 at 4:15 PM, Sebastian Kügler 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 convolu

  1   2   3   >