[Interest] Very vague QML ListView issue

2012-05-23 Thread Mark
is exactly the same for both directions. Here is the code. http://codepad.org/GajQKdH8 Or if you prefer pastebin: http://pastebin.com/j9NH6Q70 I hope someone can figure this one out since i'm kinda close at having a functional and quite clean sortable listview ^_^ Cheers, Mark

Re: [Interest] How do i copy the QML files to debug folder without adding make install?

2012-06-16 Thread Mark
On Sat, Jun 16, 2012 at 11:15 PM, Till Oliver Knoll till.oliver.kn...@gmail.com wrote: Am 16.06.2012 um 22:07 schrieb Mark mark...@gmail.com: ... copies the QML files to the debug/release location _without_ having the need to add a make install. The qmake install target is /exactly

Re: [Interest] QML issue with putting an element on top of a repeater item based on the clicked one

2012-06-29 Thread Mark
On Fri, Jun 29, 2012 at 8:30 AM, Bo Thorsen b...@fioniasoftware.dk wrote: Hi Mark, This might not be the best advice, because I don't know your reasons for choosing the repeater. Something tells me the reason you have problems is that you shouldn't use a repeater. I mean, what are you

[Interest] AudioInput example app noticable very sluggish on Mac

2012-07-02 Thread Mark
. Details: Qt 4.8.1 Mac OSX Lion fully updated Cheers, Mark ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] AudioInput example app noticable very sluggish on Mac

2012-07-04 Thread Mark
.. anyone? On Mon, Jul 2, 2012 at 3:34 PM, Mark mark...@gmail.com wrote: Hi, While running the stock Qt example AudioInput i see a very noticeable lag/delay/latency/stuttering (whatever you want to call it) in the red bar that indicated the microphone level. Which is odd because if i look

Re: [Interest] AudioInput example app noticable very sluggish on Mac

2012-07-05 Thread Mark
On Thu, Jul 5, 2012 at 7:05 AM, michael.godd...@nokia.com wrote: Hello again, On 5/07/12 10:44 AM, Goddard Michael (Nokia-MP/Brisbane) michael.godd...@nokia.com wrote: Hi Mark, On 4/07/12 11:41 PM, ext Mark mark...@gmail.com wrote: Does anyone know what's going wrong in the Qt app on Mac

Re: [Interest] AudioInput example app noticable very sluggish on Mac

2012-07-07 Thread Mark
On Thu, Jul 5, 2012 at 3:19 PM, Mark mark...@gmail.com wrote: On Thu, Jul 5, 2012 at 7:05 AM, michael.godd...@nokia.com wrote: Hello again, On 5/07/12 10:44 AM, Goddard Michael (Nokia-MP/Brisbane) michael.godd...@nokia.com wrote: Hi Mark, On 4/07/12 11:41 PM, ext Mark mark...@gmail.com

[Interest] QML select/drag/drop like a calendar.

2012-07-07 Thread Mark
the issue. Incase you want to test my current testing code, clone: git://gitorious.org/qmlcalendar/master.git in main.qml uncomment: CalendarDay { anchors.fill: parent } And comment the CalenderMonth part. Cheers, Mark ___ Interest mailing list

Re: [Interest] Performance Issues with vlc and QImage painting inside QML

2012-07-16 Thread Mark
On Mon, Jul 16, 2012 at 2:21 PM, Daniel Kreuter daniel.kreute...@googlemail.com wrote: Thanks for this link. When I understand the article right, then I can't move my QDeclarativeItem class into a new Thread, because the paint method can only be used inside of the GUI Thread. So how can I

Re: [Interest] MouseArea on top of Flickable

2012-07-24 Thread Mark
On Sun, Jul 22, 2012 at 3:45 AM, Mark mark...@gmail.com wrote: Hi, I have a Flickable with a MouseArea on top of it. I only want to use the MouseArea fro the pressed events, the flackable should just be working with dragging up/down. This however isn't as easy as it sounds.. It looks

Re: [Interest] MouseArea on top of Flickable

2012-07-24 Thread Mark
On Tue, Jul 24, 2012 at 7:40 PM, Mark mark...@gmail.com wrote: On Sun, Jul 22, 2012 at 3:45 AM, Mark mark...@gmail.com wrote: Hi, I have a Flickable with a MouseArea on top of it. I only want to use the MouseArea fro the pressed events, the flackable should just be working with dragging up

Re: [Interest] Well there goes Nokia

2012-08-01 Thread Mark
On Wed, Aug 1, 2012 at 6:14 PM, Jason H scorp...@yahoo.com wrote: I thought that was sold to Digia. So s/Nokia/Digia/ From: Rui Maciel rui.mac...@gmail.com To: interest@qt-project.org Sent: Wednesday, August 1, 2012 12:11 PM Subject: Re: [Interest] Well

[Interest] How can i manipulate pixel data from a QWidget?

