Re: Upcoming CI changes - transition to VM based CI

2025-06-02 Thread Thomas Baumgart
they are still Qt 5 only? > > Happy to help upgrade some. > Upgrade for marK: > https://invent.kde.org/education/mark/-/merge_requests/10 > > Examining: > https://invent.kde.org/education/khipu > https://invent.kde.org/education/kstars > https://invent.kde.org/education/rocs > https://invent.kde.org/education/ktouch > Within education, these seem to be the only ones still needing migration. Can > help > migrate these. Can also help with some of the Games software. KMyMoney and Alkimia are certainly also candidates. We are currently in string freeze and planned to be released on the weekend of June 20/21. After that, there is no more Qt5 release planned. Both projects already build on Qt6/KF6 and may need some final touches. If the planned conversion to VM based CI can be postponed until end of June would be marvelous. Thomas -- Regards Thomas Baumgart - No electrons have been harmed during the creation of this message. - signature.asc Description: This is a digitally signed message part.

Re: Guidelins for one codebase that builds with Qt5 and Qt6?

2024-08-06 Thread Thomas Baumgart
this is what concerns me with Kraft as well. It's users are > also not particularly bleeding edge, so until most distros are shipping > and working with KF6 having a maintained KDE 5 version is valuable. KMyMoney chimes in here as well. -- Regards Thomas Baumgart --

Re: MR Gardening - A discussion, please leave your input!

2023-03-10 Thread Thomas Baumgart
e benefit from reminders. Those with > higher activity are much less likely to see value from it. > > Closing of MRs though is something that should only be done after review by > the developers who run the project. Maybe in a semi-automa

Re: Downtime Notice: Bugzilla - bugs.kde.org

2023-02-05 Thread Thomas Baumgart
seen and the status did not change :( -- Regards Thomas Baumgart - There are two rules for success in life: Rule 1: Don't tell people everything you know. - signature.asc Description: This is a digitally signed message part.

Re: "Gardening" old bugreports

2023-01-21 Thread Thomas Baumgart
f it > > > is decided that it isn't wanted then the KDE as a whole will need to > > > entice more people in sorting old bugs individually as it is clearly > > > not a priority right now for the majority. > > Speaking for KPhotoAlbum, I really appreciate th

Re: Retirement of Capacity

2023-01-16 Thread Thomas Baumgart
hich was converted to a static site three years ago. We do use some PHP code to generate test data and reports but none of them seem to require specific PHP libraries. git repo at: https://invent.kde.org/websites/kmymoney-org -- Regards Thomas Baumgart --

Re: GItlab update

2023-01-08 Thread Thomas Baumgart
late for bcooksley[m] so i'd say answer his email to the community mailing list? -- Regards Thomas Baumgart - An optimist laughs to forget. A pessimist forgets to laugh. - signature.asc Description: This is a digitally signed message part.

Re: Would Scandoc be somthing for Extragear?

2022-11-10 Thread Thomas Baumgart
On Donnerstag, 10. November 2022 17:38:21 CET Volker Krause wrote: > On Donnerstag, 10. November 2022 12:25:26 CET Klaas Freitag wrote: > > Am 10.11.22 um 10:09 schrieb Thomas Baumgart: > > > I am > > > thinking about adding a webcam interface so that KMyMoney can use i

Re: Would Scandoc be somthing for Extragear?

2022-11-10 Thread Thomas Baumgart
Sune, On Donnerstag, 10. November 2022 10:31:57 CET Sune Vuorela wrote: > On 2022-11-10, Thomas Baumgart wrote: > > I don't know, if you have thought of this when writing invoices. Include > > an EPC QR (https://de.wikipedia.org/wiki/EPC-QR-Code) on the invoice. I am > &g

Re: Would Scandoc be somthing for Extragear?

2022-11-10 Thread Thomas Baumgart
On Donnerstag, 10. November 2022 10:51:32 CET Tobias Leupold wrote: > Am 10.11.22 um 10:09 schrieb Thomas Baumgart: > > On Donnerstag, 10. November 2022 09:28:17 CET Klaas Freitag wrote: > > > >> Am 09.11.22 um 21:18 schrieb Tobias Leupold: > >>> Am Mitt

Re: Would Scandoc be somthing for Extragear?

2022-11-10 Thread Thomas Baumgart
rm for online payments that KMyMoney already has. Or even use the PDF file as input an pull out the QR code. That would improve productivity I think. I know, a bit off topic here. > I know people who run Kraft on Chromebooks to enable the users to use >

Re: l10n data move from svn to git

2022-10-02 Thread Thomas Baumgart
regarding the po subdir. > Sorry for this possibly redundant question, but once burnt, twice shy ;-) I feel with you. Thus any hint/link is very welcome also from my side. I have to admit that I did not closely follow the latest changes due to time con

