Re: Where to find this code

2020-01-05 Thread Thomas Baumgart
Jesus, On Sonntag, 5. Januar 2020 10:36:07 CET jvap...@gmail.com wrote: > Everyone, > > I found the code I was looking for. Thank you very much! I made my > change, tested it, and it works the way I want it to. What is theprocess to > bring up a 'change' as part of the core program? Post you

Re: Where to find this code

2020-01-05 Thread jvapr27
Everyone, I found the code I was looking for. Thank you very much! I made my change, tested it, and it works the way I want it to. What is theprocess to bring up a 'change' as part of the core program? Basically, I feel that the bar charts should not display the Expenses, nor Transfers, as neg

Re: Where to find this code

2019-12-29 Thread Thomas Baumgart
Hi, please find my answers inline. On Samstag, 28. Dezember 2019 23:48:03 CET jvap...@gmail.com wrote: > Thanks Thomas. > I am trying to read between the lines. So if I miss something, please > let me know. > Here is what I did: > git clone --single-branch --branch master > git://anongi

Re: Where to find this code

2019-12-28 Thread Brendan Coupe
Jesus, I created build scripts that I use several times a month to build and install KMM from the 3 branches (including 4.8). You can also build from a released source file. Feel free to download them from the link below, they may help explain the process even if you do not wish to use them. I alw

Re: Where to find this code

2019-12-28 Thread jvapr27
Thanks Thomas. I am trying to read between the lines. So if I miss something, please let me know. Here is what I did: git clone --single-branch --branch master git://anongit.kde.org/kmymoney.git kmy/master git clone --single- branch --branch 5.0 git://anongit.kde.org/kmymoney.git kmy/s

Re: Where to find this code

2019-12-27 Thread Thomas Baumgart
Jesus, the whole process of generation of the KMyMoney artifacts is divided into these parts: a) configuration b) compilation / linkage c) installation Step a) is where cmake comes into play. Its job is to convert the meta information provided in CMakeLists.txt files into lower level Makefiles

Re: Where to find this code

2019-12-26 Thread Jesus Varela
Hi Jack, Yeah I tried to copy into kwrite to remove any extra formatting. On Windows I use notepad for the purpose. When I originally pasted in there it was all out of shape. I thought I had fixed it. Sorry about the mess. In any case, I believe as you do. That somehow the code I am seeing is not

Re: Where to find this code

2019-12-26 Thread Jack
Pending further response from Thomas, I think the debugfull is better for your situation.  However, the actual control of optimization is in flags to the compiler, usually set with CFLAGS or CXXFLAGS.  Optimization is -Ox where x is the level of optimization applied.  For example, my cmake line

Re: Where to find this code

2019-12-26 Thread jvapr27
Hi Thomas, Thanks for the response. Where can I check this? > Did you build with optimization? Turn them off. My last cmake command was: cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DKDE_INSTALL_PLUGINDIR=/usr/lib64/qt5/plugins I will try the following: cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DKDE_INSTAL

Re: Where to find this code

2019-12-25 Thread jvapr27
Everyone... in case you have run into this before. I cannot seem to get Kdevelop to work correctly. Problems: - I set breakpoints but the breakpoint is set a few lines off. - When running in Debug mode, I am watching a variable named invertedValue which I hard coded to = true; and still the

Re: Where to find this code

2019-12-22 Thread jvapr27
Hi Thomas, Thanks for the help. > The spot you found is not negating the value of each expense, but > simply > negates the value contained in the grid if the underlying account for > the cell > is an expense account. So I wonder if that would be the spot to > achieve what > you are trying. Ri

Re: Where to find this code

2019-12-21 Thread Thomas Baumgart
Jesus, On Samstag, 21. Dezember 2019 18:28:05 CET Jesus Varela wrote: > Dev team, > > I am trying to become more familiar with the code and am looking for the > code that would control whether transfers are graphed and displayed as > negative numbers in the reports. I want to display absolute va