Commit Graph

43 Commits

Author SHA1 Message Date
Jaromil
bc3bdfedf3 print objects as tooltip or by double clicking.
change reset to use the internal broken one.
hide the stop button.
2009-09-01 02:21:59 +02:00
Jaromil
a716a6a58a Factory template in swig bindings
(thanks caedes for the tip)
2009-08-31 21:24:53 +02:00
Jaromil
fd11f832e3 little fixes
testing python scripts after cleanup
2009-08-31 01:42:32 +02:00
Jaromil
f608aeff1f some stabilization after cleanup
preparing to merge singleton branch
it will solve unique screen and controllers for multiple javascripts
2009-08-30 17:33:11 +02:00
Jaromil
f3c72894fc screated screen_js
now screens are also present in JS
still tasks pending:
	backwards compatibility with scripts
	resolution of multiple screens in startup/reset logic
	testing
2009-08-30 04:28:49 +02:00
Jaromil
b409820950 Factory is now used also for Screens
Screen API changed a bit: now size args are taken from init(w,h)
screen implementations should provide an _init(w,h) as well
constructors are without arguments (as in the rest of freej)
2009-08-29 11:53:48 +02:00
Pablo Martin
0dd31d7463 removed some cruft. 2009-08-29 04:00:22 +02:00
Pablo Martin
df0279fc14 adding a folder for example python scripts, as well as an initial sample
script.
2009-08-29 03:55:58 +02:00
Pablo Martin
f98c501fc7 made language mode switch automatically when loading a file with the
appropriate extension.
2009-08-29 03:52:06 +02:00
Pablo Martin
40350d6292 added a python opengl test using glut (intended to be used with the gtk
scripting gui).
2009-08-29 03:52:06 +02:00
Pablo Martin
35586464ff a little bit of cleanup. 2009-08-29 00:11:22 +02:00
Pablo Martin
f69378766b add python mode to the editor (can execute and run python scripts). 2009-08-28 22:11:42 +02:00
Pablo Martin
20c11fa7cc updating wishlist. 2009-08-28 08:31:15 +02:00
Pablo Martin
b11ff44ad4 adding some preview functionality, a statusbar, and a few more editor
commands.
2009-08-28 08:29:14 +02:00
Pablo Martin
2b15a97d2f adding cut, copy and paste accelerators. 2009-08-28 04:20:29 +02:00
Pablo Martin
adfcb44e94 add try catch except statement to test experimental function. 2009-08-28 04:06:33 +02:00
Pablo Martin
ed9c709f9d improving tree view:
- add set debug option on menu
  - add menu to remove layers, controllers and filters
  - fix details here and there
  - added a gtksourceview2 js editor (cant save or run from here yet :P)
2009-08-28 04:06:33 +02:00
Jaromil
6b43d14908 some more on the gtkgui wishlist 2009-08-27 18:28:40 +02:00
Pablo Martin
6f92bb3db8 add your own wishes for the gtk editor here. 2009-08-27 18:10:22 +02:00
Pablo Martin
00ba1700be change some blit mode as a test. 2009-08-27 18:00:53 +02:00
Jaromil
a255a5fca4 small fixes to gtkpy gui
caedes did on my comp
2009-08-27 15:44:41 +02:00
Pablo Martin
a959a6b093 start of alternative status widget. 2009-08-27 04:56:46 +02:00
Pablo Martin
50ab011e5e added an effect selector to the gtk gui. 2009-08-27 03:55:27 +02:00
Pablo Martin
df1cf918b7 trying to fix pygame examples after changes in api (still not working). 2009-08-26 20:19:30 +02:00
Pablo Martin
b83acef87e small tweaks 2009-08-26 20:19:30 +02:00
Pablo Martin
6a469f7ec7 added javascript command execution and dummy filling of the context
tree.
2009-08-21 02:38:22 +02:00
Pablo Martin
b3f4519437 open_script button works now. 2009-08-21 00:36:47 +02:00
Pablo Martin
4c81adaf14 initial code for the gtk gui. 2009-08-21 00:26:32 +02:00
Pablo Martin
11c0305839 fix python test. 2009-08-20 22:44:55 +02:00
Jaromil
3dad01792b fixes for RSSPlaylist
now working with audio (jack) and not crashing when a video is closed
2009-07-24 16:28:27 +02:00
Jaromil
bf8268b517 AudioCollector in python bindings 2009-07-24 14:24:35 +02:00
Jaromil
37f2bc3e92 fixes to DIR and RSS playlist in python
now correctly initialising and using the EOS callback
2009-06-28 17:42:46 +02:00
Jaromil
67494bd55c updated eos_test to reflect python api changes 2009-06-26 17:26:45 +02:00
Jaromil
59de5745a2 cleanup and streaming debugging
detecting and linking system wide libshout
2009-05-21 14:06:18 +02:00
Jaromil
3cf655a5cc small fixes and python test scripts 2009-04-09 12:52:11 +02:00
lluis
ec83621d02 added python script example to play continuous video playlists from RSS feeds 2009-03-06 14:07:26 +01:00
andy
169657ce31 Adding new scripts. An example python script playing video, and a python script which parses RSS2 feeds and
produces JavaScript for playing the videos from the "enclosures" in the feed.

layer.cpp - small check to avoid a segmentation fault on a null pointer.
2009-03-06 14:33:05 +01:00
Pablo Martin
9b164a58ae update some of the python test scripts. 2009-03-02 05:11:17 +01:00
Pablo Martin
c09b2cbb6c little changes for lesson_freej03 for new api. 2009-01-25 16:30:09 +01:00
Jaromil
687a58f8ad global create_layer deprecated, new Context::open
a change for namespace readability and consistence
2008-12-21 19:58:19 +01:00
Jaromil
52ccd35032 build system fixes also for debian 2008-12-07 01:58:17 +01:00
Jaromil
e291906aad small fixes, still some probs... 2008-12-02 01:59:23 +01:00
Pablo Martin
86ea991842 added the freej pygame-opengl lessons. 2008-12-02 01:48:45 +01:00