Re: Tips in splash screen on startup (suggestion)

2022-09-20 Thread Thomas Baumgart
> “Since 5.83, write the information to the handbook instead” See also: https://phabricator.kde.org/T11586 -- Regards Thomas Baumgart - As soon as there is an optimist who discovers a light that does not exist th

Re: Craft windows build broken for Kdiff3

2021-06-06 Thread Thomas Baumgart
also the ones for Mac: https://binary-factory.kde.org/job/KMyMoney_Release_win64/ https://binary-factory.kde.org/job/KMyMoney_Release_macos/ Would be cool to see some fixes. -- Regards Thomas Baumgart https://www.signal.org/ Signal

Re: Safely storing an application's API keys

2021-01-18 Thread Thomas Baumgart
key but only used as identifier for the application, but nevertheless that number is in the KDE repos after I have confirmed that it is OK. -- Regards Thomas Baumgart https://www.signal.org/ Signal, the better WhatsApp ---

Re: Accessing a (sub)menu defined in an XmlGui ui.rc file

2021-01-13 Thread Thomas Baumgart
Write or such Ooops, my bad, or as we say in German "Thema verfehlt, setzen, sechs" :) -- Regards Thomas Baumgart https://www.signal.org/ Signal, the better WhatsApp - The shortest words, namely yes and no, r

Re: Accessing a (sub)menu defined in an XmlGui ui.rc file

2021-01-13 Thread Thomas Baumgart
creates all the menus during initialization. The QStringLiterals contain the names used in the xmlgui.rc file. KMyMoneyApp is derived from KXmlGuiWindow and thus provides the factory() method. The actions need to exist before the menu is initialized from what I see. All this is calle

Re: How do you deal with incomplete commits?

2020-10-31 Thread Thomas Baumgart
mentioned :) This leads to a short answer: self-discipline. My impression is that you look for a some magic feature in git that forces you to clean up in time. Not sure if something like that exists. > Am Sat, 31 Oct 2020 15:44:35 +0100 > schrieb Thomas Baumgart : > > > On Samsta

Re: How do you deal with incomplete commits?

2020-10-31 Thread Thomas Baumgart
r solution that I am missing? Do we have something along the > lines of 2c (not according to our docs, AFAICS)? You can use interactive rebase of those unpushed commits so that the ones belonging to each other form a single one (so to say post commit --amen

Re: newer version of create_tarbar_kf5.rb?

2020-07-28 Thread Thomas Baumgart
tarme.rb to create KMyMoney tarballs and tagme.rb to setup the tag once I am confident that no more changes are necessary just as outlined on https://community.kde.org/ReleasingSoftware -- Regards Thomas Baumgart https://www.signal.org/ Signal, the better WhatsApp

Re: Shift for parts of the CI system to Qt 5.15

2020-06-20 Thread Thomas Baumgart
orgiving. or MSVC too limited :) Known to the project, under investigation and somewhat fixed (as of today). With fixes still problems during final link phase. Due to limited Windows and MSVC know-how in the team only slowly progressing. If someone with more of that can help, we would very much

Re: Gitlab (commit) notifications

2020-05-21 Thread Thomas Baumgart
l the noise" for the > > project. IIRC, that notification mechanism was set up for us by > > sysadmin, not by self-service. > > For all non-work branches, emails will be sent to kde-comm...@kde.org > - so these already exist. > What doesn't exist is a

Re: Proposal: "Noteworthy" label for Promo application updates

2020-04-23 Thread Thomas Baumgart
you press 'reply' and you mail program takes another address, open the window (the physical one) and throw your mail program out and get a real one :) For me this simply works (using our own KMail). OK, and on top of that, I spent most of my life so far in the last millennium ;) Cheers

Re: Debugging laptop screen not being locked on machine suspension

2019-05-18 Thread Thomas Baumgart
Plasma debug messages for kscreenlock related stuff? > Thank you Do you have the "Lock screen on resume" option activated? You can find it with the screen locker. I am asking, because the feature works for me. Sorry, can't give you details on how to debug it. -- R

Re: Commitfilter

2018-12-03 Thread Thomas Baumgart
nce > https://commitfilter.kde.org does not work anymore. > > Best > Christian > > -- Regards Thomas Baumgart https://www.signal.org/ Signal, the better WhatsApp - Please avoid sending me Word or Pow