2012-09-22 Thread Mark
- further drawing in the QImage - put it on the QWidget again - ... and so on ... In this case i'm guessing that the QImage mapping to a QWidget would be the most costly one hence i'd like to prevent that altogether and just manipulate the QWidget pixel data directly. So how do i do that? Cheers, Mark

Re: [Interest] How can i manipulate pixel data from a QWidget?

2012-09-22 Thread Mark
and implement pixel shaders. On Sat, Sep 22, 2012 at 3:00 PM, Mark mark...@gmail.com wrote: Hi, I know one can manipulate pixel data in a QImage using the bits() function, but how can i do the same for a QWidget? I want to play with a high performance line drawing algorithm [1] so i guess

Re: [Interest] How can i manipulate pixel data from a QWidget?

2012-09-22 Thread Mark
On Sat, Sep 22, 2012 at 9:41 PM, Giuseppe D'Angelo dange...@gmail.com wrote: On 22 September 2012 20:00, Mark mark...@gmail.com wrote: I want to play with a high performance line drawing algorithm [1] so i guess it's not very optimal to do the following: - draw in a QImage - put that image

Re: [Interest] Adding objects in QML and scrolling it

2012-10-05 Thread Mark
On Fri, Oct 5, 2012 at 8:25 AM, Bo Thorsen b...@fioniasoftware.dk wrote: Den 04-10-2012 01:11, Николай Шатохин skrev: Hello. Can anybody help me with my problem? I have a scene (Rectangle). I need add objects (circles) into scene by signal (signal returns coordinates) from C++ class and move

Re: [Interest] Adding objects in QML and scrolling it

2012-10-05 Thread Mark
On Fri, Oct 5, 2012 at 4:29 PM, K. Frank kfrank2...@gmail.com wrote: Hi Mark! [Off-topic reply to Mark's comment.] On Fri, Oct 5, 2012 at 2:41 AM, Mark mark...@gmail.com wrote: On Fri, Oct 5, 2012 at 8:25 AM, Bo Thorsen b...@fioniasoftware.dk wrote: Den 04-10-2012 01:11, Николай Шатохин

[Interest] QtCreator seems to ignore the qmltypes file (Qt 4.8.3)

2012-11-04 Thread Mark
. However, QtCreater keeps giving me unknown component (M300) even though i can run it perfectly fine. I'm using a qmlproject file and added /usr/lib/kde4/imports to the importPaths variable. I can't seem to figure out what i'm doing wrong.. Cheers, Mark

Re: [Interest] QtQuick and Video

2012-11-05 Thread Mark
On Mon, Nov 5, 2012 at 2:42 PM, Robert Voinea rvoi...@gmail.com wrote: On Monday 05 November 2012 18:38:07 Pritam wrote: On Monday 05 November 2012 05:24 PM, Robert Voinea wrote: Hi Has anyone tried the QtQuick 1.0/1.1 and Video combination? I have to implement a simple interface for

Re: [Interest] QtQuick and Video

2012-11-06 Thread Mark
On Tue, Nov 6, 2012 at 4:35 PM, Joseph Crowell joseph.w.crow...@gmail.com wrote: On 11/5/2012 11:51 PM, Mark wrote: On Mon, Nov 5, 2012 at 2:42 PM, Robert Voinea rvoi...@gmail.com wrote: On Monday 05 November 2012 18:38:07 Pritam wrote: On Monday 05 November 2012 05:24 PM, Robert Voinea

[Interest] Global QML slot?

2012-11-07 Thread Mark
ideas..? Cheers, Mark ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Global QML slot?

2012-11-07 Thread Mark
) model: 10 delegate: MyRectangle { onSomeEvent: { parent.someOtherEvent(index) } color: red } } } or even use a function inside onSomeEvent:{} On Wed, Nov 7, 2012 at 7:35 PM, Mark mark...@gmail.com wrote: Hi, I

[Interest] Updating a model re-add everything in QML. How can i prevent that?

2012-11-07 Thread Mark
Repeater (works), but when i remove items from the end i would like QML to be smart and also remove the items from the end and leave those that haven't changed. Thus not re-inserting all the items in the repeater when not needed. Is there some option to get that? Cheers, Mark

Re: [Interest] Updating a model re-add everything in QML. How can i prevent that?

2012-11-08 Thread Mark
On Thu, Nov 8, 2012 at 6:43 PM, Nicolás Ulrich nikola...@gmail.com wrote: Are you really using this? qRegisterMetaTypePathModel*(PathModel*);(with the * in the string) I guess it should be qRegisterMetaTypePathModel*(PathModel); On Thu, Nov 8, 2012 at 10:36 AM, Mark mark

Re: [Interest] Why is this not working? Assign direct to QML (through setContextProperty) works, as function doesn't.

