[Interest] ios qtmn problems

2015-08-07 Thread Иван Комиссаров
Hi everybody. I'm trying to compile a Qt app using GYP for ios. GYP has no qt support, so i have to link all nececcary library/frameworks manually. My app compiles for ios, but when i try to run it on the device, i got a crash in qtmn in a qioseventdispatcher.mm (

Re: [Interest] ios qtmn problems

2015-08-07 Thread Иван Комиссаров
I looked at QtCore.qbs module and saw that they simply add -Dmain=qtmn macro. AFAIK that should be enough. Is it possible that my main is not linked because it is in a separate static lib? Иван Комиссаров 7 авг. 2015 г., в 18:19, Tor Arne Vestbø tor.arne.ves...@digia.com написал(а): GYP

Re: [Interest] [Development] Imageformats v2

2015-05-20 Thread Иван Комиссаров
2015-05-20 13:19 GMT+03:00 André Somers an...@familiesomers.nl: Иван Комиссаров schreef op 20-5-2015 om 11:06: Show different error messages for instance. Invalid data points to a corrupted file. That is not the same as just not recognizing the file format or having a network connection

Re: [Interest] Qt Performance : QT Widget Application vs WPF

2015-03-10 Thread Иван Комиссаров
usecase? I haven't seen any applications with 200 forms in a list. Иван Комиссаров 10 марта 2015 г., в 9:49, Chandralatha Harish chandralath...@gmail.com написал(а): Hi All, I was trying to evaluate QT vs WPF in terms of Memory , Performance , Window HAndles, User objects, GDI and so

Re: [Interest] How long is QMatrix obsolete?

2014-08-09 Thread Иван Комиссаров
to QMatrix(obsolete). If a perspective transformation has been specified on the matrix, then the conversion will cause loss of data. QTransform is the recommended transformation class in Qt. Иван Комиссаров 09 авг. 2014 г., в 11:11, Guido Seifert warg...@gmx.de написал(а): Hi, just out

[Interest] QBS automoc

2013-06-03 Thread Иван Комиссаров
Guys? Does anyone know? Иван Комиссаров 02.06.2013, в 3:21, Иван Комиссаров abba...@gmail.com написал(а): Hello, how do i enable automocing with qbs? I'm have a cpp file (qcolorbutton.cpp), which includes moc file: #include qcolorbutton.moc However, qbs ignores that line and generates

Re: [Interest] QTableView::moveCursor and scrolling to end

2013-05-14 Thread Иван Комиссаров
You can use following hack: store current horizontal scroll position, call base implementation and restore scroll position. Иван Комиссаров 14.05.2013, в 11:17, Mojmír Svoboda mojmir.svob...@warhorsestudios.cz написал(а): Hello, my problem is simple: when an user press ctrl+end to scroll

Re: [Interest] Qt 5.0.2 speed and widgets

2013-04-14 Thread Иван Комиссаров
Yes, we are having same problem here. Same setup, AFAIK. Don't know what's causing problem. Also, Mac OS has no noticeable speed regressions, it seems Windows-specific issue. Иван Комиссаров 14.04.2013, в 21:55, Philippe philw...@gmail.com написал(а): Compared to Qt 4.8.x, I experiment

[Interest] Is it possible to use QPixmap from non guy thread in Qt5?

2013-02-14 Thread Иван Комиссаров
that i's possible to use painter on a pixmap in non-gui thread and there are no warnings in console. So, whom i should believe - my eyes or a QImage documentation?) Иван Комиссаров ___ Interest mailing list Interest@qt-project.org http://lists.qt

Re: [Interest] [Qt-4.8] Subclassing QAbstractItemModel

2013-02-09 Thread Иван Комиссаров
shaping (calculating text width) is much slower than (even multiple) calls to index() and data() methods. Also, painting itself takes a lot of time compared to model calls. Иван Комиссаров 09.02.2013, в 17:11, Christian Quast christian.qu...@cquast-it.de написал(а): Dear All, I currently get

Re: [Interest] ItemDelegate and word wrapping

2013-02-02 Thread Иван Комиссаров
should have gridSize prop too?). However, i don't know what should be the bound in case when no grid size is specified. Maybe pixel width of the longest word in the text (bad approximation, because it almost same as word wrap). So, should any patches be applied to Qt styles and if yes - how? Иван

[Interest] ItemDelegate and word wrapping

2013-01-31 Thread Иван Комиссаров
and reimplement QStyle::drawItemText, but it appears that Oxygen style doesn't call this method (correct me, if i'm wrong). Can anyone tell me if I'm on the right way, or i should do something completely different to achieve native items with WordWrapAnywhere? Иван Комиссаров

Re: [Interest] question about translations and QT_NO_CAST_FROM_ASCII

2013-01-30 Thread Иван Комиссаров
In qt4, this construction was used: xml.createElement(QLatin1String(module)); I'm not sure about qt5. Иван Комиссаров 30.01.2013, в 19:27, franki fra...@franki.eu.org написал(а): Hi all, I'm trying to add internationalization to my app, and I found that this: DEFINES

