On 15 November 2014 03:58, André Pönitz wrote:
>
> On Fri, Nov 14, 2014 at 10:06:32AM +0100, Yann Levreau wrote:
> > Hi everybody!
> >
> > I am starting a new project and I am looking for some advice about what
> > kind of Qt/QML controls I should use. The purpose is to develop an rich
> > text e
On Friday 14 November 2014 13:49:25 Hanspeter Niederstrasser wrote:
> > I don't understand your answer.
> >
> > You're saying that nothing has linked to the Qt plugins. Well, of course.
> > By
> > definition, a plugin is something you don't link to.
>
> Right. I guess I was just restating the obv
On Fri, Nov 14, 2014 at 10:06:32AM +0100, Yann Levreau wrote:
> Hi everybody!
>
> I am starting a new project and I am looking for some advice about what
> kind of Qt/QML controls I should use. The purpose is to develop an rich
> text editor using QML. Basically I am going to develop IDE features
On Fri, November 14, 2014 1:01 pm, Thiago Macieira wrote:
> On Friday 14 November 2014 12:43:40 Hanspeter Niederstrasser wrote:
>> On Fri, November 14, 2014 9:58 am, Thiago Macieira wrote:
>> > 2) User applications have plugins of their own
>>
>> I don't think this would impact an end user app wit
On 2014-07-27 02:00, liuyanghejerry wrote:
> I'm pretty new to QtMultimedia, and I searched around found no way to
> encode videos from QImage or QPixmap.
>
> There is indeed one QMediaRecorder, however it is only possible to
> record videos from QCamera, which is actually inherits QMediaObject, a
On Friday 14 November 2014 12:43:40 Hanspeter Niederstrasser wrote:
> On Fri, November 14, 2014 9:58 am, Thiago Macieira wrote:
> > 2) User applications have plugins of their own
>
> I don't think this would impact an end user app with its own plugins that
> also uses Qt5 plugins. The application
On Fri, November 14, 2014 9:58 am, Thiago Macieira wrote:
> 2) User applications have plugins of their own
I don't think this would impact an end user app with its own plugins that
also uses Qt5 plugins. The application would have been compiled with the
paths for dlopen to search for its own plug
On Friday 14 November 2014 07:58:43 Jake Petroules wrote:
> Yeah, Qt plugins should absolutely be packaged as bundles (loadable
> modules). I’ve mentioned this before; I think this is a good next aim for
> 5.5. Shouldn’t be much more work than changing the extension from .dylib to
> .bundle and add
> On Nov 14, 2014, at 7:44 AM, Morten Johan Sørvig
> wrote:
>
>>
>> On 14 Nov 2014, at 02:58, Hanspeter Niederstrasser
>> wrote:
>>
>> On OS X, Qt is building plugins as dynamic libraries, instead of
>> bundles, which is the more appropriate format for the platform. This was
>> filed as Q
> On 14 Nov 2014, at 02:58, Hanspeter Niederstrasser
> wrote:
>
> On OS X, Qt is building plugins as dynamic libraries, instead of
> bundles, which is the more appropriate format for the platform. This was
> filed as QTBUG 2227 six years ago, but it was marked as closed without
> any work do
Hi guys,
I made changes in Qt sources (nothing fancy) to cross compile 5.4 branch is
the following env :
Host
linux_x86_64
Target
arch : arm64 (arm64-v8a)
toolchain : aarch64-linux-android-4.9
platform : android-21
I managed to make and install qt.
Compiling against this qt build works (using q
Hi,
For reference, you can see some some previous discussion around this feature at
https://codereview.qt-project.org/75222. You might also be interested in
https://codereview.qt-project.org/90884.
Regards,
Michael
> Date: Fri, 14 Nov 2014 13:00:06 +0100
> Fro
Hi
Mac OS X 10.10 (Yosemite) has been added to the CI as a default configuration
now. Autotests have been enabled.
As usual, forcesuccess and tests.insignificant are set so that it doesn't block
anything yet, even if (read: as) it fails.
You should begin to see the new results in QtMetrics
(htt
Am 13.11.2014 um 15:19 schrieb Rutledge Shawn:
That sounds like snapping behavior; maybe a GridView or a couple of PathViews
would work? because they have snapMode.
A Grid view does not work since it is not guaranteed that all horizontal
lists will have the same amount of items. Also I want t
Another +1 from me.
Sorry for the top post.
-- Louai
> -Original Message-
> From: development-bounces+louai.al-khanji=theqtcompany.com@qt-
> project.org [mailto:development-bounces+louai.al-
> khanji=theqtcompany@qt-project.org] On Behalf Of Milian Wolff
> Sent: Friday, November 14,
On Friday 14 November 2014 10:24:19 Sean Harmer wrote:
> Hi,
>
> I would like to nominate Paul Lemire as an approver of the Qt Project.
>
> Paul has been the main development fire power for the Qt3D rewrite. Paul has
> an excellent understanding of the new Qt3D architecture.
>
> His contribution
> -Original Message-
> From: development-bounces+andrew.knight=theqtcompany.com@qt-
> project.org [mailto:development-
> bounces+andrew.knight=theqtcompany@qt-project.org] On Behalf Of
> Sean Harmer
> Sent: 14 November 2014 12:24
> To: 'development@qt-project.org'; paul.lem...@kdab.com
Hi,
I would like to nominate Paul Lemire as an approver of the Qt Project.
Paul has been the main development fire power for the Qt3D rewrite. Paul has
an excellent understanding of the new Qt3D architecture.
His contributions and reviews are at:
https://codereview.qt-project.org/#/q/owner:pau
On OS X, Qt is building plugins as dynamic libraries, instead of
bundles, which is the more appropriate format for the platform. This was
filed as QTBUG 2227 six years ago, but it was marked as closed without
any work done on it, even though there was a patch listed. For the Fink
package manag
Pöease do not remove snapshot before new one replacing it is published. As
example in this case there was no new mac-android-ios any more available.
Same thing happened with previous version, last mac release was 27.11.2014 and
that was removed a long befere any new mac version was released.
Ka
Hi,
I've been working on that last week for an Evernote client for Ubuntu
Phone. Seems to work reasonably well.
Here's the diff of just the edit mode:
https://code.launchpad.net/~mzanetti/reminders-app/new-edit-mode/+merge/241226
Here's the complete app code:
http://bazaar.launchpad.net/~remi
Hi everybody!
I am starting a new project and I am looking for some advice about what
kind of Qt/QML controls I should use.
The purpose is to develop an rich text editor using QML. Basically I am
going to develop IDE features.
Until now I have tried the TextArea QML Control. Using this control I g
22 matches
Mail list logo