Re: [Interest] qt3D and qt5 status

2013-03-19 Thread Alejandro Exojo
considered stable enough in 5.1. I see very little activity in the repository (last commit that seems to modify actual code and not "just" buildsystem, license, typos, etc., seems to be from February 7th), but I don't know if that's any real indication of anything or not. Let

Re: [Interest] Upgrade to Qt 5 -- pros and cons?

2013-03-22 Thread Alejandro Exojo
n go back and rebuild with Qt4. Have fun with Qt5! I surely had. :-) -- Alejandro Exojo Piqueras ModpoW, S.L. Technova LaSalle | Sant Joan de la Salle 42 | 08022 Barcelona | www.modpow.es ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Upgrade to Qt 5 -- pros and cons?

2013-03-24 Thread Alejandro Exojo
El Viernes, 22 de marzo de 2013, K. Frank escribió: > But what are some good functionality reasons to upgrade? What, on > the desktop, do I get with Qt 5 that I'm not getting now with Qt 4? > (Other than having QThread::sleep be public?) The highlights are here: http://qt-project.org/doc/qt-5.0/

Re: [Interest] Combine PDF files into a single PDF File

2013-03-29 Thread Alejandro Exojo
or any pointers Also, note that there is the Qt-style API in Poppler. I think that last versions support PDF manipulation as well as rendering: http://people.freedesktop.org/~aacid/docs/qt4/ -- Alejandro Exojo Piqueras ModpoW, S.L. Technova LaSalle | Sant Joan de la Salle 42 | 08022 Barcelona

Re: [Interest] working with external stylesheet in Qt Designer

2013-04-08 Thread Alejandro Exojo
efined, and use QResources only there. Let us know if you need more info. -- Alejandro Exojo Piqueras ModpoW, S.L. Technova LaSalle | Sant Joan de la Salle 42 | 08022 Barcelona | www.modpow.es ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] A simple, changing list: QListWidget or QListView?

2013-04-08 Thread Alejandro Exojo
bts that doing it on my own is going to be much different. Seems a really simple use case. Any advice? Thank you. -- Alejandro Exojo Piqueras ModpoW, S.L. Technova LaSalle | Sant Joan de la Salle 42 | 08022 Barcelona | www.modpow.es ___ Interest mailin

Re: [Interest] Oops! Somebody's got a bad case of dependency bloat!

2013-04-10 Thread Alejandro Exojo
t; (like deprecated QString::toAscii() for example) für my few million > codelines... maybe I've to spent more than > just one lunch time for it :-D QT_DISABLE_DEPRECATED_BEFORE=0 Done. -- Alejandro Exojo Piqueras ModpoW, S.L. Technova LaSalle | Sant

Re: [Interest] Oops! Somebody's got a bad case of dependency bloat!

2013-04-12 Thread Alejandro Exojo
ly, that would really be a boon to Qt, since if QBS succeeds, we could replace one of the not so compelling parts of Qt. ;-) -- Alejandro Exojo Piqueras ModpoW, S.L. Technova LaSalle | Sant Joan de la Salle 42 | 08022 Barcelona | www.modpow.es ___ I

Re: [Interest] Is 6.x finally there ??

2022-10-27 Thread Alejandro Exojo
On Thu, Oct 27, 2022, at 10:09 AM, Volker Hilsheimer via Interest wrote: > What makes you think that Qt 6 has no clipboard support? You obviously didn’t > bother with opening the referenced JIRA ticket. > (...) > Indeed, what your clients do or don’t do would be a lot more interesting if > we cou

Re: [Interest] Qt Quick: no qmake support anymore?

2023-05-02 Thread Alejandro Exojo
On Sat, Apr 29, 2023, at 2:45 PM, Ulf Hermann via Interest wrote: > > It will come back in a future release: > > https://codereview.qt-project.org/c/qt-creator/qt-creator/+/473719 > > > > It is, however, not a good idea to use

Re: [Interest] newbie question: QT Quick/QML or QT Widgets

2015-10-31 Thread Alejandro Exojo
El Saturday 31 October 2015, anton escribió: > I am wondering what to use if I want to start with QT. First, know that we are a bit pedantic about the name, and we like to spell it Qt, not QT. QT is for QuickTime. > I have the impression that QT Quick QML is the future but: Both Qt Widgets and

Re: [Interest] New signals and slots syntax with mingw 4.9.2_32 not working

2015-11-04 Thread Alejandro Exojo
El Wednesday 04 November 2015, Oleg Shalnev escribió: > Good day, all! > > Is anybody has problems with new signals and slots with mingw compiler. > > I am just trying to compile working project to win32 with mingw 4.9.2_32 > and have troubles, > that solved by turning back to class signal-slot m

Re: [Interest] Can QObject::tr() be used in initialization of static const QString data members? [Qt 5.5.1, Windows]

