Re: [Development] The behaviour of Image / image provider are different from 5.5.1 to 5.6 in iOS

2016-04-12 Thread Sorvig Morten
> On 11 Apr 2016, at 12:38, Ben Lau wrote: > > Hi, > > I am writing an image provider that read all the images to memory at startup. > And I found that the behaviour is different from 5.5.1 to 5.6 in iOS. Seems > that it is undocumented. I wonder is it an expected

Re: [Development] Qt Coding Guidelines

2016-03-20 Thread Sorvig Morten
> On 16 Mar 2016, at 22:43, Knoll Lars wrote: > > We should actually consider having a section about contributing to Qt in our > documentation. Coding guidelines would fit nicely into that. But I think the > .qdoc files should rather live in qtdoc instead of

Re: [Development] Qt Coding Guidelines

2016-03-18 Thread Sorvig Morten
> On 18 Mar 2016, at 08:48, Jędrzej Nowacki > wrote: > > So I think, that we should not discuss what is better qdoc or md. The real > discussion is about tooling, what is the best tool to sanitize Qt code. We > need something that: > 1. Can work as a sanity

Re: [Development] Qt Nacl

2016-02-23 Thread Sorvig Morten
> On 23 Feb 2016, at 18:00, Jon Mullen wrote: > > Hey > > I’m trying to figure out how far along the Qt Nacl code is and if I’m able to > use it on the project I’m working on. I have the code built from the qtbase > wip/nacl branch. However, when I go to run the example

Re: [Development] Scalable UIs in QtQuick (take 2)

2016-02-22 Thread Sorvig Morten
> On 19 Feb 2016, at 10:44, Gunnar Sletta wrote: > > Now every piece of code needs to also know about device pixel ratio and that > needs to passed down to image loaders, icon generators This is essential complexity, not accidental complexity. With high-DPI displays in use

Re: [Development] Scalable UIs in QtQuick (take 2)

2016-02-19 Thread Sorvig Morten
> On 19 Feb 2016, at 10:44, Gunnar Sletta wrote: > > > One obvious usecase which always comes back to haunt is when those logical > units need to be translated to actual pixels, such as when dealing with > graphics. Up until some time ago, Something::size() was enough to

Re: [Development] Scalable UIs in QtQuick (take 2)

2016-02-19 Thread Sorvig Morten
> On 18 Feb 2016, at 15:24, Welbourne Edward > wrote: > > To meet all the actual use cases, we need three different *kinds* of > size for things: > * fraction of the available display area - good for top-level >sub-division of the space an app has at its

Re: [Development] Scalable UIs in QtQuick (take 2)

2016-02-18 Thread Sorvig Morten
> On 18 Feb 2016, at 12:35, Nikita Krupenko wrote: > > 2016-02-18 12:50 GMT+02:00 Hausmann Simon : >> (1) In order to make it really easy to scale "logical" pixels without having >> to introduce your own context property or factor in a .qml

Re: [Development] extending QtMacExtras?

2016-01-20 Thread Sorvig Morten
> On 18 Jan 2016, at 11:02, René J.V. Bertin wrote: > > > One thing that's really missing from Qt at the moment is a way for an > application that is not the foreground application to post a window in the > foreground (cf. also my thread on extending QProcess). To my

Re: [Development] RFC: QProcess variant or separate class for launching applications "GUI-style"

2016-01-08 Thread Sorvig Morten
> On 08 Jan 2016, at 10:03, Ziller Eike <eike.zil...@theqtcompany.com> wrote: > > >> On Jan 7, 2016, at 10:14 PM, René J. V. Bertin <rjvber...@gmail.com> wrote: >> >> Sorvig Morten wrote: >> >>> Another point: Isn't there a

Re: [Development] RFC: QProcess variant or separate class for launching applications "GUI-style"

2016-01-08 Thread Sorvig Morten
> On 08 Jan 2016, at 12:56, René J. V. Bertin <rjvber...@gmail.com> wrote: > > Sorvig Morten wrote: > >> But you seldom want to have two instances of (say) Mail running - you start >> it, or bring the existing one to front. So kLSLaunchNewInstance does not >&

Re: [Development] High-DPI on Win

2015-12-29 Thread Sorvig Morten
Hello! > On 28 Dec 2015, at 21:50, Die Waldmanns wrote: > > (1) Support of fractional scaling (devicePixelRatio). > This ratio is qreal, but in QT5.5 it nevertheless seems not be possible to > set it to fractional values (I could get it only to 1.0,2.0,3.0 etc). In >

Re: [Development] High-DPI 5.6 beta update

2015-12-18 Thread Sorvig Morten
> On 18 Dec 2015, at 01:05, Corentin Jabot wrote: > > Having stumbled upon this issue very recently, here are my 2 cents. > • Svg images should be devicePixelRatio aware without having to set a > source size > • Likewise, QQuickImageProvider should know

Re: [Development] High-DPI 5.6 beta update

