Re: [Qt-creator] Disabling File Changed dialog

2009-07-03 Thread Ilyes Gouta
Hi,

I've been experiencing this annoying behavior too in my Qt Creator
project where I have couple lex and bison files generated, where I get
that dialog at every build cycle!

Best approach: Give the choice to the end-user. We could for example,
add a tick box for such a dialog (per file?) to let the user ignore or
accept such a warning. Another global setting would restore all the
warnings for the entire project.

Regards,
Ilyes Gouta.

P.S: Qt Creator rocks! we've been dreaming about such an IDE for a
long time! Keep up the good work!

On Fri, Jul 3, 2009 at 4:31 PM, Coda Highland wrote:
> I completely agree with the current behavior as defaults, although I
> would agree to options to set the behavior.
>
> The reason you might not want to reload the file from disk is because
> reloading kills your undo history. Also, the update may have been
> unexpected and you want to inspect the changes before loading them, or
> worse you may have had unsaved changes in the editor.
>
> /s/ Adam
>
> On Thu, Jul 2, 2009 at 11:46 AM, Jonathan Arnold wrote:
>> Is there any way to turn off the File Changed dialog in Qt Creator? I have 
>> been
>> playing with having emacs as my external editor, but getting a dialog every 
>> time
>> I switch back to Qt Creator asking if I want to reload the file because it 
>> has
>> changed on the disk makes the feature much less useful. In fact, I really 
>> can't
>> come up with a compelling reason as to why reloading silently wouldn't be the
>> default option. How many times does a developer *not* want to reload the 
>> editor
>> with the file that is on the disk? This is esp. true when you use a source 
>> code
>> control system and sync with the latest.
>>
>> --
>> Jonathan Arnold        Webstream: http://hieronymus.soup.io
>>
>> Here’s a bumper sticker I’d like to see: “We are the proud parents
>> of a child who’s self-esteem is sufficient that he doesn’t need us
>> promoting his minor scholastic achievements on the back of our car."
>>  -- George Carlin
>> ___
>> Qt-creator mailing list
>> Qt-creator@trolltech.com
>> http://lists.trolltech.com/mailman/listinfo/qt-creator
>>
>
> ___
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


[Qt-creator] Error/Warning underlining issue

2009-07-03 Thread Frank Neuhaus
Hi,

I have this code:

template
class X
{
void doSomething(X v)
{
std::cout << "hello world" << std::endl;
}
};

Qt Creator incorrectly underlines the line "void doSomething(X
v)" saying "'N' is not a type name". It compiles fine though.
I am using the latest version from git.

Thanks
   Frank
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Qt Creator 1.2.0 Cmake build patch

2009-07-03 Thread Itamar Reis Peixoto
you're trying to commit this patch since long time.

why it's not accepted ?


On Fri, Jul 3, 2009 at 4:50 PM, Helio Chissini de Castro wrote:
> Hi everyone
> For who is interested in build Qt-Creator with cmake and use standard plugin /
> library paths, including lib / lib64 proper placement.
> Is what we use in Mandriva
>
> []'s
>
> --
> Helio Chissini de Castro
> KDE Developer
> Brasil/South America Primary Contact
>
> ___
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
>



-- 


Itamar Reis Peixoto

e-mail/msn: ita...@ispbrasil.com.br
sip: ita...@ispbrasil.com.br
skype: itamarjp
icq: 81053601
+55 11 4063 5033
+55 34 3221 8599
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Disabling File Changed dialog

2009-07-03 Thread Coda Highland
I completely agree with the current behavior as defaults, although I
would agree to options to set the behavior.

The reason you might not want to reload the file from disk is because
reloading kills your undo history. Also, the update may have been
unexpected and you want to inspect the changes before loading them, or
worse you may have had unsaved changes in the editor.

/s/ Adam

