Re: [Development] Qt Coding Guidelines

2016-03-18 Thread Rutledge Shawn
On 18 Mar 2016, at 08:48, Jędrzej Nowacki mailto:jedrzej.nowa...@theqtcompany.com>> wrote: Every time someone discuss coding style issues my blood boils. I understand that it is important to have consistent coding style, but discussing where to put braces or spaces is just waste of developing t

Re: [Development] Fixing QRect::width() / height()

2016-03-15 Thread Rutledge Shawn
> On 15 Mar 2016, at 15:43, Marc Mutz wrote: > > On Tuesday 15 March 2016 13:08:42 Bo Thorsen wrote: >> Den 15-03-2016 kl. 14:07 skrev Marc Mutz: > [...] >> There is another option that doesn't mean a change of signature: Bound >> the result. So if the real result is > INT_MAX, return INT_MAX. S

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

2016-03-02 Thread Rutledge Shawn
> On 2 Mar 2016, at 09:37, Welbourne Edward > wrote: > > Andreas Hartmetz said: >> Arcminutes are a really good idea. The size of screen elements isn't >> really about physical dimensions, it's about size on retina (the >> actual biological thing ;) really, or legibility. > [...] >> If the syst

Re: [Development] QDesktopWidget for an X display

2016-02-25 Thread Rutledge Shawn
On 25 Feb 2016, at 08:46, Shiva sitamraju mailto:shiv...@rsageventures.com>> wrote: Hi, I am trying to put a widget on a given X Display from inside QT application. Also posted same question on stackexchange http://stackoverflow.com/questions/35498895/qdesktopwidget-for-an-x-display . Would

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

2016-02-19 Thread Rutledge Shawn
> On 18 Feb 2016, at 11:50, Hausmann Simon > wrote: > > Hi, > > A little while ago Lars and I proposed to introduce physical units in the QML > language for use in QtQuick. The idea was to make it easier to write user > interfaces that adapt to different display resolutions by "pinning" your

Re: [Development] Request for a new playground project

2016-02-15 Thread Rutledge Shawn
And then “backend” is awfully vague, could be anything other than application UI. (QPA is a kind of backend, so is ODBC.) Yes it’s a buzzword, but will it sound too dated or even more vague in 10 years? > On 15 Feb 2016, at 07:30, Petroules Jake > wrote: > > Drop the "mobile". Qt is a cross

Re: [Development] Extending touch semantic information and Qt backends

2016-02-11 Thread Rutledge Shawn
> On 11 Feb 2016, at 11:35, Александр Волков wrote: > Angle is not enough, because for compatibility with older apps > TouchPoint::rect() should be as close as possible to the rotated rect. > See https://codereview.qt-project.org/#/c/114238/ > In other words it should be a projection of the rota

Re: [Development] Extending touch semantic information and Qt backends

2016-02-11 Thread Rutledge Shawn
> On 11 Feb 2016, at 02:13, Ariel Molina wrote: > > Hi, > > Research is strong on natural user interfaces, and now market is stronger > than ever and growing. I was working on the TUIO QPA and found a couple of > bugs, which I already pushed patches [1] [2] which I hope make it to 5.6.x. >

Re: [Development] [Interest] 5.7 feature freeze

2016-01-27 Thread Rutledge Shawn
> 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 rendering > in coordination with QSGGeometry. The current recommendation is to > try to coordinate using signals between 2 differen

Re: [Development] Charts and DataVis Questions

2016-01-25 Thread Rutledge Shawn
On 23 Jan 2016, at 19:52, Sean Harmer mailto:s...@theharmers.co.uk>> wrote: On 23/01/2016 12:45, Uwe Rathmann wrote: Hi, The OpenGL acceleration in Charts module is really impressive ... Unfortunately part of the truth is, that the performance of the software renderer does not necessarily be tha

Re: [Development] Update QtWayland CI to Wayland 1.6+

2016-01-14 Thread Rutledge Shawn
> On 14 Jan 2016, at 16:05, Jędrzej Nowacki > wrote: > > On Thursday 14 of January 2016 06:39:29 Thiago Macieira wrote: >> On Thursday 14 January 2016 10:15:40 Jędrzej Nowacki wrote: >>> I guess the whole point of having Ubuntu 14.04 LTS in CI is to support >>> that >>> >>> platform as long as

Re: [Development] Proposal to change connectSlotsByName behavior

2015-12-06 Thread Rutledge Shawn
> On 4 Dec 2015, at 09:01, André Somers wrote: > I'd like to add a new alternative (though it does not exclude a change now > either): > > - Deprecate the behaviour and remove in Qt 6. > > I have never thought this feature to lead to good design. It makes for > "magic" in the sense that it is

Re: [Development] QML import versions

