Krisjanis Rijnieks
f2d37f88ab
Remove `projectionEditor` arg from `MvSurfaceVertCmd`
9 years ago
Krisjanis Rijnieks
3b23e9e6aa
Add notify events to projection mapping mode mouse pressed evnts
9 years ago
Krisjanis Rijnieks
61453d29ea
Add notify joint and surface mouse events
9 years ago
Krisjanis Rijnieks
e4a955f3fa
Add todos to `SurfaceManagerGui`
As the first step for improving the GUI vs system separation
9 years ago
Krisjanis Rijnieks
7259563f01
Add infos about SSH remote control
9 years ago
Krisjanis Rijnieks
f7b1d74c2b
Add `/` key as an alternative to shift key
Because the terminal listener is not able to detect shift keys. `/` works like a toggle - press once to simulate shift-down, press again to simulate shift-up.
9 years ago
Krisjanis Rijnieks
a856c7421b
Optimize terminal listener A, B, C, D checks with a switch statement
9 years ago
Krisjanis Rijnieks
92e4d55c56
Add A, B, C, D checks to `Application::onCharacterReceived`
9 years ago
Krisjanis Rijnieks
f46124bfba
Update default surfaces of the example
9 years ago
Krisjanis Rijnieks
9fbef1ef40
Add `TerminalListener` to camera example xcodeproj
9 years ago
Krisjanis Rijnieks
40f5b32bf3
Minor improvements for `TerminalListener`
9 years ago
Krisjanis Rijnieks
4ceb87f014
Add `TerminalListener` to `Application`
9 years ago
Krisjanis Rijnieks
e2046ed1aa
Add namespace to `TerminalListener`
9 years ago
Krisjanis Rijnieks
225e85faf8
Add `TerminalListener` to xcodeproj
9 years ago
Krisjanis Rijnieks
5c88156b46
Add `TerminalListener` from github.com/jvcleave
9 years ago
Krisjanis Rijnieks
0f9694cd25
Update camera example description with HDMI in info
9 years ago
Krisjanis Rijnieks
026c80af4e
Update git ignore of camera example
9 years ago
Krisjanis Rijnieks
960219eb88
Update camera example xcodeproj
9 years ago
Krisjanis Rijnieks
92df6bef84
Use `GuiEventType` in `Application` and `Gui`
9 years ago
Krisjanis Rijnieks
b279ca621d
Add `GuiEventType` to xcodeproj
9 years ago
Krisjanis Rijnieks
b1d953f2df
Add `GuiEventType`
9 years ago
Krisjanis Rijnieks
c9a2d066da
Create a test case with `GuiEvent` in `Application`
9 years ago
Krisjanis Rijnieks
3ea5258c60
Add `Gui` files to xcodeproj
9 years ago
Krisjanis Rijnieks
2e1fae811e
Add new `Gui` system files for first test
9 years ago
Krisjanis Rijnieks
e3fd194d6b
Handle `surfaceUnselectedEvent` in `SurfaceManagerGui`
9 years ago
Krisjanis Rijnieks
ede1f4fd18
Add `surfaceUnselectedevent to `SurfaceManager`
9 years ago
Krisjanis Rijnieks
db85e1e285
Make use of `DeselectSurfaceCmd` in `SurfaceManagerGui`
9 years ago
Krisjanis Rijnieks
fb7f14df64
Add `DeselectSurfaceCmd` files to xcodeproj
9 years ago
Krisjanis Rijnieks
969d0396e8
Add `DeselectSurfaceCmd` files
9 years ago
Krisjanis Rijnieks
7511e8300a
Use `SelVertexCmd` and fix `onVertexChanged` in `SurfaceManagerGui`
9 years ago
Krisjanis Rijnieks
14aa1aedfe
Add `selectVertex` to `SurfaceManager`
9 years ago
Krisjanis Rijnieks
322d775b94
Remove `ProjectionEditor::moveSelection` as `SurfaceManager` now takes care of it
9 years ago
Krisjanis Rijnieks
b815bab63f
Add `SelVertexCmd` files to xcodeproj
9 years ago
Krisjanis Rijnieks
ce3db3247e
Add `SelVertexCmd` files
9 years ago
Krisjanis Rijnieks
9b934ba2a7
Change vertex changed event to contain index of the vertex
9 years ago
Krisjanis Rijnieks
e08425e89f
Rebuild joints on vertex change
9 years ago
Krisjanis Rijnieks
0a3c6ff8a2
Move vertex on `moveSelectionBy`
9 years ago
Krisjanis Rijnieks
9f2d9fde1c
Remove key listeners from `UserInterface` because they should be in `Application`
9 years ago
Krisjanis Rijnieks
07232410b5
Exec `MvSelectionCmd` on arrow keypresses
9 years ago
Krisjanis Rijnieks
2cf81a1eac
Add shift key handling in `Application`
9 years ago
Krisjanis Rijnieks
1a09a6e268
Add `SurfaceManager::moveSelectionBy`
9 years ago
Krisjanis Rijnieks
7ae93c16bd
Disable `ProjectionEditor::moveSurface`
9 years ago
Krisjanis Rijnieks
fcaccfb493
Add `MvSelectionCmd` files to xcodeproj
9 years ago
Krisjanis Rijnieks
104c13f979
Add `MvSelectionCmd`
9 years ago
Krisjanis Rijnieks
0b721dd12b
Add select next and prev vertex shortcuts to `Info`
9 years ago
Krisjanis Rijnieks
e129ffbfdf
Add select next and prev vertex shrotcuts
9 years ago
Krisjanis Rijnieks
051e2a4450
Use `SelNext...` and `SelPrevVertex` commands on `>` and `<` keypress
9 years ago
Krisjanis Rijnieks
4231f61acc
Select vertex GUI on `vertexSelectedEvent` from `SurfaceManager`
9 years ago
Krisjanis Rijnieks
456845f33f
Implement `SurfaceManager` `selectNextVertex` and `selectPrevVertex` methods
9 years ago
Krisjanis Rijnieks
7f16b0c39d
Use `CommandManager` select vertex methods in `SelPrevVertexCmd`
9 years ago