Krisjanis Rijnieks
3b64df6bde
Add XCode project files to repo
11 years ago
Krisjanis Rijnieks
30f5c55fe1
Remove XCode project files from git ignore
11 years ago
Krisjanis Rijnieks
0f7a916674
Fix typo: <Souce> assignment mode to <Source> assignment mode
11 years ago
Krisjanis Rijnieks
a00993c6ec
Merge branch 'develop'
Conflicts:
ofxaddons_thumbnail.png
11 years ago
Krisjanis Rijnieks
fdb24a99e4
Move surface related files into Surfaces directory
11 years ago
Krisjanis Rijnieks
fc747a8473
Update readme
11 years ago
Krisjanis Rijnieks
064d729f34
Merge branch 'feature-mediaServer' into develop
Conflicts:
src/UserInterface/RadioList.cpp
11 years ago
Krisjanis Rijnieks
691a0a9879
Filter same video sources to all platforms
11 years ago
Krisjanis Rijnieks
244778fef9
Update example addons make file
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
954a91d504
Add dependencies
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
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
0847c309b4
Remove media server debug code
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
Krisjanis Rijnieks
8ebbd493f1
Fix source editor toggles not reacting to mouse clicks
11 years ago
Krisjanis Rijnieks
9558a0426e
Fix disable source selector toggles. It appears that in openFrameworks version 0.8.2
and up there has been a change in ofxGui addon - when adding gui elements to ofgGuiGroup
the unregisterMouseEvent() method of each element is called thus disabling it.
11 years ago
Felix Dubrownik
5df7b2f510
added addon_config.mk
11 years ago
Felix Dubrownik
67ea673ae8
added videos folder with dummy file
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