Feed Advanced Search

Nov 2 2019

ognarb added a comment to T11403: Update kmymoney website.

I already added a .htaccess to the jekyll branch with some redirection so that the user don't get 404 errors.

Nov 2 2019, 5:14 PM · Junior Jobs, KMyMoney, Websites
tbaumgart added a comment to T11403: Update kmymoney website.

Keeping existing URLs might be interesting in one or the other case, probably not all of them.

Nov 2 2019, 4:59 PM · Junior Jobs, KMyMoney, Websites
adrianchavesfernandez added a comment to T11403: Update kmymoney website.

Should we use https://github.com/jekyll/jekyll-redirect-from to avoid breaking existing URLs, or it does not matter?

Nov 2 2019, 4:24 PM · Junior Jobs, KMyMoney, Websites
ognarb added a comment to T11403: Update kmymoney website.

I'm sure we can work together :) I'm currently doing the support page (documentation, faq, ...), if you want you can do the homepage ;)

Nov 2 2019, 12:08 PM · Junior Jobs, KMyMoney, Websites
adrianchavesfernandez reassigned T11403: Update kmymoney website from adrianchavesfernandez to ognarb.

@ognarb I see you started already. Do you want help with this one, or should I pick a different website to port? (I’m not sure how fleasible parallel work on this is)

Nov 2 2019, 7:58 AM · Junior Jobs, KMyMoney, Websites

Nov 1 2019

tbaumgart added a comment to D22115: Fix the incorrect 'sharesFormatted' column in SQL storage.

Ping?

Nov 1 2019, 2:06 PM · KMyMoney

Sep 26 2019

ostroffjh added a comment to T11777: add ability to set payee city and payee state.

I have not yet checked, but this would be a good time to be sure all the available Payee fields in the UI match those available in the check-printing plugin.

Sep 26 2019, 11:16 AM · KMyMoney
tbaumgart added a comment to T11777: add ability to set payee city and payee state.

See D24233 for the implementation work

Sep 26 2019, 5:29 AM · KMyMoney
philhopkins moved T11777: add ability to set payee city and payee state from Backlog to In progress on the KMyMoney board.
Sep 26 2019, 3:19 AM · KMyMoney
philhopkins raised the priority of T11777: add ability to set payee city and payee state from Wishlist to Normal.

I will fix this

Sep 26 2019, 3:07 AM · KMyMoney
philhopkins triaged T11777: add ability to set payee city and payee state as Wishlist priority.
Sep 26 2019, 3:04 AM · KMyMoney

Sep 21 2019

adrianchavesfernandez claimed T11403: Update kmymoney website.
Sep 21 2019, 2:59 PM · Junior Jobs, KMyMoney, Websites

Sep 16 2019

ognarb placed T11403: Update kmymoney website up for grabs.
Sep 16 2019, 8:44 AM · Junior Jobs, KMyMoney, Websites

Sep 15 2019

ognarb added a project to T11403: Update kmymoney website: Junior Jobs.
Sep 15 2019, 10:31 PM · Junior Jobs, KMyMoney, Websites

Sep 7 2019

tbaumgart closed D23369: Adding additional variable to check printing.
Sep 7 2019, 7:26 AM · KMyMoney

Aug 29 2019

habacker closed D16764: Add support for running kmymoney from build dir.
Aug 29 2019, 1:34 AM · KMyMoney

Aug 28 2019

ognarb updated the task description for T11403: Update kmymoney website.
Aug 28 2019, 6:21 PM · Junior Jobs, KMyMoney, Websites

Aug 26 2019

philhopkins updated the diff for D23369: Adding additional variable to check printing.

Corrected variable name numSplits.

Aug 26 2019, 9:39 PM · KMyMoney
tbaumgart accepted D23369: Adding additional variable to check printing.

Please change NumSplits into numSplits before you commit. Or do you want me do add it to the repository?

Aug 26 2019, 7:16 PM · KMyMoney
philhopkins added inline comments to D23369: Adding additional variable to check printing.
Aug 26 2019, 6:27 PM · KMyMoney
philhopkins updated the diff for D23369: Adding additional variable to check printing.

Changed all sahres to value and updated currency to print the currency symbol.

Aug 26 2019, 6:25 PM · KMyMoney
tbaumgart added inline comments to D23369: Adding additional variable to check printing.
Aug 26 2019, 6:08 PM · KMyMoney
philhopkins added inline comments to D23369: Adding additional variable to check printing.
Aug 26 2019, 5:54 PM · KMyMoney
tbaumgart added inline comments to D23369: Adding additional variable to check printing.
Aug 26 2019, 5:16 PM · KMyMoney
philhopkins updated the diff for D23369: Adding additional variable to check printing.

Added the currency for the accout=nt/transaction

