Bartosz Jarzyna
Bartosz Jarzyna
I have some libraries in /usr/local/lib/x86_64-linux, possibly for Linux compatibility layer. I may have added some extra from released CrossLibsLinuxx64 for crosscompiling. ``` bartosz@thinkpad:~/prg/fpcupdeluxe$ tree -f /usr/local/lib | grep Qt5Pas...
I worked around the issue by creating this bash script: ``` cd ~/fpcupdeluxe && ./fpcupdeluxe ```
This was getting increasingly annoying lately so I'm happy it's as simple as compiling with qt5. I was a bit wary at first because of #391, but it seems it's...
Awesome, looking forward to it.
Re first issue, empty label: Here's a video. As you can see, I can change anchor position when the label has caption and it stays where it is, but after...
Re second issue: luckily I compile CGE from sources anyway, so it was quick to test out. And yes, it helps... sort of. I can now type special characters which...
Here's a table of my testing of `Key` variable in `ProcessKeyToPerformEdit` procedure and results seen in the editor: ``` $ ~ $ ~ 148 & % & % 146 [...
Hey, just a bump, the first issue is still around (position resetting). The second one as well, but not as important.
Windows tests are failing (chmod error) - maybe that's the reason sync was not in automated tests up until now? Edit: seems to only apply to dir with spaces, so...
@ferki I can chop off fixing how excludes work from the PR, but then I will not deliver as detailed tests for sync_up/down with excludes. I just don't get them,...