Skip to content

Commit a3d5d0e

Browse files
ThomasKroesalxvth
andauthored
Adhere to latest core renderer upgrade (#173)
* Work on integration new two-dimensional renderer * Color sample works * Fix pixel selection tool visibility * Fix point sampling routine * Fix sampling points * Incorporate changes from the new renderer and add ability to freeze the selection * Revamp bottom toolbar * Work on incorporating the navigation action * Work on navigation * Adhere to core * Adhere to latest core renderer upgrade * Align density renderer with point renderer and fix shortcuts * Use constructor overload * Support older projects by resetting the view when the navigation action has been serialized from and some style improvement --------- Co-authored-by: Alexander Vieth <vieth.alexander@gmx.net>
1 parent 9ae2f71 commit a3d5d0e

10 files changed

+231
-492
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ set(Actions
7878
src/ExportAction.cpp
7979
src/DatasetsAction.h
8080
src/DatasetsAction.cpp
81-
src/NavigationAction.h
82-
src/NavigationAction.cpp
8381
)
8482

8583
set(Models

src/NavigationAction.cpp

Lines changed: 0 additions & 102 deletions
This file was deleted.

src/NavigationAction.h

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)