2015-12-16 Thread Sorvig Morten
> On 15 Dec 2015, at 22:16, Tim Blechmann wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Your thoughts on projects that use ONLY SVG image resources > and not PNG/JPEG? But the above: 1) already works >>> >>> kind of ... the

Re: [Development] High-DPI 5.6 beta update

2015-12-16 Thread Sorvig Morten
> On 15 Dec 2015, at 20:25, rpzrpz...@gmail.com wrote: > > Instead of worrying about @2x and @3x and trying to generate artwork in all > of the sizes, would it not be advantageous > to only use SVG vector format and allow the svg plugin to generate and scale > at run-time a single svg file in

[Development] High-DPI 5.6 beta update

2015-12-15 Thread Sorvig Morten
Hi, I’d like to provide short update on the changes in this space, an also lay out some plans and possibilities for the future. Thanks to everyone who has helped out! New changes: * @3x support landed, both for Qt Widgets and Qt Quick. Implemented as @Nx support, with @9x as a maximum value.

Re: [Development] Pixelated UI elements in Windows HiDPI mode (5.6)

2015-11-11 Thread Sorvig Morten
> On 11 Nov 2015, at 01:40, Adam Light wrote: > > I built Qt 5.6 (latest from the 5.6 git branch as of this morning) and tested > our application with the build on Windows 10. I'm calling > QApplication::setAttribute(Qt::AA_EnableHighDpiScaling); > before the QApplication

Re: [Development] Qt 5.5.0 build issues on OS X : rpath

2015-09-29 Thread Sorvig Morten
> On 28 Sep 2015, at 23:40, Thiago Macieira wrote: > > What if we add an extra rpath to Qt libs as @executable_path/../Frameworks? > Would this make loading work? > > Jake, Morten: as a stop-gap, is there a configure-time switch to revert to > the > old behaviour?

Re: [Development] Bug in macdeployqt?

2015-09-18 Thread Sorvig Morten
> On 17 Sep 2015, at 19:15, Dean Floyd wrote: > > Dear all, > > We have a project where we weak link our app against the Wacom framework > which on MacOSX by default gets installed in: > > /Library/Frameworks/WacomMultiTouch.framework > > otool -L returns the

Re: [Development] Qt 5.5.0 build issue on OS X (10.9): OpenGL libraries

2015-09-15 Thread Sorvig Morten
> On 15 Sep 2015, at 03:51, Thiago Macieira <thiago.macie...@intel.com> wrote: > > On Monday 14 September 2015 08:09:28 Sorvig Morten wrote: >> Then the question is: which ones should QtGui link against? On other words >> OpenGL usage is not confined to platform

Re: [Development] Qt 5.5.0 build issue on OS X (10.9): OpenGL libraries

2015-09-14 Thread Sorvig Morten
> On 13 Sep 2015, at 00:55, Thiago Macieira wrote: > > On Saturday 12 September 2015 18:16:54 René J. V. Bertin wrote: >> Thiago Macieira wrote: >>> Maybe we need two tests: one for OpenGL for XCB plugin (with GLX support) >>> and one for OpenGL for the Cocoa plugin

Re: [Development] so it turns out there *is* a way to get Qt5 apps to use a custom style automatically?

2015-09-07 Thread Sorvig Morten
> On 05 Sep 2015, at 15:39, René J. V. Bertin wrote: > > and I can indeed use `foo --style=kde` to start foo using the currently > selected > style for KDE applications. However: > > 1- simply setting KDEHOME to ~/.kde doesn't have any effect (it's not > required > for

[Development] Qt 5.6: QWindowSystemInterface and event acceptance state

2015-09-03 Thread Sorvig Morten
Hi, QWindowSystemInterface has recently gained the ability to return the “accepted" status of events, that is whether Qt used the event or not. The intended use case is Qt-as-a-plugin type scenarios, where we would like to propagate unhandled events back to the host. The top level visible API

Re: [Development] mouse wheel zooming and inertial scrolling

2015-09-02 Thread Sorvig Morten
> On 01 Sep 2015, at 18:50, René J.V. Bertin wrote: > > Hi, > > Qt4 and Qt5 both have a "feature" where holding down the Meta key (Command on > OS X) while scrolling a view causes text in the view to zoom in or out. This > also works with the 2-finger scroll that most

Re: [Development] Qt LTS C++11 plans

2015-08-18 Thread Sorvig Morten
On 18 Aug 2015, at 07:46, Thiago Macieira thiago.macie...@intel.com wrote: On Monday 13 July 2015 18:44:40 Thiago Macieira wrote: On Wednesday 08 July 2015 13:42:12 Thiago Macieira wrote: The only compiler I currently know that will have problems with this is the Intel compiler on OS X

[Development] Qt for Native Client

2015-06-19 Thread Sorvig Morten
Hi, I’m happy to announce that a work-in-progress port of Qt to the Chrome / Native Client platform has now been pushed to the wip/nacl branch in QtBase. So far development has been closed, but we are now ready to develop in the open and also take contributions. My intention is to at some

Re: [Development] Your actions needed, Qt5.5.0 RC Final is nearing!

