- 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!
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.
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 !
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!
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)
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.
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!
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:
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.