Re: Baloo is not dead, it just smells a little funny

2018-02-01 Thread Thomas Baumgart
017/11/30/kdes-goals-2018-and-beyond and https://phabricator.kde.org/T7116 for details. Not being active in that area myself, it seems to me, that your input is very helpful, as you are the people we look for and can show us our weak spots. Regards Thomas -- Regards Thomas Baumgart

Re: New KDE application

2018-01-15 Thread Thomas Baumgart
> > >> An application like this comes in handy when a group of people need to > >> manage their regular expenses, and we thought it might be a good idea > >> to have something similar in KDE. The target audience for

Re: releaseme new requirement: non-conflicting files on case-insensitive FS/OS

2017-11-21 Thread Thomas Baumgart
er below is selected purely random - what coincidence -- Regards Thomas Baumgart https://www.telegram.org/ Telegram, the better WhatsApp - MicroSoft Windows - from the people w

Re: Make KDE more accessible - Registration for Randa Meetings ends soon

2017-07-07 Thread Thomas Baumgart
ptember 16th the day when the event itself ends? I am a bit puzzled here. Since you talk about a Sunday, it seems to be July 16th which makes more sense. -- Regards Thomas Baumgart https://www.telegram.org/ Telegram, the better whats app --

Re: Meta Object Complier error while porting

2015-01-29 Thread Thomas Baumgart
simply remove this include statement? I think this was the solution I used a long time ago in a similar context. -- Regards Thomas Baumgart GPG-FP: E55E D592 F45F 116B 8429 4F99 9C59 DB40 B75D D3BA - 'Debugging is twice as har

Re: Missing application icons of many KDE apps on MacPorts/OSX