2012-11-08 Thread Mark
On Fri, Nov 9, 2012 at 1:01 AM, Alan Ezust alan.ez...@gmail.com wrote: On Thu, Nov 8, 2012 at 1:19 PM, Mark mark...@gmail.com wrote: Note: i cannot do qRegisterMetaType on the PathModel since it's class that inherits from a class that forbids copying the data (copy constructor stuff

Re: [Interest] Why is this not working? Assign direct to QML (through setContextProperty) works, as function doesn't.

2012-11-08 Thread Mark
stuff). Cheers, Mark Hi Mark, Try adding Q_OBJECT to your PathModel - maybe the function doesn't work because the returned value does not have its own moc object. Tony. ___ Interest mailing list Interest@qt-project.org http://lists.qt

Re: [Interest] Why is this not working? Assign direct to QML (through setContextProperty) works, as function doesn't.

2012-11-09 Thread Mark
On Fri, Nov 9, 2012 at 3:59 AM, Lincoln Ramsay a1291...@gmail.com wrote: On 09/11/12 12:56, Mark wrote: Ahh, i was really hoping for that to work! Sadly i was welcomed with this compiler error: pathmodel.o: In function `PathModel::PathModel(QObject*)': pathmodel.cpp:(.text+0x14): undefined

Re: [Interest] Why is this not working? Assign direct to QML (through setContextProperty) works, as function doesn't.

2012-11-09 Thread Mark
On Fri, Nov 9, 2012 at 2:14 PM, Mark mark...@gmail.com wrote: On Fri, Nov 9, 2012 at 3:59 AM, Lincoln Ramsay a1291...@gmail.com wrote: On 09/11/12 12:56, Mark wrote: Ahh, i was really hoping for that to work! Sadly i was welcomed with this compiler error: pathmodel.o: In function `PathModel

Re: [Interest] Why is this not working? Assign direct to QML (through setContextProperty) works, as function doesn't.

2012-11-11 Thread Mark
On Sat, Nov 10, 2012 at 11:35 PM, Robert Voinea rvoi...@gmail.com wrote: Hi On Saturday 10 November 2012 20:05:13 Mark wrote: On Sat, Nov 10, 2012 at 8:03 PM, Robert Voinea rvoi...@gmail.com wrote: I am not saying to instantiate it as QObject, but expose it to qml as qobject

[Interest] delayRemove for custom models?

2012-11-15 Thread Mark
, Mark ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Items vanish from grid when i move down?

2012-11-16 Thread Mark
On Thu, Nov 15, 2012 at 1:24 AM, Mark mark...@gmail.com wrote: Hi, I'm playing with a GridView and animations. What i want to have is animate the items _only_ when i resize my window (thus the grid gets smaller/bigger). The following snippet does that somewhat. Somewhat because it animates

[Interest] Qt Dev Days 2012 presentation videos?

2012-11-20 Thread Mark
Hi, Is there any link where i can find the presentation videos from the recent dev days? Cheers, Mark ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Replacing QIcon with QImage in a existing model, how can i do that?

2012-11-24 Thread Mark
that leads me to think that the index is fine.. Any help would be very much appreciated. Btw. this is Qt 4.8.3, not 5.0. Cheers, Mark ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Dynamically generating a states and transitions array in javascript?

2012-11-26 Thread Mark
for this? Cheers, Mark ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Application wide shortcuts in QML?

2012-11-27 Thread Mark
(as a workaround) is registering the shortcuts in C++ and then just sending a signal to QML when one of the requested shortcuts has been pressed. That will likely work, but i rather prevent such hacks if possible :) Kind regards, Mark ___ Interest mailing list

Re: [Interest] Application wide shortcuts in QML?

2012-11-27 Thread Mark
On Tue, Nov 27, 2012 at 10:08 PM, Mark mark...@gmail.com wrote: Hi, In Qt you have QShortcut to make application wide shortcuts. However, QShortcut required a QWidget to work. That kinda prevents me to map QShortcut to a QML element because i don't have a QWidget in there. Does anyone know

Re: [Interest] Dynamically generating a states and transitions array in javascript?

