Re: [Development] Nominating Moss Heim for approver rights

2025-04-04 Thread Michael Bruning via Development
+1 from me (disclaimer: we work in the same team 🙂) Best, Michael From: Development on behalf of Allan Sandfeld Jensen Sent: Friday, April 4, 2025 2:41 PM To: Qt development mailing list Subject: [Development] Nominating Moss Heim for approver rights Hello

Re: [Development] Nominating Anu Aliyas for approver rights

2024-06-27 Thread Michael Bruning via Development
Hi all, for sure a +1 from me (disclaimer: Anu and I are working in the same team). Best, Michael From: Development on behalf of Allan Sandfeld Jensen Sent: Thursday, June 27, 2024 1:01 PM To: Qt development mailing list Subject: [Development] Nominating Anu

Re: [Development] Volunteer wanted: update use of CUPS API

2020-05-04 Thread Michael Weghorn
develop/use so-called "Printer Applications" to allow using such functionality to work with new new API without having to be done in CUPS itself, but that needs more work elsewhere and does not "just work out of the box", so it would IMHO still be a bit over-ha

[Development] Nominating Kirill Burtsev as Approver

2019-08-29 Thread Michael Bruning
review.qt-project.org/q/reviewer:kirill.burtsev%40qt.io> Disclaimer: we are working in the same company and the same team. -- Best regards, Michael ___ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] Proposing CMake as build tool for Qt 6

2019-06-06 Thread Michael Winkelmann
potentially >     other files) remain. > > > We are looking forward to a productive discussion and feedback. > > > Simon > > ___ > Development mailing list > Development@qt-project.org > https://lists.qt-project.org

Re: [Development] Switching from create_changelog.pl to createchangelog for change log generation

2019-04-02 Thread Michael Winkelmann
As we all know, Perl is a write-only language... SCNR On 02.04.19 13:46, Cristián Maureira-Fredes wrote: > > PS: Maybe some kind soul that speaks "Perl" can improve the current > script? -- --- Michael Winkelmann Qt Advisor The Qt Company GmbH Rudower Chausse

Re: [Development] Nominating Jüri Valdmann for Approver status

2018-05-02 Thread Michael Bruning
+1 absolutely. Best, Michael > On 27. Apr 2018, at 10:58, Michal Klocek wrote: > > Hi > > I would like to nominate Jüri Valdmann for Approver. > > He joined The Qt Company more than one year ago and he's been doing most > of his excellent work for QtWe

Re: [Development] Fornux C++ Superset

2018-04-30 Thread Michael Corcoran
On 05/01/2018 11:18 AM, Phil Bouchard wrote: > I just tried to support nested structures and given nested structures > and template specializations aren't commutative then it's not possible > to support them if you want to respect the access scope at the same > time. If you give up the nested decla

Re: [Development] RFC: Containers member functions for algorithm