On Thu, Jul 2, 2009 at 11:46 AM, Jonathan Arnold wrote:
> Is there any way to turn off the File Changed dialog in Qt Creator? I have 
> been
> playing with having emacs as my external editor, but getting a dialog every 
> time
> I switch back to Qt Creator asking if I want to reload the file because it has
> changed on the disk makes the feature much less useful. In fact, I really 
> can't
> come up with a compelling reason as to why reloading silently wouldn't be the
> default option. How many times does a developer *not* want to reload the 
> editor
> with the file that is on the disk? This is esp. true when you use a source 
> code
> control system and sync with the latest.
>
> --
> Jonathan Arnold        Webstream: http://hieronymus.soup.io
>
> Here’s a bumper sticker I’d like to see: “We are the proud parents
> of a child who’s self-esteem is sufficient that he doesn’t need us
> promoting his minor scholastic achievements on the back of our car."
>  -- George Carlin
> ___
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] latest git build laggy?

2009-07-03 Thread Boy Lenssen
Some more info: I found when I click somewhere, it hangs for about a
second...

 



From: Boy Lenssen [mailto:boy.lens...@esaote.nl] 
Sent: vrijdag 3 juli 2009 13:59
To: qt-creator@trolltech.com
Subject: [Qt-creator] latest git build laggy?

 

Hi,

 

Just to make sure: is the latest build with other users also laggy?
Often, when I type it hangs for a few seconds. 

I don't seem to have this problem with the released version.

 

I'm using XP SP3

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


[Qt-creator] latest git build laggy?

2009-07-03 Thread Boy Lenssen
Hi,

 

Just to make sure: is the latest build with other users also laggy?
Often, when I type it hangs for a few seconds. 

I don't seem to have this problem with the released version.

 

I'm using XP SP3

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


[Qt-creator] still can't see Qt types VS exe; debugger seems to crash?

2009-07-03 Thread Boy Lenssen
Hi,

 

I still have problems debugging VS executables. I can't see any
information of Qt datatypes (like the value of a QString).

 

Also: every step when stepping through the code takes about 30 seconds.
I find this issue using the release version as in the last git
repository version (just compiled it half hour ago).

 

I've added debugger debug info from the debugger tab (lol, lots of
debugging :-) ). 

 

It says something in it about crashing: Disabling dumpers due to
debuggee crash...

sStarting debugger for tool chain 'MS VC'...
sStarting Debugger
sDebugger running
 *** wait with pending attach
 
 Symbol search path is:
 
 *** Invalid ***
 
e
e* Symbol loading may be unreliable without a symbol search path.   *
e* Use .symfix to have the debugger choose a symbol path.   *
e* After setting your symbol path, use .reload to refresh symbol locations. *
e
e
 Executable search path is: D:\Home\Projects\
 
 ModLoad: 0040 029f5000   d:\Home\Projects\
 
sRunning...
 ModLoad: 7c90 7c9b2000   C:\WINDOWS\system32\ntdll.dll
 
eMissing image name, possible paged-out or corrupt data.
e
eMissing image name, possible paged-out or corrupt data.
e
eMissing image name, possible paged-out or corrupt data.
e
 ModLoad: 7c80 7c8f6000   C:\WINDOWS\system32\kernel32.dll
 
 ModLoad: 7e41 7e4a1000   C:\WINDOWS\system32\USER32.dll
 
 ModLoad: 77f1 77f59000   C:\WINDOWS\system32\GDI32.dll
 
 ModLoad: 7300 73026000   C:\WINDOWS\system32\WINSPOOL.DRV
 
 ModLoad: 77dd 77e6b000   C:\WINDOWS\system32\ADVAPI32.dll
 
 ModLoad: 77e7 77f02000   C:\WINDOWS\system32\RPCRT4.dll
 
 ModLoad: 77fe 77ff1000   C:\WINDOWS\system32\Secur32.dll
 
 ModLoad: 77c1 77c68000   C:\WINDOWS\system32\msvcrt.dll
 