Aug 26 2019, 5:06 PM · KMyMoney
tbaumgart added inline comments to D23369: Adding additional variable to check printing.
Aug 26 2019, 4:49 PM · KMyMoney
philhopkins added inline comments to D23369: Adding additional variable to check printing.
Aug 26 2019, 4:30 PM · KMyMoney
philhopkins added inline comments to D23369: Adding additional variable to check printing.
Aug 26 2019, 4:21 PM · KMyMoney
tbaumgart added inline comments to D23369: Adding additional variable to check printing.
Aug 26 2019, 4:13 PM · KMyMoney
philhopkins added a comment to D23369: Adding additional variable to check printing.

questions

Aug 26 2019, 3:51 PM · KMyMoney
tbaumgart requested changes to D23369: Adding additional variable to check printing.
Aug 26 2019, 2:51 PM · KMyMoney
philhopkins added a comment to D23369: Adding additional variable to check printing.

This should now give the proper amount.

Aug 26 2019, 3:02 AM · KMyMoney
philhopkins added inline comments to D23369: Adding additional variable to check printing.
Aug 26 2019, 3:02 AM · KMyMoney
philhopkins updated the diff for D23369: Adding additional variable to check printing.

I have replaced shares with value in: checkHTML.replace( valueVariable, MyMoneyUtils::formatMoney((*it).transaction().splits()[i].value().abs(), currency));.
As has been pointed out if one or more of the splits are in a different currency shares will give the wrong amount for the split.

Aug 26 2019, 2:59 AM · KMyMoney

Aug 24 2019

tbaumgart requested changes to D23369: Adding additional variable to check printing.
Aug 24 2019, 7:10 AM · KMyMoney
philhopkins added a comment to D23369: Adding additional variable to check printing.

Thanks for the review, please look at my changes.

Aug 24 2019, 3:36 AM · KMyMoney
philhopkins added inline comments to D23369: Adding additional variable to check printing.
Aug 24 2019, 3:35 AM · KMyMoney
philhopkins updated the diff for D23369: Adding additional variable to check printing.

Thanks for the feedback, my C++ skills are way out of date. I have made two of the three changes that were suggested. I do not understand the one about the currency and you reference line 206. That line gives the value in text not numbers. Line 207 gives the value in numbers and should be modified by the currency. My line 214 should give the value in numbers and is identical to line 207. It should be modified by the currency. If I am wrong please let me know.

Aug 24 2019, 3:30 AM · KMyMoney

Aug 23 2019

tbaumgart requested changes to D23369: Adding additional variable to check printing.
Aug 23 2019, 6:44 AM · KMyMoney
philhopkins added a comment to D23369: Adding additional variable to check printing.

Please review

Aug 23 2019, 3:20 AM · KMyMoney
philhopkins added a reviewer for D23369: Adding additional variable to check printing: KMyMoney.
Aug 23 2019, 3:18 AM · KMyMoney
philhopkins requested review of D23369: Adding additional variable to check printing.
Aug 23 2019, 3:17 AM · KMyMoney

Aug 21 2019

philhopkins added a member for KMyMoney: philhopkins.
Aug 21 2019, 5:07 PM

Aug 14 2019

ognarb updated the task description for T11403: Update kmymoney website.
Aug 14 2019, 7:58 AM · Junior Jobs, KMyMoney, Websites
ognarb updated the task description for T11403: Update kmymoney website.
Aug 14 2019, 7:58 AM · Junior Jobs, KMyMoney, Websites
ognarb triaged T11403: Update kmymoney website as Normal priority.
Aug 14 2019, 6:43 AM · Junior Jobs, KMyMoney, Websites

Aug 7 2019

fbampaloukas added a member for KMyMoney: fbampaloukas.
Aug 7 2019, 4:55 AM
fbampaloukas added a watcher for KMyMoney: fbampaloukas.
Aug 7 2019, 4:55 AM

Jun 27 2019

tbaumgart accepted D22115: Fix the incorrect 'sharesFormatted' column in SQL storage.

Looks OK to me.

Jun 27 2019, 12:49 PM · KMyMoney
tbaumgart retitled D22115: Fix the incorrect 'sharesFormatted' column in SQL storage from FIX THE INCORRECT sharesFormatted COLUMN IN SQL STORAGE to Fix the incorrect 'sharesFormatted' column in SQL storage.
Jun 27 2019, 12:49 PM · KMyMoney
tbaumgart set the repository for D22115: Fix the incorrect 'sharesFormatted' column in SQL storage to R261 KMyMoney.
Jun 27 2019, 12:48 PM · KMyMoney
tonybl requested review of D22115: Fix the incorrect 'sharesFormatted' column in SQL storage.
Jun 27 2019, 9:59 AM · KMyMoney