2012-11-27 Thread Mark
Op 26 nov. 2012 22:11 schreef Mark mark...@gmail.com het volgende: Hi, I have a states array in QML that looks like this: states: [ State { name: icon PropertyChanges { target: viewContainer; source: views/IconView.qml } }, State

Re: [Interest] Dynamically generating a states and transitions array in javascript?

2012-12-03 Thread Mark
On Wed, Nov 28, 2012 at 4:16 AM, Mark mark...@gmail.com wrote: Op 26 nov. 2012 22:11 schreef Mark mark...@gmail.com het volgende: Hi, I have a states array in QML that looks like this: states: [ State { name: icon PropertyChanges { target

Re: [Interest] QML Video with Phonon

2012-12-07 Thread Mark
On Fri, Dec 7, 2012 at 3:09 PM, Robert Voinea rvoi...@gmail.com wrote: Hi list I have tried to create a QML Item for video playback using phonon. For that I am creating a video widget and display it in a QDeclarativeItem via a QGraphicsProxyWidget. This is the tutorial I have used for

Re: [Interest] QML Video with Phonon

2012-12-08 Thread Mark
On Sat, Dec 8, 2012 at 11:21 AM, Bo Thorsen b...@fioniasoftware.dk wrote: Den 07-12-2012 15:36, Mark skrev: On Fri, Dec 7, 2012 at 3:09 PM, Robert Voinearvoi...@gmail.com wrote: Hi list I have tried to create a QML Item for video playback using phonon. For that I am creating a video

Re: [Interest] Qt Dev Days 2012 presentation videos?

2012-12-15 Thread Mark
Awesome :) A lot of great material over there! On Fri, Dec 14, 2012 at 4:36 PM, Thiago Macieira thiago.macie...@intel.com wrote: On sexta-feira, 14 de dezembro de 2012 09.35.54, Koehne Kai wrote: Seems they're online now , at least the ones from the Berlin event :)

[Interest] Which MingW version do i need to have to use Qt5 RC2 on Windows 7?

2012-12-18 Thread Mark
which MingW (link?) version i need to have for Qt5 RC2 on Windows 7 x64? Kind regards, Mark ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Which MingW version do i need to have to use Qt5 RC2 on Windows 7?

2012-12-18 Thread Mark
On Tue, Dec 18, 2012 at 1:22 PM, Mark mark...@gmail.com wrote: Hi, I just downloaded the Qt5 RC2 package with it's massive size of 400+ MB. I was hoping it would have MingW bundled, but apparently that's not the case. Also there is no mention at all about MingW for 5.0 in the downloads

Re: [Interest] Which MingW version do i need to have to use Qt5 RC2 on Windows 7?

2012-12-18 Thread Mark
the 4.8 sdk is also completely gone... On Tue, Dec 18, 2012 at 1:47 PM, Felix Krull f_kr...@gmx.de wrote: Am 18.12.2012 13:36, schrieb Mark: On Tue, Dec 18, 2012 at 1:22 PM, Mark mark...@gmail.com wrote: Hi, I just downloaded the Qt5 RC2 package with it's massive size of 400+ MB. I

Re: [Interest] Which MingW version do i need to have to use Qt5 RC2 on Windows 7?

2012-12-18 Thread Mark
On Tue, Dec 18, 2012 at 2:28 PM, Turunen Tuukka tuukka.turu...@digia.com wrote: On 18.12.2012 15.05, Mark mark...@gmail.com wrote: the 4.8 sdk is also completely gone... There newer has been a 4.8 SDK by the Qt Project. There is a plan to add 4.8 when we change to the online SDK. For now

[Interest] Qt5 minimal build requirements?

2012-12-20 Thread Mark
Hi, I searched the wiki for the minimal Qt5 build requirements, but am unable to find those. I know gcc 4.6 is minimal, but is there more? - glibc? - kernel? - Cheers, Mark ___ Interest mailing list Interest@qt-project.org http://lists.qt

Re: [Interest] Qt5 minimal build requirements?

2012-12-20 Thread Mark
On Thu, Dec 20, 2012 at 11:10 AM, Konstantin Tokarev annu...@yandex.ru wrote: 20.12.2012, 14:01, Mark mark...@gmail.com: Hi, I searched the wiki for the minimal Qt5 build requirements, but am unable to find those. I know gcc 4.6 is minimal, but is there more? Minimal is gcc 4.2, though

Re: [Interest] QML QtQuick 2 (Qt5) font looks very blurry!

2012-12-20 Thread Mark
On Thu, Dec 20, 2012 at 10:29 PM, Thiago Macieira thiago.macie...@intel.com wrote: On quinta-feira, 20 de dezembro de 2012 22.15.13, Mark wrote: Hi, I'm just running the default examples, but the font looks.. Way too blurry to me! How is that possible and how can i fix that? Or is it a bug

Re: [Interest] QML QtQuick 2 (Qt5) font looks very blurry!

2012-12-20 Thread Mark
On Fri, Dec 21, 2012 at 2:16 AM, Thiago Macieira thiago.macie...@intel.com wrote: On quinta-feira, 20 de dezembro de 2012 23.15.22, Mark wrote: That's the fontsampler example. Note the a character. It has no subpixel (or poor) hinting. Or aliasing.. whichever is the default stuff

Re: [Interest] QML QtQuick 2 (Qt5) font looks very blurry!

2012-12-21 Thread Mark
/doc/qt-5.0/qtquick/qml-qtquick2-text.html Cheers, Mark On Dec 20, 2012, at 10:15 PM, Mark mark...@gmail.com wrote: Hi, I'm just running the default examples, but the font looks.. Way too blurry to me! How is that possible and how can i fix that? Or is it a bug? A screenshot: http

Re: [Interest] QML QtQuick 2 (Qt5) font looks very blurry!

2012-12-21 Thread Mark
for pointing that out. Regards, Jens Cheers, Mark On Dec 20, 2012, at 10:15 PM, Mark mark...@gmail.com wrote: Hi, I'm just running the default examples, but the font looks.. Way too blurry to me! How is that possible and how can i fix that? Or is it a bug? A screenshot: http://ompldr.org

[Interest] Searching for a Qt5 media center/library video.

2012-12-21 Thread Mark
where that video is hidden and where the code repository is? Cheers, Mark ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Searching for a Qt5 media center/library video.

2012-12-21 Thread Mark
On Sat, Dec 22, 2012 at 12:26 AM, Mark mark...@gmail.com wrote: Hi, A while ago there was a (tech) demonstration video with QML2/Qt5 and some very nice effects. I think it was posted for the beta 1 or 2 on the Qt site. I don't mean the Qt5 video player demo. But i can't find it anywhere

[Interest] QClipboard from QCoreApplication?

2012-12-28 Thread Mark
? Cheers, Mark ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QClipboard from QCoreApplication?

2012-12-28 Thread Mark
On Fri, Dec 28, 2012 at 4:59 PM, Pekka Vuorela pvuor...@iki.fi wrote: On 28.12.2012 17:51, Mark wrote: On Fri, Dec 28, 2012 at 4:46 PM, Pekka Vuorela pvuor...@iki.fi wrote: On 28.12.2012 17:37, Mark wrote: Hi, I want to make a QClipboard wrapper for QML. QClipboard itself doesn't depend

Re: [Interest] QClipboard from QCoreApplication?

2012-12-28 Thread Mark
On Fri, Dec 28, 2012 at 6:37 PM, Thiago Macieira thiago.macie...@intel.com wrote: On sexta-feira, 28 de dezembro de 2012 17.01.42, Mark wrote: Is there also something for Qt4? No, but in Qt4 QtQuick is depending on QWidget anyway. And there even the QClipboard exists in the same gui

Re: [Interest] QClipboard from QCoreApplication?

2012-12-28 Thread Mark
On Sat, Dec 29, 2012 at 12:10 AM, Thiago Macieira thiago.macie...@intel.com wrote: On sexta-feira, 28 de dezembro de 2012 22.32.08, Mark wrote: Hi Thiago, So that means that i can only use QGuiApplication::clipboard() if the application process has a GUI running (either SceneGraph or QWidget

Re: [Interest] Qt 5 and filesystem

2013-01-07 Thread Mark
for your needs. Cheers, Mark ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt 5 and filesystem

2013-01-07 Thread Mark
On Mon, Jan 7, 2013 at 10:12 PM, Charley Bay charleyb...@gmail.com wrote: Mark sayeth: snip, KDE has a little (pun intended) thingy called KIO. It's a very massive IO framework that has support for a lot of different filesystems. It's all working under Qt and is right now in the progress

Re: [Interest] Qt 5 and filesystem

2013-01-08 Thread Mark
On Tue, Jan 8, 2013 at 11:14 AM, Иван Комиссаров abba...@gmail.com wrote: Sorry for the offtop, but Finder can move files since 10.7 or 10.8 - you copy files paths with Cmd+C and move (instead of copying) them with Cmd+Alt+V (in case you didn't know). My question is what the status of

Re: [Interest] Qt 5 and filesystem

2013-01-08 Thread Mark
On Tue, Jan 8, 2013 at 5:46 PM, André Somers an...@familiesomers.nl wrote: Op 8-1-2013 11:59, Mark schreef: On Tue, Jan 8, 2013 at 11:14 AM, Иван Комиссаров abba...@gmail.com wrote: Sorry for the offtop, but Finder can move files since 10.7 or 10.8 - you copy files paths with Cmd+C and move

Re: [Interest] Sending a SMS with Qt5?

2013-02-01 Thread Mark
On Thu, Jan 31, 2013 at 5:07 PM, Thiago Macieira thiago.macie...@intel.com wrote: On quinta-feira, 31 de janeiro de 2013 16.20.05, Mark wrote: Hi, In the Qt4 days there was QtMobility to send a SMS message. But what's the advised way to do the same in Qt5? Or is there nothing for Qt5

Re: [Interest] Sending a SMS with Qt5?

2013-02-01 Thread Mark
On Fri, Feb 1, 2013 at 10:41 AM, Thiago Macieira thiago.macie...@intel.com wrote: On sexta-feira, 1 de fevereiro de 2013 09.16.29, Mark wrote: Windows 7 and linux (debian). What SMS-sending middleware do you have running on those systems? You don't expect Qt to do magic, do you? It needs

Re: [Interest] Sending a SMS with Qt5?

2013-02-04 Thread Mark
On Mon, Feb 4, 2013 at 12:30 PM, Kate Alhola kate.alh...@gmail.com wrote: On Sun, Feb 3, 2013 at 5:18 PM, Joseph Crowell joseph.w.crow...@gmail.com wrote: On 02/01/2013 10:49 PM, Mark wrote: On Fri, Feb 1, 2013 at 10:41 AM, Thiago Macieira thiago.macie...@intel.com wrote: On sexta-feira

Re: [Interest] Anti-aliasing for QML Canvas on Windows?

2013-02-18 Thread Mark
On Fri, Feb 15, 2013 at 7:49 PM, Mark mark...@gmail.com wrote: Hi, I'm drawing some shapes on Windows 7 with QML Canvas, but the output really seems aliased as in the anti-aliasing is off. The code: import QtQuick 2.0 Item { width: 400 height: 400 Canvas

Re: [Interest] Native DragDrop in QtQuick 2 / QtQuickControls

2013-03-21 Thread Mark
On Thu, Mar 21, 2013 at 4:09 PM, Rutledge Shawn shawn.rutle...@digia.com wrote: On 21 Mar 2013, at 3:53 PM, Nils Jeisecke wrote: As using DragDrop in native desktop applications feels quite natural I wonder if adding that functionality is part of the QtQuickControls project scope. I've not

[Interest] How to use the ModelTest in my project?

2013-03-24 Thread Mark
it is dependent on quite a few other classes/files. Any suggestions on how i should be testing my model would be greatly appreciated. Cheers, Mark ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] CSS with QML

2013-04-10 Thread Mark
On Wed, Apr 10, 2013 at 6:43 PM, Alan Alpert 4163654...@gmail.com wrote: On Wed, Apr 10, 2013 at 6:10 AM, Sergey sh0...@gmail.com wrote: Hi, Is it possible to add CSS file to QML in QT? No. You'll have to style using QML features (for example, defining a MyText{} with the properties set how

Re: [Interest] Excel-like grid of numbers in QML

2013-04-11 Thread Mark
On Thu, Apr 11, 2013 at 9:45 AM, Sergey sh0...@gmail.com wrote: Hi, Is it possible to create Excel-like grid with numbers using QML? So that it would be possible to hide/show rows, recount values, put checkboxes in some cells? Any information, hints, urls would be a help. -- Regards,

[Interest] How can i dissolve/appear a picture using particles in QML?

2013-04-26 Thread Mark
Hi, I guess this is possible, but i don't know how. I'm searching for docs somewhere that explain how i can dissolve an image using QML Particles or the other way around let it appear using particles. How can this be done in QML? Regards, Mark

Re: [Interest] How can i dissolve/appear a picture using particles in QML?

2013-04-26 Thread Mark
at 10:19 AM, Mark mark...@gmail.com wrote: Hi, I guess this is possible, but i don't know how. I'm searching for docs somewhere that explain how i can dissolve an image using QML Particles or the other way around let it appear using particles. How can this be done in QML? Regards, Mark

Re: [Interest] How can i dissolve/appear a picture using particles in QML?

2013-04-26 Thread Mark
from it, which end up inside the texture but play the particles backwards). -- Alan Alpert On Fri, Apr 26, 2013 at 2:20 AM, Mark mark...@gmail.com wrote: Note: I said image but i meant any Item {...} based object. With a result like for example this: http://www.youtube.com/watch?v=FB4SZCTIcuo

Re: [Interest] How can i dissolve/appear a picture using particles in QML?

2013-04-26 Thread Mark
On Fri, Apr 26, 2013 at 9:27 PM, Alan Alpert 4163654...@gmail.com wrote: On Fri, Apr 26, 2013 at 11:24 AM, Mark mark...@gmail.com wrote: On Fri, Apr 26, 2013 at 6:05 PM, Alan Alpert 4163654...@gmail.com wrote: For the image case you can use http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick

Re: [Interest] Anti-aliasing for QML Canvas on Windows?

2013-05-02 Thread Mark
On Thu, May 2, 2013 at 11:47 PM, Mark mark...@gmail.com wrote: On Tue, Mar 12, 2013 at 12:22 AM, Bache-Wiig Jens jens.bache-w...@digia.com wrote: Hi, Sorry for delay, I had not seen your question To enable antialiasing in Qt Quick Canvas, you must set the property antialiasing to true

Re: [Interest] Qt State Machine Framework C++

2013-05-03 Thread Mark
On Fri, May 3, 2013 at 8:36 AM, antonio.cano.go...@ovi.com wrote: Hi, I would like to begin a project related the Qt State Machine Framework C++. This project is for the university. I do not want to use this for user interfaces, but for other kind of systems. I like very much Qt State

[Interest] Particles Emitter, emit signal when particle life is expired?

2013-05-12 Thread Mark
...) that i haven't found yet but can also be used to get the same result. If that doesn't exists then i guess i need to make a dynamic timer element for QML, right? The ideal thing - for me - to have here is a signal that fires with the X and Y position where the particle expired. Regards, Mark

Re: [Interest] Particles Emitter, emit signal when particle life is expired?

2013-05-14 Thread Mark
On Sun, May 12, 2013 at 2:08 PM, Mark mark...@gmail.com wrote: Hi, I'm browsing through the Emitter API while searching for some way to get notified when a particle is expired. What i'm having is one emitter that emits 1 particle every 25ms then one trailemitter that adds a trail

[Interest] Qt Sensors, can it support CPU, GPU and HDD sensors as well?

2013-05-14 Thread Mark
suitable to add support for that? I'm asking because even the abstract base class QSensor [1] is quite focused on mobile devices considering the *orientation properties. Kind regards, Mark [1] = http://doc-snapshot.qt-project.org/qt5-stable/qtsensors/qsensor.html

Re: [Interest] Qt Sensors, can it support CPU, GPU and HDD sensors as well?

2013-05-14 Thread Mark
On Tue, May 14, 2013 at 10:54 AM, Mark mark...@gmail.com wrote: Hi, While looking through the Qt Sensors docs i find that to be very much focused on mobile device sensors as in phones, tablets and everything in between. However, the ancient old sensors of HDD, GPU and CPU seem nowhere

Re: [Interest] Qt Sensors, can it support CPU, GPU and HDD sensors as well?

2013-05-14 Thread Mark
On Tue, May 14, 2013 at 3:37 PM, Thiago Macieira thiago.macie...@intel.com wrote: On terça-feira, 14 de maio de 2013 10.54.46, Mark wrote: Can the Qt Sensor package add support for that? I think so. But how since the base class is obviously a little too focused on other types of sensors

Re: [Interest] Particles Emitter, emit signal when particle life is expired?

2013-05-16 Thread Mark
On Thu, May 16, 2013 at 9:37 AM, Sletta Gunnar gunnar.sle...@digia.com wrote: On May 14, 2013, at 9:58 AM, Mark mark...@gmail.com wrote: On Sun, May 12, 2013 at 2:08 PM, Mark mark...@gmail.com wrote: Hi, I'm browsing through the Emitter API while searching for some way to get notified when

Re: [Interest] List of 3rd party Qt/QML plug-ins?

2013-05-29 Thread Mark
On Tue, May 28, 2013 at 11:34 PM, Alan Alpert 4163654...@gmail.com wrote: You missed http://qt-project.org/wiki/QtQuickOpenComponents (which is nigh-impossible to find and never updated). I think this sort of list is what we really want, just a wiki page for collecting links to existing QML

[Interest] What is the right way to make a cpu monitor like animation in QML?

2013-06-02 Thread Mark
, Mark ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] What is the right way to make a cpu monitor like animation in QML?

2013-06-02 Thread Mark
On Sun, Jun 2, 2013 at 11:07 PM, Mark mark...@gmail.com wrote: Hi, I want to make a CPU monitor like component. At first i was considering using QML Canvas because it has everything i need to make a CPU monitor like component. Those requirements are: - Draw a line - Everything till

Re: [Interest] What is the right way to make a cpu monitor like animation in QML?

2013-06-03 Thread Mark
Hi, That's nice! Thank you very much for giving me that pointer. Regards, Mark On Mon, Jun 3, 2013 at 1:55 PM, Pasion Jerome jerome.pas...@digia.com wrote: Hello, The snippets in the Custom Geometry page are fixed for 5.1: http://doc-snapshot.qt-project.org/qt5-stable/qtquick/scenegraph

[Interest] Set shader on QSGFlatColorMaterial?

2013-06-12 Thread Mark
a shadow. Cheers, Mark [1] http://developer.download.nvidia.com/assets/gamedev/files/sdk/11/FXAA_WhitePaper.pdf ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Apply shader effect from QtGraphicalEffects to QSGGeometryNode?

2013-06-12 Thread Mark
/quick/scenegraph/openglunderqml [2] http://www.codeproject.com/Articles/226569/Drawing-polylines-by-tessellation On Mon, Jun 10, 2013 at 10:07 AM, Sletta Gunnar gunnar.sle...@digia.com wrote: On Jun 8, 2013, at 11:33 PM, Mark mark...@gmail.com wrote: Hi, Back when the graphical effects

Re: [Interest] Set shader on QSGFlatColorMaterial?

2013-06-12 Thread Mark
On Wed, Jun 12, 2013 at 9:35 AM, Sletta Gunnar gunnar.sle...@digia.com wrote: On Jun 9, 2013, at 12:59 AM, Mark mark...@gmail.com wrote: Hi, Yet another scene graph related question :) I have to say, the documentation in the scene graph department could really use some more docs

