Re: Review Request 128641: Fix argument type in QMetaObject invoke *NEEDS BACKPORTING TO 5.25*

2016-08-10 Thread David Edmundson
bb70febdbe397b617e5c41aff5494fdbc185fa88 ported an argument from QPoint to QRectF. However, not all local invocations were updated correctly with one passing a QRect, which fails. *NEEDS BACKPORTING TO 5.25* Diffs - src/scriptengines/qml/plasmoid/containmentinterface.cpp 4efc1e109bbab8ef43b686be25574ed5bd66d9ce Diff: https

Re: Review Request 128640: Keep compatiable slot createApplet with Frameworks 5.24 *THIS NEEDS BACKPORTING TO 5.25*

2016-08-10 Thread David Edmundson
obviously fails. As we need compatibility for Plasma/5.7 and earlier a compatibility slot needs to stay. *THIS NEEDS BACKPORTING TO 5.25* Diffs - src/scriptengines/qml/plasmoid/containmentinterface.h c058f8358b4aa123749959a3de5b0667d7a1fecc src/scriptengines/qml/plasmoid

Re: Review Request 128640: Keep compatiable slot createApplet with Frameworks 5.24 *THIS NEEDS BACKPORTING TO 5.25*

2016-08-10 Thread Marco Martin
ject invoke. This > obviously fails. As we need compatibility for Plasma/5.7 and earlier a > compatibility slot needs to stay. > > > *THIS NEEDS BACKPORTING TO 5.25* > > > Diffs > - > > src/scriptengines/qml/plasmoid/containmentint

Re: Review Request 128641: Fix argument type in QMetaObject invoke *NEEDS BACKPORTING TO 5.25*

2016-08-09 Thread Sebastian Kügler
F. However, not all local invocations were updated correctly > with one passing a QRect, which fails. > > *NEEDS BACKPORTING TO 5.25* > > > Diffs > - > > src/scriptengines/qml/plasmoid/containmentinterface.cpp > 4efc1e109bbab8ef43b686be25574ed5bd66d9ce >

Re: Review Request 128640: Keep compatiable slot createApplet with Frameworks 5.24 *THIS NEEDS BACKPORTING TO 5.25*

2016-08-09 Thread Aleix Pol Gonzalez
ls. As we need compatibility for Plasma/5.7 and earlier a > compatibility slot needs to stay. > > > *THIS NEEDS BACKPORTING TO 5.25* > > > Diffs > - > > src/scriptengines/qml/plasmoid/containmentinterface.h > c058f8358b4aa123749959a3de5b0667d7a1fecc >

Re: Review Request 128640: Keep compatiable slot createApplet with Frameworks 5.24 *THIS NEEDS BACKPORTING TO 5.25*

2016-08-09 Thread Sebastian Kügler
we need compatibility for Plasma/5.7 and earlier a > compatibility slot needs to stay. > > > *THIS NEEDS BACKPORTING TO 5.25* > > > Diffs > - > > src/scriptengines/qml/plasmoid/containmentinterface.h > c058f8358b4aa123749959a3de5b0667d7a1fecc > src

Review Request 128641: Fix argument type in QMetaObject invoke *NEEDS BACKPORTING TO 5.25*

2016-08-09 Thread David Edmundson
: plasma-framework Description --- Commit bb70febdbe397b617e5c41aff5494fdbc185fa88 ported an argument from QPoint to QRectF. However, not all local invocations were updated correctly with one passing a QRect, which fails. *NEEDS BACKPORTING TO 5.25* Diffs - src/scriptengines/qml

Review Request 128640: Keep compatiable slot createApplet with Frameworks 5.24 *THIS NEEDS BACKPORTING TO 5.25*

2016-08-09 Thread David Edmundson
in plasma- workspace that call methods on the view via QMetaObject invoke. This obviously fails. As we need compatibility for Plasma/5.7 and earlier a compatibility slot needs to stay. *THIS NEEDS BACKPORTING TO 5.25* Diffs - src/scriptengines/qml/plasmoid/containmentinterface.h

Backporting

2010-06-28 Thread Marco Martin
Hi all, just a friendly reminder. if you fix a bug now, remember to backport it to the 4.5 branch. svnbackport script in kdesdk has already been updated to default to 4.5 Cheers, Marco Martin ___ Plasma-devel mailing list Plasma-devel@kde.org https://ma

Re: Quick question on backporting

2009-01-19 Thread Aaron J. Seigo
On Monday 19 January 2009, Ryan P. Bitanga wrote: > What exactly are we allowed to backport to the 4.2 branch? bug fixes; no new features, no new strings. =) -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored

Quick question on backporting

2009-01-19 Thread Ryan P. Bitanga
Hey everyone, What exactly are we allowed to backport to the 4.2 branch? I made a few changes to quicksand that I should've committed sometime last year. Minor changes really, no new strings added or anything and since nothing is linked against it, it should be ok to backport right? Cheers, Ryan