Implemented double click features for : taxiways, ground vehicules, drapped polygones#45
Implemented double click features for : taxiways, ground vehicules, drapped polygones#45IlyassBa wants to merge 43 commits into
Conversation
…argets now don't properly link against the necessary libraries. Worked around that by not building the proj executables, and by linking WED against these needed libraries manually.
… airport (QNH or QFE)
Added new field in metadate to define the airport altimeter (QNH/QFE)
…a way to have all configurations be able to find the dependencies, so instead just generate three separate projects.
…he generated project file.
…e part of the generated project files.
|
Hi @IlyassBa, Can you add a description to the Pull Request, please? I'm not sure which feature you implemented and how it works. In addition, please rebase to wed_270_release. I tried to compile the topic branch on macOS, but it failed. In this state its unmergable - just like the other Pull Request. It's important that branches compile on Linux, Windows and macOS. |
…ators and pointers in GUI_FitForward(...) # Conflicts: # src/GUI/GUI_Fonts.cpp
…ators and pointers in GUI_FitForward(...)
…ators and pointers in GUI_FitForward(...)
…ators and pointers in GUI_FitForward(...)
5feaece to
d5b9c4f
Compare
|
Hi @mauer , I rebased from wed_270_release, The features that i added in here as stated in the name is :
Code wise, its repeated for the three features so i will explain just one and the same applies to all of them.
=> Here i am checking if no parent table and if moderator mode is disabled.
=> I stored the clicked cell coordinates, retrieved the cell's content and toggled the firstDoubleClick boolean ( Read point 4 about why firstDoubleClick )
=> If the double clicked cell name is Taxiways i loop all cells (including the ones inside taxiways) to enable the hidden property then i loop inside the Taxiways sub cells and disable the hidden property and then use the DispatchHandleCommand() to enable the SlippyMapESRI ( same for Drapped Polygons and Ground Vehicule )
This wasn't in the WED Moderator Request Changes PDF, but it makes it easier to go back so if you want me to remove it i just add a comment. in here I am doing the same thing as in point 3 but i am disabling the hidden property for the the cells. |
|
Regarding the macOS issue. I currently don’t own a MacBook, but if you can share the macOS error, I’ll be able to get a better understanding of what’s going on |
No description provided.