Re: [Interest] Apply shader effect from QtGraphicalEffects to QSGGeometryNode?

2013-06-12 Thread Mark
to 5.1.0 or 5.1.1? It's not like it's blocking anything ;) Cheers, Mark [1] https://codereview.qt-project.org/#change,58714 On Wed, Jun 12, 2013 at 8:54 AM, Mark mark...@gmail.com wrote: On Wed, Jun 12, 2013 at 8:29 AM, Sletta Gunnar gunnar.sle...@digia.com wrote: This graph concept might

Re: [Interest] Apply shader effect from QtGraphicalEffects to QSGGeometryNode?

2013-06-13 Thread Mark
On Thu, Jun 13, 2013 at 7:56 AM, Sletta Gunnar gunnar.sle...@digia.com wrote: On Jun 12, 2013, at 9:58 PM, Mark mark...@gmail.com wrote: Hi Gunnar, I just tried your example out (from the new review link [1]) and you've truly done a amazing job! + you saved my days of fiddling around

Re: [Interest] Apply shader effect from QtGraphicalEffects to QSGGeometryNode?

2013-06-13 Thread Mark
On Thu, Jun 13, 2013 at 9:02 AM, André Somers an...@familiesomers.nl wrote: Op 13-6-2013 8:46, Mark schreef: On Thu, Jun 13, 2013 at 7:56 AM, Sletta Gunnar gunnar.sle...@digia.com wrote: On Jun 12, 2013, at 9:58 PM, Mark mark...@gmail.com wrote: Hi Gunnar, I just tried your example out