2015-11-12 Thread Alejandro Exojo
El Tuesday 10 November 2015, Thiago Macieira escribió: > > What's the problem with static QString? > > There's no actual error or problem, but it's just poor coding practice. That certainly has surprised me. If you just mean that it could be abused, and that it could > It's a static non-trivia

Re: [Interest] How checkout Qt 5.5.1 branch to build?

2015-11-19 Thread Alejandro Exojo
El Thursday 19 November 2015, Edward Sutton escribió: > I get a fatal: Remote branch 5.5.1 not found in upstream origin after > trying to init-repository. > > > After reading the "Branch Guidelines" at > https://wiki.qt.io/Branch_Guidelines I expected the branch to be named > “5.5.1”. > > What a

Re: [Interest] How checkout Qt 5.5.1 branch to build?

2015-11-19 Thread Alejandro Exojo
El Thursday 19 November 2015, Edward Sutton escribió: > After reading the "Branch Guidelines" at > https://wiki.qt.io/Branch_Guidelines I expected the branch to be named > “5.5.1”. > > What am I doing wrong here? > > > git clone git://code.qt.io/qt/qt5.git > > cd qt5 > > git checkout 5.5.1 >

Re: [Interest] OS X: making an application an "agent"

2015-11-26 Thread Alejandro Exojo
El Wednesday 25 November 2015, René J.V. Bertin escribió: > The QPA cocoa platform does have a function which does more or less the > opposite (qt_mac_transformProccessToForegroundApplication, sic!) but I > don't see to create an agent. Is there? If not, would it make sense in > e.g. the MacExtras

Re: [Interest] OS X: making an application an "agent"

2015-11-26 Thread Alejandro Exojo
El Thursday 26 November 2015, René J. V. Bertin escribió: > > Yes, I think so. I've used the Info.plist since I don't need to change it > > at runtime, but I would not mind having the function. That as well as > > some other tiny functions that one ends up finding in StackOverflow, > > other apps o

Re: [Interest] New CI for Qt (and OpenSource Qt/QtC 3rd parties)

2015-12-08 Thread Alejandro Exojo
El Monday 07 December 2015, Ch'Gans escribió: > Sorry to hijack the thread a bit, but I was thinking recently about > adding contributor projects to some sort of CI. > > There's some nice Qt libraries around and some nice out-of-tree > QtCreator plugins in the wild, wouldn't it be nice if such Ope

Re: [Interest] New CI for Qt (and OpenSource Qt/QtC 3rd parties)

2015-12-09 Thread Alejandro Exojo
El Wednesday 09 December 2015, Ch'Gans escribió: > Could you elaborate on this Qt Installer Framework repository, maybe > just send a link? Now I don't remember much about this topic in the documentation of the Qt Installer Framework, but some time ago when I used it for a project, I got the ide

Re: [Interest] Process isolation with Qt - how to communicate with child processes

2016-01-04 Thread Alejandro Exojo
El Monday 04 January 2016, Thiago Macieira escribió: > It works just fine, except on Windows. This was something that I discovered through some pain a while ago. I would go with stdin/out if possible because you don't have to worry about connect(). I recently found that Qt Assistant has a tiny a

Re: [Interest] [ANN] build2 - C++ build toolchain

2016-02-08 Thread Alejandro Exojo
El Monday 08 February 2016, Diego Iastrubni escribió: > Which reminds me: > What can I use to manage (and build..?) dependencies for my Qt5 project? > Lets assume I still want to build using (q|c)make, I still want some tool > to ask him "give me libfoo, libssh and whatever they need, and add them

Re: [Interest] [ANN] build2 - C++ build toolchain

2016-02-09 Thread Alejandro Exojo
El Tuesday 09 February 2016, Diego Iastrubni escribió: > Integrating 3rd party software into Java/ObjC/Swift code is trivial, there > are lots of project handling this. Its very sad that in 2016 we still don't > have something like that can help integrating 3rd party libraries into my > C++ code.

Re: [Interest] Minimum work needed to update bundle for Apple App Store?

2016-02-19 Thread Alejandro Exojo
El Thursday 18 February 2016, Jason H escribió: > Recently, Apple started requiring a 167x167px icon for iPad Pro. > I added the entry to the Info.plist, but was unsure of what to do. > Will the icon be included in the bundle just from from the plist change? > Will I have to rebuild the app? > Wil

Re: [Interest] Emitting signal from QThread::run()