2015-06-09 Thread Sorvig Morten
On 09 Jun 2015, at 11:18, René J.V. Bertin rjvber...@gmail.com wrote: On Tuesday June 09 2015 08:27:09 Sorvig Morten wrote: I think it’s OK if other modules, and especially new modules, have stricter requirements. Qt users can make a decision if the provided OS version support

Re: [Development] Qt 5.5.0 header diff: QtWidgets.diff

2015-06-09 Thread Sorvig Morten
On 08 Jun 2015, at 11:07, Marc Mutz marc.m...@kdab.com wrote: On Friday 05 June 2015 10:11:27 Frederik Gladhorn wrote: diff --git a/src/widgets/widgets/qmaccocoaviewcontainer_mac.h b/src/widgets/widgets/qmaccocoaviewcontainer_mac.h index a98d30f..5920c1f 100644 ---

[Development] Cross-platform high-DPI Qt tech preview

2015-06-04 Thread Sorvig Morten
We are happy to share the results of our work on cross-platform high-DPI scaling in Qt, which is planned for Qt 5.6. It is now at a stage where it can be tested by others. You can get the code from our branch in qtbase: wip/highdpi. The branch is open for business, and contributions are

Re: [Development] 5.4.1 OSX macdeployqt FAIL

2015-05-12 Thread Sorvig Morten
On 11 May 2015, at 23:12, m...@rpzdesign.com wrote: Thiago: My intention was never (explicity or implied) to insult anyone. Now I know who the platform maintainer is! https://wiki.qt.io/Maintainers And how Mr Sorvig could take offense! And for that I share my sincere apology

Re: [Development] 5.4.1 OSX macdeployqt FAIL

2015-05-11 Thread Sorvig Morten
On 11 May 2015, at 08:45, Ziller Eike eike.zil...@theqtcompany.com wrote: On May 10, 2015, at 9:08 PM, mark diener rpzrpz...@gmail.com wrote: Well, it looks like the big weakness in OSX deployment is macdeployqt and we are on version 5.4.1+ I was able to change my macdeployqt

Re: [Development] Rotating JPEG images by default

2015-04-17 Thread Sorvig Morten
On 17 Apr 2015, at 10:48, Allan Sandfeld Jensen k...@carewolf.com wrote: Ideally the orientation could also be kept as metadata in QImage. I’d like to see general metadata support in QImage. The closest thing we have seems to be QImage::text(), which supports QString data only. My

Re: [Development] OSX 10.7 dropped from Qt?

2015-03-02 Thread Sorvig Morten
On 27 Feb 2015, at 14:34, Blasche Alexander alexander.blas...@theqtcompany.com wrote: If 10.7 is required then it should be added back to main CI targets. If it is not added back then I will remove consequently remove every trace of it. I don’t think it will be added back. You should

Re: [Development] QStandardPaths could be helpful for cross platform portability, Qt Everywhere

2015-02-24 Thread Sorvig Morten
On 24 Feb 2015, at 07:24, Jeremy Whiting jpwhit...@kde.org wrote: Hello list, I discussed a bit with Thiago and some others on irc this evening and have realized that the QStandardPaths patch from [1] and discussion on [2] is trying to solve too many problems at once. I'll list the

Re: [Development] Mime database size

2015-02-23 Thread Sorvig Morten
On 23 Feb 2015, at 13:00, Knoll Lars lars.kn...@theqtcompany.com wrote: Yes, I still don’t like the fact we’re embedding a 1.7M xml file in Qt Core at all. I’m not too fond of checking the binary file into the repositories, but it’s probably still better than continuing with the XML

Re: [Development] SSL Plans for Qt 5.6

2015-02-22 Thread Sorvig Morten
On 22 Feb 2015, at 18:50, Jeremy Lainé jeremy.la...@m4x.org wrote: On 02/22/2015 06:42 PM, Richard Moore wrote: On 22 February 2015 at 17:39, Jeremy Lainé jeremy.la...@m4x.org wrote: Whilst I agree with the goal of dropping support for old / unmaintained OpenSSL versions, in the case

Re: [Development] Qt for iOS: Management Retina vs Non-Retina Images

2015-02-19 Thread Sorvig Morten
On 18 Feb 2015, at 10:59, Robert Iakobashvili corobe...@gmail.com wrote: What about support for @3x? Is it inside or is it planned? I’ve started implementing @3x support here: https://codereview.qt-project.org/106717 https://codereview.qt-project.org/106705 There’s some refactoring work

Re: [Development] Deprecating modules with 5.5

2015-02-06 Thread Sorvig Morten
On 06 Feb 2015, at 09:32, Ziller Eike eike.zil...@theqtcompany.com wrote: What simpler alternative do you have in mind? One possibility that would cover the use case of “show some simple styled html without javascript” case (e.g. documentation browsers) would be to give QTextBrowser

Re: [Development] CI configuration changes