Re: [Interest] Native text rendering in Qt 5.1 on Windows

2013-08-21 Thread Mark
On Wed, Aug 21, 2013 at 6:06 PM, Thiago Macieira thiago.macie...@intel.com wrote: On quarta-feira, 21 de agosto de 2013 19:40:21, John C. Turnbull wrote: Thanks Andrew, As I don't have immediate access to the codebase, are you able to tell how those glyph paths generated by GDI get rendered

Re: [Interest] Strange undeletable QTemporaryFile. Is it a bug?

2013-08-23 Thread Mark
On Fri, Aug 23, 2013 at 2:33 PM, Guido Seifert warg...@gmx.de wrote: Hi, I just had some trouble with a strange undeletable QTemporaryFile. Of course only under Windows. Under Linux the code worked perfectly. Now I know, that Windows has troubles to remove open files, but this was not the

[Interest] How can i animate Layout.preferredWidth and friends?

2013-09-29 Thread Mark
know, 5.1.1 is out) Mac Mountain Lion fully updated Cheers, Mark ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Does Qt have a cross platform + mobile QSystemTrayIcon?

2013-10-03 Thread Mark
On Thu, Oct 3, 2013 at 4:16 PM, Rutledge Shawn shawn.rutle...@digia.comwrote: On 2 Oct 2013, at 4:40 PM, Joseph Crowell wrote: On 02/10/2013 10:33 PM, Mark wrote: On Wed, Oct 2, 2013 at 7:52 AM, Rutledge Shawn shawn.rutle...@digia.com wrote: Ensuring that it works on the mobile