2017-03-23 Thread Michael Winkelmann
-remove: > auto it = std::find(myContainer.begin(), myContainer.end(), > [&](const auto &elem) { return elem.foo == bar; }); > if (it != myContainer.end()) { > myResult = *it; > myContainer.erase(it); // not possible if 'it'

Re: [Development] QList

2017-03-22 Thread Michael Winkelmann
e > -- possibly even interchangeable, so that code that began using QVector in > Qt 5 will be able to "return" QList. -- --- Michael Winkelmann Qt Advisor The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin michael.winkelm...@qt.io +4915122973404 http://qt.io Geschäftsf

Re: [Development] Fwd: Google Summer of Code 2017 - Common Print Dialog project

2017-02-03 Thread Michael Weghorn
[below: Till's reply and request to forward our discussion to this mailing list] Forwarded Message Subject: Re: Google Summer of Code 2017 - Common Print Dialog project Date: Thu, 2 Feb 2017 21:56:47 -0200 From: Till Kamppeter To: Michael Weghorn CC: Aveek Basu , John

Re: [Development] Fwd: Google Summer of Code 2017 - Common Print Dialog project

2017-02-03 Thread Michael Weghorn
[below: my answer to Till's initial email regarding the Common Print Dialog] Forwarded Message Subject: Re: Google Summer of Code 2017 - Common Print Dialog project Date: Thu, 2 Feb 2017 00:04:03 +0100 From: Michael Weghorn To: Till Kamppeter CC: [...] Hi Till, than

[Development] Fwd: Google Summer of Code 2017 - Common Print Dialog project

2017-02-03 Thread Michael Weghorn
. Please keep Till as "CC" as he is possibly not subscribed to this mailing list. Regards, Michael Forwarded Message Subject: Google Summer of Code 2017 - Common Print Dialog project Date: Wed, 1 Feb 2017 09:53:08 -0200 From: Till Kamppeter To: Michael Weghorn CC:

Re: [Development] Printer-specific options in Qt5's print dialog (Linux, CUPS)

2017-02-01 Thread Michael Weghorn
On 2017-01-31 14:32, Christoph Feck wrote: On 31.01.2017 09:55, Michael Weghorn wrote: [...] The links about the plans for the Qt print system that John provided in his email [1] give some kind of overview, but are currently not enough for me to deduce the concrete next steps that need to be

Re: [Development] [Interest] Printer-specific options in Qt5's print dialog (Linux, CUPS)

2017-01-31 Thread Michael Weghorn
r a while [2]. So far, I could not really find out how to handle all printer-specific options using the recommended Job Ticket APIs instead, but I asked on CUPS' mailing list today and will try to use the "right" solution in that place from the beginning. Michael [1] http://list

Re: [Development] Using semicolons in JS (QML)

2016-09-30 Thread Michael Zanetti
soSomeMoreStuff(); } onReleased: doSomethingElse(); } Br, Michael On 30.09.2016 14:19, Kai Koehne wrote: > Hi, > > > > It’s Friday, so time for some bikeshedding ;) > > > > > > As you might know, the semicolon as a statement separator in JavaScript > is option

Re: [Development] QDataStream: blackbox or document all versions?

2016-09-26 Thread Michael Winkelmann
I think what Qt is lacking is a good serialization module like cereal or boost serialization. With this pattern, QDataStream would be just another archive format, like JSON or XML. Cereal has portable and unportable binary for endianness. The developer should be able specify how the data is serial

[Development] Request for a new project to handle sf2 (soundfont) libraries

2016-08-01 Thread Michael Jordan
t directory architecture. Please advise me as to the proper way to allow me to present the code for review and advisement. Thank you, Michael Jordan___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Revisiting high-DPI configuration options

2016-07-20 Thread Michael Zanetti
On 20.07.2016 11:12, Edward Welbourne wrote: > Prav said: >> Another problem will be with icons. They will scale bad. We are used >> to make icons with versions like _x2, _x3 ... and what we going to do >> if scale factor will be fractional? ... have icons versions like _1.1 >> _1.2 _1.3? Probab

Re: [Development] Revisiting high-DPI configuration options

2016-06-22 Thread Michael Zanetti
On 22.06.2016 14:46, Morten Sorvig wrote: > >> On 22 Jun 2016, at 10:30, Michael Zanetti >> wrote: >> >> >> >> On 20.06.2016 15:00, Morten Sorvig wrote: >>> >>> Another reason to not spend time on it would be that integer is, or is go

Re: [Development] Revisiting high-DPI configuration options

2016-06-22 Thread Michael Zanetti
On 20.06.2016 15:00, Morten Sorvig wrote: > >> On 17 Jun 2016, at 14:54, Frank Hemer wrote: >> >> Can you give a hint on what causes these glitches and how to avoid them? >> I'm not talking about general usage of fractional methods for painting here. >> >> For example when drawing to a pixmap

Re: [Development] Nominating Frank Meerkoetter for Approver status

2016-05-23 Thread Michael Brüning
from me as well. -- Cheers, Michael Simon ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development -- Michael Brüning Senior Software Engineer The Qt Company GmbH Rudower Chaussee 13 D

[Development] Nominating Alexandru Croitor for Approver status

2016-05-11 Thread Michael Brüning
:"Alexandru Croitor "status:merged,n,z And a list of his reviews: https://codereview.qt-project.org/#/q/reviewer:"Alexandru Croitor ",n,z Cheers, Michael ___ Development mailing list Development@qt-project.org http://lists.qt-project.

Re: [Development] Q_COMPILER_RANGE_FOR not supported by/defined for VS2012 and VS2013 ?