2014-03-22 Thread Thomas Baumgart
; > As soon as KDevelop is closed the icon reverts back to the generic one. > > However, KMyMoney does NOT do such a dance! > > > Any ideas what could be the reason? I found the following in KMyMoneys kmymoney/CMakeLists.txt KDE4_ADD_APP_ICON( kmymoney_SRCS hi*-app-kmym

Re: Howto span text over multiple columns

2013-07-14 Thread Thomas Baumgart
Hi, usually, I don't answer myself, but want to do so in this case to keep the solution to my problem in the archive. On Friday 12 July 2013 19:33:29 Thomas Baumgart wrote: > Hi, > > > I am encountering a problem which I don't know how to tackle. Maybe someone > here

Howto span text over multiple columns

2013-07-12 Thread Thomas Baumgart
ope I was able to describe the problem and that now there is someone with an idea how I can accomplish to get this spanning done? Any help is very much appreciated. -- Regards Thomas Baumgart GPG-FP: E55E D592 F45F 116B 8429 4F99 9C59 DB40 B75D

Re: Event affecting KDE Git and Subversion

2013-06-19 Thread Thomas Baumgart
ll be a freeze on the creation of new accounts > > and repositories, as well as the updating of SSH keys. > > > > Thanks, > > Ben Cooksley > > KDE Sysadmin > > > > >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to > &

Re: Question concerning editing of OVERDUE schedules

2013-01-26 Thread Thomas Baumgart
master but don't see this happen. How can I duplicate that? p.s. I am pretty sure you wanted to send this to kmymoney-devel instead of kde-devel, right? Hence I am switching lists here -- Regards Thomas Baumgart GPG-FP: E55E D592 F45F 116B 8429 4F99 9C5

Re: Enquiring about participation in the mailing list

2013-01-15 Thread Thomas Baumgart
he web-front-end of this mailing list at http://mail.kde.org/mailman/listinfo/kde-devel . Hope that helps. -- Regards Thomas Baumgart GPG-FP: E55E D592 F45F 116B 8429 4F99 9C59 DB40 B75D D3BA - "Hey! I could use Tex!" and

Re: Linkage error with KConfig XT

2012-07-26 Thread Thomas Baumgart
how sounds like the symbols are not exported in the library. Do you compile the library with option -fvisibility=hidden ? Then you need to export the class to make it visible. See the KDE_EXPORT and KDE_IMPORT macros. A quick search showed this explanation, and I am sure you will find more on the

Re: making commit digest stats more accurate and up-to-date

2012-01-29 Thread Thomas Baumgart
Hi, on Sunday 29 January 2012 18:11:50 Filipe Saraiva wrote: > Exist some feedback after press save button? Did you enable Javascript? Once the send button was clicked, the page contents changes a bit. At least that was the observation I had a few moments ago. -- Regards Thomas Baumg

Re: How to add a menu-item to the Settings menu

2011-12-02 Thread Thomas Baumgart
orked for us. The first version inserts between the top items and the separator, the second version adds to the bottom of the settings menu. Then all you need to do is creating the action with the name given in the ui.rc file in your code. Names must match, otherwise it won't work. Hope that he

Re: krazy2 vs astyle

2011-11-21 Thread Thomas Baumgart
se in KMyMoney to solve the problem: https://projects.kde.org/projects/extragear/office/kmymoney/repository/revisions/master/entry/astyle- kmymoney.sh -- Regards Thomas Baumgart GPG-FP: E55E D592 F45F 116B 8429 4F99 9C59 DB40 B75D D3BA

Re: [Kmymoney-devel] Why is meinproc4 actually called?

2011-11-09 Thread Thomas Baumgart
dd_subdirectory( es_kmymoney/kmymoney ) add_subdirectory( fr_kmymoney/kmymoney ) add_subdirectory( it_kmymoney/kmymoney ) add_subdirectory( pt_kmymoney/kmymoney ) add_subdirectory( pt_BR_kmymoney/kmymoney ) add_subdirectory( sv_kmymoney/kmymoney ) add_subdirect

Re: How KDE attaches icons to application?

2011-10-03 Thread Thomas Baumgart
hen the out-of-the-box build environment dropped files in /usr/local when my KDE installation (output of kde4-config --prefix) is in /usr. In no case I had to add application code to see the icon in the about dialog box. Just the names have to match. -- Regards Thomas Baumga

Re: Bug triage process needs help

2011-09-30 Thread Thomas Baumgart
ss (borrowing the medical term), in which each new bug is assigned a priority based on its severity, frequency, risk, and other predetermined factors." Source: http://en.wikipedia.org/wiki/Bug_triage#Bug_management A good german translation would be 'Sichtung' as found on http:

Re: Problems with checking out the code.

2011-08-16 Thread Thomas Baumgart
-q option > from 'ssh' in the [tunnels] section of your Subversion configuration file. > svn: Network connection closed unexpectedly Try this: thb@thb-nb:~/devel/kmymoney4> netcat svn.kde.org 22 SSH-2.0-OpenSSH_5.2 ^C punt! to check if you have a general connection problem. The l

Re: Problems with checking out the code.

2011-08-15 Thread Thomas Baumgart
ile out of the ~/.ssh directory to that new laptop? > My connection to internet is good( I can post this letter). What am I to > do? I doubt that your problem has anything to do with network availability. -- Regards Thomas Baumgart GPG-FP: E55E D

Re: My dbus doesn't work on MacOSX anymore...

2011-08-08 Thread Thomas Baumgart
t permitted > > I end up with the same stuff. :-( > > See, all this, although these processes use the same socket. Are you sure? Trace it on a system call basis (on linux that is strace) and see why it is failing. Sometimes it is astonishing what happens. -- Regards Thomas Baumg

Re: Measuring memory consumption

2011-08-07 Thread Thomas Baumgart
Hi, on Sunday 07 August 2011 16:56:51 Marko Käning wrote: > Where can one get the script rssanalyse.pl ? It was attached to Thiago's mail. -- Regards Thomas Baumgart GPG-FP: E55E D592 F45F 116B 8429 4F99 9C59 DB40 B75D D3BA

Re: Storing data

2011-06-23 Thread Thomas Baumgart
y read in the data that is already stored - I believe it does not > provide data manipulation/organizing/writing, etc. > > How would I utilize a xml file? Just get my program to hand craft one? That would be one way. Another one is t

Re: KTimeWidget?

2011-05-04 Thread Thomas Baumgart
x27;s no specific KDE widget, use the Qt one called QTimeEdit: http://doc.trolltech.com/4.7/qtimeedit.html -- Regards Thomas Baumgart GPG-FP: E55E D592 F45F 116B 8429 4F99 9C59 DB40 B75D D3BA - Flying is absolutely safe as long as

Re: KRichTextWidget

2011-01-15 Thread Thomas Baumgart
hich isn't much better > unfortunately, since I'm still fiddling with events. What do you > recommend? Yes, but all you need to do is place your logic to resize the KRichTextWidget into the overridden "void QWidget::focusInEvent ( QFocusEvent * event )&quo

Re: Open for Review: Massif Visualizer

2010-11-06 Thread Thomas Baumgart
only change we did and maintain). http://websvn.kde.org/trunk/extragear/office/kmymoney/ has the details. We drop the copy in libkdchart. -- Regards Thomas Baumgart GPG-FP: E55E D592 F45F 116B 8429 4F99 9C59 DB40 B75D D3BA -