Re: [Development] [Announce] Qt VS Tools (Beta) released

2017-01-03 Thread Alan Ezust
I just installed VS2013 and now i want to install the vs2013 addin, but the very first link from that article http://doc.qt.io/vs-addin/index.html is 404 not found. Can someone please fix that link so it works again? thanks! --Alan On Thu, Aug 11, 2016 at 6:06 AM, List for announcements regardi

Re: [Development] Suggestion: how to know when object is scheduled for deletion

2016-05-05 Thread Alan Ezust
Looking at the implementation of deleteLater: { QCoreApplication::postEvent(this, new QDeferredDeleteEvent()); } It seems to me you can achieve what you want without modifying the implementation of deleteLater(), and instead making an event filter on QCoreApplication for QDeferredDeleteEvent.

Re: [Development] Is QML Item design deliberately hindering C++ interaction?

2015-04-06 Thread Alan Ezust
Personally, I feel that it will not be possible to write QtQuick network applications without some C++ until QUrl and lists of QUrl are supported in QML. The way QUrl are converted into strings in QML currently makes things very difficult for me. ___ Deve

Re: [Development] Qt 5.2, activeFocusItem, QMenu and QMenuItem (bug)

2014-04-06 Thread Alan Ezust
See this bug: https://bugreports.qt-project.org/browse/QTBUG-36332 On Sun, Apr 6, 2014 at 8:33 AM, Hamidreza Davoodi wrote: > Hello there, > I'm encountering a problem with activeFocusItem in QQuickItem. > According to this example [1], when you click on something and menu > appears, it should b

Re: [Development] configure -developer-build --prefix=$PWD/qtbase

2014-03-27 Thread Alan Ezust
On Thu, Mar 27, 2014 at 12:32 AM, Koehne Kai wrote: > > > > -Original Message- > > From: Alan Ezust [mailto:alan.ez...@gmail.com] > > Sent: Wednesday, March 26, 2014 7:06 PM > > To: Koehne Kai > > Cc: development@qt-project.org > > Subject: Re

Re: [Development] configure -developer-build --prefix=$PWD/qtbase

2014-03-26 Thread Alan Ezust
uot; On Wed, Mar 26, 2014 at 10:57 AM, Alan Ezust wrote: > Simon Hausmann says: > > Do you know where in the docs it suggests that both can be used > > simultaneously? > > My mistake, it doesn't suggest that. I just tried combining the two > options after > trial

Re: [Development] configure -developer-build --prefix=$PWD/qtbase

2014-03-26 Thread Alan Ezust
Simon Hausmann says: > Do you know where in the docs it suggests that both can be used > simultaneously? My mistake, it doesn't suggest that. I just tried combining the two options after trial and error. Perhaps because the straight -developer-build fails to build docs. I thought I saw it in the

[Development] configure -developer-build --prefix=$PWD/qtbase

2014-03-26 Thread Alan Ezust
The README in the qt distribution is confusing to me. I am not sure if it is consistent with the ./configure --help. Does anyone understand what the difference is between a qt that is configured like this: ./configure -developer-build versus a Qt that is configured like this: configure -developer

Re: [Development] QML Audio on Android

2014-02-05 Thread Alan Ezust
I have the same question. Interesting that assets:/ is used in both android and blackberry 10... It would be nice if we could get assets:/ to work on the desktop platforms also, perhaps by packaging the assets into an accompanying .zip file so it doesn't cause memory bloat on the executable. On

Re: [Development] frozen tickets on bugreports.qt-project.org in qt-mobility and qt-components

2014-01-21 Thread Alan Ezust
s so I can help organize and triage these tickets. But I think they should be granted to all devs :-) On Mon, Jan 20, 2014 at 12:43 PM, deDietrich Gabriel < gabriel.dedietr...@digia.com> wrote: > > On Jan 20, 2014, at 7:52 PM, Alan Ezust wrote: > > > I was looking at

Re: [Development] frozen tickets on bugreports.qt-project.org in qt-mobility and qt-components

2014-01-20 Thread Alan Ezust
, deDietrich Gabriel < gabriel.dedietr...@digia.com> wrote: > > On Jan 20, 2014, at 7:52 PM, Alan Ezust wrote: > > > I was looking at this one in particular: > https://bugreports.qt-project.org/browse/QTCOMPONENTS-930 > > > Hi Alan, > > As the header says on that page, Q

Re: [Development] frozen tickets on bugreports.qt-project.org in qt-mobility and qt-components

2014-01-20 Thread Alan Ezust
I was looking at this one in particular: https://bugreports.qt-project.org/browse/QTCOMPONENTS-930 On Mon, Jan 20, 2014 at 10:46 AM, Frederik Gladhorn < frederik.gladh...@digia.com> wrote: > Mandag 20. januar 2014 09.44.37 skrev Alan Ezust: > > Hi Guys, > > > > I w

[Development] frozen tickets on bugreports.qt-project.org in qt-mobility and qt-components

2014-01-20 Thread Alan Ezust
Hi Guys, I was looking through a lot of the open tickets, some of them are reported against qt-mobility, or qt-components, projects that have since been merged into Qt5. Instead of being able to add comments to these tickets, I am unable to do anything at all with them. There is an "agile board"

Re: [Development] URLs in QML/JS

