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

2019-10-14 Thread Frederik Schwarzer
Hi, just asking in case I didn't get it. I branch off of master and do a few commits in that new branch. If I now merge the branch back to master and master had not seen any commits in between, it's just relocating the master "tag" and all is fine. If however, master had seen commits as well,

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

2019-10-15 Thread Frederik Schwarzer
Am 14.10.2019 22:51 schrieb Johan Ouwerkerk: On 14.10.2019 21:22, Frederik Schwarzer wrote: If however, master had seen commits as well, fast-forwarding is performing a rebase ... is that correct? The workflow would be: whenever master is updated, you rebase your local feature/work branch

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

2019-10-16 Thread Frederik Schwarzer
Am 15.10.2019 18:16 schrieb Johan Ouwerkerk: On Tue, Oct 15, 2019 at 9:17 AM Frederik Schwarzer wrote: Now I will fix my latest revision and merge to master. Still: 19 commits are not compiling anymore. Or am I missing something here? How would we deal with that? Is "short-lived bra

Re: Winding down Phabricator

2020-06-21 Thread Frederik Schwarzer
Hi, thanks for putting so much effort in the transition. We, as the German translation team, use Phabricator for reviewing the work of casual contributors. I wonder how other teams handle this. I am not saying, Phabricator going away will break our workflow completely but it is a good way to

Re: Shall we condense the bots' commit announcements

2021-05-25 Thread Frederik Schwarzer
Hi, I would not object to this change. Maybe keep the longer versions in #kde-commits? Another thought I had was that GIT_SILENT messages could be omitted. Maybe also worth considering? Cheers Frederik On 5/25/21 11:25 PM, Nate Graham wrote: Hello all, Recently we removed the commit ann

Re: Shall we condense the bots' commit announcements

2021-05-26 Thread Frederik Schwarzer
Am 26.05.2021 03:12 schrieb Nicolás Alvarez: El mar, 25 de may. de 2021 a la(s) 21:59, Frederik Schwarzer (schwar...@kde.org) escribió: Another thought I had was that GIT_SILENT messages could be omitted. Maybe also worth considering? Seems this is already possible in the configuration

kdesrc-build expects fixed path

2021-06-05 Thread Frederik Schwarzer
Hi, when I just tried to set up kdesrc-build with --initial-setup it offered me to update my .bashrc file. The changes made did not work for me because it adds $HOME/kde/src/kdesrc-build to the PATH while I have my checkout at another location. Maybe I have missed something but I think we

Re: kdesrc-build expects fixed path

2021-06-07 Thread Frederik Schwarzer
structure just before passing to invent structure sonow it must be looked up in sdk folder > > Ömer Fadıl Usta > PGP key : 0xfd11561976b1690b > about.me/omerusta > > > Frederik Schwarzer , 5 Haz 2021 Cmt, 20:18 tarihinde şunu yazdı: > Hi, > > when I jus

Progress is good for us but bad for documentation

2021-06-08 Thread Frederik Schwarzer
Hi, we are all making progress but the way to notice it can be painful. Looking at something you created years ago might make you cringe, but that's actually a good sign. It indicates, that you made progress. KDE is making progress as well. Here the indicator is outdated documentation. There

Re: Progress is good for us but bad for documentation

2021-06-09 Thread Frederik Schwarzer
On 6/9/21 6:02 PM, Johannes Zarl-Zierl wrote: Hi, Am Mittwoch, 9. Juni 2021, 01:20:23 CEST schrieb Frederik Schwarzer: I would like to ask you to report such documentation to me. We see the topic come up here and there but it then sometimes sinks into oblivion again because it was part of a

Re: Progress is good for us but bad for documentation

2021-06-30 Thread Frederik Schwarzer
Hi everyone, thank you for your input and sorry it took me a while to reply. For now I have created a list of issues on gitlab to be reminded. https://invent.kde.org/teams/documentation/sprints/-/issues Some issues I started to investigate but was struck by kapidox_generate being broken on my

boot to uefi action represented by check box

2023-06-10 Thread Frederik Schwarzer
Hi, in System Settings -> Startup and Shutdown -> Desktop Session we have a check box labelled After next restart: [ ] Enter UEFI Setup screen (see attached screen shot) Is there a reason we do not use a button for this? How it currently works is, if I set the check box, a button appears

Problem with KConfigGroup

2016-02-14 Thread Frederik Schwarzer
Hi, in Klickety the Configure dialog stopped working in one specific area. It's a QGroupBox with radio buttons represented as an Enum in the kcfg file. Two of the radio buttons have another widget right next to them. | o Theme

Re: Problem with KConfigGroup

2016-02-15 Thread Frederik Schwarzer
Am Montag, 15. Februar 2016, 14:20:11 schrieben Sie: > On Monday, February 15, 2016 4:02:32 AM CET Frederik Schwarzer wrote: > > Hi, > > > > in Klickety the Configure dialog stopped working in one specific > > area. It's a QGroupBox with radio buttons represented

Re: File dialog filters

2016-02-16 Thread Frederik Schwarzer
Am Dienstag, 16. Februar 2016, 18:27:23 schrieb Christian Dávid: Hi, > I noticed that in KMyMoney the filter strings for file dialogs are > created "by hand", e.g. i18n("C++ sources (*.cpp *.cxx *.c++);;All > files (*)"). So each of them must be translated. Alternatively > something like > > QMi

Re: Static code analysis - the easiest way to improve

