Version 5.0.80-09ffa40a compiled from source (i'm very grateful for that) In Configure KMyMoney | Ledger | Sorting | all 3 views none of the buttons has any effect. they become enabled when item selected, but nothing more happens so can't change sort sequence.
Created attachment 110529 [details] Case A similar problem. Uploaded video with error playback. Also a problem - not always buttons are active. On the video: 0:08 - the "Сумма" and "Состояние сверки" fields - the "Up" button is not active.
(In reply to LanMan from comment #1) > Created attachment 110529 [details] > Case Forgot to specify the version: 5.0.0-2, on Arch Linux
Can confirm the same issue happening on Gentoo with app-office/kmymoney-5.0.0.
Git commit 125b366e321683483850c70bfbc5c19a7c02ae02 by Thomas Baumgart. Committed on 12/02/2018 at 07:34. Pushed by tbaumgart into branch '5.0'. Connect signals to slots in transaction sort dialog The buttons and widget list signals were not connected to any functionality. Hence the dialog's functionality was broken. This change introduces the connections and cleans up some unused code. FIXED-IN: 5.0.1 M +20 -34 kmymoney/widgets/transactionsortoption.cpp M +2 -4 kmymoney/widgets/transactionsortoption.h https://commits.kde.org/kmymoney/125b366e321683483850c70bfbc5c19a7c02ae02
I applied the patches and it now works as expected. BTW, I'm running ubuntu bionic which has webKit 5.43, kmm uses 5.42, but a symlink to 5.43 seems to run ok, at least so far. Thank you Thomas for the speedy resolution.