2016-02-27 Thread Alejandro Exojo
El Saturday 27 February 2016, Thiago Macieira escribió: > On sábado, 27 de fevereiro de 2016 11:45:50 PST Syam wrote: > > void MainWindow::someFunction() > > { > > > >MyThread *thread = new MyThread; > >connect(thread, SIGNAL(mySignal()), this, SLOT(myGuiSlot()), > > > > Qt::QueuedConnect

Re: [Interest] Emitting signal from QThread::run()

2016-02-28 Thread Alejandro Exojo
El Sunday 28 February 2016, Sze Howe Koh escribió: > > Will be queued without the explicit QueuedConnection? In other words, > > what does AutoConnection do here? run() is executed in another thread, > > but the QThread is in the same thread of MainWindow, right? > > See http://doc.qt.io/qt-5/qt.h

Re: [Interest] Are slots even needed these days?

2016-03-19 Thread Alejandro Exojo
El Wednesday 16 March 2016, Alexander Görtz escribió: > Yeah wanted to say the same here, the line to connect to a QSpinBox > valueChanged is really realy ugly. Mostly because of the ugly syntax of > pointers to member functions. A helper function, qOverload, was added to mitigate this (in 5.7):

Re: [Interest] Define map of static items in QML

2016-04-02 Thread Alejandro Exojo
El Wednesday 30 March 2016, Elvis Stansvik escribió: > > not at all if that suit you for your key, it's all good. objectname is > > just a string property after all. id would be a bad idea, since it > > depend on the context instance. > > Alright, then I think I'll do that, thanks. This was an in

Re: [Interest] CLion to replace QtCreator?

2016-04-05 Thread Alejandro Exojo
El Tuesday 05 April 2016, André Somers escribió: > That works, but it is not as flexible as what we see in those gifs. For > instance, you cannot move the cursor left or right or make the same edit > on multiple lines that are not vertically aligned. That's what you miss for not using FakeVim. ;

Re: [Interest] CLion to replace QtCreator?

2016-04-09 Thread Alejandro Exojo
El Wednesday 06 April 2016, André Somers escribió: > Op 05/04/2016 om 22:47 schreef Alejandro Exojo: > > El Tuesday 05 April 2016, André Somers escribió: > >> That works, but it is not as flexible as what we see in those gifs. For > >> instance, you cannot move the curso

Re: [Interest] Qt signal overhead (same thread, direct connection)

2016-04-22 Thread Alejandro Exojo
El Friday 22 April 2016, Nuno Santos escribió: > Then I made an experiment. Arpeggiator was using a signal to send the > noteOn to the audio render engine. I decided to call the function directly > on the synth render engine. Guess what, the problem disappears. > > Is the signal/slot mechanism tie

Re: [Interest] What's the recommended way to put QObjects in smart pointers?

2016-05-10 Thread Alejandro Exojo
El Thursday 05 May 2016, Nikos Chantziaras escribió: > Well, basically what I want is not having even a single 'new' or > 'delete' anywhere in my code. I already achieved that with all my non-Qt > projects. > > By now, I consider application-level code that uses 'new' or 'delete' as > bogus and

Re: [Interest] Pollution of compilation unit by Windows headers via qt_windows.h include

2016-05-10 Thread Alejandro Exojo
El Wednesday 04 May 2016, Roger Leigh escribió: > I'd basically like to ask if anyone else has encountered issues like > this, and if so: > > - is there any way of avoiding or hiding the includes? > - any other known workarounds or suggestions? > > I'd rather not undef things since my headers mi

Re: [Interest] Thoughts on a 'proper' (or standard) file/io API for QML?

2016-08-10 Thread Alejandro Exojo
On Wednesday 10 August 2016 17:09:17 Jason H wrote: > I know it's not a normal thing, but occasionally in QML we need to access > files. Exposing an object is not hard, but it would be really good to have > a standard to enable QML libraries that use file IO. > > There are two ways to basically so

Re: [Interest] Thoughts on a 'proper' (or standard) file/io API for QML?

2016-08-15 Thread Alejandro Exojo
On Monday 15 August 2016 17:41:25 Vlad Stelmahovsky wrote: > I understand need of IO API, but I dont understand why the API should be > implemented using slow and non effective (comparing to C++) JS Because the IO itself will be slower than the overhead that the engine imposes. In a real world p

Re: [Interest] Thoughts on a 'proper' (or standard) file/io API for QML?

2016-08-16 Thread Alejandro Exojo
On Tuesday 16 August 2016 07:43:49 Vlad Stelmahovsky wrote: > bad performance is a sum of bad design decisions. "Bad performance" is overly general. I gave two real world cases where the IO being done in C++ helps nothing. And it wasn't about performance in general. It was about completely block

Re: [Interest] Thoughts on a 'proper' (or standard) file/io API for QML?

2016-08-16 Thread Alejandro Exojo
On Monday 15 August 2016 23:07:01 Jason H wrote: > https://nodejs.org/api/fs.html#fs_fs_readdir_path_options_callback (async) > https://nodejs.org/api/fs.html#fs_fs_readdirsync_path_options (saync) I meant of readdir in the UNIX API. That API calls the callback only once with all the results (as

Re: [Interest] What don't you like about Qt?

2016-09-20 Thread Alejandro Exojo
On Monday 19 September 2016 18:35:43 Etienne Sandré-Chardonnal wrote: > Yes, but for instance you can't move-pass an object between signals and > slots across a queued connection, unless I'm wrong. You have to make your > object implicitely shared. This causes lots of copies when passing a > std::v

Re: [Interest] Qt containers deprecated with 5.0?

2016-11-28 Thread Alejandro Exojo
On Monday 28 November 2016 11:40:03 André Somers wrote: > Anyway: see the blog or one of the recorded talks from Qt conferences on > this topic. You will want to get into the habbit of raising a red flag > whenever you do a code review and find a QList, and start typing QVector > instead of QLis

Re: [Interest] Qt articles from developer.nokia.com

2014-11-06 Thread Alejandro Exojo
El Wednesday 05 November 2014, Oleg Shparber escribió: > It's possible to export wiki contents in MediaWiki XML here: > http://developer.nokia.com/community/wiki/index.php?title=Special:Export > > I don't know how to download all related files. You can also archive all the contents of a MediaWiki

Re: [Interest] Strange behaviour of QByteArray reserve/reallocation mechansim

2014-11-12 Thread Alejandro Exojo
El Monday 10 November 2014, Bernhard escribió: > So after all I am not supposed to use clear() or operator=() after calling > reserve()? That should be documented. Without that knowledge it obviously > is impossible to use reserve() in a sensible way. There was a similar question on the developmen

Re: [Interest] QQmlApplicationEngine's rootObject() returns 0 objects count when trying to import of JavaScript file from Remote Server

2014-11-13 Thread Alejandro Exojo
El Thursday 13 November 2014, ashish dabhade escribió: > Now keeping everything the same and just commenting the import line > properly shows objects count as 1. > Also importing the javascript file locally also succeeds. > Is this a known issue ? Did you check the docs? :-) >From QQmlApplication

Re: [Interest] QQmlApplicationEngine's rootObject() returns 0 objects count when trying to import of JavaScript file from Remote Server

2014-11-13 Thread Alejandro Exojo
El Thursday 13 November 2014, ashish dabhade escribió: > import QtQuick 2.3 > import "http://192.168.1.2/sample.js"; as Remote > > Rectangle { > width: 100 > height: 62 > > MouseArea { > anchors.fill: parent > onClicked: Remote.myFunction() > } > } > > > but it c

Re: [Interest] QQmlApplicationEngine's rootObject() returns 0 objects count when trying to import of JavaScript file from Remote Server

2014-11-13 Thread Alejandro Exojo
El Friday 14 November 2014, ashish dabhade escribió: > Yes it is accessible (for confirmation tested with another browser). I'm > using Apache server and the JavaScript file is in it's default site > location i.e /var/www/html. As stated earlier in my second mail, I'm > testing it with the Qt Quick

Re: [Interest] QQmlApplicationEngine's rootObject() returns 0 objects count when trying to import of JavaScript file from Remote Server

2014-11-14 Thread Alejandro Exojo
El Friday 14 November 2014, ashish dabhade escribió: > No need to click even. It happens during load. Loading locally works as > expected. The JS file is proper. Just a single function in it I have to admit my ignorance respect network transparency with Qt Quick, but I've searched a bit and I've

Re: [Interest] Qt Quick Compiler (Interest Digest, Vol 38, Issue 51)

2014-11-14 Thread Alejandro Exojo
El Friday 14 November 2014, Harri Pasanen escribió: > A related question, has anyone tried to coax QML, or rather the > javascript components through the Closure Compiler? > https://developers.google.com/speed/articles/compressing-javascript > > It might help a little, especially with javascript

Re: [Interest] Accessing Qbytearray of C++ in QML

2014-11-21 Thread Alejandro Exojo
El Friday 21 November 2014, Nilesh Kokane escribió: > Hi, > > I'm accessing the Qbytearray from c++ in the qml code and assigning it to > a property real ,but getting error while run as *qrc:///main.qml:65: Error: > Cannot assign [undefined] to double*. A "real" in QML is a double in C++. How do

Re: [Interest] [qt-android] How can I customize onResume()/onPause() method of main activity

2014-11-21 Thread Alejandro Exojo
El Friday 21 November 2014, Liang Jian escribió: > I am writing an android app using Qt5.3, I need to use a third party > sdk to perform some statistics about my app and that sdk require call > something in onResume()/onPause() of the main activity. But Qt has > implemented the activity in QtA

Re: [Interest] Multiplatform solution for systray

2014-12-10 Thread Alejandro Exojo
El Wednesday 10 December 2014, Daniel França escribió: > I'm doing a QML/C++ application that I want to be able to run on > Linux/Mac/Windows/Android/IOS. > > I'm doing the development on a Ubuntu 14.10 and I wanted to show a timer > for the desktop versions on system tray, that means a system tra

Re: [Interest] how to debug a Qt Designer plugin

2014-12-11 Thread Alejandro Exojo
El Wednesday 10 December 2014, Graham Labdon escribió: > Hi > I have developed some designer plugins that are working nicely. > Now I have created another but cannot get it to work. > Within designer I see the following when I do Help->about Plugins - > > Failed Plugins > > C:\Qt\Qt5.3.0\5.3\m

Re: [Interest] QML standard components for mobile

2014-12-11 Thread Alejandro Exojo
El Wednesday 10 December 2014, Daniel França escribió: > The just launched Qt5.4 come with a "flat light" style for Qt Quick > Controls :D > It seems it'll help to achieve what I want, but I can't find any > documentation about those pre-defined styles. > > Every time I search for something relate

Re: [Interest] Possible mistake in QProgressBar documentation

2014-12-12 Thread Alejandro Exojo
El Friday 12 December 2014, togetqtml escribió: > Yes, it's a mistake. Please, create a bug. Don't need to, I'm pushing a fix: https://codereview.qt-project.org/101997 Should be there in the next version. -- Alex (a.k.a. suy) | GPG ID 0x0B8B0BC2 http://barnacity.net/ | http://disperso.net

Re: [Interest] TabView Tab content always loading regardless of visibility

2014-12-12 Thread Alejandro Exojo
El Friday 12 December 2014, Nuno Santos escribió: > I have discovered that setting active property of the Tab to true would > change the behaviour to what I need. > > However, in Loader (since this is a Tab property inherited from Loader) > documentation says: > > The default value for this prope

Re: [Interest] Connecting output of an external process to a QML component

2015-01-01 Thread Alejandro Exojo
El Wednesday 31 December 2014, Daniel França escribió: > I'm instantiating the C++ class via setContextProperty, so it's a singleton > object. I would not say that this is a singleton object. You register one already instantated object instead of a class, but it could be or not a singleton. > Th

Re: [Interest] Understanding Qt Macros

2015-01-03 Thread Alejandro Exojo
El Saturday 03 January 2015, Reinhardt Behm escribió: > I have used them to put together a commonly used header (see attached > project.h), that I also use as a precompiled header. > This way all the required headers are automatically included. Why do such thing? Adding a `using namespace std` i

Re: [Interest] Qt 5.3 vs Qt 5.4 (etc)

2015-01-12 Thread Alejandro Exojo
El Saturday 10 January 2015, René J.V. Bertin escribió: > On Saturday January 10 2015 11:44:37 Tomasz Olszak wrote: > > Thanks again, > > >And here is interesting article about it: > >https://techbase.kde.org/Policies/Binary_Compatibility_Issues_With_C++ > > Yes, I knew that one, and that it men

Re: [Interest] Qt japanese onscreen keyboard

2015-01-16 Thread Alejandro Exojo
El Friday 16 January 2015, Bo Thorsen escribió: > If not, then we'll show the normal ascii chars and do a conversion with > the input. As I understand it, this is what the mobile world does? > Setting the locale on a line edit to japanese and sending key events > doesn't seem to give me any Japa

Re: [Interest] Handling various displays on mobile...

2015-01-27 Thread Alejandro Exojo
El Tuesday 27 January 2015, Jason H escribió: > I've spec'd the text my QML ui in points, and that works well. But the > problem comes when i calculate padding and offsets in pixels. It looks > great on my device (Note 2) but on newer devices with higher DPIs, the UI > looks un-padded. I need a wa

Re: [Interest] [QML] Different behaviour between QML Scene and QQmlApplicationEngine when using getContext("2d")

2015-01-31 Thread Alejandro Exojo
El Thursday 29 January 2015, Christoph Petzold escribió: > qrc:/NotWorkingRectangle.qml:7:5: QML Canvas: Unable to use getContext() at > this time, please wait for available: true (...) > NotWorkingRectangle.qml: > --- > import QtQuick 2.3 > import QtQuick.Controls

Re: [Interest] New Development Environment

2015-02-08 Thread Alejandro Exojo
El Saturday 07 February 2015, Karl Ruetz escribió: > I’d like to save a little of trial and error and find out what version of > Ubuntu 64-bit would be best to use if we plan to setup Qt and QtCreator > from the latest Enterprise versions available. I'd say "all" of them (but I'd would use only la

Re: [Interest] I can't access qt's git repository in gitorious any more

2015-03-07 Thread Alejandro Exojo
El Saturday 07 March 2015, Liang Jian escribió: > I found that I can't access qt's git repository in gitorious yesterday, > the I try to open qt project in gitorious.org, it tell me: > > Sorry, something went wrong > > Gitorious encountered an server error. We are automatically notified of >

Re: [Interest] I can't access qt's git repository in gitorious any more

2015-03-07 Thread Alejandro Exojo
El Sunday 08 March 2015, Liang Jian escribió: > hi, I can clone qt form https://github.com/qtproject/qt5.git, but when > I run ./init-repository --no-webkit, error occurs: > > fatal: repository 'https://github.com/qtproject/qt5qt/qtactiveqt.git/' not (...) > Do you encounter the same probl

Re: [Interest] Bounties?

2015-03-11 Thread Alejandro Exojo
El Wednesday 11 March 2015, Bernhard escribió: > However currently both sites seem unusable. gitbounty says nothing more > than "Coming Soon..." and bountysource display an effectively empty page > when clicking on some Qt issue (on both Firefox and IE). Bountysource has some Qt entries, and one h

Re: [Interest] Bounties?

2015-03-11 Thread Alejandro Exojo
El Wednesday 11 March 2015, André Pönitz escribió: > On Wed, Mar 11, 2015 at 07:22:37PM +0100, Alejandro Exojo wrote: > > El Wednesday 11 March 2015, Bernhard escribió: > > > However currently both sites seem unusable. gitbounty says nothing more > > > than "

Re: [Interest] [OT] Re: Bounties?

2015-03-13 Thread Alejandro Exojo
El Friday 13 March 2015, Till Oliver Knoll escribió: > > Am 12.03.2015 um 23:46 schrieb René J.V. Bertin : > > > > On Thursday March 12 2015 14:32:00 Thiago Macieira wrote: > >>> It has 3 Votes and 4 watches. I provided a patch as attachment, 2 years > >>> ago, nothing happened. > >> > >> We have

Re: [Interest] Bounties?

2015-03-13 Thread Alejandro Exojo
El Thursday 12 March 2015, Thiago Macieira escribió: > On Thursday 12 March 2015 10:31:56 Bo Thorsen wrote: > > No. Viking Software is a Qt consulting company. I have 18 years of Qt > > coding experience. Support is not required > > In other words, Bo has more experience with Qt than I do. And si

Re: [Interest] Kicking out QtScript completely

2015-03-17 Thread Alejandro Exojo
El Tuesday 17 March 2015, Koehne Kai escribió: > The QtQml library has no GUI dependency. So while I see some porting effort > to switch from QtScript to QtQml, it's not true that this prevents command > line applications. > > And you don't have to use the QML language either ... QtQml has a QJSEn

Re: [Interest] Kicking out QtScript completely

2015-03-18 Thread Alejandro Exojo
El Tuesday 17 March 2015, Thiago Macieira escribió: > On Tuesday 17 March 2015 16:37:23 Alejandro Exojo wrote: > > Or... keep using QtScript. People seem to complain only when a module is > > deprecated in a blog post, but don't raise their voice when they see no > >

Re: [Interest] What are the plans for moving https://gitorious.org/qt/qt3d.git

2015-03-19 Thread Alejandro Exojo
El Wednesday 18 March 2015, Richard Moore escribió: > On 18 March 2015 at 10:32, Samuel Stirtzel > > wrote: > > 2015-03-18 11:20 GMT+01:00 Richard Moore : > > > I can connect using gnutls just fine: > > On my Kubuntu 14.04.2 LTS box it doesn't work so well: > It looks as if your certificate store

Re: [Interest] qmake and CONFIG += c++14

2015-03-24 Thread Alejandro Exojo
El Wednesday 25 March 2015, Wilhelm escribió: > Hi all, > > the qmake documentation says that is is possible to set > > CONFIG+= c++14 > > But if I do so, the generated makefile still contains the flag > > -std=c++11 > > So, whats wrong here? 1. Have you re-rerun qmake? 2. Does your compiler

Re: [Interest] Qt and Clang on Windows

2015-03-27 Thread Alejandro Exojo
El Friday 27 March 2015, Jean-Michaël Celerier escribió: > Hello, > > Did someone try to use Qt with Clang instead of MSVC on Windows ? Would a > rebuild of Qt be necessary, or could one use MSVC-built Qt dlls in a > CLang-built Qt application ? Maybe this is useful: https://gist.github.com/suy/

Re: [Interest] [interest] UITools - how to modify the GUI?

2015-04-13 Thread Alejandro Exojo
El Monday 13 April 2015, Tamás Nagy escribió: > Hi, > > It was almost impossible, but it does not load the UI file: > > GuiParser::GuiParser(QTreeWidget *tree) > { > treeWidget = tree; > > QUiLoader uiLoader; > QFile file("mainwindow.ui"); // I also copied file to C: root > and wro

Re: [Interest] Preventing sleep on mobile platforms

2015-04-13 Thread Alejandro Exojo
El Monday 13 April 2015, Gianluca escribió: > These kind of preferences are usually beyond the possibility of any Android > and iOS app. Can't say for iOS, but this is certainly possible on Android. For starters, you have to enable the capability in the manifest, and the user will see that the a

Re: [Interest] sqlite

2015-04-17 Thread Alejandro Exojo
El Friday 17 April 2015, Bo Thorsen escribió: > > In practice, we found that it results in problems in practise, even if > > it may work in theory. Perhaps it is due to the actual sqlite, perhaps > > it is due to the fact that it really is just a file and it is the > > (networked) file access that

Re: [Interest] Survey: do you override QCoreApplication::notify? Why?

2015-04-17 Thread Alejandro Exojo
El Thursday 16 April 2015, John Weeks escribió: > > 4) filter events being delivered (remove from queue / compress)? > > We do this. Could you elaborate a bit on how do you do it? Filtering events is easy, but when I searched a bit in the past about this, I found that there is no public API for

Re: [Interest] Unknown crashes with Qt, iOS and iPad Air

2015-04-20 Thread Alejandro Exojo
El Monday 20 April 2015, Nuno Santos escribió: > I’m currently using a QTcpSocket moved to a thread. I’m not sure i’m doing > it the right way. I was trying to optimize the thought put of the socket > in order to avoid latency. Creating threads for I/O is almost always wrong. The interface that so

[Interest] Lambda functions not reused by connect?

2015-04-23 Thread Alejandro Exojo
Hi. I have a download progress signal connected to a mutable lambda. The lambda does something that can be done only once. In the real case I use a captured pointer, which after use becomes invalid, so I set it to nullptr and check its value before use. But on all invocations the pointer has th

Re: [Interest] Lambda functions not reused by connect?

2015-04-23 Thread Alejandro Exojo
El Thursday 23 April 2015, Alejandro Exojo escribió: > Here I added a "static bool copy" that acts as a workaround to keep the > state across invocations. Which is only useful for the first connect call. If you are going to use it multiple times is useless. > I want the &qu

Re: [Interest] Random problems with QSettings on Android

2015-05-26 Thread Alejandro Exojo
El Tuesday 26 May 2015, Nuno Santos escribió: > Does anyone here had problems with QSettings persistence on Android device? > > I’m having random and occasional reports from users on Android telling me > that settings don’t persist. There was a data loss bug in QSettings that was fixed in 5.4: h

Re: [Interest] debugging: how to get meaningful QObject information in a command line session

2015-05-27 Thread Alejandro Exojo
El Tuesday 26 May 2015, René J.V. Bertin escribió: > I have looked some more, haven't found anything in the Ubuntu repository. I > presume that the debugger plugin (or however it was called) that can be > installed through Qt Creator's toolchain preferences is strictly for use > with that IDE? I d

Re: [Interest] Indie Mobil Program terminated?

2015-07-02 Thread Alejandro Exojo
El Thursday 02 July 2015, m...@rpzdesign.com escribió: > Please explain how "Open Source version" can get approved in the IOS > Apple Store. It is a bit blurry why the LGPL version could not be used on Apple's store. See this threads, for example: http://lists.qt-project.org/pipermail/developme

Re: [Interest] Web Docs more detailed than Creator's help?

2015-07-04 Thread Alejandro Exojo
El Friday 03 July 2015, Jason H escribió: > How can I get the Inherits in QtCreator help? Or is it just not in there? Both come from the same source code. It could be that the help in the website is updated dayly from the stable branch, and have more fixes or additions. Otherwise, if you see thi

Re: [Interest] Indie Mobil Program terminated?

2015-07-05 Thread Alejandro Exojo
El Sunday 05 July 2015, Pau Garcia i Quiles escribió: >- Announcement: no announcement > >- New price: the new price is 350 USD/month. It was 25 USD/month. That's >a 1400% increase. > >- Non-customers: must buy at the new (expensive) price > >- Current customers: keep the old

Re: [Interest] QLineEdit and QTableWidget

2015-07-07 Thread Alejandro Exojo
El Tuesday 07 July 2015, Rene Decartes escribió: > but it is turning out to be convoluted (for me!) am i approaching this > correctly? I'm not fully sure I undestand what you want, but, could it be that what you want is a grid layout instead? -- Alex (a.k.a. suy) | GPG ID 0x0B8B0BC2 http://barn

[Interest] QProcess::execute never returning (5.4/5.5 behaviour change)

2015-07-26 Thread Alejandro Exojo
Hi. I have one application on Mac with one line like the following: result = QProcess::execute("/sbin/umount", QStringList() << m_mountedPath); That stopped working one day, and I could not figure out why. The process is executed and runs successfully (I can see it unmounts), but it never retur

Re: [Interest] QProcess::execute never returning (5.4/5.5 behaviour change)

2015-07-28 Thread Alejandro Exojo
El Sunday 26 July 2015, Thiago Macieira escribió: > On Sunday 26 July 2015 19:11:55 Alejandro Exojo wrote: > > So, is this a QProcess limitation or a bug? I see the behaviour change > > across versions. Might be that the other library is doing something plain > > unnaccep

Re: [Interest] QProcess::execute never returning (5.4/5.5 behaviour change)

2015-07-30 Thread Alejandro Exojo
El Tuesday 28 July 2015, Thiago Macieira escribió: > > https://github.com/osxfuse/fuse/blob/06018fa9d5cee5ee3e8fb7057e568f5bc811 > > 5f5 b/lib/mount_darwin.c#L589 > > Oh, yeah, that's totally broken. > > My earlier recommendation stands then: > > Shoot the library in the head. :-) Thank you fo

Re: [Interest] pre-processing for Qt widget stylesheet

2015-08-12 Thread Alejandro Exojo
El Wednesday 12 August 2015, André Somers escribió: > I guess any template engine would do, really. Perhaps take a look at > grantlee? The problem is that Sass is more than a template engine. Is a language crafted for generating CSS. It has functions for colors, understands selector inheritance,

Re: [Interest] QNetworkAccessManager

2015-08-26 Thread Alejandro Exojo
El Tuesday 25 August 2015, Igor Mironchik escribió: > Application aborted by OS. No backtrace available. Debugging stoped at > ui_*.h generated file on lines: > > QIcon icon; > icon.addFile(...); Given that you say that you use different threads, could it be that you are looking at the stack tra

Re: [Interest] Menu in Mac

2015-09-24 Thread Alejandro Exojo
El Thursday 24 September 2015, Rollastre Prostrit escribió: > Well, I had a strike of inspiration and decided to try something that > turned out to be the reason. The dark trick to make this to work properly > was not related to Qt but to OSX. And apparently, if your application is > not inside a b

[Interest] Layout on a QScrollArea not properly downsized when changed off-screen

2013-06-14 Thread Alejandro Exojo
; } I've also put the main widget in an event filter, and I've seen is receiving Resize events when calling addWidget with the widget visible, but no resize events at all before is shown. I've also tried to call update() and repaint() in layouts and widgets here and there, but no chan

