Re: Soft Feature Freeze Approaching

2023-01-10 Thread David Edmundson
On Tue, Jan 10, 2023 at 4:48 AM Fusion Future wrote: > > Is it possible to make Hebrew/Jewish calendar available in Plasma 5.27? > The code is largely borrowed from the Indian calendar backend so the > actual change is small. > > https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/313

Re: Soft Feature Freeze Approaching

2023-01-10 Thread Nate Graham
On 1/9/23 21:48, Fusion Future wrote: Is it possible to make Hebrew/Jewish calendar available in Plasma 5.27? The code is largely borrowed from the Indian calendar backend so the actual change is small. https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/313 +1 from me. Nate

Re: Soft Feature Freeze Approaching

2023-01-09 Thread Fusion Future
Is it possible to make Hebrew/Jewish calendar available in Plasma 5.27? The code is largely borrowed from the Indian calendar backend so the actual change is small. https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/313

Re: Soft Feature Freeze Approaching

2023-01-06 Thread Aleix Pol
I would like to get this included in 5.27. I feel like the RemoteDesktop XDP interface is useless without it. Aleix On Tue, Jan 3, 2023 at 5:37 PM David Edmundson wrote: > > Soft freeze takes effect on Thursday the 5th January After that we > are to avoid any big changes and huge refactors until

Re: Soft Feature Freeze Approaching

2023-01-05 Thread Vlad Zahorodnii
On 1/5/23 10:50, Marco Martin wrote: I have a minor refactor pending in kwin https://invent.kde.org/plasma/kwin/-/merge_requests/3310 given how fiddly it has been to keep the tests for working, i was meditating that perhaps is not worth the effort and may be abandoned altogether, what do you t

Re: Soft Feature Freeze Approaching

2023-01-05 Thread Marco Martin
I have a minor refactor pending in kwin https://invent.kde.org/plasma/kwin/-/merge_requests/3310 given how fiddly it has been to keep the tests for working, i was meditating that perhaps is not worth the effort and may be abandoned altogether, what do you think? On Tue, Jan 3, 2023 at 5:37 PM Da

Soft Feature Freeze Approaching

2023-01-03 Thread David Edmundson
Soft freeze takes effect on Thursday the 5th January After that we are to avoid any big changes and huge refactors until Plasma 6. All new repos should be announced and through kde-review by this point. Small features can land until the full final hard freeze on the 19th January. CC this thread i

Re: Soft feature freeze exception request

2022-09-12 Thread Nate Graham
Thanks! Nate On 9/12/22 06:36, David Edmundson wrote: - https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1131 That's a tiny change so it's fine. - https://invent.kde.org/plasma/kinfocenter/-/merge_requests/111: Whilst slightly bigger. It is fully encapsulated and there's no ri

Re: Soft feature freeze exception request

2022-09-12 Thread David Edmundson
- https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1131 That's a tiny change so it's fine. - https://invent.kde.org/plasma/kinfocenter/-/merge_requests/111: Whilst slightly bigger. It is fully encapsulated and there's no risk of this causing regressions elsewhere. For that reason it

Soft feature freeze exception request

2022-09-10 Thread Nate Graham
Hello Plasma folks, I'd like to request a soft feature freeze exception for these two Merge Requests (assuming they're approved and ready to merge before branching): - https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1131: applets/keyboardlayout: re-introduce &

Re: Soft Feature Freeze Tomorrow

2022-05-05 Thread Marco Martin
after that, one thing that i would still do is queuing one to remove the old present windows effect, that at that point would become effectively dead code On Thu, May 5, 2022 at 5:58 PM David Edmundson wrote: > > https://invent.kde.org/plasma/kwin/-/merge_requests/2327 only has some > nits left.

Re: Soft Feature Freeze Tomorrow

2022-05-05 Thread David Edmundson
https://invent.kde.org/plasma/kwin/-/merge_requests/2327 only has some nits left. I'm happy to say we can land that as long as it goes in by the end of tomorrow

Re: Soft Feature Freeze Tomorrow

2022-05-05 Thread Jonathan Riddell
On Wed, May 4, 2022 at 11:47 PM David Edmundson > wrote: > > > > As a reminder it is the soft feature freeze tomorrow 05/05/2022 > > > > Any massive refactors, new repos and big changes that have potential > > fallout should land by the end of the day. > > >

Re: Soft Feature Freeze Tomorrow

2022-05-04 Thread Aleix Pol
On Wed, May 4, 2022 at 11:47 PM David Edmundson wrote: > > As a reminder it is the soft feature freeze tomorrow 05/05/2022 > > Any massive refactors, new repos and big changes that have potential > fallout should land by the end of the day. > > It is not a hard feature freez