2016-02-28 Thread Frederik Schwarzer
Am Sonntag, 28. Februar 2016, 15:59:46 schrieb Jaroslaw Staniek: Hi, > Let us know in this thread if code you're interested in isn't there. Could we have kdegames there? Regards, Frederik

Re: Static code analysis - the easiest way to improve

2016-02-28 Thread Frederik Schwarzer
Am Sonntag, 28. Februar 2016, 20:18:22 schrieb Nick Shaforostoff: > > > Let us know in this thread if code you're interested in isn't > > > there.> > > Could we have kdegames there? > > ok, i'll include them in the next build (in a week or so) Thank you.

KConfig - setStandardButtons() breaks Help button?

2016-03-04 Thread Frederik Schwarzer
Hi, I am struggling with using KConfigDialog. If I use it like this: KConfigDialog* dialog = new KConfigDialog(this, "settings", Settings::self()); connect(dialog, &KConfigDialog::settingsChanged, this, &MainWindow::loadSettings ); dialog->show(); the Help button

Re: KConfig - setStandardButtons() breaks Help button?

2016-03-06 Thread Frederik Schwarzer
Am Samstag, 5. März 2016, 10:53:18 schrieb Thomas Lübking: > On Samstag, 5. März 2016 08:34:27 CEST, Frederik Schwarzer wrote: Hi, > > Since in my use case, some of the values in the dialog are > > calculated and (to my understanding) cannot be handled correctly > > by Kcfg

Re: KConfig - setStandardButtons() breaks Help button?

2016-03-06 Thread Frederik Schwarzer
Am Sonntag, 6. März 2016, 12:19:14 schrieb Thomas Lübking: > On Sonntag, 6. März 2016 12:10:36 CEST, Frederik Schwarzer wrote: > >> The most straight forward solution is likely to hide or delete > >> button(QDialogButtonBox::RestoreDefaults) > > > > I would like

Re: KConfig - setStandardButtons() breaks Help button?

2016-03-06 Thread Frederik Schwarzer
Am Sonntag, 6. März 2016, 12:20:38 schrieb Albert Astals Cid: > El Saturday 05 March 2016, a les 08:34:27, Frederik Schwarzer va escriure: > > Hi, > > > > I am struggling with using KConfigDialog. If I use it like this: > > KConfigDialog* dial

Re: Static code analysis - the easiest way to improve

2016-03-15 Thread Frederik Schwarzer
I created an account a few weeks ago, asked to join and was able to access the KDE group fine the next day. Who is granting the access? Maybe contact that person directly. KDEGames is not there yet, though. Regards, Frederik Am Dienstag, 15. März 2016, 17:45:44 schrieb Jaroslaw Staniek: > On 1

Re: Could we enable Travis-CI on our github mirrors?

2016-04-20 Thread Frederik Schwarzer
Am 21.04.2016 07:56 schrieb Teo Mrnjavac: Hi, Can we call things as they are please? The name is "Travis CI", not "githubCI". Travis CI is open source, a separate product and service that happens to talk to GitHub. I think Albert's concern is (and I agree) that the meaning of a potential T

Re: kde on windows

2016-07-31 Thread Frederik Schwarzer
Am 31.07.2016 um 07:32 schrieb Doug: > I don't know what you think you've accomplished by limiting KDE on > Windows to just 4 files. Please take this discussion to kde-wind...@kde.org There you will get better answers than here. Also please choose your words more constructively. For most this is

Re: Deploy Weblate/Pootle system for translation

2017-05-04 Thread Frederik Schwarzer
On Donnerstag, 4. Mai 2017 17:59:58 CEST Guo Yunhe wrote: Hi, this discussion would be a better fit for kde-i18n-...@kde.org. > However, our SVN is stopping people from contributing. Not only techniques > but also transparency. When here are some disagreement on specific > translation, usually t

Building KDE (phonon-vlc) fails

2018-12-09 Thread Frederik Schwarzer
Hi, please forgive my ignorance. It has been ages since I last built KDE from sources. Using kdesrc-build, the phonon-vlc package fails on cmake with the following error: -- Checking for module 'libvlc' -- Found libvlc, version 3.0.4 CMake Error at cmake/FindLIBVLC.cmake:106 (mess

Re: Building KDE (phonon-vlc) fails

2018-12-10 Thread Frederik Schwarzer
On Monday, December 10, 2018 12:29:54 AM CET Michael Pyne wrote: > On Sun, Dec 09, 2018 at 10:18:42AM +0100, Frederik Schwarzer wrote: > > Hi, > > > > please forgive my ignorance. It has been ages since I last built KDE from > > sources. > > > > Using kde

Re: Building KDE (phonon-vlc) fails

2018-12-10 Thread Frederik Schwarzer
On Monday, December 10, 2018 12:34:22 PM CET Harald Sitter wrote: > On Mon, Dec 10, 2018 at 11:26 AM Frederik Schwarzer wrote: > > After installing it, phonon-vlc built fine. > > this should be easier to diagnose in the future > https://commits.

Re: April: Top 15 Mailinglists with messages in moderation

2011-04-01 Thread Frederik Schwarzer
On 01/04/2011, Tom Albers wrote: > Hi, > > The monthly overview of the lists with most messages in the moderation > queue: > >> 19 kde-news-de This might be a candidate for a closedown. The archive ends in 2007 and there are no plans to revive something like this. Was the admin asked for his opi