Re: [Freedos-user] fdbox version v0.0.1

2021-11-07 Thread Diego Iastrubni
Hi Tom, On Sun, Nov 7, 2021 at 9:31 PM tom ehlert wrote: > Could you please explain why you think this is relevant? > Any fancy feature that FreeCOM is missing? > Anything that FDBOX is doing better? > freecom does not compile/run on windows. freecom does not compile/run on linux freecom does n

[Freedos-user] fdbox version v0.0.1

2021-11-02 Thread Diego Iastrubni
Hi all, I releasing the first version of fdbox, a new shell for MSDOS/freeDOS, aka command.com. This is a very initial release, most of the features are semi broken, or work in progress. But the very basic code is there (you can dir, cd and execute applications). The code is available https://git

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: > > Sent: Tuesday, Septe

Re: [Development] On deprecated APIs

2016-09-01 Thread Diego Iastrubni
Maybe the wording is wrong... how about "not recommended" instead of "deprecated"? I would also like to have an option to be able to compile a "qforeach" block without the compiler spitting at me (/me takes off the java developer hat). On Wed, Aug 31, 2016 at 12:27 PM, Ulf Hermann wrote: > > Th

[frameworks-ktexteditor] [Bug 280645] [BiDi/Unicode] If the BiDi algorithms is too complicated to maintain, why not to support the simple one???

2016-06-20 Thread Diego Iastrubni via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=280645 --- Comment #6 from Diego Iastrubni --- Safa, that is not correct. In our current implementation, direction=alignment. That said, I do see some scenarios in which "first strong character of paragraph" fails as an algorithm. -- You are rece

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 > > >>epic, > > >>and At

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 especially the Qt Creator > dev

[i18n] [Bug 360163] Missing option to set a 24 hour clock and Sunday to Thursday weekday

2016-03-19 Thread Diego Iastrubni via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360163 Diego Iastrubni changed: What|Removed |Added CC||elc...@kde.org --- Comment #1 from Diego

[Bug 263822] Re: RTL (right to left) support in terminal (BiDi)

2016-02-13 Thread Diego Iastrubni
Usama, The reason for bug #1537064 is me nagging Yaron. The problem of BiDi cannot be solved in a terminal vt100 environment. The reason - is that the application does not telling the VTE the boundaries of the paragraph. Imagine "mc" opeenning a dialog to rename a file. Lets check the options;

[Desktop-packages] [Bug 263822] Re: RTL (right to left) support in terminal (BiDi)

2016-02-13 Thread Diego Iastrubni
Usama, The reason for bug #1537064 is me nagging Yaron. The problem of BiDi cannot be solved in a terminal vt100 environment. The reason - is that the application does not telling the VTE the boundaries of the paragraph. Imagine "mc" opeenning a dialog to rename a file. Lets check the options;

[Bug 263822] Re: RTL (right to left) support in terminal (BiDi)

2016-02-13 Thread Diego Iastrubni
Usama, The reason for bug #1537064 is me nagging Yaron. The problem of BiDi cannot be solved in a terminal vt100 environment. The reason - is that the application does not telling the VTE the boundaries of the paragraph. Imagine "mc" opeenning a dialog to rename a file. Lets check the options;

[Ubuntu-l10n-he] [Bug 263822] Re: RTL (right to left) support in terminal (BiDi)

2016-02-13 Thread Diego Iastrubni
Usama, The reason for bug #1537064 is me nagging Yaron. The problem of BiDi cannot be solved in a terminal vt100 environment. The reason - is that the application does not telling the VTE the boundaries of the paragraph. Imagine "mc" opeenning a dialog to rename a file. Lets check the options;

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

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

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 present, you'll get a > com

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 (and

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 > > > https://android.googlesource.com/platform/ndk/+

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): #ifnd

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 say

Re: [Qt-creator] maintenance tool

2015-10-28 Thread Diego Iastrubni
It NEVER works for me. I always download the offline installer, and I need to search for the exact filename on Google, as the official downloads fail... or are painfully slow. Updater (when works) downloads at 3kbs. Sometimes - after install, I don't see any online repositories and finding an onli

Re: [Haifux] kmail "sender-images"