2015-02-03 Thread Sorvig Morten
On 02 Feb 2015, at 10:01, Sarajärvi Tony tony.saraja...@theqtcompany.com wrote: Hi Here's a wiki page describing the planned changed along with a bit of version information of the tools: http://qt-project.org/wiki/Qt-5.5.0-tools-and-versions Since OS X 10.7 is no longer CI tested

Re: [Development] Running Qt 5.4.0 Applicationat Mac 10.6

2015-01-26 Thread Sorvig Morten
On 26 Jan 2015, at 09:09, Robert Iakobashvili corobe...@gmail.com wrote: It seems that QStyle returns 0. Should I create some style in advance and pass it to application? Which style could be appropriate for 10.6? Yes, I know that 10.6 is not a supported target for 5.4.0, but any

Re: [Development] Nominating Timur Pocheptsov as approver

2015-01-22 Thread Sorvig Morten
On 22 Jan 2015, at 07:52, Blasche Alexander alexander.blas...@theqtcompany.com wrote: Hi, I'd like to nominate Timur Pocheptsov for approver status. He wrote the OSX and iOS implementations for QtBluetooth and lately has been increasing his footprint in other modules for the same

Re: [Development] Processing synthesized mouse events in platform plugins

2015-01-07 Thread Sorvig Morten
On 24 Dec 2014, at 14:48, Александр Волков a.vol...@rusbitech.ru wrote: Hi all, Currently three major platform plugins (xcb, windows and cocoa) by default behave absolutely different when they receive synthesized mouse events from the system: 3) cocoa plugin doesn't distinguish them

Re: [Development] Important OSX 10.9.5 10.10 codesign changes

2014-09-25 Thread Sorvig Morten
On 24 Sep 2014, at 16:17, Alexander Ilyin ip.alexander.il...@gmail.com wrote: CODESIGN FAILED WITH MESSAGE unsealed contents present in the root directory of an embedded framework In subcomponent: /Developer/res-plan/bin/s-test.app/Contents/Frameworks/QtCore.framework (Please look at the

Re: [Development] Important OSX 10.9.5 10.10 codesign changes

2014-09-23 Thread Sorvig Morten
On 22 Sep 2014, at 12:03, Sorvig Morten morten.sor...@digia.com wrote: On 19 Sep 2014, at 11:28, Sorvig Morten morten.sor...@digia.com wrote: This will indeed receive attention in the coming days. There are already some patches attached to the QTBUGs. I’ll post back here once we have

Re: [Development] Important OSX 10.9.5 10.10 codesign changes

2014-09-22 Thread Sorvig Morten
And the Info.plist should *always* set CFBundleExecutable to QtCore. To use the debug version you set the DYLD_IMAGE_SUFFIX environment variable to _debug prior to execution. A minor case: What would you do for debug-only builds? As far as I'm aware, we already do this correctly (aside

Re: [Development] Important OSX 10.9.5 10.10 codesign changes

2014-09-22 Thread Sorvig Morten
On 19 Sep 2014, at 11:28, Sorvig Morten morten.sor...@digia.com wrote: This will indeed receive attention in the coming days. There are already some patches attached to the QTBUGs. I’ll post back here once we have a complete patch set ready. Target branches are Qt 5.3 and Qt 4.8. I’m

Re: [Development] Important OSX 10.9.5 10.10 codesign changes

2014-09-19 Thread Sorvig Morten
On 18 Sep 2014, at 22:07, Adam Strzelecki o...@java.pl wrote: Reported already 24/Jan/14 QTBUG-36429 FYI more recent and prioritized bug report is QTBUG-38511 I think it deserves a lot of attention now since 10.9.5 is live. This will indeed receive attention in the coming days. There

Re: [Development] Qt WebChannel 5.5 roadmap: WebEngine, QtWebView

2014-08-28 Thread Sorvig Morten
On 27 Aug 2014, at 22:02, Milian Wolff m...@milianw.de wrote: A synchronous API is bound to fail, see WK1 vs. WK2/WebEngine. Make it asynchronous and copy the WebEngine API. I see now QQuickWebEngineView has: runJavaScript(const QString script, const QJSValue callback) So that

Re: [Development] Qt WebChannel 5.5 roadmap: WebEngine, QtWebView

2014-08-27 Thread Sorvig Morten
On 27 Aug 2014, at 16:51, Milian Wolff milian.wo...@kdab.com wrote: On Wednesday 27 August 2014 14:49:08 Hausmann Simon wrote: I'm pretty sure that all the native webview APIs allow for at least runJavascript(string), so injection may also be an easier option. Oh nice, I assumed without

Re: [Development] Qt 4.x and Qt 5 frameworks should use @rpath (QTBUG-31814)

2014-08-12 Thread Sorvig Morten
On 11 Aug 2014, at 23:15, Jake Petroules jake.petrou...@petroules.com wrote: This was mostly a counterargument to people complaining against copying frameworks into the bundle. However, copying frameworks into the bundle is the correct solution, and is what must be done in the end.

Re: [Development] Qt 4.x and Qt 5 frameworks should use @rpath (QTBUG-31814)

2014-08-12 Thread Sorvig Morten
On 12 Aug 2014, at 13:37, Adam Strzelecki o...@java.pl wrote: On to my now standard question: Can you summarize the discussion so far into a proposal on what you want to change? Keep it as short as possible :) For example, I think it’s understood that (incremental) framework coping is

