search for: schema_file

Displaying 5 results from an estimated 5 matches for "schema_file".

Did you mean: schema_files
2007 Nov 23
3
call model method out of the controller => undefined method
...iven method of a given Model (=> Metadata.extract_content(fileuri)). The error message ''undefined method `extract_content'' for Metadata:Class'' is raised. But the method is still there!? My Controller Action: ######################################### def upload @schema_file = params[:schema_file] @file = File.new(File.join("D:","testfile.txt"), "wb") if @schema_file @file << @schema_file.read end @file.close Metadata.extract_content(@file) # <- error causing line render :action => ''loa...
2007 Nov 15
0
9 commits - data/Makefile.am player/swfdec-player.ui player/swfdec-window.c po/fr.po po/POTFILES.in po/POTFILES.skip thumbnailer/Makefile.am
...5 +1,3 @@ - at INTLTOOL_SCHEMAS_RULE@ - bin_PROGRAMS = swfdec-thumbnailer swfdec_thumbnailer_SOURCES = swfdec-thumbnailer.c @@ -7,13 +5,10 @@ swfdec_thumbnailer_SOURCES = swfdec-thumbnailer.c INCLUDES = $(GLOBAL_CFLAGS) $(THUMBNAILER_CFLAGS) swfdec_thumbnailer_LDFLAGS = $(THUMBNAILER_LIBS) -schema_files = \ - swfdec-thumbnailer.schemas.in - -schema_DATA = \ - swfdec-thumbnailer.schemas - -schemadir = $(GCONF_SCHEMA_FILE_DIR) +schemas_in_files = swfdec-thumbnailer.schemas.in +schemasdir = $(GCONF_SCHEMA_FILE_DIR) +schemas_DATA = $(schemas_in_files:.schemas.in=.schemas) + at INTLTOOL_SCHEMAS_RULE@...
2007 Aug 20
1
[ANNOUNCE] compiz-0.5.4
...Add NULL checks. Bump ABI version. Generate entries in kcfg files with unique names and use Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compiz Use install-data-local and uninstall-local hooks for Track change of schemas_files variable to schema_files. Add missing metadata file for kconfig plugin. Fix typo. Include DESTDIR properly. Don't avoid sync to vblank when we have multiple outputs. Fix uninstall-local target. Fix typo. Add metadata/kconfig.xml.in to POTFILES.in. Add NEWS entry and bump...
2007 Aug 03
4
[ANNOUNCE] compiz-0.5.2
...Make freedesktop image default for top face. Update plane plugin to use new metadata system. Update POTFILES.in. Update po files. Add schemas.xslt to EXTRA_DIST. Distribute schema files. Fix typo. Parse --replace option properly. Fix typo. Add schema_files to EXTRA_DIST. Have the adjust image option behave as when it was previously Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compiz schemas.xslt is located in the source directory. Fix installation of compiz.desktop and key-binding files. A...
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...Make freedesktop image default for top face. Update plane plugin to use new metadata system. Update POTFILES.in. Update po files. Add schemas.xslt to EXTRA_DIST. Distribute schema files. Fix typo. Parse --replace option properly. Fix typo. Add schema_files to EXTRA_DIST. Have the adjust image option behave as when it was previously schemas.xslt is located in the source directory. Fix installation of compiz.desktop and key-binding files. Add missing DISTCLEANFILES. Require libxslt. Make sure key and button are not...