2015-09-21 Thread Rutledge Shawn
On 18 Sep 2015, at 20:15, Nurmi J-P wrote: >> On 18 Sep 2015, at 17:33, Robin Burchell wrote: >> >> On Fri, Sep 18, 2015, at 05:12 PM, Nurmi J-P wrote: >>> - QtQml 2.2 >>> - QtQml.Models 2.3 (++) >>> - QtQuick 2.6 (++) >>> - QtQuick.Particles 2.0 >>> - QtQuick.Controls 1.5 (++) >>> - QtQuick.L

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread Rutledge Shawn
On Sep 10, 2015, at 12:05, Konstantin Tokarev wrote: > > > 10.09.2015, 00:56, "Jonathan Bagg" : >> Project name: QtZeroConf >> >> Project description: >> QtZeroConf is a wrapper class for various mDNS discovery libraries across >> multiple platforms: >> >> Linux -> Avahi-client >> Android ->

Re: [Development] Qt Quick Controls Dialogs -- enabled state of the standard buttons (API choices)

2015-08-24 Thread Rutledge Shawn
On 22 Aug 2015, at 14:41, Filippo Cucchetto wrote: > I totally agree with the solution proposed by mitch c. With the only > exception that i would add a DialogButtonGroup qml element into which put the > buttons. This allows us to add functions and logic without clutturing the > Dialog compone

Re: [Development] Backwards compatibiltiy break in Qt 5.5

2015-07-28 Thread Rutledge Shawn
On 28 Jul 2015, at 10:48, Marc Mutz wrote: > On Monday 27 July 2015 20:44:48 Thiago Macieira wrote: >> On Monday 27 July 2015 21:41:44 NIkolai Marchenko wrote: >>> Yes,but this requires making override visible in every file of the >>> project. >> >> We can solve this by having a global #ifdef t

Re: [Development] Nominating Sérgio Martins for Approver status

2015-07-23 Thread Rutledge Shawn
On 21 Jul 2015, at 13:27, Giuseppe D'Angelo wrote: > Hi, > > I'd like to nominate Sérgio Martins for the Approver status in the Qt project. > > In the last years Sérgio has pushed lots of patches in a number of > components: he worked on the QNX/BB platform plugin, on sensors support in > Qt

Re: [Development] New Module for Serial Buses

2015-05-28 Thread Rutledge Shawn
On 28 May 2015, at 13:35, Marc Mutz wrote: > Please don't overengineer this. If this is about CAN, call it QtCanBus. If > it's about i2c, call it QtI2cBus. These are separate libraries. You get the > idea. This is not like the web (ftp, http, ...) where there's an established > abstraction (U

Re: [Development] Imageformats v2

2015-05-20 Thread Rutledge Shawn
On 19 May 2015, at 21:00, Konstantin Ritt wrote: > IIUC, this already covered by the idea: since we can not (currently?) support > animated "pages", we treat both a multi-page tiff and an animated gif as a > document with N "frames”. I thought so. > > What you described sounds more like mip

Re: [Development] Imageformats v2

2015-05-19 Thread Rutledge Shawn
I think the new API should have multi-page support. It would be useful for pdf, djvu, multi-page tiff, and for looking at individual frames of animated gif, png, etc., to the extent that we write plugins for those. I wrote a QQuickImageProvider for PDF (using poppler), but requestImage takes o

Re: [Development] New (optional?) dependency: xcb-util-errors

2015-04-27 Thread Rutledge Shawn
On 27 Apr 2015, at 00:53, Thiago Macieira wrote: > On Sunday 26 April 2015 21:39:23 Uli Schlachter wrote: >> The actual question that I want to ask with this mail: This is a new >> external dependency. Is it ok to add this dependency to Qt? > > How common is that library? What distros often hav

Re: [Development] Rotating JPEG images by default

2015-04-17 Thread Rutledge Shawn
On 17 Apr 2015, at 12:10, Allan Sandfeld Jensen wrote: > On Friday 17 April 2015, Sorvig Morten wrote: >>> On 17 Apr 2015, at 10:48, Allan Sandfeld Jensen wrote: >>> >>> >>> Ideally the orientation could also be kept as metadata in QImage. >> >> I’d like to see general metadata support in QI

Re: [Development] image format plugins

2015-03-19 Thread Rutledge Shawn
On Mar 19, 2015, at 21:57, Thiago Macieira wrote: > On Thursday 19 March 2015 19:30:40 Konstantin Ritt wrote: >> I didn't say we *should* do it. Simply asking for opinions. >> >> There is no any single .ico file in qtbase (except of ones in >> qicoimageformat auto-test) and we don't support -no

Re: [Development] Problem loading plugins with gcc 4.9.2

