From 87ebc2af1f0417b3bc38a233e28ff673eff4fa51 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Sat, 27 Aug 2011 10:54:21 +0200 Subject: Imported Upstream version 3.1.5 --- data/simple-scan.schemas.in | 199 -------------------------------------------- 1 file changed, 199 deletions(-) delete mode 100644 data/simple-scan.schemas.in (limited to 'data/simple-scan.schemas.in') diff --git a/data/simple-scan.schemas.in b/data/simple-scan.schemas.in deleted file mode 100644 index 1a5a90d..0000000 --- a/data/simple-scan.schemas.in +++ /dev/null @@ -1,199 +0,0 @@ - - - - /apps/simple-scan/window_width - /schemas/apps/simple-scan/window_width - simple-scan - int - 600 - - Window width in pixels - - - - /apps/simple-scan/window_height - /schemas/apps/simple-scan/window_height - simple-scan - int - 400 - - Window height in pixels - - - - /apps/simple-scan/window_is_maximized - /schemas/apps/simple-scan/window_is_maximized - simple-scan - bool - FALSE - - TRUE if the application window is maximized - - - - /apps/simple-scan/selected_device - /schemas/apps/simple-scan/selected_device - simple-scan - string - - - Device to scan from - - SANE device to acquire images from. - - - - - /apps/simple-scan/document_type - /schemas/apps/simple-scan/document_type - simple-scan - string - photo - - Type of document being scanned - - Type of document being scanned. - 'text' for text documents, 'photo' for photos. - This setting decides on the scan resolution, colors and post-processing. - - - - - /apps/simple-scan/scan_direction - /schemas/apps/simple-scan/scan_direction - simple-scan - string - top-to-bottom - - Direction of scan - - The direction of the scanner across the scanned page. It can be one of the following: - 'top-to-bottom' - 'bottom-to-top' - 'left-to-right' - 'right-to-left' - - - - - /apps/simple-scan/page_width - /schemas/apps/simple-scan/page_width - simple-scan - int - 595 - - Width of scanned image in pixels - - The width of scanned image in pixels. This value is updated to what the last scanned page was. - - - - - /apps/simple-scan/page_height - /schemas/apps/simple-scan/page_height - simple-scan - int - 842 - - Height of scanned image in pixels - - The height of scanned image in pixels. This value is updated to what the last scanned page was. - - - - - /apps/simple-scan/paper_width - /schemas/apps/simple-scan/paper_width - simple-scan - int - 0 - - Width of paper in tenths of a mm - - The width of the paper in tenths of a mm (or 0 for automatic paper detection). - - - - - /apps/simple-scan/paper_height - /schemas/apps/simple-scan/paper_height - simple-scan - int - 0 - - Height of paper in tenths of a mm - - The height of the paper in tenths of a mm (or 0 for automatic paper detection). - - - - - /apps/simple-scan/page_dpi - /schemas/apps/simple-scan/page_dpi - simple-scan - int - 72 - - Resolution of last scanned image - - The resolution in dots-per-inch of the previously scanned image. - - - - - /apps/simple-scan/text_dpi - /schemas/apps/simple-scan/text_dpi - simple-scan - int - 150 - - Resolution for text scans - - The resolution in dots-per-inch to use when scanning text. - - - - - /apps/simple-scan/photo_dpi - /schemas/apps/simple-scan/photo_dpi - simple-scan - int - 300 - - Resolution for photo scans - - The resolution in dots-per-inch to use when scanning photos. - - - - - /apps/simple-scan/page_side - /schemas/apps/simple-scan/page_side - simple-scan - string - both - - Page side to scan - - The page side to scan. It can be one of the following: - 'both' - 'front' - 'back' - - - - - /apps/simple-scan/save_directory - /schemas/apps/simple-scan/save_directory - simple-scan - string - - - Directory to save files to - - The directory to save files to. Defaults to the documents directory if unset. - - - - - -- cgit v1.2.3