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
Krisjanis Rijnieks
313746eaaf
Remove cout from constr and deconstr
11 years ago
Krisjanis Rijnieks
5088df1de5
Remove annoying message on triangle on xml settings load
11 years ago
Krisjanis Rijnieks
32e3e15ded
Add event handlers to video and image wathcher add and remove events
11 years ago
Krisjanis Rijnieks
58565d0a3a
Adjust things to be compatible with the updated DirectoryWatcher
11 years ago
Krisjanis Rijnieks
1a8f527f57
Make filePaths vector private and create a public getter method for it
11 years ago
Krisjanis Rijnieks
49c8b74e7f
Remove path from vector on directory watcher item removed event
11 years ago
Krisjanis Rijnieks
39bd954876
Add custom events to replace ofMessage
11 years ago
Krisjanis Rijnieks
4d484bfb3d
Add MediaServer initialization
11 years ago
Felix Dubrownik
9d3733bb66
added getPaths
11 years ago
Felix Dubrownik
b0e7800752
added TODO
11 years ago
Felix Dubrownik
7c5fa74c60
added Test case. Compiles. shows right number of images
11 years ago
Felix Dubrownik
05ee627759
added DrectoryWatchers for video and image
11 years ago
Felix Dubrownik
46576c5075
added handlers. Dummies for now, but compiles
11 years ago
Felix Dubrownik
e7f2b4315e
MediaServer: added Filters for Video and Images
11 years ago
Felix Dubrownik
e33c42cb03
copied init from ofxIO dirWatcher example
11 years ago
Felix Dubrownik
9150e6832f
init, created class
11 years ago
Krisjanis Rijnieks
e180547545
Add constrain to quad feature to quad surface tex coord selection
11 years ago
Felix Dubrownik
6d44d1cae7
ran clang Format with google code Style
11 years ago
Felix Dubrownik
66283175f1
Refactoring: Renaming Classes, introducing namespace
11 years ago
Felix Dubrownik
4605d05756
Renamed RadioList
11 years ago
Felix Dubrownik
921b2e20da
Renamed the files
11 years ago
Krisjanis Rijnieks
39c5be41e0
Position image source selector
11 years ago
Krisjanis Rijnieks
ef5ac3da52
Fix there is no need for a guiGroup label item as it has a header already
11 years ago
Krisjanis Rijnieks
c12a1c110e
Not showing source list if there is no surface selected
11 years ago
Krisjanis Rijnieks
88d3b51bdf
Fix ofxSourcesEditor to work with ofxRadioList
11 years ago
Krisjanis Rijnieks
e040ea7d36
Fix ofxRadioList to work with ofxSourcesEditor
Add getItemName method
Add enable and disable methods
Add storedLabels and storedTitle variables for recreating toggles on enable
Add clear method
11 years ago
Krisjanis Rijnieks
55cc4cfac6
Add getTitle() method to ofxRadioList
11 years ago
Krisjanis Rijnieks
022d31de5d
Add ofxGuiGroup as the container for toggles
Add event that notifies its listeners about selected radio button/toggle
11 years ago
Krisjanis Rijnieks
d4b17dc092
Add ofxRadioList base code
11 years ago
Felix Dubrownik
5e2d481d9a
bugfix: mesh doesn't recalculate when moved
11 years ago
Felix Dubrownik
a79cbc0d94
only recalculate on setVertex and SetTexCoord
11 years ago
Felix Dubrownik
0ce892ae2e
implemented perspective Warping openGL ES fixed funtction pipeline.
11 years ago
Krisjanis Rijnieks
e307d6c62a
Fix crash when removing surface after releasing mouse outside window
11 years ago