[Xfce4-commits] <xfce4-terminal:nick/dropdown> Fix distcheck and mention --drop-down in help.

Nick Schermer noreply at xfce.org
Sat Dec 29 22:42:01 CET 2012


Updating branch refs/heads/nick/dropdown
         to b58ca2a19dca335999e41656cbbe246c8affd819 (commit)
       from 55aeb1eaebf828572fb23735558ce3282ba1e357 (commit)

commit b58ca2a19dca335999e41656cbbe246c8affd819
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Dec 29 22:35:09 2012 +0100

    Fix distcheck and mention --drop-down in help.

 doc/xfce4-terminal.1.xml |   14 ++++++++++++++
 po/POTFILES.skip         |    1 +
 terminal/Makefile.am     |    2 +-
 terminal/main.c          |    2 +-
 4 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/doc/xfce4-terminal.1.xml b/doc/xfce4-terminal.1.xml
index 1b6ca01..519c981 100644
--- a/doc/xfce4-terminal.1.xml
+++ b/doc/xfce4-terminal.1.xml
@@ -123,6 +123,7 @@
           <term><link linkend="options-window">Window Options</link></term>
           <listitem>
             <para><xref linkend="options-window-display"/>;
+              <xref linkend="options-window-drop-down"/>;
               <xref linkend="options-window-geometry"/>;
               <xref linkend="options-window-role"/>;
               <xref linkend="options-window-startup-id"/>;
@@ -287,6 +288,19 @@
         </varlistentry>
 
         <varlistentry>
+          <term id="options-window-drop-down">
+            <option>--drop-down</option>
+          </term>
+          <listitem>
+            <para>
+              Will start the window in drop-down mode (also called a Quake-style terminal). This will only
+              apply to the first window started with this option. It is adviced to bind this to
+              a shortcut in the keyboard preferences.
+            </para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
           <term id="options-window-geometry">
             <option>--geometry=<replaceable>geometry</replaceable></option>
           </term>
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index d475e86..4025dfa 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1 +1,2 @@
 terminal/terminal-preferences.ui
+terminal/terminal-preferences-dropdown.ui
diff --git a/terminal/Makefile.am b/terminal/Makefile.am
index 9df2e0f..1ce5036 100644
--- a/terminal/Makefile.am
+++ b/terminal/Makefile.am
@@ -30,7 +30,7 @@ xfce4_terminal_headers = \
 	terminal-private.h \
 	terminal-screen.h \
 	terminal-widget.h \
-	terminal-window.h \ \
+	terminal-window.h \
 	terminal-window-dropdown.h
 
 xfce4_terminal_SOURCES = \
diff --git a/terminal/main.c b/terminal/main.c
index d634d91..dbc448e 100644
--- a/terminal/main.c
+++ b/terminal/main.c
@@ -129,7 +129,7 @@ usage (void)
            _("directory"));
 
   g_print ("%s:\n"
-           "  --display=%s; --geometry=%s; --role=%s;\n"
+           "  --display=%s; --geometry=%s; --role=%s; --drop-down;\n"
            "  --startup-id=%s; -I, --icon=%s; --fullscreen; --maximize;\n"
            "  --show-menubar, --hide-menubar; --show-borders, --hide-borders;\n"
            "  --show-toolbar, --hide-toolbar\n\n",


More information about the Xfce4-commits mailing list