May 4 2019

James added a watcher for KMyMoney: James.
May 4 2019, 5:30 PM

Mar 24 2019

tbaumgart accepted D16764: Add support for running kmymoney from build dir.
Mar 24 2019, 9:03 AM · KMyMoney

Mar 10 2019

wojnilowicz resigned from D10614: Custom icons for accounts.
Mar 10 2019, 6:51 AM · KMyMoney
wojnilowicz resigned from D16764: Add support for running kmymoney from build dir.
Mar 10 2019, 6:51 AM · KMyMoney
wojnilowicz abandoned D14494: Move online task reading and writing to XML storage.
Mar 10 2019, 6:50 AM · KMyMoney
wojnilowicz abandoned D14522: Integrate Alkimia.
Mar 10 2019, 6:50 AM · KMyMoney
wojnilowicz abandoned D14756: Match transactions differently.
Mar 10 2019, 6:50 AM · KMyMoney

Mar 3 2019

azlev added a member for KMyMoney: azlev.
Mar 3 2019, 3:41 PM

Feb 23 2019

domson added a watcher for KMyMoney: domson.
Feb 23 2019, 1:40 AM

Feb 12 2019

brunourias added a member for KMyMoney: brunourias.
Feb 12 2019, 10:33 PM
brunourias added a watcher for KMyMoney: brunourias.
Feb 12 2019, 10:33 PM

Feb 2 2019

bcooksley closed D18666: Add pipeline for stable KMyMoney AppImage build.
Feb 2 2019, 6:01 PM · KMyMoney
bcooksley accepted D18666: Add pipeline for stable KMyMoney AppImage build.

This looks fine to me.

Feb 2 2019, 5:57 PM · KMyMoney
tbaumgart added a project to D18666: Add pipeline for stable KMyMoney AppImage build: KMyMoney.
Feb 2 2019, 1:01 PM · KMyMoney
tbaumgart added a commit to T10428: Fix KMyMoney AppImage build: R261:8a7fc5bd4952: Make sure we set VERSION so linuxdeployqt/appimagetool knows how to name the….
Feb 2 2019, 9:20 AM · KMyMoney

Feb 1 2019

bcooksley added a commit to T10428: Fix KMyMoney AppImage build: R993:0b693bbd9966: Fix case-sensitivity issues in Jenkins Pipeline..
Feb 1 2019, 7:46 AM · KMyMoney
bcooksley closed T10428: Fix KMyMoney AppImage build as Resolved.

This is now confirmed as fixed.

Feb 1 2019, 7:25 AM · KMyMoney
bcooksley added a project to T10428: Fix KMyMoney AppImage build: KMyMoney.
Feb 1 2019, 7:17 AM · KMyMoney

Jan 31 2019

habacker added a comment to D18590: Fixes "In German, the dialog uses "share" if it is actually shares and/or bonds (i.e. securities)..

therefore it would be good to have context in the i18n() calls

Jan 31 2019, 10:24 AM · KMyMoney

Jan 29 2019

habacker closed D18590: Fixes "In German, the dialog uses "share" if it is actually shares and/or bonds (i.e. securities)..
Jan 29 2019, 8:29 PM · KMyMoney
habacker added a comment to D18590: Fixes "In German, the dialog uses "share" if it is actually shares and/or bonds (i.e. securities)..

According to https://techbase.kde.org/Development/Tutorials/Localization/i18n#Standard_Context_For_Common_Phrases you are refering to

Jan 29 2019, 6:54 PM · KMyMoney
lueck accepted D18590: Fixes "In German, the dialog uses "share" if it is actually shares and/or bonds (i.e. securities)..

https://dict.leo.org/englisch-deutsch/shares says:
shares Pl. (Brit.) [FINAN.] die Aktien Pl. [Börse]
shares Pl. [FINAN.] die Anteile Pl.
therefore it would be good to have context in the i18n() calls
otherwise +1

Jan 29 2019, 5:33 PM · KMyMoney
habacker retitled D18590: Fixes "In German, the dialog uses "share" if it is actually shares and/or bonds (i.e. securities). from Fixed "Dialog uses 'share' when in fact referring to shares and/or bonds (i.e., securities)" to Fixes "In German, the dialog uses "share" if it is actually shares and/or bonds (i.e. securities)..
Jan 29 2019, 4:53 PM · KMyMoney
habacker added a comment to D18590: Fixes "In German, the dialog uses "share" if it is actually shares and/or bonds (i.e. securities)..

Yes, it is german only. I should have made the diff from the whole path.

Jan 29 2019, 4:50 PM · KMyMoney
ostroffjh added a comment to D18590: Fixes "In German, the dialog uses "share" if it is actually shares and/or bonds (i.e. securities)..

