Krisjanis Rijnieks
bbd462f551
Rename command class names to shorter versions
- Also remove initial undo test code
10 years ago
Krisjanis Rijnieks
2f42b0e783
Fix crash after RemoveSurfaceCommand undo call
- Surface had to be selected again after putting it back into surfaceManager
10 years ago
Krisjanis Rijnieks
ef8d701176
Add ofLogNotice on existing command undo calls
10 years ago
Krisjanis Rijnieks
5ab0caad34
Remove drawing undo test value
10 years ago
Krisjanis Rijnieks
ce6588d296
Add undo operation with MoveSurfaceVertexCommand
10 years ago
Krisjanis Rijnieks
746742fac0
Do not repeat SelectSurfaceCommand if surface already selected
10 years ago
Krisjanis Rijnieks
24fe4fdc94
Remove MoveSurfaceCommand from command stack via undo if surface not moved
10 years ago
Krisjanis Rijnieks
6d011c2e7a
Add undo feature with SelectSurfaceCommand
10 years ago
Krisjanis Rijnieks
c9a591a4ae
Add undo feature with MoveSurfaceCommand
10 years ago
Krisjanis Rijnieks
bd69364284
Add undoable RemoveSurfaceCommand
10 years ago
Krisjanis Rijnieks
fbd485969c
Make surfaceManager public to allow access from commandManager
10 years ago
Krisjanis Rijnieks
7631497f8e
Rename executeCommand to exec and add log notice if nothing to undo
10 years ago
Krisjanis Rijnieks
2ea46acbb3
Add some thoughts in form of comments
10 years ago
Krisjanis Rijnieks
df840a293c
Add undoable command test
- Add UndoableCommand base class
- Add CommandManager that handles undoing
- Add test to main ofxPiMapper files
10 years ago
Krisjanis Rijnieks
798ff75c8f
Add Command design pattern simple test
10 years ago
Krisjanis Rijnieks
655b7dbac3
Remove quad surface perspective warping as it was buggy. Next logincal steps:
- Add mesh warping (multiple cols and rows)
- Then add perspective warping as a wrapper of the mesh warp
11 years ago
Krisjanis Rijnieks
8a920b087e
Fix [issue 24] fbo source not highlighted as active in sources editor when the selected surface has it assigned
11 years ago
Krisjanis Rijnieks
9e7d07e0c1
Add fbo source protection against not allocating in derived classes
11 years ago
Krisjanis Rijnieks
6ca4834ffb
Fix selected surface not being initialized to null in surface manager
11 years ago
Krisjanis Rijnieks
bd3f23a349
Remove cout from QuadSurface constructor
11 years ago
Krisjanis Rijnieks
99f7594cb5
Fix texture coord update for quad surface [issue 15]
11 years ago
Krisjanis Rijnieks
d88fe23773
Add FBO source via ofxPiMapper directly insteat through getMediaServer
11 years ago
Krisjanis Rijnieks
7db249d890
Add saving and loading FBO source
11 years ago
Krisjanis Rijnieks
ca5df071b7
Add FBO source support and selection in source editor
11 years ago
Krisjanis Rijnieks
557899da16
Make ofxPiMapper usable as one single object. Update example.
11 years ago
Krisjanis Rijnieks
fdb24a99e4
Move surface related files into Surfaces directory
11 years ago
Krisjanis Rijnieks
691a0a9879
Filter same video sources to all platforms
11 years ago
Krisjanis Rijnieks
9586771abe
Move remove update listener part from raspberry pi platform part
11 years ago
Krisjanis Rijnieks
cfc49b362f
Remove omxplayer.stop as there is no such method
11 years ago
Krisjanis Rijnieks
0d513baee8
Replace import with include
11 years ago
Krisjanis Rijnieks
911650c553
Add hint to ofxOMXPlayer workaround
11 years ago
Krisjanis Rijnieks
0c993d9870
Add RPi OMX player
11 years ago
Krisjanis Rijnieks
819a9a02ea
Move user interface related classes to UserInterface dir
11 years ago
Krisjanis Rijnieks
3159a4779d
Show and hide source selection radio buttons depending on whether they contain sources or not
11 years ago
Krisjanis Rijnieks
9b04e00261
Remove anoying debug messages
11 years ago
Krisjanis Rijnieks
4ae87c6259
Add video source list and fix a lot of bugs
11 years ago
Krisjanis Rijnieks
19c33ddd5f
Massive restructure:
- Added source types
- Adjusted surfaces to work with the types instead of plain textures
- Improved media server to manage all of the source types
- Added video source that works on Mac for now
- A lot of small adjustments
11 years ago
Krisjanis Rijnieks
6ca30dfe5f
Add check if image already loaded
11 years ago
Krisjanis Rijnieks
fbc15943ad
Add media type struct and make use of it in the media server
11 years ago
Krisjanis Rijnieks
ceeedc022d
Add media type struct
11 years ago
Krisjanis Rijnieks
28d5a494e4
Refactor a bit
11 years ago
Krisjanis Rijnieks
29da680512
Add load images using media server and change radio selected events and handlers to be more consistant
11 years ago
Krisjanis Rijnieks
3093a23471
Build gui from image names got from media server
11 years ago
Krisjanis Rijnieks
4e93dc8f3b
Add image loading and unloading and events
11 years ago
Krisjanis Rijnieks
cdd514dbf5
Add loadImage and unloadImage methods
11 years ago
Krisjanis Rijnieks
1ef83c6d61
Add media server event handler placeholders
11 years ago
Krisjanis Rijnieks
f5588158d7
Comment out event handler debug couts
11 years ago
Krisjanis Rijnieks
98d65a3c50
Add event handlers for the image and video directory watcher events
11 years ago
Krisjanis Rijnieks
b527f0ebaf
Add extra file extensions to image and video path filters
11 years ago
Krisjanis Rijnieks
08822add89
Workaround path filters not working with DirectoryWatcherManager.addPath
11 years ago