Re: [Interest] How can i animate Layout.preferredWidth and friends?

2013-10-08 Thread Mark
On Wed, Oct 2, 2013 at 2:25 PM, Mark mark...@gmail.com wrote: On Wed, Oct 2, 2013 at 11:51 AM, Saether Jan-Arve jan-arve.saet...@digia.com wrote: Of course it should not crash. I get an ASSERT: mo in file qml\qqmlvme.cpp, line 849 (this is with current stable branch though

Re: [Interest] How can i animate Layout.preferredWidth and friends?

2013-10-09 Thread Mark
On Tue, Oct 8, 2013 at 4:32 PM, Mark mark...@gmail.com wrote: On Wed, Oct 2, 2013 at 2:25 PM, Mark mark...@gmail.com wrote: On Wed, Oct 2, 2013 at 11:51 AM, Saether Jan-Arve jan-arve.saet...@digia.com wrote: Of course it should not crash. I get an ASSERT: mo in file qml\qqmlvme.cpp

Re: [Interest] How can i animate Layout.preferredWidth and friends?

2013-10-11 Thread Mark
? What do you want to achieve? Jan Arve From: interest-bounces+jan-arve.saether=digia@qt-project.org[mailto: interest-bounces+jan-arve.saether=digia@qt-project.org] On Behalf Of Mark Sent: 30. september 2013 01:40 To: Qt Interest Subject: [Interest] How can i

Re: [Interest] How can i animate Layout.preferredWidth and friends?

2013-10-11 Thread Mark
On Fri, Oct 11, 2013 at 5:08 PM, Mark mark...@gmail.com wrote: On Fri, Oct 11, 2013 at 2:37 PM, Saether Jan-Arve jan-arve.saet...@digia.com wrote: Of course it should not crash. I get an ASSERT: mo in file qml\qqmlvme.cpp, line 849 (this is with current stable branch though

[Interest] Qt based LRU container?

2013-10-19 Thread Mark
if the container itself is a list though a map/hash would work for me as well. Cheers, Mark ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

  1   2   3   4   >