~ubuntu-branches/ubuntu/vivid/gnome-terminal/vivid

« back to all changes in this revision

Viewing changes to src/terminal-info-bar.h

  • Committer: Package Import Robot
  • Author(s): Iain Lane, Iain Lane, Jeremy Bicha, Martin Pitt
  • Date: 2014-11-05 15:55:30 UTC
  • mfrom: (1.4.9) (2.1.18 sid)
  • Revision ID: package-import@ubuntu.com-20141105155530-18q4j72t8rlgn1cu
Tags: 3.12.2-0ubuntu1
[ Iain Lane ]
* NOTE: This version changes behaviour around the "Switch to tab" keyboard
  shortcuts. They are now active all the time, whereas previously they were
  only active when you had a corresponding number of tabs open. If you need
  to send these keys to your terminal, clear the shortcuts in the
  preferences dialog.
* Drop 03_add_keywords.desktop: Not useful any more.
* Drop 20_add_alt_screen_toggle_ui.patch: Too much effort to maintain, not
  deemed important enough to keep.
* Resynchronise with Debian, remaining changes:
  - debian/patches/50_add_unity_quicklist.patch: Add Unity quicklist menu
    item.
  - debian/patches/60_add_lp_handler.patch: Add a handler for launchpad bug
    URLs.
* Disable shell provider, we don't want to build-dep on gnome-shell.
* Bump build-dependencies according to configure.ac:
  - intltool 0.50.0
  - vte 0.36.0
  - glib 2.39.2
* Make debian/patches/10_kfreebsd-f_dupfd_cloexec.patch apply again.
* Add build-dependency on libnautilus-extension-dev
* Add new patch debian/patches/nautilus-x11.patch
  - build fails because of -Wl,-z,defs missing -lX11 in nautilus extension
* Include autoreconf.mk cdbs snippet and build-depend on dh-autoreconf
* Install new files in gnome-terminal
  - nautilus extension
* debian/patches/0001-Restore-transparency.patch: Patch from Debarishi Ray
  to re-add support for transparent terminals. Updated to support loading a
  transparency value from the theme, if it provides one and to migrate the
  settings from GConf.

[ Jeremy Bicha ]
* debian/rules:
  - Build with --enable-distro-packaging to not override Ubuntu
    environment variables
* debian/patches/52_support_apturl.patch:
  - Support apt: URIs (LP: #217611)

[ Martin Pitt ]
* Add 61_cwd_fallback.patch: Provide fallback for reading current directory
  if OSC 7 fails. (LP: #1132700)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *  Copyright © 2010 Christian Persch
3
3
 *
4
 
 *  This program is free software; you can redistribute it and/or modify
5
 
 *  it under the terms of the GNU General Public License as published by
6
 
 *  the Free Software Foundation; either version 3, or (at your option)
7
 
 *  any later version.
8
 
 *
9
 
 *  This program is distributed in the hope info_bar it will be useful,
10
 
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
11
 
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
 
 *  GNU General Public License for more details.
13
 
 *
14
 
 *  You should have received a copy of the GNU General Public License
15
 
 *  along with this program; if not, write to the Free Software
16
 
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
4
 * This program is free software: you can redistribute it and/or modify
 
5
 * it under the terms of the GNU General Public License as published by
 
6
 * the Free Software Foundation, either version 3 of the License, or
 
7
 * (at your option) any later version.
 
8
 *
 
9
 * This program is distributed in the hope that it will be useful,
 
10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
 * GNU General Public License for more details.
 
13
 *
 
14
 * You should have received a copy of the GNU General Public License
 
15
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
16
 */
18
17
 
19
18
#ifndef TERMINAL_INFO_BAR_H