From: frank Date: Mon, 16 Jan 2012 18:55:02 +0000 (+0100) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=7b3034f1dec1cbfaa75d3652d96ccfb91bc4909f;p=config%2Fbruni%2Fetc.git committing changes in /etc after emerge run Package changes: +dev-vcs/gitg-0.0.6 --- diff --git a/.etckeeper b/.etckeeper index a38796bc..31a5052a 100755 --- a/.etckeeper +++ b/.etckeeper @@ -512,6 +512,7 @@ maybe chmod 0644 './gconf/schemas/desktop_gnome_thumbnailers.schemas' maybe chmod 0644 './gconf/schemas/desktop_gnome_typing_break.schemas' maybe chmod 0644 './gconf/schemas/desktop_gnome_url_handlers.schemas' maybe chmod 0644 './gconf/schemas/fish.schemas' +maybe chmod 0644 './gconf/schemas/gitg.schemas' maybe chmod 0644 './gconf/schemas/gweather.schemas' maybe chmod 0644 './gconf/schemas/libcanberra.schemas' maybe chmod 0644 './gconf/schemas/notification-daemon.schemas' diff --git a/gconf/schemas/gitg.schemas b/gconf/schemas/gitg.schemas new file mode 100644 index 00000000..6a23e6da --- /dev/null +++ b/gconf/schemas/gitg.schemas @@ -0,0 +1,154 @@ + + + + /schemas/apps/gitg/preferences/view/history/search-filter + /apps/gitg/preferences/view/history/search-filter + gitg + bool + FALSE + + Filter Revisions When Searching + Whether searching filters the revisions in the history view + instead of jumping to the first match. + + + + Revisionen während der Suche filtern + Legt fest, ob die Revisionen in der Chronikansicht gefiltert werden sollen, anstellen zur ersten Übereinstimmung zu springen + + + + Filter Revisions When Searching + Whether searching filters the revisions in the history view instead of jumping to the first match. + + + + /schemas/apps/gitg/preferences/view/history/collapse-inactive-lanes + /apps/gitg/preferences/view/history/collapse-inactive-lanes + gitg + int + 2 + + When to Collapse Inactive Lanes + Setting that indicates when an inactive lane should be collapsed. + Valid values are 0 - 4, where 0 indicates 'early' and 4 indicates 'late'. + + + + + Einklappen inaktiver Pfade + Diese Einstellung legt das Einklappen inaktiver Pfade fest. Gültige Werte liegen zwischen 0 und 4, wobei 0 »früh« bezeichnet und 4 »spät«. + + + + When to Collapse Inactive Lanes + Setting that indicates when an inactive lane should be collapsed. Valid values are 0–4, where 0 indicates 'early' and 4 indicates 'late'. + + + + /schemas/apps/gitg/preferences/view/history/topo-order + /apps/gitg/preferences/view/history/topo-order + gitg + bool + FALSE + + Show History in Topological Order + Setting that indicates whether to show the history in + topological order. + + + + + /schemas/apps/gitg/preferences/view/main/layout-vertical + /apps/gitg/preferences/view/main/layout-vertical + gitg + bool + TRUE + + Show Main View in Vertical Layout + Setting that sets the orientation layout of the main view. + + + + + /schemas/apps/gitg/preferences/commit/message/show-right-margin + /apps/gitg/preferences/commit/message/show-right-margin + gitg + bool + TRUE + + Show Right Margin in Commit Message View + Show a right margin indicator in the commit message view. This + can be used to easily see where to break the commit message at a + particular column. + + + + + Rechten Rand in der Ansicht der Einspielmeldungen anzeigen + Einen Indikator für den rechten Rand in der Ansicht der Einspielmeldung anzeigen. Dadurch lässt sich leicht erkennen, wo die Einspielmeldung an einer bestimmten Spalte einen Zeilenumbruch erhalten sollte. + + + + Show Right Margin in Commit Message View + Show a right margin indicator in the commit message view. This can be used to easily see where to break the commit message at a particular column. + + + + /schemas/apps/gitg/preferences/commit/message/right-margin-at + /apps/gitg/preferences/commit/message/right-margin-at + gitg + int + 72 + + Column at Which Right Margin is Shown + The column at which the right margin is shown if the right-margin + preference is set to TRUE. + + + + + Spalte, in welcher der rechte Rand angezeigt wird + Die Spalte, in welcher der rechte Rand angezeigt wird, falls die Einstellung für den rechten Rand auf »WAHR« gesetzt ist. + + + + Column at Which Right Margin is Shown + The column at which the right margin is shown if the right-margin preference is set to TRUE. + + + + /schemas/desktop/gnome/url-handlers/gitg/command + /desktop/gnome/url-handlers/gitg/command + gitg + string + gitg "%s" + + The command to handle GITG scheme URLs + The command to handle GITG scheme URLs. + + + + /schemas/desktop/gnome/url-handlers/gitg/needs_terminal + /desktop/gnome/url-handlers/gitg/needs_terminal + gitg + bool + false + + Whether command to handle GITG scheme URLs needs a terminal + Whether command to handle GITG scheme URLs needs a terminal. + + + + /schemas/desktop/gnome/url-handlers/gitg/enabled + /desktop/gnome/url-handlers/gitg/enabled + gitg + bool + true + + Whether command to handle GITG scheme URLs is enabled + Whether command to handle GITG scheme URLs is enabled. + + + +