Re: Proposal: make squash-merging the default behavior for gitlab MRs

2020-10-03 Thread Boudewijn Rempt
On Friday, 2 October 2020 19:39:37 CEST Nate Graham wrote: > Thoughts? Like others have said, please, no. Squashed commits are the worst things to have in a git history. They make it hard to use git blame, they make it hard to read the history... And the whole argument about making life easier

Re: newer version of create_tarbar_kf5.rb?

2020-07-28 Thread Boudewijn Rempt
On Tuesday, 28 July 2020 09:08:02 CEST Alexander Semke wrote: > On Dienstag, 28. Juli 2020 08:23:39 CEST Boudewijn Rempt wrote: > > One problem is that releaseme takes a branch and tags it, instead of working > > with a given tag. That alone makes release me unusable fo

Re: newer version of create_tarbar_kf5.rb?

2020-07-27 Thread Boudewijn Rempt
On Tuesday, 28 July 2020 00:44:29 CEST Albert Astals Cid wrote: > El dilluns, 27 de juliol de 2020, a les 22:34:48 CEST, Kåre Särs va escriure: > > Hi, > > > > On måndag 27 juli 2020 kl. 23:01:06 EEST Alexander Semke wrote: > > > Hi all, > > > > > > the version of the script on https://invent.kde

Re: Context information needed for isolated words

2020-05-02 Thread Boudewijn Rempt
On zaterdag 2 mei 2020 14:46:12 CEST David Hurka wrote: > > On 2 May 2020 12:02 Friedrich W. H. Kossebau wrote: > > And yes, most of the code written in recent years seems to have missed to > > add > > context in the i18n calls. The older among us have failed here to properly > > teach the new

Re: Banning QNetworkAccessManager

2020-02-19 Thread Boudewijn Rempt
On woensdag 19 februari 2020 13:38:55 CET Johnny Jazeix wrote: > Hi, > > as Volker said, without any alternative, we can't just ban QNAM. > And even with one, we would need time to implement it (for example, > for GCompris, this part of the code was written by someone who is less > active now, so

Re: I need help fixing krita's flatpak build on binary factory

2019-12-04 Thread Boudewijn Rempt
file is that points to the yaml files. -- Boudewijn Rempt | https://www.valdyas.org | https://www.krita.org signature.asc Description: This is a digitally signed message part.

I need help fixing krita's flatpak build on binary factory

2019-12-03 Thread Boudewijn Rempt
ckaging/jenkins/workspace/Krita_nightly_flatpak/packaging/linux/flatpak/org.kde.krita-nightly.yaml': :1:6: Parse error: unexpected identifier `app-id', expected value Was there a recent change that disabled support for yaml files and should those be rewritten as json files? -- Boudewijn Remp

Re: Can we agree to change gitlab default behaviour from merge to fast-forward merge for all repos?

2019-10-14 Thread Boudewijn Rempt
itlab.com/ee/user/project/merge_requests/fast_forward_merge.html > > Opinions? > We made that the default for Krita as well. -- Boudewijn Rempt | https://www.valdyas.org | https://www.krita.org signature.asc Description: This is a digitally signed message part.

Re: Portability of KDE Applications

2019-08-22 Thread Boudewijn Rempt
ns, we have special code so that gets found relative to the exe; same for resources we cannot package in a qrc file. -- Boudewijn Rempt | https://www.valdyas.org | https://www.krita.org signature.asc Description: This is a digitally signed message part.

Re: Portability of KDE Applications

2019-08-22 Thread Boudewijn Rempt
s on work computers, used for education. Are you only targeting Linux, or also other operating systems? For Linux, appimage probably is the best solution since it is the simplest for the end user. -- Boudewijn Rempt | https://www.valdyas.org | https://www.krita.org signature.asc Description: This is a digitally signed message part.

Re: How is the Font DPI Scale stored?

2019-06-12 Thread Boudewijn Rempt
On woensdag 12 juni 2019 08:01:19 CEST Elias Mårtenson wrote: > I am a developer for the McCLIM graphics > toolkit, and I would like it to be able to integrate better with KDE. > > Currently, McCLIm has a hardcoded font scale which is problematic when on a > high

Re: lgtm integration (automated detection of bugs and problems for programming languages)

2019-03-21 Thread Boudewijn Rempt
It does look kind of interesting... But why doesn't it realize that there's some C++ in Krita? On donderdag 21 maart 2019 10:04:29 CET Tomaz Canabrava wrote: > Hello kdevelopers, > > I'v come to know the lgtm.com this week and started to enjoy it quite > a bit. It provides code analisys for vari

Re: Gitlab Evaluation & Migration

2019-03-13 Thread Boudewijn Rempt
On woensdag 13 maart 2019 09:21:25 CET Eike Hein wrote: > In this thread there have been some qualms on "is GitLab maybe harder on > newbie devs", but this doesn't take into account the extremely awkward > dance we currently do where we ask people if they have dev access or not > and if they ne

Re: Fuzzing KDE software