2015-10-27 Thread Diego Iastrubni
On יום שני, 26 באוקטובר 2015 23:28:37 Oron Peled wrote: > On Monday 26 October 2015 21:00:53 Diego Iastrubni wrote: > > And no, he is not on my KAddressBook (just checked). This debian laptop is > > not ..."conntected" too google services. So I still wonder. > > >

Re: [Haifux] Fwd: compiler/tools/architecture conference

2015-10-26 Thread Diego Iastrubni
Sorry I did not reply earlier, and for keeping this OT talk... but, again, just courious and besides this list is very low traffic these days, and this is almost on topic... On יום שני, 19 באוקטובר 2015 10:21:43 Oron Peled wrote: > /On Sunday 18 October 2015 23:31:56 Diego Iastrubni wr

Re: [Haifux] Fwd: compiler/tools/architecture conference

2015-10-18 Thread Diego Iastrubni
[OT] ... well maybe... Muli, How did you set up your image in color...? I think this is the corresponding code, but I don't think I know how to configure this in KMail :) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state

Re: [Qt-creator] Cross compilation

2015-09-03 Thread Diego Iastrubni
A small tip foe anyone in a similar situation: I am doing the opposite (develop on linux - deploy on windows). To cross compile from Fedora to Windows, you can install a Qt tooclhain for mingw, and then execute "mingw32-qmake-qt5", followed by a normal "make". This will generate an EXE for you.

Re: [Qt-creator] QCompleter with Regular Expresion

2015-08-02 Thread Diego Iastrubni
> > On Fri, Jul 31, 2015 at 3:09 PM, Freddy Martinez Garcia < > freddy311...@gmail.com> wrote: > >> I can't use combobox because the lineedit is used for searching... >> > > It's doable ( I have something like this in my particular software if you > wanna take a look ) - I had to create this becaus

Re: [Development] [Qt Installer] QtCreator as optional option

2015-07-06 Thread Diego Iastrubni
You should be able to install several Qt versions from the same SDK. What are you installing different Qt SDKs into different paths? (unless I miss-understood what you wrote) On Mon, Jul 6, 2015 at 12:10 PM, Denis Shienkov wrote: > Hi all.. > > Please make the QtCreator as optional option in th

Re: [Qt-creator] Speeding up deploy / test cycle on mobile

2015-05-04 Thread Diego Iastrubni
I see this in AndroidStudio as well. Which seems valid.. as both projects (QtCreate and AndroidStudio) use gradle as the same build system. If this can be improved - you are barking at the wrong tree. Go bother the gradle guys :) Side point: XCode5 + ObjectiveC was fast as hell a year ago, I was

Re: [Qt-creator] SUBDIRS template with common libraries used in multiple projects

2015-03-04 Thread Diego Iastrubni
Maybe you need a specific build order? See this: http://stackoverflow.com/questions/11079398/how-to-set-build-order-in-qt-subdir-project And add this to your pro file CONFIG += ordered On Wed, Feb 25, 2015 at 2:59 PM, Markus Franke wrote: > Dear all, > > I am struggeling with using the SUBD

Re: [Qt-creator] Code-editor reuse

2015-02-09 Thread Diego Iastrubni
.jpg > > Maybe I did something wrong .. > > > On Mon, Feb 9, 2015 at 5:22 PM, Diego Iastrubni > wrote: > > Not entirely true. > > > > I already did it, and it "was not that hard". The problem - is syncing > the > > code back. As I modifie

Re: [Qt-creator] Code-editor reuse

2015-02-09 Thread Diego Iastrubni
Not entirely true. I already did it, and it "was not that hard". The problem - is syncing the code back. As I modified some of the namespaces, and I had to create a few classes (yes, the editor is a little tied with the rest of the QtCreator infrastructure) syncing back the code from your updates

Re: Linux on Android related question

2014-12-26 Thread Diego Iastrubni
Hi David, On יום שישי, 26 בדצמבר 2014 15:54:12 David Harel wrote: > My son purchased an Android phone in China (against my recommendation). > It's a phone by Coolpad the module is 7620l You should have a talk to your son ;-) > Apparently the Android installation for Chinese is different than what

