Dnia środa, 7 maja 2014 19:31:58 Jan Kundrát pisze:
> Hi,
> my C++ code makes heavy use of quite simple enums which are defined in some
> namespace, outside of any class (and therefore also outside of any class
> which derives from QObject). It's done like this:
>
> namespace Imap {
> typede
Hi,
my C++ code makes heavy use of quite simple enums which are defined in some
namespace, outside of any class (and therefore also outside of any class
which derives from QObject). It's done like this:
namespace Imap {
typedef enum { FLAG_ADD, FLAG_REMOVE } FlagsOperation;
}
I also hav
On 7 May 2014 13:12, Francisco Ares wrote:
>
> And you can always download the source code, issue a "config" command - with
> proper arguments - and then a "make" to build the whole thing from ground
> up. Then you can copy the whole directory tree to other machines, do a "make
> install" and upda
I've now rebuild Qt and QtWebkit with debug symbols and was able to
catch the error. The bugreport can be found here:
https://bugreports.qt-project.org/browse/QTBUG-38841
Cheers,
Conny
On Wed, 2014-05-07 at 12:45 +0200, Cornelius Hald wrote:
> Hi guys!
>
> The crash still happens with the late
Just tar up the resulting directory.
Ian
On Wed, May 7, 2014 at 1:41 AM, Kurt Pattyn wrote:
> Hi,
>
> does anybody know how I can do an unattended install of Qt 5.x on Linux?
> Current Qt provides a .run file that spawns a GUI to install the SDK and the
> development tools.
> However I would li
If you use Gentoo: https://wiki.gentoo.org/wiki/Qt/Qt5
And you can always download the source code, issue a "config" command -
with proper arguments - and then a "make" to build the whole thing from
ground up. Then you can copy the whole directory tree to other machines, do
a "make install" and up
Hi guys!
The crash still happens with the latest RC-snapshot. Only now the
addresses have changed. Can I find the debug symbols for those builds
somewhere?
This backtrace was done using:
http://qt-mirror.dannhauer.de/snapshots/qt/5.3/5.3.0-RC/2014-05-07_85/qt-opensource-linux-x64-5.3.0-RC_2014-0
Hi guys,
I don't have a lot of information yet, but maybe someone here can help
me figure out where that Crash is happening, so I can properly report
it.
I'm using 5.3.0 Beta. The crash seems to happen only (or more often) in
release builds. It happens on Linux and Windows.
So far I have only th
On 6 May 2014, at 6:36 PM, Thiago Macieira wrote:
> Em ter 06 maio 2014, às 17:40:56, oxygen77.ct escreveu:
>> Ok that I can understand but it's still strange that it can't be overridden.
>
> It's not supported on iOS because the QPA plugin has no support for it. Maybe
>
> because the system
On 07.05.2014 10:41, Kurt Pattyn wrote:
> Hi,
>
> does anybody know how I can do an unattended install of Qt 5.x on Linux?
> Current Qt provides a .run file that spawns a GUI to install the SDK and the
> development tools.
> However I would like to install the SDK unattended.
>
> Best regards,
>
>
Hi,
does anybody know how I can do an unattended install of Qt 5.x on Linux?
Current Qt provides a .run file that spawns a GUI to install the SDK and the
development tools.
However I would like to install the SDK unattended.
Best regards,
Kurt
___
Int
Hi Rutledge,
openbox is cool and I am maintaining (migrated to Qt5.2.x) EggWM a very
simple WM such as tinywm https://github.com/xiangzhai/eggwm
I only experienced the hacked (changed window frame with cairo) weston
https://github.com/xiangzhai/weston and mutter-wayland GNOME`s WM
supports way
Hi,
I am using Qt Quick Test to test QML component. I found that the
QQuickView associated with the test component is not visible . No window
widget is launched in Linux and Mac. So I would like to try the grabImage
function to save as a screenshot for verification. However, it will make
the appl
On 7 May 2014, at 8:52 AM, Leslie Zhai wrote:
> Hi Rutledge,
>
> Thanks for your reply :)
>
> It is might be the WINDOW MANAGER issue, for example, KWin (the KDE`s) is not
> able to handle QML frameless Window correctly, when you drag the window title
> over the borders (for example, over the
14 matches
Mail list logo