[maemo-commits] [maemo-commits] r8837 - projects/haf/trunk/osso-gnome-vfs2/schemas
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Dec 20 13:51:45 EET 2006
- Previous message: [maemo-commits] r8836 - in projects/haf/trunk/osso-gnome-vfs2: . debian/patches doc imported/neon libgnomevfs modules po schemas
- Next message: [maemo-commits] r8838 - in projects/haf/trunk/hildon-theme-layout-3: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: richard Date: 2006-12-20 13:51:44 +0200 (Wed, 20 Dec 2006) New Revision: 8837 Added: projects/haf/trunk/osso-gnome-vfs2/schemas/desktop_default_applications.schemas projects/haf/trunk/osso-gnome-vfs2/schemas/desktop_gnome_url_handlers.schemas projects/haf/trunk/osso-gnome-vfs2/schemas/system_dns_sd.schemas projects/haf/trunk/osso-gnome-vfs2/schemas/system_http_proxy.schemas projects/haf/trunk/osso-gnome-vfs2/schemas/system_smb.schemas Modified: projects/haf/trunk/osso-gnome-vfs2/schemas/ Log: Add more files. Property changes on: projects/haf/trunk/osso-gnome-vfs2/schemas ___________________________________________________________________ Name: svn:ignore - desktop_gnome_url_handlers.schemas Makefile.in system_storage.schemas system_dns_sd.schemas desktop_default_applications.schemas system_http_proxy.schemas system_smb.schemas Makefile + Makefile.in Makefile Added: projects/haf/trunk/osso-gnome-vfs2/schemas/desktop_default_applications.schemas =================================================================== --- projects/haf/trunk/osso-gnome-vfs2/schemas/desktop_default_applications.schemas 2006-12-20 11:34:56 UTC (rev 8836) +++ projects/haf/trunk/osso-gnome-vfs2/schemas/desktop_default_applications.schemas 2006-12-20 11:51:44 UTC (rev 8837) @@ -0,0 +1,38 @@ +<?xml version="1.0"?> +<gconfschemafile> + <schemalist> + <schema> + <key>/schemas/desktop/gnome/applications/terminal/exec</key> + <applyto>/desktop/gnome/applications/terminal/exec</applyto> + <owner>gnome-vfs</owner> + <type>string</type> + <default>gnome-terminal</default> + <locale name="C"> + <short>Default terminal application</short> + <long>The default terminal application to use for applications that require a terminal.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/applications/terminal/exec_arg</key> + <applyto>/desktop/gnome/applications/terminal/exec_arg</applyto> + <owner>gnome-vfs</owner> + <type>string</type> + <default>-x</default> + <locale name="C"> + <short>Exec argument for default terminal</short> + <long>The exec argument to use for the default terminal application.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/applications/component_viewer/exec</key> + <applyto>/desktop/gnome/applications/component_viewer/exec</applyto> + <owner>gnome-vfs</owner> + <type>string</type> + <default>nautilus %s</default> + <locale name="C"> + <short>Default component viewer application</short> + <long>The application to use for viewing files that require a component to view them. The parameter %s will be replaced by the file's URIs, the parameter %c will be replaced by the component IID.</long> + </locale> + </schema> + </schemalist> +</gconfschemafile> Added: projects/haf/trunk/osso-gnome-vfs2/schemas/desktop_gnome_url_handlers.schemas =================================================================== --- projects/haf/trunk/osso-gnome-vfs2/schemas/desktop_gnome_url_handlers.schemas 2006-12-20 11:34:56 UTC (rev 8836) +++ projects/haf/trunk/osso-gnome-vfs2/schemas/desktop_gnome_url_handlers.schemas 2006-12-20 11:51:44 UTC (rev 8837) @@ -0,0 +1,344 @@ +<?xml version="1.0"?> +<gconfschemafile> + <schemalist> + <schema> + <key>/schemas/desktop/gnome/url-handlers/trash/enabled</key> + <applyto>/desktop/gnome/url-handlers/trash/enabled</applyto> + <owner>gnome</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Whether the specified command should handle "trash" URLs</short> + <long>True if the command specified in the "command" key should handle "trash" URLs.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/url-handlers/trash/command</key> + <applyto>/desktop/gnome/url-handlers/trash/command</applyto> + <owner>gnome</owner> + <type>string</type> + <default>nautilus "%s"</default> + <locale name="C"> + <short>The handler for "trash" URLs</short> + <long>The command used to handle "trash" URLs, if enabled.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/url-handlers/trash/needs_terminal</key> + <applyto>/desktop/gnome/url-handlers/trash/needs_terminal</applyto> + <owner>gnome</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Run the command in a terminal</short> + <long>True if the command used to handle this type of URL should be run in a terminal.</long> + </locale> + </schema> + + <schema> + <key>/schemas/desktop/gnome/url-handlers/ghelp/enabled</key> + <applyto>/desktop/gnome/url-handlers/ghelp/enabled</applyto> + <owner>gnome</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Whether the specified command should handle "ghelp" URLs</short> + <long>True if the command specified in the "command" key should handle "ghelp" URLs.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/url-handlers/ghelp/command</key> + <applyto>/desktop/gnome/url-handlers/ghelp/command</applyto> + <owner>gnome</owner> + <type>string</type> + <default>gnome-help "%s"</default> + <locale name="C"> + <short>The handler for "ghelp" URLs</short> + <long>The command used to handle "ghelp" URLs, if enabled.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/url-handlers/ghelp/needs_terminal</key> + <applyto>/desktop/gnome/url-handlers/ghelp/needs_terminal</applyto> + <owner>gnome</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Run the command in a terminal</short> + <long>True if the command used to handle this type of URL should be run in a terminal.</long> + </locale> + </schema> + + <schema> + <key>/schemas/desktop/gnome/url-handlers/info/enabled</key> + <applyto>/desktop/gnome/url-handlers/info/enabled</applyto> + <owner>gnome</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Whether the specified command should handle "info" URLs</short> + <long>True if the command specified in the "command" key should handle "info" URLs.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/url-handlers/info/command</key> + <applyto>/desktop/gnome/url-handlers/info/command</applyto> + <owner>gnome</owner> + <type>string</type> + <default>gnome-help "%s"</default> + <locale name="C"> + <short>The handler for "info" URLs</short> + <long>The command used to handle "info" URLs, if enabled.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/url-handlers/info/needs_terminal</key> + <applyto>/desktop/gnome/url-handlers/info/needs_terminal</applyto> + <owner>gnome</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Run the command in a terminal</short> + <long>True if the command used to handle this type of URL should be run in a terminal.</long> + </locale> + </schema> + + <schema> + <key>/schemas/desktop/gnome/url-handlers/man/enabled</key> + <applyto>/desktop/gnome/url-handlers/man/enabled</applyto> + <owner>gnome</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Whether the specified command should handle "man" URLs</short> + <long>True if the command specified in the "command" key should handle "man" URLs.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/url-handlers/man/command</key> + <applyto>/desktop/gnome/url-handlers/man/command</applyto> + <owner>gnome</owner> + <type>string</type> + <default>gnome-help "%s"</default> + <locale name="C"> + <short>The handler for "man" URLs</short> + <long>The command used to handle "man" URLs, if enabled.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/url-handlers/man/needs_terminal</key> + <applyto>/desktop/gnome/url-handlers/man/needs_terminal</applyto> + <owner>gnome</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Run the command in a terminal</short> + <long>True if the command used to handle this type of URL should be run in a terminal.</long> + </locale> + </schema> + + <schema> + <key>/schemas/desktop/gnome/url-handlers/http/enabled</key> + <applyto>/desktop/gnome/url-handlers/http/enabled</applyto> + <owner>gnome</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Whether the specified command should handle "http" URLs</short> + <long>True if the command specified in the "command" key should handle "http" URLs.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/url-handlers/http/command</key> + <applyto>/desktop/gnome/url-handlers/http/command</applyto> + <owner>gnome</owner> + <type>string</type> + <default>epiphany %s</default> + <locale name="C"> + <short>The handler for "http" URLs</short> + <long>The command used to handle "http" URLs, if enabled.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/url-handlers/http/needs_terminal</key> + <applyto>/desktop/gnome/url-handlers/http/needs_terminal</applyto> + <owner>gnome</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Run the command in a terminal</short> + <long>True if the command used to handle this type of URL should be run in a terminal.</long> + </locale> + </schema> + + <schema> + <key>/schemas/desktop/gnome/url-handlers/https/enabled</key> + <applyto>/desktop/gnome/url-handlers/https/enabled</applyto> + <owner>gnome</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Whether the specified command should handle "https" URLs</short> + <long>True if the command specified in the "command" key should handle "https" URLs.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/url-handlers/https/command</key> + <applyto>/desktop/gnome/url-handlers/https/command</applyto> + <owner>gnome</owner> + <type>string</type> + <default>epiphany %s</default> + <locale name="C"> + <short>The handler for "https" URLs</short> + <long>The command used to handle "https" URLs, if enabled.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/url-handlers/https/needs_terminal</key> + <applyto>/desktop/gnome/url-handlers/https/needs_terminal</applyto> + <owner>gnome</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Run the command in a terminal</short> + <long>True if the command used to handle this type of URL should be run in a terminal.</long> + </locale> + </schema> + + <schema> + <key>/schemas/desktop/gnome/url-handlers/mailto/enabled</key> + <applyto>/desktop/gnome/url-handlers/mailto/enabled</applyto> + <owner>gnome</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Whether the specified command should handle "mailto" URLs</short> + <long>True if the command specified in the "command" key should handle "mailto" URLs.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/url-handlers/mailto/command</key> + <applyto>/desktop/gnome/url-handlers/mailto/command</applyto> + <owner>gnome</owner> + <type>string</type> + <default>evolution %s</default> + <locale name="C"> + <short>The handler for "mailto" URLs</short> + <long>The command used to handle "mailto" URLs, if enabled.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/url-handlers/mailto/needs_terminal</key> + <applyto>/desktop/gnome/url-handlers/mailto/needs_terminal</applyto> + <owner>gnome</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Run the command in a terminal</short> + <long>True if the command used to handle this type of URL should be run in a terminal.</long> + </locale> + </schema> + + <schema> + <key>/schemas/desktop/gnome/url-handlers/aim/enabled</key> + <applyto>/desktop/gnome/url-handlers/aim/enabled</applyto> + <owner>gnome</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Whether the specified command should handle "aim" URLs</short> + <long>True if the command specified in the "command" key should handle "aim" URLs.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/url-handlers/aim/command</key> + <applyto>/desktop/gnome/url-handlers/aim/command</applyto> + <owner>gnome</owner> + <type>string</type> + <default>gaim-remote uri "%s"</default> + <locale name="C"> + <short>The handler for "aim" URLs</short> + <long>The command used to handle "aim" URLs, if enabled.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/url-handlers/aim/needs_terminal</key> + <applyto>/desktop/gnome/url-handlers/aim/needs_terminal</applyto> + <owner>gnome</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Run the command in a terminal</short> + <long>True if the command used to handle this type of URL should be run in a terminal.</long> + </locale> + </schema> + + <schema> + <key>/schemas/desktop/gnome/url-handlers/callto/enabled</key> + <applyto>/desktop/gnome/url-handlers/callto/enabled</applyto> + <owner>gnome</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Whether the specified command should handle "callto" URLs</short> + <long>True if the command specified in the "command" key should handle "callto" URLs.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/url-handlers/callto/command</key> + <applyto>/desktop/gnome/url-handlers/callto/command</applyto> + <owner>gnome</owner> + <type>string</type> + <default>gnomemeeting -c %s</default> + <locale name="C"> + <short>The handler for "callto" URLs</short> + <long>The command used to handle "callto" URLs, if enabled.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/url-handlers/callto/needs_terminal</key> + <applyto>/desktop/gnome/url-handlers/callto/needs_terminal</applyto> + <owner>gnome</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Run the command in a terminal</short> + <long>True if the command used to handle this type of URL should be run in a terminal.</long> + </locale> + </schema> + + <schema> + <key>/schemas/desktop/gnome/url-handlers/h323/enabled</key> + <applyto>/desktop/gnome/url-handlers/h323/enabled</applyto> + <owner>gnome</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Whether the specified command should handle "h323" URLs</short> + <long>True if the command specified in the "command" key should handle "h323" URLs.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/url-handlers/h323/command</key> + <applyto>/desktop/gnome/url-handlers/h323/command</applyto> + <owner>gnome</owner> + <type>string</type> + <default>gnomemeeting -c %s</default> + <locale name="C"> + <short>The handler for "h323" URLs</short> + <long>The command used to handle "h323" URLs, if enabled.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/url-handlers/h323/needs_terminal</key> + <applyto>/desktop/gnome/url-handlers/h323/needs_terminal</applyto> + <owner>gnome</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Run the command in a terminal</short> + <long>True if the command used to handle this type of URL should be run in a terminal.</long> + </locale> + </schema> + </schemalist> +</gconfschemafile> Added: projects/haf/trunk/osso-gnome-vfs2/schemas/system_dns_sd.schemas =================================================================== --- projects/haf/trunk/osso-gnome-vfs2/schemas/system_dns_sd.schemas 2006-12-20 11:34:56 UTC (rev 8836) +++ projects/haf/trunk/osso-gnome-vfs2/schemas/system_dns_sd.schemas 2006-12-20 11:51:44 UTC (rev 8837) @@ -0,0 +1,28 @@ +<?xml version="1.0"?> +<gconfschemafile> + <schemalist> + <schema> + <key>/schemas/system/dns_sd/display_local</key> + <applyto>/system/dns_sd/display_local</applyto> + <owner>gnome-vfs</owner> + <type>string</type> + <default>merged</default> + <locale name="C"> + <short>How to display local DNS-SD service</short> + <long>Possible values are "merged", "separate" and "disabled".</long> + </locale> + </schema> + <schema> + <key>/schemas/system/dns_sd/extra_domains</key> + <applyto>/system/dns_sd/extra_domains</applyto> + <owner>gnome-vfs</owner> + <type>string</type> + <default></default> + <locale name="C"> + <short>Extra domains to look for DNS-SD services in</short> + <long>Comma separated list of DNS-SD domains that should be + visible in the "network:///" location.</long> + </locale> + </schema> + </schemalist> +</gconfschemafile> Added: projects/haf/trunk/osso-gnome-vfs2/schemas/system_http_proxy.schemas =================================================================== --- projects/haf/trunk/osso-gnome-vfs2/schemas/system_http_proxy.schemas 2006-12-20 11:34:56 UTC (rev 8836) +++ projects/haf/trunk/osso-gnome-vfs2/schemas/system_http_proxy.schemas 2006-12-20 11:51:44 UTC (rev 8837) @@ -0,0 +1,184 @@ +<?xml version="1.0"?> +<gconfschemafile> + <schemalist> + <schema> + <key>/schemas/system/http_proxy/use_http_proxy</key> + <applyto>/system/http_proxy/use_http_proxy</applyto> + <owner>gnome-vfs</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Use HTTP proxy</short> + <long>Enables the proxy settings when accessing HTTP over the + Internet.</long> + </locale> + </schema> + <schema> + <key>/schemas/system/http_proxy/host</key> + <applyto>/system/http_proxy/host</applyto> + <owner>gnome-vfs</owner> + <type>string</type> + <default></default> + <locale name="C"> + <short>HTTP proxy host name</short> + <long>The machine name to proxy HTTP through.</long> + </locale> + </schema> + <schema> + <key>/schemas/system/http_proxy/port</key> + <applyto>/system/http_proxy/port</applyto> + <owner>gnome-vfs</owner> + <type>int</type> + <default>8080</default> + <locale name="C"> + <short>HTTP proxy port</short> + <long>The port on the machine defined by "/system/http_proxy/host" + that you proxy through.</long> + </locale> + </schema> + <schema> + <key>/schemas/system/http_proxy/use_authentication</key> + <applyto>/system/http_proxy/use_authentication</applyto> + <owner>gnome-vfs</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Authenticate proxy server connections</short> + <long>If true, then connections to the proxy server require + authentication. The username/password combo is defined by + "/system/http_proxy/authentication_user" and + "/system/http_proxy/authentication_password".</long> + </locale> + </schema> + <schema> + <key>/schemas/system/http_proxy/authentication_user</key> + <applyto>/system/http_proxy/authentication_user</applyto> + <owner>gnome-vfs</owner> + <type>string</type> + <default></default> + <locale name="C"> + <short>HTTP proxy username</short> + <long>User name to pass as authentication when doing HTTP proxying.</long> + </locale> + </schema> + <schema> + <key>/schemas/system/http_proxy/authentication_password</key> + <applyto>/system/http_proxy/authentication_password</applyto> + <owner>gnome-vfs</owner> + <type>string</type> + <default></default> + <locale name="C"> + <short>HTTP proxy password</short> + <long>Password to pass as authentication when doing HTTP proxying.</long> + </locale> + </schema> + <schema> + <key>/schemas/system/http_proxy/ignore_hosts</key> + <applyto>/system/http_proxy/ignore_hosts</applyto> + <owner>gnome-vfs</owner> + <type>list</type> + <list_type>string</list_type> + <default>[localhost,127.0.0.0/8]</default> + <locale name="C"> + <short>Non-proxy hosts</short> + <long>This key contains a list of hosts which are connected to + directly, rather than via the proxy (if it is active). The values can + be hostnames, domains (using an initial wildcard like *.foo.com), IP + host addresses (both IPv4 and IPv6) and network addresses with a + netmask (something like 192.168.0.0/24).</long> + </locale> + </schema> + <schema> + <key>/schemas/system/proxy/mode</key> + <applyto>/system/proxy/mode</applyto> + <owner>gnome-vfs</owner> + <type>string</type> + <default>none</default> + <locale name="C"> + <short>Proxy configuration mode</short> + <long>Select the proxy configuration mode. Supported values are + "none", "manual", "auto".</long> + </locale> + </schema> + <schema> + <key>/schemas/system/proxy/secure_host</key> + <applyto>/system/proxy/secure_host</applyto> + <owner>gnome-vfs</owner> + <type>string</type> + <default></default> + <locale name="C"> + <short>Secure HTTP proxy host name</short> + <long>The machine name to proxy secure HTTP through.</long> + </locale> + </schema> + <schema> + <key>/schemas/system/proxy/secure_port</key> + <applyto>/system/proxy/secure_port</applyto> + <owner>gnome-vfs</owner> + <type>int</type> + <default>0</default> + <locale name="C"> + <short>Secure HTTP proxy port</short> + <long>The port on the machine defined by "/system/proxy/secure_host" + that you proxy through.</long> + </locale> + </schema> + <schema> + <key>/schemas/system/proxy/ftp_host</key> + <applyto>/system/proxy/ftp_host</applyto> + <owner>gnome-vfs</owner> + <type>string</type> + <default></default> + <locale name="C"> + <short>FTP proxy host name</short> + <long>The machine name to proxy FTP through.</long> + </locale> + </schema> + <schema> + <key>/schemas/system/proxy/ftp_port</key> + <applyto>/system/proxy/ftp_port</applyto> + <owner>gnome-vfs</owner> + <type>int</type> + <default>0</default> + <locale name="C"> + <short>FTP proxy port</short> + <long>The port on the machine defined by "/system/proxy/ftp_host" + that you proxy through.</long> + </locale> + </schema> + <schema> + <key>/schemas/system/proxy/socks_host</key> + <applyto>/system/proxy/socks_host</applyto> + <owner>gnome-vfs</owner> + <type>string</type> + <default></default> + <locale name="C"> + <short>SOCKS proxy host name</short> + <long>The machine name to proxy socks through.</long> + </locale> + </schema> + <schema> + <key>/schemas/system/proxy/socks_port</key> + <applyto>/system/proxy/socks_port</applyto> + <owner>gnome-vfs</owner> + <type>int</type> + <default>0</default> + <locale name="C"> + <short>SOCKS proxy port</short> + <long>The port on the machine defined by "/system/proxy/socks_host" + that you proxy through.</long> + </locale> + </schema> + <schema> + <key>/schemas/system/proxy/autoconfig_url</key> + <applyto>/system/proxy/autoconfig_url</applyto> + <owner>gnome-vfs</owner> + <type>string</type> + <default></default> + <locale name="C"> + <short>Automatic proxy configuration URL</short> + <long>URL that provides proxy configuration values.</long> + </locale> + </schema> + </schemalist> +</gconfschemafile> Added: projects/haf/trunk/osso-gnome-vfs2/schemas/system_smb.schemas =================================================================== --- projects/haf/trunk/osso-gnome-vfs2/schemas/system_smb.schemas 2006-12-20 11:34:56 UTC (rev 8836) +++ projects/haf/trunk/osso-gnome-vfs2/schemas/system_smb.schemas 2006-12-20 11:51:44 UTC (rev 8837) @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<gconfschemafile> + <schemalist> + <schema> + <key>/schemas/system/smb/workgroup</key> + <applyto>/system/smb/workgroup</applyto> + <owner>gnome-vfs</owner> + <type>string</type> + <default></default> + <locale name="C"> + <short>SMB workgroup</short> + <long>The Windows networking workgroup or domain that the user + is part of. In order for a new workgroup to fully take effect + the user may need to log out and log back in. </long> + </locale> + </schema> + </schemalist> +</gconfschemafile>
- Previous message: [maemo-commits] r8836 - in projects/haf/trunk/osso-gnome-vfs2: . debian/patches doc imported/neon libgnomevfs modules po schemas
- Next message: [maemo-commits] r8838 - in projects/haf/trunk/hildon-theme-layout-3: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]