2016-02-29 Thread Michael Möllney
Am 29.02.2016 um 22:47 schrieb Marc Mutz: On Monday 29 February 2016 18:33:39 Michael Möllney wrote: What confused me was that Q_COMPILER_RANGE_FOR is first defined for VS2015, the older ones are not setting this define. Try for (int i : container) QCOMPARE(i, i); on VS < 2

Re: [Development] Q_COMPILER_RANGE_FOR not supported by/defined for VS2012 and VS2013 ?

2016-02-29 Thread Michael Möllney
Am 29.02.2016 um 19:15 schrieb Thiago Macieira: On segunda-feira, 29 de fevereiro de 2016 18:33:39 PST Michael Möllney wrote: At least this is what can be found on: http://en.cppreference.com/w/cpp/compiler_support https://msdn.microsoft.com/en-us/library/hh567368.aspx So is it an error in

[Development] Q_COMPILER_RANGE_FOR not supported by/defined for VS2012 and VS2013 ?

2016-02-29 Thread Michael Möllney
know something about VS2012 and VS2013 that can not be found on the two sites I mentioned, so range for should not be used for these...? Cheers, Michael ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Scalable UIs in QtQuick (take 2)

2016-02-24 Thread Michael Brasser
round. Regards, Michael From: Development on behalf of Hausmann Simon Sent: Thursday, February 18, 2016 4:50 AM To: development@qt-project.org Subject: [Development] Scalable UIs in QtQuick (take 2) Hi, A little while ago Lars and I proposed to intr

[Development] Qt 5.6 LTS - who defines criteria what gets "bug fixed"

2016-02-24 Thread Michael Möllney
becomes a fix in 5.6.x, or if the developer should jump directly to the 5.7 branch and make use of nice C++11 features. Cheers, Michael ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Approver status for Michal Klocek

2016-02-08 Thread Michael Brüning
+1 On 02/08/2016 03:18 PM, Blasche Alexander wrote: Hello, I would like to nominate Michal Klocek for Approver status in the Qt Project. Throughout the last year he has been working on QtLocation and QtWebEngine: https://codereview.qt-project.org/#/q/owner:michal.klocek,n,z -- Alex ___

Re: [Development] Nominating Allan Jensen as maintainer for Qt WebEngine

2015-10-15 Thread Bruning Michael
+1 -- Michael Brunning, Senior Software Engineer | The Qt Company The Qt Company GmbH, Rudower Chaussee 13, D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B

Re: [Development] Testability Driver

2015-05-28 Thread Michael Zanetti
o, we'd still need that. The "autopilot" driver uses the same mechanism to be loaded. Br, Michael -BEGIN PGP SIGNATURE- Version: GnuPG v1 iEYEARECAAYFAlVnLYAACgkQXJwWsxE5x7hyUACdF5mRG/PgPA7p9j1RJzDy+O7m 7MEAoIsW/ow10TKwdu9/tqKr1EqnIfHC =wOf8 -END PGP SIGNATURE--

Re: [Development] Issues with QApplication::startDragDistance

2014-11-14 Thread Michael Brasser
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 +0

Re: [Development] Rich Text Editor using QML

2014-11-14 Thread Michael Zanetti
this way. Here's a screenshot of what it can do so far: http://i.imgur.com/dejnDU7.png Long story, short, yes, you are in the right direction, at least I solved it the same way. Hope this helps, Michael On 14.11.2014 10:06, Yann Levreau wrote: Hi everybody! I am starting a new proje

Re: [Development] openssl + windows + qtwebkit segmentation fault

2014-10-08 Thread Michael Brüning
ug report using the "Create Issue" link on this page: https://bugreports.qt-project.org/browse/QTBUG/component/19923 Best regards, Michael ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] puppet as configurator for test farm

2014-09-26 Thread Michael Cherkasov
Hi all, I just faced with task that I think you already resolved. I need to configure a farm of test machines(linux, windows, macosx, solaris) for testing. To prevent false test failure I need to turnoff screensavers, autoupdates, install fake printers and so on. I believe you already has this inf

Re: [Development] QStorageInfo

2014-09-01 Thread Michael Olbrich
isks now? Yes. There are many embedded use-cases where Qt is used but udisks makes no sense at all and is not available. Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner S