Re: [Interest] Qt Installer Framework

2013-01-29 Thread Иван Комиссаров
In fact, i'm comparing different installer here, Qt Installer is not the only option i consider. I see same behavior in an INNO Setup, however MSI behaves different - it doesn't allow to install program twice. Иван Комиссаров 29.01.2013, в 13:21, Kalinowski Maurice maurice.kalinow...@digia.com

Re: [Interest] Qt Installer Framework

2013-01-28 Thread Иван Комиссаров
scripting. Also, workflow 1. generate repo 2. fix package.xml 3. regenerate repo 4. create installer looks awkward too, steps 2 and 3 are unnecessary. Or am i missing something? Иван Комиссаров 28.01.2013, в 10:39, Heimrich Karsten karsten.heimr...@digia.com написал(а): this has nothing todo

Re: [Interest] Qt Installer Framework

2013-01-25 Thread Иван Комиссаров
thoughts? Иван Комиссаров ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt Installer Framework

2013-01-24 Thread Иван Комиссаров
in registry, but not in system variables... Иван Комиссаров 24.01.2013, в 11:41, Jenssen Tim tim.jens...@digia.com написал(а): Just add Karsten, Niels or me or all of us three  Von meinem Windows Phone gesendet ___ Interest mailing list Interest@qt

Re: [Interest] Qt Installer Framework

2013-01-24 Thread Иван Комиссаров
24.01.2013, в 19:36, Karsten Heimrich karsten.heimr...@digia.com написал(а): Hi Ivan, On 24.01.2013 14:33, Иван Комиссаров wrote: Thank you for reviewing patches. I have 2 more questions. Is it possible to remove the dir i want to install app to? I found RemoveTargetDir variable

[Interest] Qt Installer Framework

2013-01-23 Thread Иван Комиссаров
Hello. Is there anybody familiar with the Qt Installer Framework? I want to create simple offline installer, but i can't remove Package manager and Update components from the uninstaller (i.e. maintenance tool). Can anyone help me? Иван Комиссаров

Re: [Interest] Qt Installer Framework

2013-01-23 Thread Иван Комиссаров
, but as a result i got both licenses in my installer. Иван Комиссаров 23.01.2013, в 16:54, Karsten Heimrich karsten.heimr...@digia.com написал(а): Hi Iwan, On 23.01.2013 13:09, Иван Комиссаров wrote: Hello. Is there anybody familiar with the Qt Installer Framework? I want to create simple

Re: [Interest] Qt Installer Framework

2013-01-23 Thread Иван Комиссаров
license files instead of default codec (codec for locale). Should i create an issue at bugtracker or just send a patch? Иван Комиссаров 23.01.2013, в 18:50, Karsten Heimrich karsten.heimr...@digia.com написал(а): Hi, On 23.01.2013 14:41, Иван Комиссаров wrote: Hm, that's sad:) Next question

Re: [Interest] Qt Installer Framework

2013-01-23 Thread Иван Комиссаров
Here are they https://bugreports.qt-project.org/browse/QTIFW-207 https://codereview.qt-project.org/#change,45647 Whom should i add as a reviewer? Иван Комиссаров 23.01.2013, в 20:17, Karsten Heimrich karsten.heimr...@digia.com написал(а): Hi, Please file a bug report, and of course patches

Re: [Interest] Support for NSDragOperationDelete in Qt Cocoa

2013-01-14 Thread Иван Комиссаров
Guys, are there any Mac programmers who can help me?) Иван Комиссаров 10.01.2013, в 12:44, Иван Комиссаров abba...@gmail.com написал(а): As i looked into qt code (both qt4 and qt5), it is not possible to enable this flag for a drag and drop. This flag is needed to allow dropping to a mac

[Interest] Support for NSDragOperationDelete in Qt Cocoa

2013-01-10 Thread Иван Комиссаров
As i looked into qt code (both qt4 and qt5), it is not possible to enable this flag for a drag and drop. This flag is needed to allow dropping to a mac trash. Is there some reasons why it's not included into Qt::ActionMask and/or MoveAction enums (what i mean - are there some bugs/ limitations

Re: [Interest] Qt 5 and filesystem

2013-01-08 Thread Иван Комиссаров
this discussion looks very similar to ideas of an itemviews-ng project (https://blog.qt.digia.com/blog/2008/10/24/itemviews-the-next-generation/). I didn't look quite close at this project and i wonder - is it used in qt5 somehow in QML world, or does QML still uses QAbstractItemModel and friends? Иван

Re: [Interest] QFusionStyle

2012-12-26 Thread Иван Комиссаров
palette manually, thanks for test .ui anyway:) Jens Иван Комиссаров ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] QFusionStyle

2012-12-25 Thread Иван Комиссаров
Sorry for offtop, but does anybody have sources for an example that was used to create this http://i.imgur.com/kn67x.pngimage? I want to have some pallettes to experiment with Fusion look and feel. It this example somewhere in Qt5 source code? I can't find it:( Иван