-
selsta.merge+ 3849
-
xmr-prAdded
-
xmr-prselsta opened pull request #3849: libwalletqt: fix typo in type
-
xmr-pr
-
xmr-prgeonic1 opened issue #3850: Window resizing issue when running dual monitors on a PC
-
xmr-pr
-
brg2[m]Hi all. I'm looking to test an idea on the gui code but didn't see a starting point or project file to open/develop the project. What is the best practice to start making changes to the code? Does everyone do straight code/compile or is QT Creator better? If so, what is the best starting point to get that going? I'm not familiar with QT Creator but want to help the monero community and this project. Thank you! (best comment about this was
-
brg2[m]here: matrix.to/#/!oyXaDZnhLzQECPWmIt:mon…at&via=matrix.org&via=monero.social but that didn't lead to any further instruction)
-
moneromoooDid you check for a README* file ? Or HACKING*, or similar.
-
moneromoooThat should have build instructions to get you started.
-
brg2[m]I see the build instructions but just wondering about what everyone does to actually work/debug the code?
-
brg2[m]is qt creator in linux the way to go?
-
moneromoooWell, I can only speak for myself, but when I was hacking on it, I'd add logs to what I was debugging._
-
brg2[m]so you didn't use any visual editor, just console outputs and build?
-
moneromoooYes. I don't know whether a visual editor is possible.
-
selstabrg2[m]: Qt Creator works but I personally don't use it
-
selstaif you prefer an IDE I would try to set it up
-
selstawe don't have any instructions for it but it's possible
-
geonicselsta: which QT version is the GUI using? I can run some other apps using the same QT ver to see if it's a bug in QT or something else
-
geonicQt 5.9.7 ?
-
geonicmight be related: bugreports.qt.io/browse/QTBUG-48242
-
reeemuru[m]<brg2[m]> "I see the build instructions but..." <- one day I just started changing stuff and then run the docker instructions to see what broke
-
reeemuru[m]pretty much it