Re: [Interest] Swift and Qt? (formally?)

2016-09-27 Thread Diego Iastrubni
Sorry for asking the obvious... but... You should be able to use the ObjC bridges in Swift. As a developer - you should not really care, Swift is "mostly compatible" with ObjC. What is the exact problem with this approach? On Tue, Sep 20, 2016 at 2:51 PM, Jason H wrote: > >

Re: [Interest] CLion to replace QtCreator?

2016-04-06 Thread Diego Iastrubni
On Tue, Apr 5, 2016 at 7:37 PM, Thiago Macieira wrote: > On terça-feira, 5 de abril de 2016 10:05:07 PDT Julius Bullinger wrote: > > On Monday, 4. April 2016 18:23, Thiago Macieira wrote: > > >>9. Multiple cursors (see the demo on SublimeText's home page - its > >

Re: [Interest] CLion to replace QtCreator?

2016-04-04 Thread Diego Iastrubni
On Sun, Apr 3, 2016 at 10:00 PM, Thiago Macieira wrote: > > But I have to say I don't feel any unpleasantness. Qt Creator is the best > IDE > I've ever used. There are some things I'd do differently, but that's all. I > also expect that's how most Qt developers and

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

2016-02-09 Thread Diego Iastrubni
On Mon, Feb 8, 2016 at 11:21 PM, Thiago Macieira wrote: > > qmake's philosophy is "assume everything is there and just use it". It's > meant > mostly for using Qt itself, so you can be sure that all of it is present. > If > you use third-party libraries and they're not

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

2016-02-09 Thread Diego Iastrubni
ov.pro> wrote: > 09.02.2016, 12:04 PM, "Diego Iastrubni" <diegoi...@gmail.com>: > > > How do you guys integrate 3rd party libraries into your code? > > CMake forever! :-) > > -- > Regards, > Konstantin Podsvirov > _

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

2016-02-08 Thread Diego Iastrubni
This is interesting... as it solves a nigher level proeblem than "configure-make-install/cmake-make-install". It smells more like gradle a little bit... which is nice. But can it handle Qt code..? resources...? UI...? "moc"? Does it work on Windows? Which reminds me: What can I use to manage

Re: [Interest] Using std::string in android projects

2015-12-30 Thread Diego Iastrubni
On Thu, Dec 31, 2015 at 1:48 AM, Thiago Macieira wrote: > On Wednesday 30 December 2015 23:05:02 Jason H wrote: > > I'm trying to use a library that uses std::strings. However when the > string > > is assigned, I get a crash at 0xdeadcab1 (see > > >

Re: [Interest] QIcon::fromTheme on OS X

2015-12-24 Thread Diego Iastrubni
yes, this works out of the box only in Linux. On Windows/Mac, you need to do a little more work. I will give parts of the solution in this email, if this is not completely clear do tell, and I will elaborate. I did this in mainwindow.cpp (note that on linux I assume the icons are available):

Re: [Interest] Qt5 and libressl

2015-11-12 Thread Diego Iastrubni
So... the official statement from Qt is that elliptic curves is a ... "safe" encryption to be used in the wild...? (still remember in college how I was thought that this is a safe encryption because the NSA developed it... and it is fast...) If this was not clear: I think that Thiago meant to

Re: [Interest] Qt3 repository

2013-08-22 Thread Diego Iastrubni
Just a few random commits I see: - http://git.trinitydesktop.org/cgit/qt3/commit/?id=7c0bc39229bbba839dea93fe12b0d2cdbe21eec0 The message log claims that deleting NULL will crash an app. This is not true, as in C++ you can safely delete a null pointer. whrp74@srv690 src $ make test1 g++

Re: [Interest] Highlighting: huge rule numbers [hang app]

2013-06-10 Thread Diego Iastrubni
Try looking at the highlighter used in QtCreator. The highlighter is quite fast. On Fri, Jun 7, 2013 at 2:25 PM, Sensei sense...@gmail.com wrote: On 6/5/13 3:32pm, Sensei wrote: My rules are ~5000. It seems that I'm out of luck here. Such a huge number of regexp rules need a