Re: [Interest] specifying units in Qt style sheets

2013-06-20 Thread Alejandro Exojo
way to express it in CSS, so Qt's stylesheets follow it. If it works for margins is because only pixels are supported. -- Alejandro Exojo Piqueras ModpoW, S.L. Technova LaSalle | Sant Joan de la Salle 42 | 08022 Barcelona | www.modpow.es ___

Re: [Interest] My First approach with QT 5.1 on MacOS : very disappointing

2013-08-30 Thread Alejandro Exojo
ary page that tells you exactly what is going to be done, and at least in my case, the chance to cancel or finish the dialog. > I am a bit disappointed. > > I found this problem withing 10 minutes so now I am a bit afraid to > keep on testing. If you feel disappointed by that, I have b

[Interest] Undocumented? QDBusMessage as a "catch-all" slot signature

2013-08-30 Thread Alejandro Exojo
DBus signals it had a QDBusMessage as only parameter. My question is: is this a warrantied behavior? Because is not documented in QDBusConnection::connect, and it was tremendously helpful to me. I think is worth it to mention in the docs. Thank you. Regards. -- Alejandro Exojo Piqueras ModpoW

Re: [Interest] Qt Application deployment across platforms

2013-09-07 Thread Alejandro Exojo
El Jueves, 5 de septiembre de 2013, Rutledge Shawn escribió: > But we should be trying to get there, IMO. The new qml tool (just qml, as > opposed to qmlscene/qmlviewer) is intended for > that. https://codereview.qt-project.org/#change,43540 It can be used as > a shebang handler on Linux/Unix pl