Re: [Development] Nominating Milian Wolff as approver

2014-07-16 Thread Bruning Michael
Definitely a +1 from me as well :) From: development-bounces+michael.bruning=digia@qt-project.org [development-bounces+michael.bruning=digia@qt-project.org] on behalf of Albisser Zeno [zeno.albis...@digia.com] Sent: Wednesday, July 16, 2014 11:49 T

Re: [Development] ListView.positionViewAtIndex() seems to be unreliable during object initialization

2014-06-02 Thread Michael Zanetti
trunk/view/head:/qml/Launcher/LauncherPanel.qml Hope this helps, Michael On Saturday 31 May 2014 23:19:44 Baldo Davide wrote: > Hello, > > I'm having in issue with ListView.positionViewAtIndex(), i'm changing the > index with the last selection of the user in Component.onComplet

Re: [Development] new "debugsupport" module and API

2014-05-19 Thread Michael Olbrich
be built without qtdeclarative. Most of the current dependencies are optional, and even qtwebkit depending on qtdeclarative is artificial in qt.pro. qtwebkit certainly builds and runs without it in Qt 5.3.0-rc1. Regards, Michael -- Pengutronix e.K. |

Re: [Development] Mac app built with Qt5.3.0 RC got rejected by Mac App Store because of non-public API calls.

2014-05-15 Thread Bruning Michael
mmend skipping it entirely. If you need it, there are some workarounds for this issue described in https://bugreports.qt-project.org/browse/QTBUG-31419 . Please not that these workarounds will factually disable the QML API for WebKit2 and only th

Re: [Development] Perceptions/Understandings of the QML language [was: Question about Qt's future]

2014-04-30 Thread Michael Brasser
Hi Thomas, If you are interested I prototyped something somewhat similar a while back, see: https://codereview.qt-project.org/3356https://codereview.qt-project.org/3357https://codereview.qt-project.org/3358 Regards,Michael > From: thomas.hartm...@digia.com > To: simon.hausm...@digia.com

[Development] Question about Qt's future

2014-04-20 Thread Michael Knight
I feel like Qt is going in the direction of being Qml and Javascript only.I fear that they may abandon Qt Widgets in the near future,I think they are heavily promoting Qml.I don't want to use Qml,and before I start using Qt,I want to be sure that they will not abandon C++ side of Qt and that the

Re: [Development] [Interest] Qt5.2.1+eglfs / WebKit2 running on i.MX6q ?

2014-04-01 Thread Michael Olbrich
e binary vivante drivers, but I've not seen it anywhere. Wayland + Etnaviv (the open source driver for vivante GPUs) is probably the way to go. But that's currently in the 'some demos are working' stage[1]. It's not really usable yet. Regards, Michael [1]

Re: [Development] One 'qt' branch to rule 'em all!

2014-04-01 Thread Bruning Michael
f complicated systems etc altogether and use an ftp server with a manually edited ChangeLog. It's the simplest option and you don't have to install any version control software... Cheers, Michael ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] i.MX6 zero copy video playback

2014-03-04 Thread Michael Olbrich
Hi, On Tue, Mar 04, 2014 at 05:38:57PM +0100, Thomas Senyk wrote: > On Thursday, 27 February, 2014 17:57:43 Michael Olbrich wrote: > > On Tue, Feb 18, 2014 at 10:18:36AM +0100, Thomas Senyk wrote: > > > On Thursday, 13 February, 2014 13:16:42 Michael Olbrich wrote: > > >

Re: [Development] Binary Compatibility question (KDE)

2014-02-27 Thread Michael Jansen
> > password on techbase. > > > > It looks like you need admin rights in order to create an account: > > > > https://techbase.kde.org/index.php?title=Special:UserLogin&type=signup > > Maybe techbase is deprecated and

Re: [Development] i.MX6 zero copy video playback

2014-02-27 Thread Michael Olbrich
Hi, On Tue, Feb 18, 2014 at 10:18:36AM +0100, Thomas Senyk wrote: > On Thursday, 13 February, 2014 13:16:42 Michael Olbrich wrote: > > On Wed, Feb 12, 2014 at 10:43:25AM +0100, Thomas Senyk wrote: > > > I finally got around to polish and upstream zero copy video playback f

