n-stein

Results 201 comments of n-stein

While checking out #5861 I found that wxWidgets 3.3.0 will give us a significant improvement in Windows Dark Mode just by adding a single line to mmex.cpp: `app->MSWEnableDarkMode();` This applies...

Yeah, no change there. The issue there is the default WebView backend uses IE which doesn't support the prefers-color-scheme media query. ![image](https://user-images.githubusercontent.com/16599929/235226221-9e7e4509-07dd-4f25-9019-5a44fd95709c.png) I've compiled wxWidgets with MS Edge WebView2 as...

I've fixed the reporting issue with the Edge backend: Reports before: ![image](https://user-images.githubusercontent.com/16599929/235508959-cf95acd7-2a56-4998-8bda-f951552bb350.png) ![image](https://user-images.githubusercontent.com/16599929/235505277-7ab859af-a535-48fb-911d-a4c9a6a77d37.png) Reports after -- everything is dark now: ![image](https://user-images.githubusercontent.com/16599929/235508509-d29421f1-7fdc-45d0-ad25-a65c239354cb.png) ![image](https://user-images.githubusercontent.com/16599929/235505572-b38b70c0-8092-41aa-a2b7-abf5df2bad91.png) ![image](https://user-images.githubusercontent.com/16599929/235521150-e3dc82d2-aa53-4d44-9362-69fff8967c19.png) You can still see some of the...

@rmelillo76 I added an option to the context menu. I decided not to go with the "Find" submenu I suggested in #6215 since it felt too restrictive. Instead, you can...

> Works fine when initiated from single accounts (except observation below) but not when initiated on 'All Transactions'. Ah, good catch. The filter is applied but the panel doesn't refresh...

> Works fine when initiated from single accounts (except observation below) but not when initiated on 'All Transactions' Fixed

Odd, must be a false positive. Bitdefender doesn't see anything wrong with it: ![odscanlogviewie_ny7OmTAgnd](https://github.com/moneymanagerex/moneymanagerex/assets/16599929/fc187ed3-6b7b-4f7a-8012-d028fdf15abc)

I'm working on this for 1.6.5, estimate about 80% finished. Basic idea is pretty straightforward, all custom fields will appear in the the import dialog after the default list. They...

> * Assume a failure will make the user try again with (possibly) corrected data. In this case, no duplicates should be imported even if some column values are different...