2013-06-18 Thread Alan Ezust
On Tue, Jun 18, 2013 at 11:32 AM, Alan Ezust wrote: > > Another type I'd like to see in QML is the QTimer type, with notify > properties and all. > > Oops, I forgot this is related to Cascades QML, so please ignore this line. :-) The QML Timer is great and I wish that was a

Re: [Development] URLs in QML/JS

2013-06-18 Thread Alan Ezust
On Mon, Jun 17, 2013 at 2:31 PM, Alan Alpert <4163654...@gmail.com> wrote: > On Mon, Jun 17, 2013 at 1:32 PM, Hausmann Simon > wrote: > > I'd like to make URLs a better supported citizen in the world of QML's > > JavaScript, and it appears that a few options present themselves: > > > > (1) We cou

[Development] http://qt-project.org/wiki/Qt-Add-ons-Modules

2012-11-29 Thread Alan Ezust
On the qt-project wiki, there is a very nice page that discusses add-ons and their status, where to get them, etc. This hasn't been updated since the Qt5 Alpha release. Could someone please revisit and update it please? Thanks ! ___ Development mailing l

[Development] can I put a QWindow in a QWidget? or vice-versa?

2012-09-10 Thread Alan Ezust
I am porting a Qt4 app that has a QMainWindow and a bunch of widgets in a layout, one of them being a QDeclarativeView. I thought I'd try putting a QQuickView in its place but I am wondering what to pass to its constructor arguments, (it can't have a widget as a parent)... or how to add it to a QL

[Development] documentation: qtwebkit-module.html missing instructions for how to use webkit

2012-09-08 Thread Alan Ezust
>From this URL: http://qt-project.org/doc/qt-5.0/qtwebkit-module.html To include the definitions of the module's classes, use the following directive: [empty] To link against the module, add this line to your qmake .pro file: [empty] I'd also like to see how to use webkit from QML. _

Re: [Development] "classes" toc entry in Qt5 qch docs from assistant

2012-08-26 Thread Alan Ezust
And another nice thing might be to have the C++ classes and QML types as child-nodes, and then have the QML types navigable from that tree too. On Sun, Aug 26, 2012 at 11:04 AM, Alan Ezust wrote: > In the "contents" tab, there is a tree node for "classes" jus

[Development] "classes" toc entry in Qt5 qch docs from assistant

2012-08-26 Thread Alan Ezust
In the "contents" tab, there is a tree node for "classes" just below "qt reference documentation". When I click on it, it says The page could not be found. 'qthelp://com.trolltech.qt.500/qdoc/' There is another page that has all classes. qthelp://com.trolltech.qt.500/qdoc/classes.html I think click

Re: [Development] How to build Qt5's docs?

2012-08-26 Thread Alan Ezust
make qch_docs (on linux) works for me now too! thanks! On Fri, Aug 24, 2012 at 9:42 PM, Loaden wrote: > I can using 'make docs' to create qt.qch for now. > Thanks! > ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mai

Re: [Development] How to build Qt5's docs?

2012-08-22 Thread Alan Ezust
I had that problem too. It was looking for qhelpgenerator in the wrong place - in qtbase/bin instead of my installed QT5 directory, where the executable was. I ended up having to do 1 of 2 things to work around this. 1. re-run installed qmake in the qtdocs directory 2. copy the qhelpgenerator

Re: [Development] How to build Qt5's docs?

2012-08-21 Thread Alan Ezust
On Tue, Aug 21, 2012 at 9:03 AM, Alan Ezust wrote: > > The issue is that in the doc/html/qt.qhp file, on line 14348, is an xml > element > with a ref="". > > This is the problem I was having. > What is interesting to know is what is on that line? And I bet you it

Re: [Development] How to build Qt5's docs?

2012-08-21 Thread Alan Ezust
On Tue, Aug 21, 2012 at 2:48 AM, Loaden wrote: > I can confirmed this change fixed the qt3d's docs issue. > But Still has a error with widgets-tutorial.qdoc. > >> ../src/zh_CN/tutorials/widgets-tutorial.qdoc:152: This page exists in more >> than one file: "Widgets ??" >> ../src/zh_CN/tutorials/wid

Re: [Development] How to build Qt5's docs?

2012-08-20 Thread Alan Ezust
I've been having trouble building qch_docs also. I am told it is broken at the moment. Please let us know when it works again. make online_docs seems to work. I thought I'd post my experience trying to build qch docs since it is different from loaden's. [ezust@cerberus] /home/ezust/Trolltech/qt5

[Development] qtjsondb status in qt5?

2012-08-13 Thread Alan Ezust
What is the status of QtJsonDB? Is it part of Qt5 or not? I am looking at the list of Qt5 modules http://doc-snapshot.qt-project.org/5.0/modules.html and it's not mentioned at all. Shouldn't there be a section of documentation generated for it along with the rest of the docs? __

[Development] QT_FOR_PRIVATE and QT_PRIVATE in .pro files?

2012-08-06 Thread Alan Ezust
What do these two variables mean? I saw QT_PRIVATE before and now I see QT_FOR_PRIVATE in .pro files from qtjsondb (client.pro, for example). ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Why Qt5 master don't generate pch docs?

2012-04-03 Thread Alan Ezust
The instructions in the qt5/qtdoc/README are not sufficient to build them either. You need qttools to be built and installed, which is not mentioned at all in the README. 2012/3/19 Loaden : > Hi, I am not sure it is or not is a bug? > But after build Qt5 master, I fond in docs folder, not have any