Re: [Interest] QMenu RightToLeft layout direction issue

2013-04-21 Thread Diego Iastrubni
I cannot reproduce this on Windows. However... the Windows theme has some issues with RTL :) It seems the bug is specific to X11. On Sun, Apr 21, 2013 at 12:12 AM, Muhammad Bashir Al-Noimi mbno...@gmail.com wrote: On 04/16/2013 12:40 PM, Muhammad Bashir Al-Noimi wrote: On 04/16/2013 09:30

Re: [Interest] QMenu RightToLeft layout direction issue

2013-04-17 Thread Diego Iastrubni
Then comparing the KDE look and feel is pointless, unless you are testing against an unreleased version of KDE ;-) On Wed, Apr 17, 2013 at 12:39 AM, Muhammad Bashir Al-Noimi mbno...@gmail.com wrote: On 04/16/2013 02:52 PM, Diego Iastrubni wrote: Muhammad, The Qt application, was it Qt5

Re: [Interest] QMenu RightToLeft layout direction issue

2013-04-16 Thread Diego Iastrubni
Muhammad, The Qt application, was it Qt5 or Qt4? I know for sure that Qt4 has no issues in regarding RTL. I will look into Qt5. On Tue, Apr 16, 2013 at 1:40 PM, Muhammad Bashir Al-Noimi mbno...@gmail.com wrote: On 04/16/2013 09:30 AM, Bache-Wiig Jens wrote: On Apr 16, 2013, at 9:17 AM,

Re: [Interest] How to checkout and build 5.0.2 release?

2013-04-13 Thread Diego Iastrubni
With the risk of sounding too stupid.. I will ask.. How is exactly the code structured today? ON the Qt4.x times there was one single git repository and it was quite easy to understand how the visioning worked. Now a days - I am really confused. How is the repository saved? I must admit that

Re: [Interest] QPlainTextEdit layout bug

2013-01-29 Thread Diego Iastrubni
On Tue, Jan 29, 2013 at 1:54 PM, M. Bashir Al-Noimi mbno...@gmail.comwrote: On 29/01/2013 10:39 ص, Diego Iastrubni wrote: On Thu, Jan 24, 2013 at 11:50 PM, M. Bashir Al-Noimi mbno...@gmail.comwrote: As you know Qt supports auto text layout for all Qt input widgets but recently I noticed

Re: [Interest] Qt5 mingw builds

2013-01-08 Thread Diego Iastrubni
On Tue, Jan 8, 2013 at 9:51 AM, Konrad Rosenbaum kon...@silmor.de wrote: One hint that will make it easier: do not try to use GCC as a cross-compiler! Like the Mingw32 gcc to compile for 64bits or the Mingw64 gcc to compile 32bits - finding out how and where to apply the correct options on

Re: [Interest] Qt5 mingw builds

2013-01-08 Thread Diego Iastrubni
On Tue, Jan 8, 2013 at 11:26 PM, Nikos Chantziaras rea...@gmail.com wrote: On 08/01/13 23:22, Konrad Rosenbaum wrote: On Tuesday 08 January 2013, Diego Iastrubni wrote: So... cross compiling Qt5/win32 from Linux is not possible yet? In theory it should be possible to create a mkspec

Re: [Interest] Non-movable Qt build

2012-12-30 Thread Diego Iastrubni
On Thu, Dec 27, 2012 at 3:06 PM, Thiago Macieira thiago.macie...@intel.comwrote: Also remember that the qmake code dealing with relative paths is broken. That's why you can only do out-of-source builds from outside the source, not in a subdir of it. I have been hearing this theorem for a

Re: [Interest] how to read data from a spreadsheet

2012-12-06 Thread Diego Iastrubni
On Wed, Dec 5, 2012 at 5:02 AM, Carlos Oviedo Becerra covi...@estudiantes.uci.cu wrote: hello friends, not like reading about QtCreator data from a spreadsheet, please who can help me I will thank you, Regards ... I need To read Excel, you can use:

Re: [Interest] Spell checking.

2012-11-06 Thread Diego Iastrubni
On Wed, Oct 31, 2012 at 7:07 PM, Bill Crocker william.croc...@analog.comwrote: I am adding spell checking to my application. I have the spell checking engine. I can see how to use the QSyntaxHighlighter to to underline words that are spelled incorrectly in a QTextEdit.

Re: [Interest] Future of Qt Opensource SDK?

2012-10-12 Thread Diego Iastrubni
On Fri, Oct 12, 2012 at 11:47 AM, Bo Thorsen b...@fioniasoftware.dk wrote: Hi Carel, Den 12-10-2012 10:27, Carel Combrink skrev: What is the future of Qt Opensource SDK? One of the Digia people said on this list a couple of weeks ago that there won't be any new SDK releases for the OSS

Re: [Interest] Text editor's line numbers: misalignment

2012-08-22 Thread Diego Iastrubni
On Wed, Aug 22, 2012 at 10:55 AM, Sensei sense...@gmail.com wrote: If I change the font to Courier, or Times, or Andale Mono or Xcode's Menlo, everything is OK, I've tested alignment with 10K lines. When I use Monaco, the font I intended to use, lines numbers get misaligned almost

Re: [Interest] qt creator for use with qt5?

2012-07-02 Thread Diego Iastrubni
On Mon, Jul 2, 2012 at 12:32 PM, Sivan Greenberg si...@omniqueue.comwrote: Hi all, Having built qt5 from git, I now want to test it using qt creator. What is the way to build the latest qt creator from source on kubuntu 64bit (latest) such that I could laos test creator as well? Did you

Re: [Interest] Porting Qt app to windows

2012-06-19 Thread Diego Iastrubni
On Tue, Jun 19, 2012 at 5:36 PM, David Ching d...@dcsoft.com wrote: Also I would try this on a PC (either real or virtual) that has a fresh Windows installed (and try all versions of Windows you need to support, e.g. XP/Vista/7) and make sure you are providing all the required DLL's (that

Re: [Interest] QTextEdit not resizing with QFormLayout

2012-05-08 Thread Diego Iastrubni
Use layouts, not absolute positioning. Read the docs about it. On Tue, May 8, 2012 at 11:13 AM, Sujan Dasmahapatra s...@lmwindpower.comwrote: Please check this code snippet, with this when I resize the mainwindow, my textedit is not resizing. What could be the problem pls help. ** **

Re: [Interest] Qt News

2012-03-26 Thread Diego Iastrubni
On Mon, Mar 26, 2012 at 12:06 PM, Sivan Greenberg si...@omniqueue.comwrote: Is not bad yes, but it seems that if I want just to read about qt, http://blog.qt.nokia.com/ might be better. I don't mind having to read things not related to qt's development itself, but what about having something

Re: [Interest] qt.conf

2012-03-20 Thread Diego Iastrubni
On Tue, Mar 20, 2012 at 11:44 AM, Graham Labdon graham.lab...@avalonsciences.com wrote: Hi I am trying to use the qt.conf functionality In my qt.conf file I have the following ** ** [Paths] prefix = C:\\Program Files (x86)\\AcquisitionSoftware\\Qt ** **

Re: [Interest] Using dmalloc with Qt!

2012-03-13 Thread Diego Iastrubni
On Tue, Mar 13, 2012 at 1:21 PM, Lata Agrawal lata.agra...@enrouteinc.comwrote: I am writing a QT application which runs on Linux/MIPS platform. I want to use a memory detector tool for my QT application. After going through this link

Re: [Interest] QPushButton Background Colour

2012-03-05 Thread Diego Iastrubni
On Mon, Mar 5, 2012 at 2:37 PM, lucas.betsch...@crypto.ch wrote: Hello, I made some QPushButton with only a icon. I'd like to have them flat (like the left one in picture 12) with no text. But when I click on such a flat QPushButton some background colour appears. How can I turn this off?