Re: [Development] Qt 4.x and Qt 5 frameworks should use @rpath (QTBUG-31814)

2014-08-12 Thread Sorvig Morten
On 12 Aug 2014, at 16:25, Adam Strzelecki o...@java.pl wrote: Okay, Phase II. (1) Introduce bundle_frameworks CONFIG option, and set it default for rpath shared builds on iOS OS X (2) Introduce bundle make target, when bundle_frameworks CONFIG is set, it is added to all (3)

Re: [Development] Qt 4.x and Qt 5 frameworks should use @rpath (QTBUG-31814)

2014-08-06 Thread Sorvig Morten
On 04 Aug 2014, at 21:38, Adam Strzelecki o...@java.pl wrote: Before you do that, can you write up a proposal on what you want to accomplish and how to get there? WHAT I WANT TO ACCOMPLISH (1) Remove need to rewrite Qt libraries (frameworks) headers during install and during

Re: [Development] Qt 4.x and Qt 5 frameworks should use @rpath (QTBUG-31814)

2014-08-04 Thread Sorvig Morten
On 04 Aug 2014, at 12:22, Adam Strzelecki o...@java.pl wrote: So, let's end this discussion and start focusing efforts towards building the solution. Now let's focus on submitting patches : Before you do that, can you write up a proposal on what you want to accomplish and how to get

Re: [Development] Private Qt helper libraries?

2014-07-04 Thread Sorvig Morten
On 03 Jul 2014, at 17:13, Sune Vuorela nos...@vuorela.dk wrote: On 2014-07-03, Milian Wolff milian.wo...@kdab.com wrote: I imagine, it could work by create just a normal library but not install and public headers, only private ones. That should be OK then, or what do you think? We have

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

2014-07-02 Thread Sorvig Morten
A quick report from the contributors summit (I apologize for the delay and sketchy notes): * I went though the general approach: - Setting the scale factor: - platform plugin: QWindow::devicePixelRatio, QScreen::devicePixelRatio - the user: QT_HIGHDPI_SCALE_FACTOR=2 -

Re: [Development] Qt for NaCl port

2014-06-16 Thread Sorvig Morten
On 11 Jun 2014, at 14:53, Thiago Macieira thiago.macie...@intel.com wrote: Em ter 10 jun 2014, às 21:33:44, Daiwei Li escreveu: Hello, I'm investigating porting an existing C++/QML application to Google NaCl, and I found that Qt had attempted a port a couple years ago:

Re: [Development] My contribution : Extension to Qt

2014-06-05 Thread Sorvig Morten
On 05 Jun 2014, at 00:25, Thiago Macieira thiago.macie...@intel.com wrote: Em qua 04 jun 2014, às 10:32:17, Olivier Goffart escreveu: In general, i think it would be beneficial to have some public API in QObject to create dynamic signals or slots. This has been asked from the QML-on-Go

Re: [Development] Bringing Qt's high-dpi support to more platforms

2014-06-02 Thread Sorvig Morten
On 27 May 2014, at 18:36, Daiwei Li daiwe...@gmail.com wrote: BTW, any idea when your platform independent high DPI changes will make it in (or be in a working state in the review)? I would love to try having Android scale using the platform independent code. The patches are now in a

Re: [Development] Bringing Qt's high-dpi support to more platforms

2014-05-27 Thread Sorvig Morten
On 26 May 2014, at 22:40, Daiwei Li daiwe...@gmail.com wrote: I took a stab at adding high DPI support to Android and created a review here: https://codereview.qt-project.org/#change,86260. I would appreciate any feedback (e.g. what tests need to be added, what other corner cases need to

Re: [Development] Bringing Qt's high-dpi support to more platforms