Re: [Interest] Fwd: Is there a way to mock the QNAM?

2013-09-07 Thread Alejandro Exojo
El Martes, 3 de septiembre de 2013, André Somers escribió: > It's an example of good API design, if you ask me: the public API to use > is not the same as the (protected) API to extend the class. These are > different tasks, and they should have a different API. I'm not the original poster, but,

Re: [Interest] Qt Installer Framework - Adding custom generated file to the installation

2013-11-19 Thread Alejandro Exojo
written in a specific order. I > tried adding a section to the top level config file but > that just threw errors. That seems to be for the general installer only. If you need some kind of "top level" thing, it seems that the way the Qt SDK is built is with the concept of a &qu

Re: [Interest] QtCreator and Ctrl+Shift bindings

2013-11-19 Thread Alejandro Exojo
ed ctrl+shift+k, and now I'm testing some Japanese IME that has ctrl+space as switcher. I'm not sure that "modifier-only" sequences are that common. Oh, and, there is a more specific Qt Creator mailing list. -- Alejandro Exojo Piqueras ModpoW, S.L. Tec

Re: [Interest] Glyph fallback

2013-11-20 Thread Alejandro Exojo
abase states that loading and unloading fonts without fontconfig is not possible. > That's the sort of thing fontconfig usually does. But fontconfig is not used in Qt for embedded Linux, isn't it? :-( Ender: I'm in a similar situation. I will have to look at that soon. If you find some

Re: [Interest] Something funny. QAccelerometer

2013-12-19 Thread Alejandro Exojo
intain it. -- Alejandro Exojo Piqueras ModpoW, S.L. Technova LaSalle | Sant Joan de la Salle 42 | 08022 Barcelona | www.modpow.es ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] How can I change a designer for base class?

2013-12-21 Thread Alejandro Exojo
El Friday 20 December 2013, Robert Steckroth escribió: > I have created a UI form which will inherit into a pre-built widget. When I > add a new designer form with the Qt wizard, it creates the form with a base > class of QDialog. How can I change the form base class to a QWidget? The > xml file ca

  1   2   >