e*** WARNING: Unable to verify checksum for
e
ed:\Home\Projects\
e
e
e
 ModLoad: 1000 10015000   d:\Home\Projects\
 
 ModLoad: 74ad 74ad8000   C:\WINDOWS\system32\POWRPROF.dll
 
 ModLoad: 7792 77a13000   C:\WINDOWS\system32\SETUPAPI.dll
 
 ModLoad: 0034 0039d000   d:\Home\Projects\
 
 ModLoad: 5ed0 5edcc000   C:\WINDOWS\system32\OPENGL32.dll
 
 ModLoad: 68b2 68b4   C:\WINDOWS\system32\GLU32.dll
 
 ModLoad: 7376 737ab000   C:\WINDOWS\system32\DDRAW.dll
 
 ModLoad: 73bc 73bc6000   C:\WINDOWS\system32\DCIMAN32.dll
 
 ModLoad: 77c0 77c08000   C:\WINDOWS\system32\VERSION.dll
 
 ModLoad: 58f2 58f8   C:\WINDOWS\system32\irprops.cpl
 
 ModLoad: 72a9 72ad8000   C:\WINDOWS\system32\DEVMGR.DLL
 
 ModLoad: 71b2 71b32000   C:\WINDOWS\system32\MPR.dll
 
 ModLoad: 774e 7761d000   C:\WINDOWS\system32\ole32.dll
 
 ModLoad: 7c9c 7d1d7000   C:\WINDOWS\system32\SHELL32.dll
 
 ModLoad: 77f6 77fd6000   C:\WINDOWS\system32\SHLWAPI.dll
 
 ModLoad: 76d3 76d34000   C:\WINDOWS\system32\WMI.dll
 
 ModLoad: 71ad 71ad9000   C:\WINDOWS\system32\WSOCK32.dll
 
 ModLoad: 71ab 71ac7000   C:\WINDOWS\system32\WS2_32.dll
 
 ModLoad: 71aa 71aa8000   C:\WINDOWS\system32\WS2HELP.dll
 
 ModLoad: 46ff 47004000   C:\WINDOWS\system32\Wlanapi.dll
 
 ModLoad: 7712 771ab000   C:\WINDOWS\system32\OLEAUT32.dll
 
 ModLoad: 7303 7304   C:\WINDOWS\system32\WZCSAPI.DLL
 
 ModLoad: 76e8 76e8e000   C:\WINDOWS\system32\rtutils.dll
 
e*** WARNING: Unable to verify checksum for
e
ed:\Home\Projects\
e
e
e
 ModLoad: 003b 003bf000   d:\Home\Projects\
 
 ModLoad: 76b4 76b6d000   C:\WINDOWS\system32\WINMM.dll
 
 ModLoad: 003c 003d1000   d:\Home\Projects\
 
 ModLoad: 02a0 03ac6000   C:\Qt\4.5.1\bin\QtWebKitd4.dll
 
sLoading the custom dumper library 
'C:\Qt\4.5.1\qtc-debugging-helper\debug\gdbmacros.dll' (injection) ...
 ModLoad: 03ad 03b43000   C:\Qt\4.5.1\bin\phonond4.dll
 
 ModLoad: 6500 65c29000   C:\Qt\4.5.1\bin\QtGuid4.dll
 
 ModLoad: 763b 763f9000   C:\WINDOWS\system32\comdlg32.dll
 
 ModLoad: 5d09 5d12a000   C:\WINDOWS\system32\COMCTL32.dll
 
 ModLoad: 7639 763ad000   C:\WINDOWS\system32\IMM32.dll
 
 ModLoad: 6700 6733f000   C:\Qt\4.5.1\bin\QtCored4.dll
 
 ModLoad: 1048 1057e000   
C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_5490cd9f\MSVCP80D.dll
 
 ModLoad: 1020 10321000   
C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_5490cd9f\MSVCR80D.dll
 
 ModLoad: 6400 6415d000   C:\Qt\4.5.1\bin\QtNetworkd4.dll
 
 ModLoad: 6000 60392000   C:\Qt\4.5.1\bin\Qt3Supportd4.dll
 
 ModLoad: 6200 62051000   C:\Qt\4.5.1\bin\QtSqld4.dll
 
 ModLoad: 6100 61091000   C:\Qt\4.5.1\bin\QtXmld4.dll
 
 ModLoad: 773d 774d3000   
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\comctl32.dll
 
 ModLoad: 0417 04435000   C:\WINDOWS\system32\XPSP2RES.DLL
 
 ModLoad: 688f 688f9000   C:\WINDOWS\system32\HID.DLL
 
 ModLoad: 76c