Re: Soft Feature Freeze Tomorrow

2022-05-04 Thread Nate Graham
ew days if others besides me and Harald want to review and help push it forward? Those are the merge requests that stand out to me; everything else seems like 5.26 material. Nate On 5/4/22 15:46, David Edmundson wrote: As a reminder it is the soft feature freeze tomorrow 05/05/2022 A

Re: Soft Feature Freeze Tomorrow

2022-05-04 Thread Nate Graham
a pre-existing bug that becomes more visible with this change. Nate On 5/4/22 15:46, David Edmundson wrote: As a reminder it is the soft feature freeze tomorrow 05/05/2022 Any massive refactors, new repos and big changes that have potential fallout should land by the end of the day. It is

Soft Feature Freeze Tomorrow

2022-05-04 Thread David Edmundson
As a reminder it is the soft feature freeze tomorrow 05/05/2022 Any massive refactors, new repos and big changes that have potential fallout should land by the end of the day. It is not a hard feature freeze, small features can still be added that goes right up until the day of the beta 19th of

Re: Soft Feature Freeze

2021-09-16 Thread David Edmundson
Just to clarify all of this: >From now on 5.23 branch is forked. Master is open to any new changes, new features and new strings and can depend on new frameworks. The 5.23 branch is open to bug fixes only, but doing these bugfixes is actively encouraged! They should be committed on master and bac

Re: Soft Feature Freeze

2021-09-16 Thread Nate Graham
On 9/16/21 07:41, Noah Davis wrote: Hello, I would like to get one final Breeze QStyle patch into the beta: https://invent.kde.org/plasma/breeze/-/merge_requests/136 It's a one-liner that just enables antialiasing on combobox menu items, so it shouldn't cause any problems. That looks like a bu

Re: Soft Feature Freeze

2021-09-16 Thread Noah Davis
Hello, I would like to get one final Breeze QStyle patch into the beta: https://invent.kde.org/plasma/breeze/-/merge_requests/136 It's a one-liner that just enables antialiasing on combobox menu items, so it shouldn't cause any problems. On Thu, Sep 16, 2021 at 4:11 AM Tom Zander wrote: > > On d

Re: Soft Feature Freeze

2021-09-16 Thread Tom Zander
On donderdag 16 september 2021 09:55:59 CEST Bhushan Shah wrote: > - To avoid the git history mess, we can revert it in 5.23 > branch after it is branched, and keep master as-is Honestly, don't be such a purist about a clean git history. Its not worth the effort.

Re: Soft Feature Freeze

2021-09-16 Thread David Edmundson
>Once again apologies for this mess. It's ok. I know you're doing it to move plasma mobile forward. I should have looked at that review when you had first asked, so that's on me too. Glad we have a plan that works for us all. The QML port is otherwise really quite good, I'm happy to take care of

Re: Soft Feature Freeze

2021-09-16 Thread Bhushan Shah
On 2021-09-16 12:51, David Edmundson wrote: We said in that meeting that you could ask on this thread for an exemption (that was on the 6th). Waiting until literally the release day and then asking for the exemption and then merging within minutes of each other is absolutely not ok! David Aft

Re: Soft Feature Freeze

2021-09-16 Thread Bhushan Shah
On 2021-09-16 12:51, David Edmundson wrote: We said in that meeting that you could ask on this thread for an exemption (that was on the 6th). Waiting until literally the release day and then asking for the exemption and then merging within minutes of each other is absolutely not ok! David Urg

Re: Soft Feature Freeze

2021-09-16 Thread Tom Zander
On donderdag 16 september 2021 09:21:40 CEST David Edmundson wrote: > Waiting until literally the release day and then asking for the > exemption and then merging within minutes of each other is > absolutely not ok! no need to fret, he asked but did not receive an exemption so please just push a

Re: Soft Feature Freeze

2021-09-16 Thread David Edmundson
And I had mentioned this in the review weeks ago, so this is not a surprise. Just did some last-minute forced QA. - The title is in lowercase - After selecting an entry to change: - the margins are wrong - there's no title for what you're actually selecting - It lists "C" as a locale,

Re: Soft Feature Freeze

2021-09-16 Thread Tom Zander
On donderdag 16 september 2021 08:38:16 CEST Bhushan Shah wrote: > It is one of required bit in Plasma Mobile in the sense that it > allows to configure some locale variables which are then used > by the libphonenumber for example to correctly format the > phone numbers. Is someone working on usin

Re: Soft Feature Freeze

2021-09-16 Thread David Edmundson
We said in that meeting that you could ask on this thread for an exemption (that was on the 6th). Waiting until literally the release day and then asking for the exemption and then merging within minutes of each other is absolutely not ok! David

