Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
61 user(s) are online (34 user(s) are browsing Forums)

Members: 0
Guests: 61

more...

Headlines

 
  Register To Post  

« 1 ... 31 32 33 (34) 35 36 37 ... 40 »
Re: Beta testing
Not too shy to talk
Not too shy to talk


See User information
There is a QT file on archive, I couldn't found a place for it?

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
It goes in Sys:Prefs. Its the prefs app. :)

Go to top
Re: Beta testing
Home away from home
Home away from home


See User information
@Alfkil

Quote:
- Screen title now bears the name of the app (can be changed with qApp->setApplicationName())


Guillaume just recompiled QtWeb trying to add that but it doesn't work it seems, any idea ?

P.S.
1 - Just tested the latest QuickFix8 and into the Qt dialogs still the double resizers (Qt resizer and Intution one are both showed on the dialogs windows)

Instead no problem in all other area, great

2 - You forget again the iconify gadget in QtPrefs!

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
For the application name,
With QF8 installed, I have tested too to recompile CutePiano, no application name in the system tray bar.
In my code I use

"QCoreApplication::setApplicationName("CutePiano");"


Go to top
Re: Beta testing
Quite a regular
Quite a regular


See User information
Yep, I spent a moment with "find exactname name qt" (ie. formulating the right command) before I remembered that there was a file outside the main qt directory.

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
I forgot to repack my files before uploading, doh! As a result, the appname stuff is not included... Quickfix9 comming up...

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
Hi alfkil.

Any news of this QuickFix9 ? Just waiting for it to test ApplicationName ;)

Go to top
Re: Beta testing
Home away from home
Home away from home


See User information
@zzd10h

Did you noted that since the removal of the Qt resizer statusbars disapper too ?

I see that recently and the side effect of that is visible in QtWeb (but also in other apps) that use such statusbars to store important title links and various other infos

Removing the internal resizer was a correct idea, but now we lost also the statusbars and we need them !

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
Yes, you are right, it made me that too ONLY if when I used CleanLooks style.

Try to check and/or to change of Style in Prefs:Qt, maybe...

For me, for sure, with CleanLooks, the menu bar "File / Edit, ..." is always ghosted.

No problem with Plastique, Motif or Windows

But I thought that it was my system.

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
Could someone please repost a suggestion, of how to automatically remove all svn files from an install archive? I want to optimize the next release. Thanks!

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
Something like that ?

List *.svn ALL LFORMAT="delete %s" | execute in:

edit : missed ALL

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
@alfkil

do a "export" and not a "checkout" ?

Philippe 'Elwood' FERRUCCI
Sam460ex 1.10 Ghz
http://elwoodb.free.fr
Go to top
Re: Beta testing
Amigans Defender
Amigans Defender


See User information
@alfkil

If it is LhA'd, you can do this:

lha d qt.lha .svn
lha d qt.lha #?/.svn
lha d qt.lha #?/#?/.svn
lha d qt.lha #?/#?/#?/.svn

etc

Go to top
Re: Beta testing
Home away from home
Home away from home


See User information
@Guillaume

I tried both method in QtPrefs and actually i got that results:

With Qt resizer OFF
http://s7.postimg.org/z5xz7p1aj/resizer_OFF.png

And here with Qt resizer ON
http://s11.postimg.org/6328ig79v/resizer_ON.png

As you can see with the resizer set to ON the classic Intuition resizer is disabled, however in this case we should have atleast the internal Qt resizer, but actually we have nothing so the window is not resizable, so to sum:

1- Qt resizer ON = We should have only the Qt resizer active (and no Intution resizer showed)

2- Qt resizer OFF = We should have only the the Intution resizer active (no Qt resizer showed)



Edited by samo79 on 2013/9/10 23:09:49
Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information

No problem here with QtResizer ON.

http://zzd10h.amiga-ng.org/Qt/QtResizer_ON.jpg

But I certainly have a problem on my system

1) problem with CleanLook Style

2) Unable to minimize all Qt programs with minimize gadget since few QuickFixes.

Go to top
Re: Beta testing
Home away from home
Home away from home


See User information
@alfkil
Quote:

Could someone please repost a suggestion, of how to automatically remove all svn files from an install archive?


I use that one on unixes:
Quote:

find ./ -name ".svn" -exec rm -rf {} \;


Delete all the .svn files/directories everywhere started from root dir where you execute it.

Quote:

I want to optimize the next release.


Maybe if you at it, then just 2 archives: QT-user.lha, QT-SDK.lha ? So user one _only_ libs/demos (no sources, no .svn files), and QT-SDK.lha only sources of demos/examples (no qt itself sources, no libs binaries, no .svn, nothing, just pure sources and necessary includes for SDK). In that way everything will looks lite, ppls who want only user files will got them in small archive (100mb i assume in end?), and those who want develop, will got SDK on top of that.

And even maybe QT-user can be of 2 versions too. QT-user.lha and QT-user_debug.lha. So, in plain QT-user.lha you can remove all debug info, do "strip" on all the files, etc -> everything will be smaller, sobjes will loads faster.

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
Quote:

Could someone please repost a suggestion, of how to automatically remove all svn files from an install archive? I want to optimize the next release. Thanks!


When cross-compiling (Linux, Cygwin) I use:
http://www.a500.org/downloads/development/stripsvn_7z.readme

When compiling on AmigaOS I use:
http://os4depot.net/index.php?functio ... ment/utility/stripsvn.lha

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
What is wrong with just doing a "svn export"?

Philippe 'Elwood' FERRUCCI
Sam460ex 1.10 Ghz
http://elwoodb.free.fr
Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
@samo79

There doesn't seem to be a general issue with the resizers. It could be, that qtweb just needs to be rebuilt. Wait doing that until the next release.

@zzd10h

Do you mean iconify? Then that is because Qt can't find an icon. Works here, so that is strange.

Go to top
Re: Beta testing
Home away from home
Home away from home


See User information
@Guillaume

Quote:
1) problem with CleanLook Style


Yep, just tested and i have a similar problem here, but only when i set CleanLook directly from QtWeb, in this case the program menus will disappear completely, see grab:

http://s24.postimg.org/nulklogol/cleanlook.png

Conversely if i set CleanLook from QtPrefs (only) i have no problem !
Maybe recently Alfkil did some changes on the menu gesture so a recompile of QtWeb is needed too ?

Quote:
2) Unable to minimize all Qt programs with minimize gadget since few QuickFixes.


Mmm no minimize problem on my system

@Alfkil

Quote:
There doesn't seem to be a general issue with the resizers. It could be, that qtweb just needs to be rebuilt. Wait doing that until the next release.


Ok will test it later

Go to top

  Register To Post
« 1 ... 31 32 33 (34) 35 36 37 ... 40 »

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project