2014-05-27 Thread Sorvig Morten
On 27 May 2014, at 11:47, Daiwei Li daiwe...@gmail.com wrote: Hi Morten, My understanding of your platform independent change was that it would let the scale factor be set by the user at runtime with an environment variable. Is it meant to replace all platform plugin scaling (I.e. iOS and

Re: [Development] Bringing Qt's high-dpi support to more platforms

2014-05-26 Thread Sorvig Morten
On 23 May 2014, at 18:30, Thiago Macieira thiago.macie...@intel.com wrote: Em sex 23 maio 2014, às 07:20:42, Sorvig Morten escreveu: Adding support to QtWayland looks like a win to me. Do we want to add platform-indepent support to Qt? I think my question is: why wouldn't we? The platform

Re: [Development] Bringing Qt's high-dpi support to more platforms

2014-05-26 Thread Sorvig Morten
On 26 May 2014, at 07:59, Ziller Eike eike.zil...@digia.com wrote: On May 23, 2014, at 6:03 PM, m...@rpzdesign.com wrote: Sorvig: From the latest new front: http://bgr.com/2014/03/18/nexus-9-specs-details/ Digitimes on Tuesday cited its own research arm in reporting that Google

[Development] Bringing Qt's high-dpi support to more platforms

2014-05-23 Thread Sorvig Morten
Over the past year-and-a-half we’ve implemented high-dpi scaling for Qt on Mac OS X and iOS. Now we have an excellent opportunity to bring this support to other platforms. A quick recap for those unfamiliar: This high-dpi mode is an alternative to the traditional DPI scaling. In the

Re: [Development] [5.3-rc] framework differences between macx-clang-32 and macx-clang

2014-05-12 Thread Sorvig Morten
On 11 May 2014, at 21:53, Tim Blechmann t...@klingt.org wrote: the 32bit versions seem to use the _debug suffix ... the difference does not occur in all frameworks, but only in: QtCore.framework QtMultimediaQuick_p.framework QtPrintSupport.framework QtScriptTools.framework

Re: [Development] No SSL on iOS ?

2014-04-29 Thread Sorvig Morten
On 29 Apr 2014, at 00:39, Thiago Macieira thiago.macie...@intel.com wrote: Em ter 29 abr 2014, às 00:16:43, Jeremy Lainé escreveu: On 04/28/2014 11:44 AM, Nichols Andy wrote: It is possible still in the packaged versions of Qt for iOS to make connections using SSL via QNetworkAccessManager

Re: [Development] No SSL on iOS ?

2014-04-29 Thread Sorvig Morten
On 29 Apr 2014, at 13:31, Richard Moore r...@kde.org wrote: I actually started thinking about how a smaller API for some of this could look. Basically with the idea being that for many applications only a subset of the full QSslXX apis mattered. If you want me to post my notes (such as

Re: [Development] Question about Qt's future

2014-04-23 Thread Sorvig Morten
On 22 Apr 2014, at 12:49, Simon Hausmann simon.hausm...@digia.com wrote: On Monday 21. April 2014 15.13.08 Robert Knight wrote: The design direction is because QML is easier to develop with, more modern, and based on OpenGL. Widgets don't have that and will never be as efficient.

Re: [Development] Nominating Jake Petroules as approver

2014-04-23 Thread Sorvig Morten
+1 from me as well. In addition to his submissions Jake is knowledgeable about all things Mac and has provided solid advice on several occasions. Morten On 16 Apr 2014, at 09:08, Christian Kandeler christian.kande...@digia.com wrote: On 04/15/2014 07:13 PM, Thiago Macieira wrote: I'd like

Re: [Development] Problem with QOpenGLContext?

2014-03-11 Thread Sorvig Morten
Will this patch work? https://codereview.qt-project.org/#change,80620 Morten On 11 Mar 2014, at 12:12, Kurt Pattyn pattyn.k...@gmail.com wrote: Some more information. I work on OSX. When digging into the platform specific implementation, I detected that in the method

Re: [Development] Plans for printing in 5.3 onwards

2014-01-30 Thread Sorvig Morten
On 30 Jan 2014, at 01:15, John Layt jl...@kde.org wrote: I've just pushed a 33 commit change set for this to Gerrit, my apologies to the people I've tagged as reviewers :-) Any one else interested, feel free to jump in and help. There's 4 main new classes: * QPageSize * QPageMargins

Re: [Development] Remove OSX 10.6 Build?

2014-01-21 Thread Sorvig Morten
On 21 Jan 2014, at 09:32, Simon Hausmann simon.hausm...@digia.com wrote: On Monday 20. January 2014 20.21.14 deDietrich Gabriel wrote: On Jan 20, 2014, at 7:55 PM, Allan Sandfeld Jensen k...@carewolf.com wrote: On Monday 20 January 2014, Thiago Macieira wrote: On segunda-feira, 20 de janeiro

Re: [Development] Remove OSX 10.6 Build?

2014-01-21 Thread Sorvig Morten
On 21 Jan 2014, at 11:51, Simon Hausmann simon.hausm...@digia.com wrote: On Tuesday 21. January 2014 10.23.22 Sorvig Morten wrote: On 21 Jan 2014, at 09:32, Simon Hausmann simon.hausm...@digia.com wrote: On Monday 20. January 2014 20.21.14 deDietrich Gabriel wrote: On Jan 20, 2014, at 7:55

Re: [Development] Remove OSX 10.6 Build?

2014-01-21 Thread Sorvig Morten
On 20 Jan 2014, at 21:21, deDietrich Gabriel gabriel.dedietr...@digia.com wrote: The truth is, market share doesn’t mean anything. Point in case: According to the link above, OS X is less than 8% of the total market share. Should we then drop the Mac port completely? Good question! Possible

Re: [Development] Remove OSX 10.6 Build?

2014-01-21 Thread Sorvig Morten
On 21 Jan 2014, at 13:20, Tor Arne Vestbø tor.arne.ves...@digia.com wrote: On 21/01/14 11:23 , Sorvig Morten wrote: I agree with many of these arguments, and I was in favor of setting the minimum supported version to 10.7 back when we started Qt 5 development. But we did make

Re: [Development] QPA maintainer

2013-12-18 Thread Sorvig Morten
+1 from me as well. Morten On 17 Dec 2013, at 12:42, Knoll Lars lars.kn...@digia.com wrote: Hi, I’d like to nominate Paul Tvete as the formal maintainer of the QPA architecture. He’s the original architect behind it anyway, and I don’t think there are many people out there who know it

Re: [Development] Qt's Leak-on-exit policy

2013-12-18 Thread Sorvig Morten
On 18 Dec 2013, at 01:22, Thiago Macieira thiago.macie...@intel.com wrote: If it turns out that the failure to destroy is harmless, I'm not sure we should do anything. If it's harmless, that means the extra work required to free the memory is wasted, since it has no benefit to anyone. Just

Re: [Development] OpenGL drivers

2013-12-04 Thread Sorvig Morten
On 04 Dec 2013, at 11:47, Sletta Gunnar gunnar.sle...@digia.com 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 between platfoms as the pixelsize of a point has a

Re: [Development] New Qt 5.2 snapshot build #172

2013-11-28 Thread Sorvig Morten
On 27 Nov 2013, at 12:06, Adam Strzelecki o...@java.pl wrote: I am hereby submitting my candidature. I am registered MaciOS developer. I am personally interested to improve Qt experience on Mac, since I am using it for several projects. I may either submit patches or fork Git master. Of

Re: [Development] New Qt 5.2 snapshot build #172

2013-11-28 Thread Sorvig Morten
On 27 Nov 2013, at 16:24, Ziller Eike eike.zil...@digia.com wrote: Adding plugins into the respective frameworks would simplify deployment significantly. macdeployqt's task would be reduced to inspecting the frameworks the app links against, and copying the framework folders into the

Re: [Development] Build errors with raspbian

2013-11-15 Thread Sorvig Morten
On 14 Nov 2013, at 09:39, Stephen Kelly stephen.ke...@kdab.com wrote: Hello, I get build errors when trying to build qtbase dev branch for raspbian. /home/stephen/dev/src/qtbase/src/tools/qdoc/qmlvisitor.cpp:51:0: /home/stephen/dev/src/qtbase/src/tools/qdoc/qmlvisitor.h:78:29: error:

Re: [Development] Build errors with raspbian

2013-11-15 Thread Sorvig Morten
On 15 Nov 2013, at 09:37, Martin Smith martin.sm...@digia.com wrote: On Nov 15, 2013, at 9:32 AM, Sorvig Morten morten.sor...@digia.com wrote: (and someone needs to port tools/qdoc/qmlparser) I just did that a couple weeks ago. Has there been a more recent update? No, it’s ok. I

Re: [Development] Qt 5.2 header diff: QtWidgets

2013-11-07 Thread Sorvig Morten
On 05 Nov 2013, at 19:17, Shaw Andy andy.s...@digia.com wrote: IIRC it wasn’t even compiled into the QtWidgets library, although the documentation and everything existed, those symbols were never in Qt. Morten can say 100% at least but that is my understanding and recollection at least.

Re: [Development] Qt 4.8.6 Release Plans

2013-11-06 Thread Sorvig Morten
On 05 Nov 2013, at 17:01, Matt Broadstone mbroa...@gmail.com wrote: Cool, I've been in touch with the macports patch author and he submitted a number of his patches this morning for review. I'm sure they overlap, but perhaps there are changes there that could help as well (I haven't

Re: [Development] Color Management support in Qt 5?

2013-11-06 Thread Sorvig Morten
On 04 Nov 2013, at 10:49, John Layt jl...@kde.org wrote: On 4 November 2013 08:22, Sletta Gunnar gunnar.sle...@digia.com wrote: The work that was done is here: https://codereview.qt-project.org/#dashboard,1002033 The work was abandoned after the transition to Digia and the author is no

Re: [Development] iOS /Qt 5.2 beta 1 issues QtQuick 1.1 and 2.0

2013-11-06 Thread Sorvig Morten
On 15 Oct 2013, at 13:54, Eduardo Montesinos emontesi...@e-gits.com wrote: Hi everybody, Then I run qmake and open the generated xcodeproj in XCode, build and run in simulator. The app starts up, but clicking on the TextInput field does no effect, no keyboard on screen shows up. The lines

Re: [Development] Color Management support in Qt 5?

2013-11-06 Thread Sorvig Morten
On 06 Nov 2013, at 17:18, Kai-Uwe Behrmann k...@gmx.de wrote: What is the point of special casing sRGB? sRGB is special for a couple of reasons: - Most/Many of the images published for web are in the sRGB color space. - OpenGL has support for sRGB textures and frame buffers. Given that

Re: [Development] Qt 4.8.6 Release Plans

2013-11-05 Thread Sorvig Morten
On 02 Nov 2013, at 17:58, Thiago Macieira thiago.macie...@intel.com wrote: On quarta-feira, 30 de outubro de 2013 07:29:56, Turunen Tuukka wrote: We should have the applications made with Qt 4.8.5 on Mac OS 10.7 (for example) working in 10.9 without serious issues. And we should be able to

Re: [Development] QWebSockets: Advice wanted on API

2013-10-29 Thread Sorvig Morten
I’d like to second (third?) going for approach 1. It’s possible that we would want to implement secure socket support for QWebSocket using native API instead of QTcpSocket and OpenSSL at some point. We are currently doing this for QNetworkAccessManager on OS X and iOS

Re: [Development] configure failure on Mac

2013-10-03 Thread Sorvig Morten
On Oct 3, 2013, at 3:10 AM, Glen Mabey gma...@swri.org wrote: I'm on the dev branch but experienced this issue before the 5.2 and 5.3 branches split. macbookpro:qtbase$ ./configure -prefix ~/src/take2/install snip Running configuration tests... The test for linking against libxcb

Re: [Development] configure failure on Mac

2013-10-03 Thread Sorvig Morten
On Oct 3, 2013, at 2:30 PM, Jørgen Lind jorgen.l...@gmail.com wrote: But if you happen to have pkg-config in your path, why should we then not use it. The user has one way or the other added it to the path, so why shouldn't it be used. I think the interesting question is why configure

Re: [Development] Qt Platform Extras

2013-09-06 Thread Sorvig Morten
,64803. -- J-P Nurmi On Sep 4, 2013, at 2:35 PM, Tor Arne Vestbø tor.arne.ves...@digia.com wrote: Yes yes a thousand times yes! On 9/3/13 14:41 , Sorvig Morten wrote: I think the advantages of having these functions available in QtCore/Gui outweighs the risk of customers accidentally

Re: [Development] Qt Platform Extras

2013-09-03 Thread Sorvig Morten
wrote: Most of the functionality was already in Qt 4 and was moved out for Qt 5 because of maintenance issues and different code for different platforms exposed to the customer. On 02/09/2013 10:35 PM, Sorvig Morten wrote: I agree the Extra looks superfluous. In fact I'd like to go a bit

Re: [Development] Qt Platform Extras

2013-09-02 Thread Sorvig Morten
I agree the Extra looks superfluous. In fact I'd like to go a bit further and suggest we don't have platform extras at all and instead integrate the functionality into Qt: - Conversion functions for types in QtCore to QtCore - Conversion functions for types in QtGui to QtGui - Widgets to

Re: [Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant]

2013-08-28 Thread Sorvig Morten
These kinds of errors can usually be diagnosed by increasing the output verbosity a bit. Try running macdeployqt myapp.app -verbose=2. Where does the reference to QtScript come from? Morten On Aug 25, 2013, at 10:45 AM, qtnext qtn...@gmail.com wrote: is there any chance that maceployqt will

Re: [Development] Some QIcon::fromTheme() enhancements

2013-08-23 Thread Sorvig Morten
On Aug 23, 2013, at 10:32 AM, Olivier Goffart oliv...@woboq.com wrote: https://codereview.qt-project.org/#change,62948 is linked to a bug without categorization This one went to stable because - crash/infinite loop fix - trivial patch for a corner case - fix for new functionality. I don't

Re: [Development] OSX: building against the 10.6 SDK with Qt 5.1?

2013-04-02 Thread Sorvig Morten
On Apr 2, 2013, at 9:51 PM, Josh Faust jfa...@suitabletech.com wrote: Actually, this seems to go beyond just using a custom SDK path. If I place the 10.6 SDK alongside the others inside the Xcode application folder and configure with: ./configure -developer-build -release -opensource

Re: [Development] Tons of warnings in the Cocoa plugin

2013-03-25 Thread Sorvig Morten
On Mar 22, 2013, at 3:21 PM, Jake Thomas Petroules jake.petrou...@petroules.com wrote: Not the only way... There's [NSApplicationDelegate applicationDockMenu:], and dock tile plugins (we should look into bundling a default dock tile plugin in Qt apps!). Fixed now (again):

Re: [Development] Proposition for a new Q_OS_ define

2013-03-25 Thread Sorvig Morten
On Mar 23, 2013, at 1:51 AM, Jake Thomas Petroules jake.petrou...@petroules.com wrote: I'd like to suggest that we add a new Q_OS_ define. Currently, for Apple platforms, we have: Q_OS_DARWIN Q_OS_DARWIN32 Q_OS_DARWIN64 Q_OS_IOS Q_OS_MAC Q_OS_MAC32 Q_OS_MAC64 Q_OS_MACX The first

Re: [Development] Tons of warnings in the Cocoa plugin

2013-03-22 Thread Sorvig Morten
On Mar 21, 2013, at 10:55 PM, Thiago Macieira thiago.macie...@intel.com wrote: Someone who knows about this, could you please take a look? The first and third warnings are scary. Fixed most of them: https://codereview.qt-project.org/51868 https://codereview.qt-project.org/51869

  1   2   >