Re: [Development] i.MX6 zero copy video playback

2014-02-13 Thread Michael Olbrich
/www.youtube.com/watch?v=pmxsWGhrrBQ Nice. Are there any limitation regarding the input QVideoFrames? I've used glTexDirectVIVMap in the past, and I don't think that using it on malloc'ed memory ever worked for me. Regards, Michael -- Pengutronix e.K. |

Re: [Development] Nominating Michael Brüning as Approver

2014-01-20 Thread Bruning Michael
Hello everyone, Thanks for the nomination and all the approvals. I will do my best and always use the newly gained +2 and -2 buttons in Gerrit wisely :) Best regards, Michael Von: development-bounces+michael.bruning=digia@qt-project.org

[Development] Open Source Survey - http://goo.gl/5bwR9t

2014-01-13 Thread Michael Kaserer
Hi everybody, We are two students currently working on a research project regarding motivation for contributing to Open Source projects. You can help us by filling out the following web-survey, it only takes max. 2 minutes! This is the link: http://goo.gl/5bwR9t Thanks! ___

Re: [Development] Multimedia maintainer

2013-12-17 Thread Michael Goddard
+1 definitely! about time :) On Wed, Dec 18, 2013 at 1:57 AM, Mitch Curtis wrote: > +1 > > On 12/17/2013 02:51 PM, Smith Martin wrote: > > I'm not a maintainer either; didn't know you had to be one, but +1 > anyway. > > > > martin > > > > From: > > devel

Re: [Development] New Qt 5.2 snapshots available & request for testing

2013-11-22 Thread Bruning Michael
Hello, On Thu, Nov 21, 2013 at 02:34 AM, Yang Fan wrote: > does it mean qtwebkit is available on Android or iOS platform now? No, qtwebkit is not available on iOS or Android. Best regards, Michael ___ Development mailing list Development

Re: [Development] Compile qt-everywhere-opensource-src-4.8.5 failed.

2013-11-05 Thread Bruning Michael
lag that sets it as the linker is added to QMAKE_LFLAGS anyway if gold is installed. A quick workaround for this is to edit the file src/3rdparty/webkit/Source/common.pri in your qt source tree and comment out the following lines with a #: #message(Using gold linker) #QMAKE_LFLAGS+=-f

Re: [Development] QtLocation offline Navigation support

2013-10-28 Thread Michael Zanetti
f > Marble itself, so it behaves more as an application library than a > general-purpose library. I agree that there are some quirks, but if you don't need each and every feature I think there are good chances you'll be able to embed it in another application. Br, Michael

Re: [Development] Bluetooth and NFC vs Reference Platforms

2013-10-01 Thread Michael Zanetti
On Tuesday 01 October 2013 12:25:37 Kate Alhola wrote: > On Tue, Oct 1, 2013 at 11:23 AM, Michael Zanetti < > > michael.zane...@canonical.com> wrote: > > On Monday 30 September 2013 13:09:53 Thiago Macieira wrote: > > > On segunda-feira, 30 de setembro de 2

Re: [Development] Bluetooth and NFC vs Reference Platforms

2013-10-01 Thread Michael Zanetti
isn't new, so people have had the time to > look at it. > > If there are major problems, I expect that they are already known. > Therefore, post them. After having worked quite a bit with the Bluetooth API I wouldn't say it has major defects

Re: [Development] Evolving Qt's multithreading API

2013-02-26 Thread Michael Seydl
The question is what exactly do you mean with canceling. I was already in the same place needing a thread to stop in a controlled fashion, but issuing ie a real phtread_cancel is tricky as the kernel may not support thread canceling and stack unwinding in C++ combined with it leads to quite weird s

Re: [Development] Setting the priority of bug reports created the Qt Support team

2013-02-22 Thread Michael Hasselmann
ports.qt-project.org/ It would be an interesting experiment to just open up the bug handling privileges for most JIRA accounts, if not even all. I would assume people will use their privileges with care although some might start playing the close/reopen bugs game. ciao Michael __

[Development] automated response

2013-02-05 Thread Michael Klank
Ich bin bis einschliesslich 08.02.2013 nicht im Haus. Die Vertretung uebernimmt Herr U. Mueller. Mit freundlichen Gruessen i. A. Michael Klank Abt. VT-APL ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman

Re: [Development] Is Qt::InputMethodQuery obsolete?

2013-01-08 Thread Michael Hasselmann
t for Input Method. And yet, it is very poor API. > And the new class QInputMethodQueryEvent is depends on it. > It seems there is no alternatives. I wouldn't be so quick to say that. Have you looked at QInputMethod? ciao Michael ___ Deve

[Development] automated response

2012-12-19 Thread Michael Klank
Ich bin vom 19.12.2012 - 14.01. 2013 im Urlaub. Die Mails werden weder gelesen noch weitergeleitet. Mit freundlichen Gruessen i. A. Michael Klank Abt. VT-APL ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman

[Development] Fwd: Qt 5 Beta debug qstring

2012-09-02 Thread Michael
> Hi All, > > I noticed in qt5 beta1 debugging in Visual Studio 2010 i cannot see the value > of QString anymore, just member 'd' address. In 4.8 i could see the string > value fex "hello". > > Is this by design now or am i doing something wrong? I built qt5 from source. > > Thanks, > Mike

Re: [Development] HELP NEEDED: Cleaning up the class documentation for Qt 5

2012-08-31 Thread Michael Hasselmann
On Fri, 2012-08-31 at 10:07 +0200, Thiago Macieira wrote: > On sexta-feira, 31 de agosto de 2012 09.49.35, Eskil Abrahamsen Blomfeldt > wrote: > > Note that for the great majority of the classes this will not be a > > problem, but we won't know for sure until someone has read the > > documentation

Re: [Development] Nominating Marc Mutz for approver status

2012-08-14 Thread Michael Hasselmann
On Tue, 2012-08-14 at 18:20 +0200, Marc Mutz wrote: > On Tuesday August 14 2012, Thiago Macieira wrote: > > I actually don't know much of his background > > Ok, a bit about myself: nice, but you forgot to mention your favourite colour. ;-) ___ Deve

Re: [Development] Abandoning the container changes

2012-07-05 Thread Michael Hasselmann
ill choose to use them in new code and the transition to Qt 6 would be somewhat easier. regards, Michael ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] (Short) summaries for QtCS sessions?

2012-07-03 Thread Michael Hasselmann
hat actions are planned (and who's going to follow up on them)? Thanks for helping out, Michael ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] So I've made a QWidgets2 design/prototype... BUT...

2012-06-24 Thread Michael Seydl
Yeah. I'd like to see that too, 'cause I am deeply convinced that change opens up possibilities. Even when it comes in a rude, out the line and rough packaging. :) Go man show colours and good luck, Mike On Jun 25, 2012, at 1:10 AM, Wolfgang Baron wrote: > Hi d3fault, > > please show us som

Re: [Development] api changes

2012-04-16 Thread Michael Jansen
> >in question is complex. A source of many kde bugs. > > > >All that descibes Qt4. No idea what changed in Qt5. > > > >But such function or some Qt support for global shortcuts would help us. > > > >The same applies afaik for the mac. No idea about windows. > > IMO this ideally belongs as an ext

Re: [Development] api changes

2012-04-16 Thread Michael Jansen
d Qt KeyCodes we had to implement the mapping ourselves (KKeyServer iirc) but failed to do that correctly because the code in question is complex. A source of many kde bugs. All that descibes Qt4. No idea what changed in Qt5. But such function or some Qt support for global shortcuts would help us.

Re: [Development] need to handle touch events rather than depending on mouse event synthesis

2012-03-01 Thread Michael Hasselmann
rdware agnostic" abstraction layer is a joke, isn't it? It has a pointerType property and on top of that, pointerType specific properties. So effectively, they still have different device classes. Not a too good reference, IMO. I can only imagine what kind of API consumer cod

[Development] automated response

2012-02-01 Thread Michael Klank
Ich bin vom 27.01. - 12.02. 2012 im Urlaub. Die Mails werden weder gelesen noch weitergeleitet. Bitte senden Sie die Mails an matthias.deusc...@amk-antriebe.de, so werden sie auch waehrend meiner Abwesenheit bearbeitet und beantwortet. Mit freundlichen Gruessen i. A. Michael Klank Abt. VT-APL