2015-03-04 Thread Rutledge Shawn
On Mar 3, 2015, at 14:55, Sergio Martins mailto:sergio.mart...@kdab.com>> wrote: Hi, So that you don't waste time pulling your hair out: plugin loading is broken with gcc 4.9.2 There's some clash between global static QFactoryLoader instances. Reproduced on Archlinux (and on Fedora by jpn

Re: [Development] C++11 for Examples

2015-03-03 Thread Rutledge Shawn
On 3 Mar 2015, at 11:30, Guido Seifert wrote: > >> Make it unconditional and let people disable with -nomake tests or >> -no-compile-examples if they have older compilers. > > Why not make different example categories? One category, which has the same > policies as Qt itself, i.e. it compile

[Development] possible change in behavior: QGuiApplication::primaryScreen() can return null

2015-03-02 Thread Rutledge Shawn
With these patches (and earlier ones) https://codereview.qt-project.org/#/c/87885/ https://codereview.qt-project.org/#/c/107504/ https://codereview.qt-project.org/#/c/107433/ we’ve been trying to fix bugs which have always existed in Qt 5 regarding behavior on Linux/X11 when screens are detached

Re: [Development] OSX 10.7 dropped from Qt?

2015-03-02 Thread Rutledge Shawn
On 2 Mar 2015, at 13:59, Sorvig Morten wrote: >> On 27 Feb 2015, at 14:34, Blasche Alexander >> 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

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

2015-02-12 Thread Rutledge Shawn
On 12 Feb 2015, at 08:55, Konstantin Ritt wrote: > 2015-02-12 11:53 GMT+04:00 Konstantin Ritt : > 2015-02-12 11:39 GMT+04:00 Rutledge Shawn : > > On 11 Feb 2015, at 18:15, Konstantin Ritt wrote: > > > FYI: Unicode codepoint != character visual representation. Mo

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

2015-02-11 Thread Rutledge Shawn
On 11 Feb 2015, at 18:15, Konstantin Ritt wrote: > FYI: Unicode codepoint != character visual representation. Moreover, a single > character could be represented with a sequence of glyps or vice versa - a > sequence of characters could be represented with a single glyph. > QString (and every

Re: [Development] Item creation time in QML

2015-02-11 Thread Rutledge Shawn
On 9 Feb 2015, at 11:25, Gunnar Sletta wrote: > Hi, > > Thought I would share a couple of benchmark numbers for item creation time in > QML. The sources are found here: > https://github.com/sletta/stuff/tree/master/qml/benchmarks. The motivation is > that we can generally animate a large num

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

2015-02-10 Thread Rutledge Shawn
On Feb 10, 2015, at 17:08, Julien Blanc wrote: > On 10/02/2015 16:33, Knoll Lars wrote: >> IMO there’s simply too many questions that this one example doesn’t answer >> to conclude that what we are doing is bad. > > Two arguments : > - implicit sharing is convenient, and really developer friend

Re: [Development] Upgrading the sources to C++11 keywords (Q_NULLPTR, etc.)

2015-02-09 Thread Rutledge Shawn
On 9 Feb 2015, at 13:42, Smith Martin wrote: >>> Everyone wishing to use a QMap should implement one before >>> using it for the first time. Then you'd see what you inflict on the world. > > If that sentiment is valid, then we owe it to our users who are contemplating > using a QMap to explain

Re: [Development] Deprecating modules with 5.5

2015-02-05 Thread Rutledge Shawn
On 3 Feb 2015, at 20:25, André Pönitz wrote: > I think the main dependency here is that Qt Creator needs to render Qt > documentation. What technology this uses is of secondary interest. It > just needs to be "good enough", and it preferably should not be a lot bigger > than actually needed for

[Development] Open Source Developers' Conference in Oslo

2015-02-04 Thread Rutledge Shawn
We are intending to have a Qt track at this conference, so anyone who would like to come and present something in May should sign up at the URL below. Begin forwarded message: > From: Per Henrik Oja > Subject: Communities! Participate! > Date: 4 February 2015 11:49:44 GMT+1 > To: prog...@osdc.n

Re: [Development] Requesting a break in behavior in QML Text element

2015-01-30 Thread Rutledge Shawn
On 29 Jan 2015, at 23:46, Olivier Goffart wrote: > On Thursday 29 January 2015 23:24:51 Robin Burchell wrote: >> tl;dr: I'd like to request a behavior break in QML's Text element. I >> would like to change the default value of Text::textFormat from >> Text.AutoText to Text.PlainText. > > Person

Re: [Development] Nominating Timur Pocheptsov as approver

2015-01-22 Thread Rutledge Shawn
+1 from me On Jan 22, 2015, at 7:52, Blasche Alexander 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 platforms. > > https://c

Re: [Development] CI configuration changes

2015-01-20 Thread Rutledge Shawn
On 21 Jan 2015, at 08:19, Turunen Tuukka wrote: > > On 20/01/15 21:44, "Thiago Macieira" wrote: > >> On Tuesday 20 January 2015 19:21:04 Sarajärvi Tony wrote: What's your timeline for this? >>> >>> If I don't get any objections here, I could start the work immediately. >>> Goal >>> is

Re: [Development] A better headersclean test

2015-01-07 Thread Rutledge Shawn
On Jan 6, 2015, at 16:52, Thiago Macieira wrote: > On Tuesday 06 January 2015 10:14:35 Curtis Mitch wrote: >>> For development I usually do debug builds, so it would be nice to avoid >>> the extra build time (and extra nagging during the build) most of the >>> time, and just let CI enforce it, a

Re: [Development] A better headersclean test

2015-01-05 Thread Rutledge Shawn
On 6 Jan 2015, at 01:06, Thiago Macieira wrote: > On Monday 05 January 2015 23:15:24 Giuseppe D'Angelo wrote: >> Il 02/01/2015 17:55, Thiago Macieira ha scritto: >>> I'm giving it another week due to the Christmas/New Years break, after >>> that I will consider it ML consensus to enable by defau

Re: [Development] changing Q_GADGET

2014-11-28 Thread Rutledge Shawn
On 28 Nov 2014, at 12:19, Simon Hausmann wrote: > Hi, > > Monsieur Goffart did awesome work in the dev branch on allowing structures > with > Q_GADGET to have properties and invokable methods. This brings the macro to a > much wider audience and I'd like to use this opportunity to propose a

Re: [Development] Issues with QApplication::startDragDistance

2014-11-13 Thread Rutledge Shawn
On 13 Nov 2014, at 13:19, Jeremias Bosch wrote: > > I have two combined lists. One vertical, one horizontal. You can imagine it > like a grid. One item in those lists has the size of the screen. The user can > navigate horizontal and vertical from each item. > > What I need is: > • the

Re: [Development] Issues with QApplication::startDragDistance

2014-11-13 Thread Rutledge Shawn
On 13 Nov 2014, at 11:11, Jeremias Bosch wrote: > Dear all, > I was looking into deploying a simple QML App on a wide range of devices. The > App consists basically of two QML Lists which are used for horizontal and > vertical page navigation. The ranges of Display DPI differ a lot between >

Re: [Development] [FYI] new git-gpush features, a.k.a. the smart way of pushing to gerrit

2014-10-24 Thread Rutledge Shawn
On 24 Oct 2014, at 12:38, Jędrzej Nowacki wrote: > > I admire that you want to improve everyones working process, but I think you > took the wrong way. You are fixing the problem on odd level, I strongly > believe > that you should fix Gerrit, enforcing a tool on everyone is at the best far

[Development] Should a QMessageBox (or other dialog) NOT dismiss itself automatically when the Help button is pressed? (QTBUG-34566)

2014-10-22 Thread Rutledge Shawn
It has been proposed that in QtQuick.Dialogs, the Help, Apply and Reset buttons should not dismiss any dialog automatically. I agree conceptually, but the issue is that to be completely consistent, we need to change the behavior of QMessageBox (and various native dialog implementations) to matc

Re: [Development] Nominating Venugopal Shivashankar and Nico Vertriest as approvers

2014-09-22 Thread Rutledge Shawn
Den 16 Sep 2014 kl. 9:31 AM skrev Reinio Topi: I'd like to nominate Venugopal Shivashankar and Nico Vertriest as approvers in the Qt Project. They are both documentation engineers and integral part of the of Qt documentation team. Venugopal Shivashankar: https://codereview.qt-project.org/#/q/own

Re: [Development] [Interest] Direct-lookup translation, even for English (was Re: get english translation)

2014-09-03 Thread Rutledge Shawn
Den 3 Sep 2014 kl. 6:11 PM skrev Thiago Macieira: > On Wednesday 03 September 2014 07:16:22 Saether Jan-Arve wrote: >> We could do that, but I don't see the problem in providing the translation >> file. Shawn already mentioned many good reasons for why translating the >> "engineering English" to

Re: [Development] export gobal enums to QML

2014-09-02 Thread Rutledge Shawn
On 2 Sep 2014, at 8:36 AM, Bo Thorsen wrote: > Den 02-09-2014 07:48, Salomon, Florian skrev: >> Hi, >> i’d like to know, if there is any possibility to export global enums >> (defined in a separate header file) to QML? >> #include “errcodes.h” >> Class A : QObject >> { >> Q_OBJECT >>

[Development] Direct-lookup translation, even for English (was Re: [Interest] get english translation)

2014-09-02 Thread Rutledge Shawn
On 1 Sep 2014, at 8:32 PM, Thiago Macieira wrote: > On Monday 01 September 2014 12:50:23 Graham Labdon wrote: >> Hi >> My application is internationalized, however, in some circumstances I need >> the English version of the string no matter what translator is being used. >> Anyone have any sugges

Re: [Development] QStorageInfo

2014-08-29 Thread Rutledge Shawn
On 29 Aug 2014, at 4:23 PM, Thiago Macieira wrote: > On Friday 29 August 2014 18:05:30 Иван Комиссаров wrote: >> Thiago was against introducing a QStorageInfoPlugin. However, i thinkg we >> can try to dopen a udisks library. But why not simply try to link to it on >> Linux? Are there any linux ve

Re: [Development] QStorageInfo

2014-08-29 Thread Rutledge Shawn
On 29 Aug 2014, at 1:01 PM, Иван Комиссаров wrote: > 29 авг. 2014 г., в 14:46, André Somers написал(а): > Thiago Macieira schreef op 29-8-2014 06:32: >>> Could be, but I want to be really clear that it should only be local, >>> remote and unknown. I don't want other types like "removable >>> ma

Re: [Development] Build failure: GUI example being compiled even with -no-gui -no-widgets

2014-08-29 Thread Rutledge Shawn
On 29 Aug 2014, at 2:02 AM, Mandeep Sandhu wrote: > All, > > I'm getting a build failure when the "hellowindow" example is being compiled. > > Configure options: > $ ../qt5/qtbase/configure -opensource -confirm-license > -developer-build -release -no-gui -no-widgets -no-cups -no-dbus > -no-xcb

Re: [Development] Why is libxcb needed if GUI is disabled in build?

2014-08-29 Thread Rutledge Shawn
libX11 also ends up being linked into the eglfs platform plugin. Even when configured with -no-xcb. I must be missing something, otherwise how could any of the non-X11 embedded or Raspberry Pi stuff work… Of course you can build on a machine that doesn't have the libs or headers available; I

Re: [Development] QStorageInfo

2014-08-28 Thread Rutledge Shawn
On 28 Aug 2014, at 4:03 PM, Thiago Macieira wrote: > On Thursday 28 August 2014 06:57:30 Rutledge Shawn wrote: >> But isLocal is the wrong name for something that isn't a bool, and also >> implies that local drives are normal or preferred (which is a matter of >>

Re: [Development] QStorageInfo

2014-08-27 Thread Rutledge Shawn
On 28 Aug 2014, at 8:06 AM, Lorn Potter wrote: > On 27/08/2014 9:56 pm, Bo Thorsen wrote: >> Den 27-08-2014 10:40, Knoll Lars skrev: >>> I agree that there are many complex corner cases where we can’t exactly >>> know. But let’s not forget about the common case, where we actually can >>> determin

Re: [Development] Linux release binaries too old

2014-08-27 Thread Rutledge Shawn
On 26 Aug 2014, at 10:45 AM, Blasche Alexander wrote: > This leaves me with only one option. We have to deploy Bluez 4.101 headers to > 11.10 machines. It doesn't even have to be a full backport as the dependency > is a compile time dependency. My tests have shown that calling ::connect() > w

Re: [Development] QStorageInfo

2014-08-26 Thread Rutledge Shawn
On 26 Aug 2014, at 8:19 AM, Bo Thorsen wrote: > Which is probably the way people will have to go about doing it. Since > this distinction isn't reliably available on Linux and it is on Windows, > then the proper way would be to be able to get the native handle on the > drive to call Windows meth

Re: [Development] QStorageInfo

2014-08-25 Thread Rutledge Shawn
25 авг. 2014 г., в 14:20, Matthias WALTER mailto:matthias.wal...@neuf.fr>> написал(а): Hello, I see the preview doc about « QStorageInfo » on this website : http://doc-snapshot.qt-project.org/qt5-5.4/qstorageinfo.html#fileSystemType But I don’t see anything about the “type” of the drives : in

Re: [Development] QStorageInfo class

2014-08-22 Thread Rutledge Shawn
On 22 Aug 2014, at 2:07 PM, Иван Комиссаров wrote: Начало переадресованного сообщения: Отправитель: Thiago Macieira mailto:thiago.macie...@intel.com>> Тема: Ответ: [Development] QStorageInfo class Дата: 19 августа 2014 г., 22:21:35 GMT+4 Получатель: development@qt-project.org

Re: [Development] [Releasing] HEADS UP: Qt 5.4 feature freeze - branch created

2014-08-11 Thread Rutledge Shawn
On 10 Aug 2014, at 5:36 PM, Иван Комиссаров wrote: > I've done renaming to QStorageInfo > (https://codereview.qt-project.org/#/c/73945/); but i don't have time to > review correctly and build on Mac (however, it seems it should compile). > Also, i'm not able to compile on Windows at all and i

Re: [Development] QTabletEvent in QML

2014-07-11 Thread Rutledge Shawn
On 11 Jul 2014, at 10:34 AM, Dean Floyd wrote: > I have been using the Wacom Cintiq HD 24 Touch for some of my research > efforts, and I have tried to use MultiPointTouchArea to handle the touch > events, however, this has not lead to a great deal of success. To remedy the > situation, I decid

Re: [Development] QtNetwork QtCS Session

2014-06-20 Thread Rutledge Shawn
On 13 Jun 2014, at 17:26, Thiago Macieira wrote: > Em sex 13 jun 2014, às 05:52:57, Rutledge Shawn escreveu: >>> It makes no sense to build Qt without any platform plugin, for example. >>> The plugins must stay with QtGui, which implies that QtCore, QtNetwork &g

Re: [Development] Make WebKit an add-on

2014-06-19 Thread Rutledge Shawn
On 20 Jun 2014, at 08:32, Knoll Lars wrote: > Hi, > > Currently Qt WebKit and Qt WebKit Widgets are marked in our documentation > as Qt Essentials. I’d like to propose to move them to the add-on category > for 5.4. > > There are several reasons for that, the main ones being: > > * Qt WebKit i

Re: [Development] QtNetwork QtCS Session

2014-06-12 Thread Rutledge Shawn
On 13 Jun 2014, at 03:24, Thiago Macieira wrote: > Em qui 12 jun 2014, às 12:21:32, Jędrzej Nowacki escreveu: >> On Thursday 12 of June 2014 11:47:49 Oswald Buddenhagen wrote: >>> On Thu, Jun 12, 2014 at 10:40:03AM +0200, Jędrzej Nowacki wrote: Hi, Thanks for sending the notes :

Re: [Development] [Interest] GridView

2014-04-30 Thread Rutledge Shawn
On 30 Apr 2014, at 2:37 AM, Joshua Kolden wrote: > I get strange scrolling behavior with QML's GridView on OSX with with a > touchpad doing the typical two finger scrolling gesture. Click drag seems to > be doing what two finger click drag should be. Is this a bug or am I missing > a step?

Re: [Development] Perceptions/Understandings of the QML language [was: Question about Qt's future]

2014-04-29 Thread Rutledge Shawn
On 29 Apr 2014, at 7:51 PM, Alan Alpert wrote: >> (3) Document that accessing ids from other .qml files without any interface >> (just relying on the fact that they are in the context) creates hard to >> maintain QML code. > > Agreed (honestly, it should already be there, I guess > https://bug

Re: [Development] Perceptions/Understandings of the QML language [was: Question about Qt's future]

2014-04-29 Thread Rutledge Shawn
On 29 Apr 2014, at 3:34 PM, m...@rpzdesign.com wrote: > Is there a class diagram on the current code base? You can run doxygen on it and get the automatically-generated ones, but AFAIK there has never been any emphasis on doing "internal" documentation, only user-facing documentation. I don't

Re: [Development] Question about Qt's future

2014-04-28 Thread Rutledge Shawn
On 28 Apr 2014, at 9:32 AM, Gunnar Sletta wrote: > > On 28 Apr 2014, at 07:53, Peter Kümmel wrote: >> > ... > >> ATM the problem is to get started because I don't know much about the >> current architecture of the graphic stack. > > http://qt-project.org/doc/qt-5/qtquick-visualcanvas-scenegr

Re: [Development] utf-8 BOM and parsers

2014-04-16 Thread Rutledge Shawn
On 14 Apr 2014, at 2:26 PM, Simon Hausmann wrote: > We have various parsers in Qt that parse "source code" and do things with it, > such as the QML parser… I was just baffled by this issue this morning for a couple of hours: tried to "port" some QML code that was working fine with Qt 5.2.1 to

Re: [Development] QtQuickComponents ComboBox with QEglFSWindow

2014-04-14 Thread Rutledge Shawn
On 11 Apr 2014, at 10:15 PM, Matt Broadstone wrote: > Hi, > We're experiencing an odd crash while running our Qt Quick application in a > VirtualBox session using eglfs on the framebuffer. The application works > perfectly passing the '-platform eglfs' options, however, when we try to use > a

Re: [Development] Harmonizing the Qt 5.x Documentation

2014-04-14 Thread Rutledge Shawn
On 13 Apr 2014, at 8:10 PM, André Pönitz wrote: > Shawn wrote: >> On 2 Apr 2014, at 6:07 PM, Ariel Molina wrote: >>> >>> Please whatever you do, do not break this anymore, the current >>> state is already messed up. >> >> I agree. But I think the idea was to change it one last time and then >

Re: [Development] Categorized logging inside Qt

2014-04-11 Thread Rutledge Shawn
On 11 Apr 2014, at 10:11 AM, Poenitz Andre wrote: > > shawn.rutle...@digia.com wrote: >> On 10 Apr 2014, at 7:20 PM, Frederik Gladhorn wrote: >> >>> Hi all, >>> >>> I just started to port accessibility to the new and shiny categorized >>> logging. >>> http://blog.qt.digia.com/blog/2014/03/11/

Re: [Development] Categorized logging inside Qt

2014-04-10 Thread Rutledge Shawn
On 10 Apr 2014, at 7:20 PM, Frederik Gladhorn wrote: > Hi all, > > I just started to port accessibility to the new and shiny categorized logging. > http://blog.qt.digia.com/blog/2014/03/11/qt-weekly-1-categorized-logging/ > > I'd propose we decide on a certain style of declaring categories. >

Re: [Development] qt5 dbus on mac

2014-04-06 Thread Rutledge Shawn
On 4 Apr 2014, at 7:19 PM, Nancy Feng (defeng) wrote: > I tried to build qt5 with "dubs" on Mac OS X. I installed "dbus" from > Macport, but when building qt5, it still complains not able find "dbus". If I > let it go by "-continue" option, build fails with unsatisfied dubs headers. > > Any in

Re: [Development] Harmonizing the Qt 5.x Documentation

2014-04-02 Thread Rutledge Shawn
On 2 Apr 2014, at 6:07 PM, Ariel Molina wrote: > The current state of Qt docs is very sad, making online searches near to > useless. All Google searches refer either to broken pages, to 4.x doc pages, > to incomplete 5.0 unstables or even to 3.3 documentation. What's the point on > having 5.x

Re: [Development] One 'qt' branch to rule 'em all!

2014-04-01 Thread Rutledge Shawn
On 1 Apr 2014, at 2:37 PM, André Somers wrote: > Diego Iastrubni schreef op 1-4-2014 14:17: >> I agree. >> >> As we move to a more linear development cycle, we can finally drop >> git and update to svn, "where we are going we don't need branches" >> anyway. > I'd actually like to suggest an upg

Re: [Development] CI broken again?

2014-03-05 Thread Rutledge Shawn
On 5 Mar 2014, at 9:01 AM, BogDan wrote: > Hi, > > I'm trying to push this patch: > https://codereview.qt-project.org/#change,79826 but CI doesn't like me. > > Because CI seems to be based on luck, can CI folks give us a daily CI > horoscopes forecast on this matter? E.g. if you are not b

Re: [Development] [Interest] qmlx11 plugin

2014-02-05 Thread Rutledge Shawn
On 5 Feb 2014, at 11:16 AM, Damian Ivanov wrote: > Hi, > > I made a c++ QML plugin for X11 functions like windowlist, active > window, setting, getting icon of apps, names, id and setting netwm > properties. Source code is here > https://build.opensuse.org/package/show/home:damianator:qmlx11/qm

Re: [Development] QML Image aliasing when animating

2014-01-21 Thread Rutledge Shawn
On 22 Jan 2014, at 4:03 AM, Joshua Kolden wrote: > Image { >id: c4CameraImage >fillMode: Image.PreserveAspectFit >source: “path/to/c4camera.png" >anchors.left: parent.left >anchors.top: parent.top >anchors.bottom: parent.bottom >smooth : true Did you try antialiasing:

Re: [Development] Remove OSX 10.6 Build?

2014-01-21 Thread Rutledge Shawn
On 21 Jan 2014, at 8:01 AM, Sarajärvi Tony wrote: > You are talking about dropping 10.6 support, whereas we are dropping 10.7 as > well from the CI. > I know support and CI aren't the same thing, but you might want to object our > plan which as of now hasn't received any criticism. I'm surprise

Re: [Development] moving some SystemInfo stuff into qtbase (was Re: QtDriveInfo module in Playground)

2014-01-15 Thread Rutledge Shawn
On 13 Jan 2014, at 8:06 PM, David Faure wrote: > On Monday 13 January 2014 22:00:53 abba...@gmail.com wrote: But I think maybe we should get the C++ APIs into qtbase, so that QtQuick.Controls.FileDialog doesn't depend on qtsystems. > > Let me rewind a bit here... I thought QtCore woul

[Development] thoughts about a shared models module, and models in general (was Re: Would a (QML) model aggregator class a welcome addition?)

2014-01-15 Thread Rutledge Shawn
On 10 Dec 2013, at 11:43 PM, Alan Alpert wrote: > On Tue, Dec 10, 2013 at 12:32 PM, Alberto Mardegan > wrote: >> Hi all! >> For one of my projects, I found the need to merge several models into >> a single model. I wrote a class for it, and I think it's generic enough >> to be useful for other

Re: [Development] moving some SystemInfo stuff into qtbase (was Re: QtDriveInfo module in Playground)

2014-01-13 Thread Rutledge Shawn
On 13 Jan 2014, at 5:06 PM, Alvin Yulo wrote: > Here are the QDrive APIs that Tony mentioned below: > https://codereview.qt-project.org/#change,75336,patchset=1 Cool. But I think maybe we should get the C++ APIs into qtbase, so that QtQuick.Controls.FileDialog doesn't depend on qtsystems. So

[Development] moving some SystemInfo stuff into qtbase (was Re: QtDriveInfo module in Playground)

2014-01-10 Thread Rutledge Shawn
On 1 Mar 2013, at 11:20 PM, Lorn Potter wrote: > On 02/03/13 07:59, Thiago Macieira wrote: >> On sábado, 2 de março de 2013 07.51.04, Lorn Potter wrote: Wasn't there already similar functionality in QtMobility? QSystemStorageInfo seems to provide similar functionality? >>> >>> Yes it d

Re: [Development] QWidget mouse events - different order

2013-12-30 Thread Rutledge Shawn
On 23 Dec 2013, at 5:37 PM, Rick Stockton wrote: > QTBUG-25831 is re-opened, and assigned to me. The linked gerrit change > would "solve" the problem for Widgets- creating the issue that a LOT of > Qt5 modules are listening only for single-click, and would now need to > listen for both events if

Re: [Development] Qt 5.2.0 compilation fails on ArchLinux

2013-12-22 Thread Rutledge Shawn
On 21 Dec 2013, at 9:00 PM, Wilhelm wrote: > Hi all, > > I'm trying to compile qt-5.2.0 on arch linux, but with/without > icu-support I get the following error: > > make[3]: Entering directory > '/usr/local/src/qt-everywhere-opensource-src-5.2.0/qtbase/src/platformsupport' > LD_LIBRARY_PATH=/us

Re: [Development] StereoViewport for Qt3D

2013-11-18 Thread Rutledge Shawn
On 17 Nov 2013, at 11:11 PM, Svenn-Arne Dragly wrote: > > I hope so too, but if I don't hear anything I'll just try pushing it to > gerrit and see how it goes. Sounds good. I could conceivably test it at home; just got a 3D TV and haven't used it for anything more than movies yet. ___

Re: [Development] QML and JavaScript extensions

2013-11-14 Thread Rutledge Shawn
On 11 Nov 2013, at 9:38 AM, Topi Mäenpää wrote: > Consequently, I have needed to hack my extensions by using hidden > low-level APIs. As mentioned, this was just a matter of finding a > pointer to the internal QScriptEngine in Qt4. In Qt5, I have used the V8 > API directly. Now that 5.2 uses a n

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-08 Thread Rutledge Shawn
On 8 Nov 2013, at 9:59 AM, Mikkel Krautz wrote: > That's how I'm imagining it working as well. No 3rdparty source tree > needs to be bundled (it isn't bundled in qt-solutions either, at the > moment) - but link against the JasPer lib if it's present on the > system, or JASPER_CFLAGS and JASPER_LI

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-07 Thread Rutledge Shawn
On 7 Nov 2013, at 11:11 PM, Mikkel Krautz wrote: > On Tue, Nov 5, 2013 at 9:57 AM, Saether Jan-Arve > wrote: >> >> Is there any big benefits in having ICNS support on other platforms than OSX? … > So my own use of the icon engine is restricted to OS X. As such, my > own use of the engine cou

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-06 Thread Rutledge Shawn
On 6 Nov 2013, at 6:56 PM, Иван Комиссаров wrote: > Sorry for an offtop:) > I have a DDS image format plugin, does someone interested?:) > https://gitorious.org/andromeda/imageformats/source/c637e7d8c3719e0a5cf27a32f8ea425adc09f40c:src/plugins/imageformats/dds DirectDraw Surface? http://en.wik

Re: [Development] StereoViewport for Qt3D

2013-11-06 Thread Rutledge Shawn
On 28 Oct 2013, at 10:35 PM, Svenn-Arne Dragly wrote: > Secondly, I was missing a stereo option for the default QML Viewport > element, and decided to have a look at the implementation in QGLView to > see if I could port that to the QML Viewport element. Luckily this was > quite easy (thanks to Qt

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-05 Thread Rutledge Shawn
On 5 Nov 2013, at 5:47 PM, Jake Petroules wrote: > I do. Qt is by nature a cross platform framework, limiting support for ICNS > files only to OS X doesn't really make sense. > > What if you want to create a cross platform icon editor or some other app > that deals with image files? Or reuse y

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-05 Thread Rutledge Shawn
On 4 Nov 2013, at 10:51 PM, Mikkel Krautz wrote: > Hello, > > I'm process of attempting to integrate support for the ICNS (OS X icon > files) format into Qt as an icon engine. > (https://codereview.qt-project.org/#change,60290) > > An optional, but desirable part of the ICNS format is support f

Re: [Development] Nominating Gatis Paeglis as approver

2013-10-25 Thread Rutledge Shawn
+1, thanks for all the help with input handling and xcb in general. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Port QT 5 to Haiku

2013-10-17 Thread Rutledge Shawn
On 17 Oct 2013, at 2:45 AM, Giovanni Mugnai wrote: > I’m writing here, since to me and some other Haiku users, we’d like to > find a programmer/expert developer able to fully port the latest > version of Qt 5 on Haiku. With “fully port” we mean to port the Qt 5.x > in a perfect way: complete of an

[Development] QT4.8.5 issue: multi-touch message cannot handled by "close" button

2013-09-13 Thread Rutledge Shawn
On 13 Sep 2013, at 9:44 AM, Duan Fugang-B38611 wrote: > The KDE is not kwin, is matchbox-window-manager. OK I can reproduce it, so it seems to be an issue with matchbox (and matchbox is not using Qt). But it was designed for PDAs, so maybe there is a solution. The touch drivers for Linux PDAs

Re: [Development] QT4.8.5 issue: multi-touch message cannot handled by "close" button

2013-09-12 Thread Rutledge Shawn
On 13 Sep 2013, at 7:53 AM, Duan Fugang-B38611 wrote: > Hi, all, > > We use the X.Org X Server 1.14.0 + QT4.8.5 to do one demo, but I catch one > issue: multi-touch message is not handled by “close” button. > > I use egalax touchscreen for the multi-touch test. > After kernel up, evtest tes

Re: [Development] MouseWheel issue with Flickable - abandoned issue QTBUG-21328?

2013-08-27 Thread Rutledge Shawn
On 27 Aug 2013, at 1:39 PM, Ola Røer Thorsen wrote: > Hi, I wanted to create an issue about a mouse wheel issue in QtQuick > Flickable, but figured out it has been reported already: > https://bugreports.qt-project.org/browse/QTBUG-21328 > > Is this a "lost case" as I see the assignee is closed/

Re: [Development] Tracing Qt

2013-08-23 Thread Rutledge Shawn
On 23 Aug 2013, at 1:20 PM, Robin Burchell wrote: > Thoughts, flames, cookies? Yes I've been interested in doing something like that too, for debugging touch and other types of events. The biggest problem with events is that they get converted into different types and queued multiple times, wh

Re: [Development] Documentation Review for 5.1

2013-05-16 Thread Rutledge Shawn
On 16 May 2013, at 2:11 PM, Shawn Rutledge wrote: > Alternatively we could change all the \since to use Qt versions, since the > module versions are such a mixed bag. Qt versions constitute a timeline, at > least. But then again the point is to also document what version of a module you need

  1   2   >