Re: Soft Feature Freeze

2021-09-15 Thread Bhushan Shah
On 2021-08-31 19:53, David Edmundson wrote: Soft feature freeze is nearly here. Soft freeze takes effect on Thursday the 2nd September. After that we are to avoid any ridiculously big changes and huge refactors. If there are any major things stuck in review, please respond to this email so

Re: Soft Feature Freeze

2021-09-03 Thread David Edmundson
I don't think the KConfigXT stuff is worth rushing. > > Integrate plasma-pa KCM "Advanced" options in the main page > - https://invent.kde.org/plasma/plasma-pa/-/merge_requests/71 > Ack, it's been on review for ages, we should do something more useful with that. Consider it as having an exemption.

Re: Soft Feature Freeze

2021-08-31 Thread David Edmundson
On Tue, Aug 31, 2021 at 5:04 PM Nate Graham wrote: > > Here are some big ones that need review: > > Port Keyboard KCM to KConfigXT. We seems to have two MRs for this?! > - https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/453 > - https://invent.kde.org/plasma/plasma-desktop/-/merge_req

Re: Soft Feature Freeze

2021-08-31 Thread Nate Graham
On 8/31/21 8:23 AM, David Edmundson wrote: Soft feature freeze is nearly here. Soft freeze takes effect on Thursday the 2nd September. After that we are to avoid any ridiculously big changes and huge refactors. If there are any major things stuck in review, please respond to this email so they can

Soft Feature Freeze

2021-08-31 Thread David Edmundson
Soft feature freeze is nearly here. Soft freeze takes effect on Thursday the 2nd September. After that we are to avoid any ridiculously big changes and huge refactors. If there are any major things stuck in review, please respond to this email so they can be prioritised. If there are any new

Re: Plasma 5.21 repo and soft feature freeze

2021-01-11 Thread David Edmundson
>Ping. https://invent.kde.org/plasma/sddm-kcm/-/merge_requests/3 is ready to merge now. Can we have that exception? Yes, no-one objected, so go ahead. David

Re: Plasma 5.21 repo and soft feature freeze

2021-01-11 Thread Nate Graham
On 1/7/21 4:27 PM, Nate Graham wrote: Hello! I'd like to request an exception for https://invent.kde.org/plasma/sddm-kcm/-/merge_requests/3. It's 99% finished and just needs a few minor bugs fixed before merging. Hopefully it should be merge-able within a week (hopefully sooner than that).

Re: Plasma 5.21 repo and soft feature freeze

2021-01-07 Thread Nate Graham
Hello! I'd like to request an exception for https://invent.kde.org/plasma/sddm-kcm/-/merge_requests/3. It's 99% finished and just needs a few minor bugs fixed before merging. Hopefully it should be merge-able within a week (hopefully sooner than than). Nate On 1/7/21 8:34 AM, Jonathan Ri

Re: Plasma 5.21 repo and soft feature freeze

2021-01-07 Thread Arjen Hiemstra
On Tuesday, 5 January 2021 17:35:49 CET Jonathan Riddell wrote: > I propose to exclude ksysguard from 5.21 and do a standalone release > alongside it Since we still need ksysguard for the daemon and we're a bit too close to beta for major changes, I want to propose releasing both for 5.21, then f

Re: Plasma 5.21 repo and soft feature freeze

2021-01-07 Thread Jonathan Riddell
Today is repo and feature freeze I'll add in the three new repos if they pass kdereview: plasma-systemmonitor (all good), plasma-firewall and qqc2-breeze-style. I'll declare plasma-phone-components to be stable and ready for use. Please don't add notable new features without discussion. Beta is

Re: Plasma 5.21 repo and soft feature freeze

2021-01-06 Thread Arjen Hiemstra
On Wednesday, 6 January 2021 13:23:47 CET Jonathan Riddell wrote: > So should plasma-systemmonitor packages depend on ksysguard packages for > ksystemstats ? Hmm, I suppose it should yes, since it can't run without ksystemstats. > > Jonathan > > On Wed, 6 Jan 2021 at 12:18, Arjen Hiemstra wrot

Re: Plasma 5.21 repo and soft feature freeze

2021-01-06 Thread Jonathan Riddell
So should plasma-systemmonitor packages depend on ksysguard packages for ksystemstats ? Jonathan On Wed, 6 Jan 2021 at 12:18, Arjen Hiemstra wrote: > > On Tuesday, 5 January 2021 17:35:49 CET Jonathan Riddell wrote: > > I propose to exclude ksysguard from 5.21 and do a standalone release > > al

Re: Plasma 5.21 repo and soft feature freeze