Re: [Qt-creator] TFS Plugin

2014-10-05 Thread Diego Iastrubni
1) JNI = pain 2) Command line - means it will be easier for you to test and reproduce. 3) Using an external command also means the build dependencies of QtCreator will be smaller. I am no QtCreator dev... but I would recommend using an external "3rd party" app. On Wed, Oct 1, 2014 at 8:14 PM,

Re: [Qt-creator] Error with debugger on OS X

2014-09-30 Thread Diego Iastrubni
On Wed, Oct 1, 2014 at 7:15 AM, Freddy Martinez Garcia wrote: > I had updated my OS to OSX 10.9.5 and after that, the Qt Creator tell me “No > debugger set up” when I try to debugging my code. > > I had look into the Debugger options and I have 2 of them defined: > > 1.- /Applications/Xcode.app/

Re: [Qt-creator] 3.2 compilation fails - debian testing, 32bit

2014-09-18 Thread Diego Iastrubni
On Wed, Sep 17, 2014 at 5:43 PM, Orgad Shaneh wrote: > On Wed, Sep 17, 2014 at 5:41 PM, Diego Iastrubni > wrote: > >> Hi all, >> >> QtCreator (3.2) is failing to compile here: >> >> >> cppcodemodelinspectordialog.cpp:(.text._ZN8CppT

[Qt-creator] 3.2 compilation fails - debian testing, 32bit

2014-09-17 Thread Diego Iastrubni
Hi all, QtCreator (3.2) is failing to compile here: cppcodemodelinspectordialog.cpp:(.text._ZN8CppTools8Internal15CppModelManager11headerPathsEv[_ZN8CppTools8Internal 15CppModelManager11headerPathsEv]+0x1e): undefined reference to `CppTools::Internal::CppModelManager::ensureUpdate d()' Master do

[Qt-creator] QtCreator - RTL - DON'T

2014-09-08 Thread Diego Iastrubni
Hi all, I loaded my old Debian machine with self compiled QtCreator (I am using an old snapshot ) and today it loaded in RTL mode (as my desktop is in Hebrew). This is bad because: 1) QtCreator is not translated to Hebrew, which now makes it English RTL (1) 2) Many parts of the UI do not supp

Re: OT: languages in Google Maps

2014-08-12 Thread Diego Iastrubni
OSM is a great promise. But not usable in a real world. 1) The servers are slow. Loading maps takes for ever. 2) Using tilemaps is nice, but this maps that rotating the map will not fix the text location according to the orientation of your map. 3) They are very ugly. To the original answer:

Re: [Qt-creator] Syntax highlighting of PHP files (Hunger Tobias)

2014-06-29 Thread Diego Iastrubni
Actually - The kate syntax highlighter for PHP can include JS, CSS, and HTML code inside. There is a bug in GenericHighlighter (which I am seeing since QtCreator 2.2) which prevents the loading of the PHP highlighter. On Mon, Jun 23, 2014 at 2:48 PM, Hermann Fieger wrote: > On 20.06.2014 20:10

Re: detecting what does a reboot

2014-06-08 Thread Diego Iastrubni
And when everything else fails - good old serial console and another machine to capture the last dieing words of this server. On 06/08/2014 01:21 PM, Rabin Yasharzadehe wrote: you can try with auditctl auditctl -w /tmp/1 -p wa -k write_or_access *-- Rabin* On Sun, Jun 8, 2014 at 12:11

Re: [Development] One 'qt' branch to rule 'em all!

2014-04-01 Thread Diego Iastrubni
I agree. As we move to a more linear development cycle, we can finally drop git and update to svn, "where we are going we don't need branches" anyway. On Tue, Apr 1, 2014 at 2:12 PM, Koehne Kai wrote: > Hi, > > We've had now different setups with git branches - in Qt 4 we followed a > scheme w

Re: [Interest] Highlighting selected text in QTextDocument::drawContents()

2014-04-01 Thread Diego Iastrubni
Depends on the use case, but what about QTextDocument::setExtraSelections() with the correct QTextCursor? See: http://qt-project.org/doc/qt-4.8/qtextedit.html#setExtraSelections On Sat, Mar 29, 2014 at 10:27 PM, wrote: > Hi. > > How to highlight selected text in QTextDocument::drawContents() ?

Re: Chinese KitKat

2014-01-05 Thread Diego Iastrubni
On 01/05/2014 12:22 PM, Eli Marmor wrote: By the way (off topic): Does anybody have any experience with generic Android versions? (such as CyanogenMod, which Mord mentioned) There is not such thing as a "generic android version". The amount of propietary crap available on Android devices make i

Re: [Qt-creator] Build plain c++ project issue

2013-12-18 Thread Diego Iastrubni
Try using cmake instead of qmake. You can also use custom Makefiles (this used to work for me a couple of years ago) On Wed, Dec 18, 2013 at 2:48 AM, Muhammad Bashir Al-Noimi wrote: > On 12/17/2013 10:48 PM, Alexander Drozdov wrote: > > :-) You can install only qt4-qmake or qt5-qmake package t

Re: Linux with Android MTP

2013-12-09 Thread Diego Iastrubni
On 12/08/2013 12:12 PM, Shlomo Solomon wrote: I never got MTP to work with a Galaxy S3 on Mageia 3. I've tried mtpfs and kio-mtp with no success. I may be doing something wrong, but since these are my kids' phones, it was not really urgent. But now I'm about to move from A Galaxy S to Galaxy S4

Re: [Qt-creator] Editor window line spanning full length - background color changes

2013-11-10 Thread Diego Iastrubni
That raises some questions I always been wondering... 1) does this replace older selections, or appends? 2) is it better/cheaper to maintain a global selections list, and all functions will modify it, or maintaining a local one each time I want to modify the "background"? On Thu, Nov 7, 2013 at 1

Re: [Development] Compilation time very slow

2013-10-24 Thread Diego Iastrubni
On Wed, Oct 23, 2013 at 7:04 PM, Thiago Macieira wrote: > 3) Don't use Windows (the operating system and filesystems are too slow) > 3.b) don't use MinGW (it uses sub-processes a lot, which are slow on > Windows) > LOL... But seriously - how about pre-compiled headers? Is anyone using this com

Re: [Qt-creator] Design 3#

2013-10-12 Thread Diego Iastrubni
I am not going to comment on the flat interface, nor the tabs, nor menus on the title bar. However: The icons are just epic, please do share then independently and let QtCreator 3.1 use them (3.0 is done by now, correct?). Maybe adding a little more contrast on light themes will help, but this is

Re: [Qt-creator] Qt Creator 3.0 feature freeze

2013-10-03 Thread Diego Iastrubni
On Thu, Oct 3, 2013 at 12:48 PM, Orgad Shaneh wrote: > With Firefox it looks much better. Still slightly broken in Firefox tough, some text is under the gray bar, and the gray bar also sits on top "Creating VCS Repositories for New Projects". ___ Qt-c

[Qt-creator] RTL cursor in QtCreator

2013-09-20 Thread Diego Iastrubni
Hi all, I remember a few (moths? years?) some people complained that the cursor direction got borked sometimes in QtCreator, and they though this is a bug in QtCreator. I have been seeing this behavior as well, but since it's so ... natural to me I did not though about it. The problem happens whe

Re: [Interest] 2D Graphs Qt Module

2013-09-19 Thread Diego Iastrubni
On 19/09/2013 14:59, Ramakanthreddy Kesireddy wrote: Please let me know the Qt addon Module that needs to be looked into for 2D Graphs in Qt5..1.1. I looked at the available libraries and they all su

Re: [Qt-creator] New Design #3

2013-09-10 Thread Diego Iastrubni
Hi, As someone who is using QtCreator and happy about how it works, I want to add some words: 1. NICE WORK. Keep them coming, even if we all say no and don't like them. 2. The main feature of QtCreator is that it is a big editor, and most of the UI is kept to the "canvas" - the text

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++ t

Re: ההרצאה: הפלת פטנטים באמצעות קוד פתוח שקדם להם

2013-08-06 Thread Diego Iastrubni
On יום ראשון, 4 באוגוסט 2013 13:18:42 Shlomi Fish wrote: > > כפי שאולי חלקכם יודעים, נוכחותי בכנס, ובכלל זה הרצאה שהייתי אמור לתת, > > נמנעו עקב פטירה במשפחה. > > בזמן שהייתי אמור להרצות, הייתי עסוק בסידורים ללוויה, שהתקיימה מאוחר יותר > > באותו היום. > > (הקירבה היא מדרגה שניה, ולכן אני לא מיוש

Re: Retooling my mail server

2013-07-24 Thread Diego Iastrubni
On יום חמישי, 18 ביולי 2013 18:32:46 Ira Abramov wrote: > The next component to install after ditching Gmail as far as I can, > will be OwnCloud so I can ditch DropBox and friends as well. > Got any pros and cons to share? I'll appreciate this too. Just a note: owncloud is quite crap for handling

Re: linking problems with several static libraries

2013-07-13 Thread Diego Iastrubni
On שבת, 13 ביולי 2013 21:42:12 Valery Reznic wrote: > >And I was under impression that "ld" was supposed to handle such kind of > >cyclic dependencies. > > ld indeed able to handle it. > > From ld man page: > -( archives -) --start-group archives --end-group The archives should be a > list of ar

Re: linking problems with several static libraries

2013-07-12 Thread Diego Iastrubni
On יום רביעי, 10 ביולי 2013 21:43:54 Omer Zak wrote: > On Wed, 2013-07-10 at 21:31 +0300, Diego Iastrubni wrote: > > My program needs liba, which in turn needs libb.. which in turn needs > > libk. The last libk needs symbols from liba.. and this is where it gets > > f

linking problems with several static libraries

2013-07-10 Thread Diego Iastrubni
Hi all, I have been figthing this nice problem at work, which I would like someone to help me. Basically, I have several static libs (liba... libk) which I need to link to my program. My program needs liba, which in turn needs libb.. which in turn needs libk. The last libk needs symbols from l

Re: [Qt-creator] Qt Creator 2.8 on Linux - g++ version

2013-07-02 Thread Diego Iastrubni
On Tue, Jul 2, 2013 at 2:15 PM, Peter Pearson wrote: > On 02/07/13 12:02, Ziller Eike wrote:Sorry, but I don't believe this is > true, at least in a practical sense > if you're willing to build with older compilers - I write software for > Linux distros, and we build with g++ 4.1 for precisely th

Re: [Qt-creator] Planning Qt Creator 2.8 + 0.1

2013-06-16 Thread Diego Iastrubni
On Thu, Jun 13, 2013 at 6:11 PM, Teske Daniel wrote: > To start the discussion on that, see > http://wiki.apache.org/stdcxx/C++0xCompilerSupport for an idea of which > compilers support which feature. > Both g++ 4.8 and clang 3.3 support all of c++11, the Microsoft compiler > lacks quite a bit. (B

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 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 sophisticated parser, it

Re: [Development] Webkit for Android

2013-05-29 Thread Diego Iastrubni
On Thu, May 23, 2013 at 2:11 PM, Simon Hausmann wrote: > That said, on Android it might make sense to differentiate between having > access to QtWebKit and being able to embed web content. Perhaps the latter > can > be done with less effort if there was a way of wrapping the Java WebView > in Qt >

Re: [Qt-creator] git support in 2.7.81

2013-05-27 Thread Diego Iastrubni
Actually... I saw something similar in SVN support. "Sometimes" QtCreator did not see that my directory has a ".svn" duerctory, and SVN support was disabled from my project/files. This was in 2.7, unfortunately I cannot reproduce, and I am a little "off" and I am not following 2.8. On Mon, May 2

Re: [Development] Network test server for Ubuntu 12.04 x64 available for Puppet - test version

2013-04-25 Thread Diego Iastrubni
On Thu, Apr 25, 2013 at 9:29 AM, Sébastien Fricker wrote: > Tony, > why not also providing a VMWare image ready to use? > Regards, > Do you want the cake, or the recipe? This is a FOSS community, we want the recipe :) ___ Development mailing list Devel

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 0

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, > > Th

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 wrote: > On 04/16/2013 09:30 AM, Bache-Wiig Jens wrote: >> On Apr 16, 2013, at 9:17 AM, Muhammad Bashir Al-Noi

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 ht

Re: [Development] Qt Hebrew

2013-02-05 Thread Diego Iastrubni
(I wonder why/how I missed this thread) Hi Genghis! See comments inline On Thu, Jan 31, 2013 at 5:13 PM, Genghis Khan wrote: > I would like to initiate a new group > called "Qt Hebrew" for Hebrew speakers, where new and potential Hebrew > speaking contributors to

Re: [Interest] QPlainTextEdit layout bug

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

Re: [Interest] QPlainTextEdit layout bug

2013-01-29 Thread Diego Iastrubni
On Thu, Jan 24, 2013 at 11:50 PM, M. Bashir Al-Noimi wrote: > As you know Qt supports auto text layout for all Qt input widgets but > recently I noticed that QPlainTextEdit doesn't!! > > Could anyone tell me if this is wrong or right before filing a new bug > report. > > As you can see in this scr

Re: [Qt-creator] making static app under creator

2013-01-20 Thread Diego Iastrubni
On Wed, Jan 16, 2013 at 3:45 PM, Konstantin Tokarev wrote: > > 16.01.2013, 17:39, "Duane Hebert" : > > Linux platform. TinyCore. Stripped down for a controller. > > > > I'm building already with CONFIG -= qt. But if I run ldd, I get a few > dependancies - libstdc++, libc etc. > > You can get ri

Re: [Interest] Qt5 mingw builds

2013-01-08 Thread Diego Iastrubni
On Tue, Jan 8, 2013 at 11:26 PM, Nikos Chantziaras 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 b

Re: [Interest] Qt5 mingw builds

2013-01-08 Thread Diego Iastrubni
On Tue, Jan 8, 2013 at 9:51 AM, Konrad Rosenbaum 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 three > diffe

Re: [Interest] Non-movable Qt build

2012-12-30 Thread Diego Iastrubni
On Thu, Dec 27, 2012 at 3:06 PM, Thiago Macieira wrote: > 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 few weeks/months. Howev

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 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: https://www.gaia-gis.it/fossil/freexl/index For CSV, you can use

Re: [Qt-creator] QtSDK what is it and where is it?

2012-12-03 Thread Diego Iastrubni
On Tue, Dec 4, 2012 at 2:56 AM, Leslie S Satenstein wrote: > > I am really experimenting with Qt as it comes with Fedora 17. I see on > the web that there is a QtSDK. Googling and searching the website pages > (all of them) does not show me a download called QtSDK. > > What does QtSDK consist of

Re: [Development] Qt5 + QtCreator master - does not compile

2012-12-03 Thread Diego Iastrubni
On Mon, Dec 3, 2012 at 5:44 PM, Thiago Macieira wrote: > On segunda-feira, 3 de dezembro de 2012 14.52.48, Diego Iastrubni wrote: > > make[3]: Entering directory > > `/home/diego/src/qt5/build/qtdeclarative/src/imports' > > cd folderlistmodel/ && ( test -f M

[Development] Qt5 + QtCreator master - does not compile

2012-12-03 Thread Diego Iastrubni
Hi All, For a few weeks (2?) I am seeing this error in Qt5 compilations: make[3]: Entering directory `/home/diego/src/qt5/build/qtdeclarative/src/imports' cd folderlistmodel/ && ( test -f Makefile || /home/diego/src/qt5/build/qtbase/bin/qmake /home/diego/src/qt5/qtdeclarative/src/imports/folderli

Re: Android phone question

2012-12-01 Thread Diego Iastrubni
On יום שני, 26 בנובמבר 2012 16:38:30 Steve G. wrote: > Got myself a Galaxy Mini (was going to get Pocket, but Mini was discounted > in Bug for Black Monday, Cyber Friday, or some such holiday). > > Does all I need, more, quite well. Screen not ideal size, but frankly, the > latest iPhones and Gal

Re: [Qt-creator] Text Editor -> Behavior settings stored on a per project basis.

2012-11-15 Thread Diego Iastrubni
On Thu, Nov 15, 2012 at 10:04 AM, Konstantin Tokarev wrote: > > How would you configure it? > > By specially formed comment in the beginning or at the end of document. > @sa vim modelines. > > Kate has support for this: http://kate-editor.org/2006/02/09/kate-modelines/ http://kate-editor.org/2011/

Re: [Qt-creator] Text Editor -> Behavior settings stored on a per project basis.

2012-11-14 Thread Diego Iastrubni
On Wed, Nov 14, 2012 at 4:40 PM, Orgad Shaneh wrote: > In Projects Mode (5th on the side bar) there are tabs for Editor and Code > Style. > > See http://qt-project.org/doc/qtcreator-2.6/creator-editor-settings.htmland > http://qt-project.org/doc/qtcreator-2.6/creator-code-style-settings.html > >

[Bug 238762]

2012-11-07 Thread Diego Iastrubni
This even works on Debian testing, using KDE 4.7. The bug must have been fixed by the move to the Qt4 engine (using QTextLayout and QFontMetricsF). Tested with English, Cyrillic and Hebrew. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 238762]

2012-11-07 Thread Diego Iastrubni
This even works on Debian testing, using KDE 4.7. The bug must have been fixed by the move to the Qt4 engine (using QTextLayout and QFontMetricsF). Tested with English, Cyrillic and Hebrew. -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kde

Re: [Interest] Spell checking.

2012-11-06 Thread Diego Iastrubni
On Wed, Oct 31, 2012 at 7:07 PM, Bill Crocker wrote: > 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. > > http://lists.qt-project.org/mailman/

Re: [Qt-creator] Add arbitrary file to cmake project

2012-10-21 Thread Diego Iastrubni
On Sat, Oct 20, 2012 at 3:51 PM, Uwe Fechner wrote: > Is there a way to add these files to the CMakeLists.txt file so that > they are displayed by qt creator in the cmake project? > > ... lets add a similar question.. My project code is shared between several architectures. In Linux I compile u

Re: [Qt-creator] Qt Creator 2.6 reference card

2012-10-20 Thread Diego Iastrubni
On Sat, Oct 20, 2012 at 1:01 PM, Sergio Izquierdo wrote: > Please, how can I to be deleted from this mailing list? > > > ___ > Qt-creator mailing list > Qt-creator@qt-project.org > http://lists.qt-project.org/mailman/listinfo/qt-creator > > Look at the b

Re: [Interest] Future of Qt Opensource SDK?

2012-10-12 Thread Diego Iastrubni
On Fri, Oct 12, 2012 at 11:47 AM, Bo Thorsen 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 licenses. > > You

Re: [Qt-creator] Kits in QtCreator 2.6

2012-10-01 Thread Diego Iastrubni
On Mon, Oct 1, 2012 at 12:54 PM, Robert Löhning wrote: > > does updating in two steps work correctly: 2.4.1 -> 2.5.x -> 2.6.0? You > would have to start Creator 2.5.x just once. AFAIK, keeping the settings > while skipping a minor release is not supported. > > 2.4 -> 2.5 -> 2.6 works. 2.4 -> 2.6

Re: [Development] Perf about loading one 240x320 png image

2012-09-30 Thread Diego Iastrubni
On Sat, Sep 29, 2012 at 7:21 AM, wrote: > Hi, > > ** ** > > I am testing the image loading performance in Qt5, that the image with > different location (qt resource or file system) and using QImage or QPixmap. > > > ** ** > > Testing is based on a low end devices, and the result is shar

Re: [Qt-creator] Kits in QtCreator 2.6

2012-09-29 Thread Diego Iastrubni
On Thu, Sep 27, 2012 at 7:41 AM, Diego Iastrubni wrote: > On Thu, Sep 13, 2012 at 1:47 PM, wrote: > >> > Since I have both versions of QtCreator (2.5, 2.6 and master... 2 >> > versions...) I assume I can test this. I will re-test and report what >> > exactly

Re: [Qt-creator] Kits in QtCreator 2.6

2012-09-26 Thread Diego Iastrubni
On Thu, Sep 13, 2012 at 1:47 PM, wrote: > > Since I have both versions of QtCreator (2.5, 2.6 and master... 2 > > versions...) I assume I can test this. I will re-test and report what > > exactly went wrong. > > I would greatly appreciate this! Re-tested yesterday. No problems found now. I wond

Re: [Qt-creator] Kits in QtCreator 2.6

2012-09-12 Thread Diego Iastrubni
Hi Tobias (and Eike... see bllow), On Wed, Sep 12, 2012 at 12:32 PM, wrote: >> * From now on, you need to specify the full path for cmake on linux. WHY? > That is unrelated to Kits. Who cares, then ignore my email subject and we are on-topic again... ;) I will try reproduce and fix. > On lin

[Qt-creator] Kits in QtCreator 2.6

2012-09-11 Thread Diego Iastrubni
Hi List, I just updated my local build of QtCreator and found that the build process has been split into "kits". My random thoughts: * I understand the need for this, but IMHO... way too complicated. Or lack of defaults. * From now on, you need to specify the full path for cmake on linux. WHY? *

Re: [Qt-creator] Is MSVC on Windows supported?

2012-09-05 Thread Diego Iastrubni
On Wed, Sep 5, 2012 at 5:35 PM, wrote: > > > Who cares about C++ features? gcc 4.7 is a better compiler than MSVC2010, > > so unless Microsoft has gotten off their collective behinds with 2012 it's > > likely > > that gcc 4.7 is going to be a better compiler than that, too. The problem > > is wi

Re: [Interest] What did I do?

2012-09-04 Thread Diego Iastrubni
On Wed, Sep 5, 2012 at 1:37 AM, Bill Crocker wrote: > In my app, when I click in a section of the horizontal header a table view, > all items in the corresponding column are selected. > > Is this a default behavior? > Must I have done something to enable this behavior? > How do I turn off this beh

[Qt-creator] Build fails on 2.6 - solution

2012-09-03 Thread Diego Iastrubni
Hi all, I am compiling almost daily 2.5, 2.6 and master. Today 2.6 failed for me with this error: make[2]: *** No rule to make target `../../../share/qtcreator/templates/shared/symbianicon.svg', needed by `templates/shared/symbianicon.svg'. Stop. This was triggered by the little comeback of sym

Re: [Qt-creator] Minimizing compile-time conditionals in Qt Creator

2012-08-29 Thread Diego Iastrubni
On Tue, Aug 28, 2012 at 10:56 AM, Christian Kandeler < christian.kande...@nokia.com> wrote: > QStringList rc(QLatin1String(".svn")); > if (Utils::HostOsInfo::isWindowsHost()) > rc.push_back(QLatin1String("_svn")); > return rc; > Please tell us that this method is static an

Re: [YBA] Lenovo z580 BISO setup horror story

2012-08-27 Thread Diego Iastrubni
On יום ראשון, 19 באוגוסט 2012 22:37:24 Jonathan Ben Avraham wrote: > Dear Colleagues, > I recently purchased a Lenovo Z580 Ideapad from Macsanei Hashmal. > > I replaced the 750GB HD with a 240GB SSD and installed Squeeze. The > installation succeeded but I was unable to log out - had to hold power

Re: [Interest] Best Practices returning data from a dialog

2012-08-22 Thread Diego Iastrubni
On Thu, Aug 23, 2012 at 3:17 AM, Charley Bay wrote: > JM spaketh: > >> Hi all, >> >> What are the best practices to return from a common dialog window? >> At the moment I have already solved with a Slot connected to the closure >> of the dialog, >> that invokes methods to retreive data. But what

Re: [Qt-creator] Using QtCreator without GCC installed, which toolchain to configure?

2012-08-22 Thread Diego Iastrubni
Hi Tobias, I am trying to use QtCreator to *edit* code to be compiled using IAR Embedded Workbench® for ARM (*). Compilation integration is trivial by running a utility by this vendor (easy to setup in QtCreator). This is not a supported compiler by Qt, and I am not compiling a Qt application (duh

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

2012-08-22 Thread Diego Iastrubni
On Wed, Aug 22, 2012 at 10:55 AM, Sensei 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 immediately. >

  1   2   3   4   5   6   7   8   9   10   >