I certainly can't comment on the German, but as long as this is only changing the German translation, I have no problem with it.

Jan 29 2019, 4:33 PM · KMyMoney
lueck added a reviewer for D18590: Fixes "In German, the dialog uses "share" if it is actually shares and/or bonds (i.e. securities).: kde-i18n-de.
Jan 29 2019, 1:17 PM · KMyMoney
habacker requested review of D18590: Fixes "In German, the dialog uses "share" if it is actually shares and/or bonds (i.e. securities)..
Jan 29 2019, 12:11 PM · KMyMoney

Jan 16 2019

aacid closed D16433: Display name of equity with strikeout font if the equity account has been closed..
Jan 16 2019, 11:32 PM · KMyMoney

Jan 1 2019

habacker created T10244: Enable shortcuts for statement number assignments in scheduled transactions dialog.
Jan 1 2019, 11:17 AM · KMyMoney

Dec 6 2018

probono added a comment to D15343: Disable most features for AppImage.

Is the crashing AppImage available for download? I'd like to have a look at it.

Dec 6 2018, 7:03 PM · KMyMoney

Nov 30 2018

tbaumgart closed D17202: Kmymoney reporting graphs with expenses shown as negative.

Closed manually after I landed the change manually as dffdf76750f74ad6e8741abe5ed4b7380f9b65e3

Nov 30 2018, 9:52 PM · VDG, KMyMoney
tbaumgart reopened D17202: Kmymoney reporting graphs with expenses shown as negative.
Nov 30 2018, 9:05 PM · VDG, KMyMoney
michaelkiefer closed D17202: Kmymoney reporting graphs with expenses shown as negative.
Nov 30 2018, 8:10 PM · VDG, KMyMoney
tbaumgart accepted D17202: Kmymoney reporting graphs with expenses shown as negative.

In case you don't have write access let me know.

Nov 30 2018, 7:41 PM · VDG, KMyMoney
michaelkiefer updated the diff for D17202: Kmymoney reporting graphs with expenses shown as negative.

Added your suggestions (and fixed the patch)

Nov 30 2018, 7:26 PM · VDG, KMyMoney

Nov 29 2018

michaelkiefer added a comment to D17202: Kmymoney reporting graphs with expenses shown as negative.

Thanks for your suggestions! I hope, I included them correctly.
First time contributing to KDE after 21 years of using it ;-)

Nov 29 2018, 6:10 PM · VDG, KMyMoney
michaelkiefer updated the diff for D17202: Kmymoney reporting graphs with expenses shown as negative.

included Thomas' suggestions

Nov 29 2018, 6:06 PM · VDG, KMyMoney
tbaumgart added a comment to D17202: Kmymoney reporting graphs with expenses shown as negative.

In general a good idea and a cool addition to the application.

Nov 29 2018, 11:45 AM · VDG, KMyMoney

Nov 27 2018

michaelkiefer retitled D17202: Kmymoney reporting graphs with expenses shown as negative from Reporting graphs with expenses shown as negative to Kmymoney reporting graphs with expenses shown as negative.
Nov 27 2018, 10:40 PM · VDG, KMyMoney
michaelkiefer requested review of D17202: Kmymoney reporting graphs with expenses shown as negative.
Nov 27 2018, 10:38 PM · VDG, KMyMoney

Nov 25 2018

habacker updated the diff for D16764: Add support for running kmymoney from build dir.
  • use local path first in readme.cmake
  • add note why not using ECM 5.38
Nov 25 2018, 12:28 PM · KMyMoney

Nov 24 2018

tbaumgart added inline comments to D16764: Add support for running kmymoney from build dir.
Nov 24 2018, 9:38 AM · KMyMoney

Nov 21 2018

habacker added inline comments to D16764: Add support for running kmymoney from build dir.
Nov 21 2018, 4:43 PM · KMyMoney

Nov 16 2018

habacker added a comment to D16764: Add support for running kmymoney from build dir.

Just a hint: running kmymoney from build dir is useful inside an IDE like QtCreator

Nov 16 2018, 7:53 AM · KMyMoney
habacker updated the summary of D16764: Add support for running kmymoney from build dir.
Nov 16 2018, 7:47 AM · KMyMoney
habacker updated the diff for D16764: Add support for running kmymoney from build dir.
  • fixed issues
  • todo: creating symlink need to be checked on windows
Nov 16 2018, 7:28 AM · KMyMoney

Nov 15 2018

habacker added inline comments to D16764: Add support for running kmymoney from build dir.
Nov 15 2018, 10:19 PM · KMyMoney

Nov 11 2018

habacker added a reviewer for D14522: Integrate Alkimia: habacker.
Nov 11 2018, 7:43 PM · KMyMoney