2021-01-06 Thread Arjen Hiemstra
On Tuesday, 5 January 2021 17:35:49 CET Jonathan Riddell wrote: > I propose to exclude ksysguard from 5.21 and do a standalone release > alongside it We still need the ksysguard repo as it contains the ksystemstats daemon and all its plugins. We could disable building ksysguard GUI but that may g

Re: Plasma 5.21 repo and soft feature freeze

2021-01-05 Thread Ben Cooksley
On Wed, Jan 6, 2021 at 5:15 AM Jonathan Riddell wrote: > Git repos I have for inclusion in 5.21, wdiff compared to 5.20: > > bluedevil breeze breeze-grub breeze-gtk breeze-plymouth discover drkonqi > kactivitymanagerd kde-cli-tools kde-gtk-config kdecoration kdeplasma-addons > kgamma5 khotkeys ki

Re: Plasma 5.21 repo and soft feature freeze

2021-01-05 Thread David Edmundson
> Noah is qqc2-breeze-style to be included? It has not yet passed kdereview. If it has not passed kdereview we shouldn't be including it, sorry. I believe the intended first target is plasma-mobile, so we have the option of making separate beta tarball outside the release schedule that could cov

Re: Plasma 5.21 repo and soft feature freeze

2021-01-05 Thread Jonathan Riddell
I propose to exclude ksysguard from 5.21 and do a standalone release alongside it libksysguard would still be included as a dependency of plasma-systemmonitor Jonathan On Tue, 5 Jan 2021 at 16:15, Jonathan Riddell wrote: > Git repos I have for inclusion in 5.21, wdiff compared to 5.20: > > bl

Re: Plasma 5.21 repo and soft feature freeze

2021-01-05 Thread Jonathan Riddell
Git repos I have for inclusion in 5.21, wdiff compared to 5.20: bluedevil breeze breeze-grub breeze-gtk breeze-plymouth discover drkonqi kactivitymanagerd kde-cli-tools kde-gtk-config kdecoration kdeplasma-addons kgamma5 khotkeys kinfocenter kmenuedit kscreen kscreenlocker ksshaskpass ksysguard kw

Re: Plasma 5.21 repo and soft feature freeze

2021-01-03 Thread Nate Graham
https://invent.kde.org/plasma/kscreenlocker/-/merge_requests/12 (needs technical discussion) https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/134 (needs review) https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/142 (needs review and maybe merge) https://invent.kd

Plasma 5.21 repo and soft feature freeze

2021-01-03 Thread David Edmundson
Plasma 5.21 has a feature freeze in a few days on the 7th January. If anything needs urgent attention from reviewers, please do reply here ASAP so they can be prioritised. David

Re: April 7 soft feature freeze

2009-04-06 Thread Alessandro Diaferia
> just a quick reminding there April 7 is the soft feature freeze for > 4.3. > > > that means that a feature must at least be on the feature plan, and > best > > > is if they are at least started in svn. > > > > If geoclue has too much dependencies for pl

Re: April 7 soft feature freeze

2009-04-01 Thread Aaron J. Seigo
On Thursday 02 April 2009, Petri Damstén wrote: > On Wednesday 01 April 2009 01:29:48 Aaron J. Seigo wrote: > > hi all > > > > just a quick reminding there April 7 is the soft feature freeze for 4.3. > > that means that a feature must at least be on the feature plan, and

Re: April 7 soft feature freeze

2009-04-01 Thread Petri Damstén
On Wednesday 01 April 2009 01:29:48 Aaron J. Seigo wrote: > hi all > > just a quick reminding there April 7 is the soft feature freeze for 4.3. > that means that a feature must at least be on the feature plan, and best is > if they are at least started in svn. If geoclue has too mu

Re: April 7 soft feature freeze

2009-04-01 Thread Aaron J. Seigo
On Wednesday 01 April 2009, Marco Martin wrote: > On Wednesday 01 April 2009, Aaron J. Seigo wrote: > > hi all > > > > just a quick reminding there April 7 is the soft feature freeze for 4.3. > > that means that a feature must at least be on the feature plan, and best

Re: April 7 soft feature freeze

2009-04-01 Thread Marco Martin
On Wednesday 01 April 2009, Aaron J. Seigo wrote: > hi all > > just a quick reminding there April 7 is the soft feature freeze for 4.3. > that means that a feature must at least be on the feature plan, and best is > if they are at least started in svn. so i have until hadr fre

April 7 soft feature freeze

2009-03-31 Thread Aaron J. Seigo
hi all just a quick reminding there April 7 is the soft feature freeze for 4.3. that means that a feature must at least be on the feature plan, and best is if they are at least started in svn. don't get caught out! :) it would be great to see some of the plugins sitting in kdereview mov