2019-03-06 Thread Boudewijn Rempt
On woensdag 6 maart 2019 20:20:03 CET alcinos wrote: > Are any other projects in KDE using that technique? We don't do that for Krita. I've often wanted to do that, but have never been able to figure out how to make it work properly. -- https://www.valdyas.org | https://www.krita.org

Re: Gitlab Evaluation & Migration

2019-02-25 Thread Boudewijn Rempt
On zaterdag 23 februari 2019 12:08:05 CET Boudewijn Rempt wrote: > * Is there anything we can have that can replace tasks and workboards? We > usually have some very long-running tasks that get a lot of sub-tasks and > that basically document our development process. One thing I'v

Re: Gitlab Evaluation & Migration

2019-02-25 Thread Boudewijn Rempt
On maandag 25 februari 2019 09:12:47 CET Eike Hein wrote: > > I'm aware of several projects who would like to incubate with KDE.org > (e.g. Kaidan and Spectral, both new-breed Kirigami apps with new > contributor ecosystems) but are waiting for the outcome of this > decision, because they belie

Re: Gitlab Evaluation & Migration

2019-02-23 Thread Boudewijn Rempt
On zaterdag 23 februari 2019 18:58:46 CET ste...@derkits.at wrote: > "A lot" is probably a bit exaggerated, e.g. I don't really know where to > upload patches to Phabricator or create a pull request there, but do > understand how GitLab works. I was talking about the Krita community, which uses

Re: Gitlab Evaluation & Migration

2019-02-23 Thread Boudewijn Rempt
On zaterdag 23 februari 2019 14:49:25 CET Konstantin Kharlamov wrote: > As someone who uses gitlab on a dayjob I can tell it's pretty easy too. > With disregard to server interface you do `git push my-fork HEAD`, > right? Now, when you push to gitlab server, you get in the git output a > link t

Re: Gitlab Evaluation & Migration

2019-02-23 Thread Boudewijn Rempt
On zaterdag 23 februari 2019 10:44:11 CET Ben Cooksley wrote: > https://notes.kde.org/p/gitlab-evaluation-notes A few notes on my side: * Krita has been using the mockup functionality extensively. We would miss that functionality, as we actually do UX design for our new features. * It's ages s

Re: Closing old Plasma 4 bugs

2018-06-09 Thread Boudewijn Rempt
On vrijdag 8 juni 2018 22:37:56 CEST Nate Graham wrote: > This work is done; all the bugs and feature requests in the plasma4 > product have been closed. Hope all of your inboxes survived the onslaught! Nice! https://bugs.kde.org/weekly-bug-summary.cgi tells me User# Resolved n...@kde.org

Re: Changes to Phabricator review subscriptions

2018-05-09 Thread Boudewijn Rempt
sional wider dev > communication, and for occasional contributors. The kimageshop list is barely used at this time, mostly only to post links to the weekly meeting notes... -- Boudewijn Rempt | https://www.valdyas.org | https://www.krita.org

Re: Changes to Phabricator review subscriptions

2018-05-09 Thread Boudewijn Rempt
have expected the discussion to happen on kde-community, but maybe we just have too many mailing lists. -- Boudewijn Rempt | https://www.valdyas.org | https://www.krita.org

Re: translations when creating actions from an xml definition

2015-01-03 Thread Boudewijn Rempt
On Sat, 3 Jan 2015, Albert Astals Cid wrote: I don't understand your question. You're creating a KAction manually? Yes, trying to create actions from a definition in the .action file. Then call i18n in your C++ code and make sure the text from your .action file is extracted in Messages.sh, n

translations when creating actions from an xml definition

2015-01-03 Thread Boudewijn Rempt
I'm currently trying to clean up the way actions are creating in Krita, and I want use the Action definition from http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd with a bit of an extension to do that. The Action type has But it seems that those attributes aren't actually used anywhe

Re: why are bugs ignored over months?

2011-09-21 Thread Boudewijn Rempt
ack to 2006 that still need fixing... Getting nasty and impatient helps nobody, is not constructive, is not polite, doesn't teach anyone a lesson or makes anyone eager to please you. It's counter-productive. -- Boudewijn Rempt http://www.valdyas.org, http://www.krita.org, http://www.bo

Re: [Kde-scm-interest] Re: Usage of pull rebasing and merges

2011-02-08 Thread Boudewijn Rempt
use my ignorance... But what is "git rerere"? -- Boudewijn Rempt | http://www.valdyas.org, http://www.krita.org >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: plans for a free, OpenGL-based equivalent to Direct2D ?

2010-12-14 Thread Boudewijn Rempt
t just talking about the blinking cursor :-). But pages have to scroll, presentations have animations and even spreadsheets these days have embedded movie clips. -- Boudewijn Rempt | http://www.valdyas.org, http://www.krita.org >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Thoughts from a former KDE, currently Mozilla developer

2010-12-07 Thread Boudewijn Rempt
t was rather frightening, especially to maintain. And it seemed to only work with binaries you create and distribute yourself -- so fine for Windows and OSX, rather difficult for Linux. -- Boudewijn Rempt | http://www.valdyas.org, http://www.krita.org >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<