lp:ubuntu/wily/xchat-gnome

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/wily/xchat-gnome
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

92. By Sebastien Bacher

debian/patches/git_enable_nls.patch: define the nls variable which is
required for the translations setup, that way the domain is correctly set

91. By Marc Deslauriers

* debian/patches/load_plugins_without_autoconnect.patch: when not
  automatically connecting to a server at startup, initialize the plugin
  list before displaying the server dialog.
* debian/patches/migrate_to_gsettings.patch: updated to fix segfault on
  shutdown.
* debian/patches/sync_servers_from_hexchat.patch: Sync server list with
  hexchat as it's up-to-date.
* debian/patches/101-Sync-in-servers-from-xchat.patch: removed.
* debian/patches/102-Drop-IPV6-servers.patch: removed.
* debian/patches/103-Add-chillfactory-irc-servers.patch: removed.

90. By Marc Deslauriers

* debian/patches/migrate_to_gsettings.patch: updated to remove GObject
  warnings, and properly setup the color preferences page.
* debian/patches/fix_glade_warnings.patch: fix some warnings when loading
  the glade file.

89. By Marc Deslauriers

debian/patches/fix_window_scrolling.patch: updated to also fix window
scrolling when autojoining channels.

88. By Marc Deslauriers

* debian/patches/migrate_to_gsettings.patch: Migrate to GSettings.
* debian/xchat-gnome-common.install: don't install /etc.
* debian/patches/105-Use-u-instead-of-s.patch: removed, no longer needed.
* debian/control*: remove libgconf2-dev and libsexy-dev Build-Depends.
* debian/patches/add_spell_checking.patch: updated to use proper include
  locations.
* debian/patches/hide_find_bar.patch: don't display the find bar when
  window first comes up.
* debian/patches/fix_autojoin_toggle.patch: fix the auto-join on connect
  toggle.
* debian/rules/xchat-gnome.gconf-defaults: removed.
* debian/rules/xchat-gnome.gsettings-override: added override file.

87. By Marc Deslauriers

* Updated to git snapshot from 20141005 and merge in changes up to
  1:0.30.0~git20131003.d20b8d+really20110821-0.2ubuntu14
  - debian/patches/dont_force_sslv3.patch: use SSLv23_client_method() so
    the best method gets automatically negotiated in src/common/ssl.c.
  - debian/patches/perl5.20.patch: link perl-testing program with
    libperl, keeping perl binding when built with perl 5.20
  - debian/patches/111-increase-channel-limit.patch: updated for new
    snapshot
  - debian/patches/120-fix-clipboard-segfault.patch: removed, upstream
  - debian/patches/define_functions_fix_build.patch: removed, upstream
  - debian/control.*: added libyelp-dev and yelp-tools to Build-Depends
* debian/patches/fix_window_scrolling.patch: fix window scrolling
  position when switching channels in src/fe-gnome/xtext.c.
* debian/patches/dont_assert_on_exit.patch: remove unneeded call
  resulting in assert on exit in src/fe-gnome/xtext.c.
* debian/patches/fix_topic_expander.patch: properly calculate if the
  topic expander should be visible in src/fe-gnome/topic-label.c.
* debian/patches/setup_dialog_width.patch: set a reasonable width for the
  initial setup dialog in data/setup-dialog.glade.
* debian/patches/add_spell_checking.patch: add spell checking back by
  adding a port of libsexy to src/fe-gnome/Makefile.am,
  src/fe-gnome/sexy-spell-entry.*, src/fe-gnome/text-entry.*,
  src/fe-gnome/sexy-marshal.list,
  src/fe-gnome/preferences-page-spellcheck.c.
* debian/patches/04_no_spellcheck.patch: removed, now that spell check is
  back.
* debian/patches/fix_setup_dialog_sensitive.patch: don't try to set the
  button sensitivity before it exists in src/fe-gnome/setup-dialog.c.

86. By Marc Deslauriers

* Don't force the use of SSLv3 (LP: #1381484)
  - debian/patches/dont_force_sslv3.patch: use SSLv23_client_method() so
    the best method gets automatically negotiated in src/common/ssl.c.

85. By Colin Watson

* Backport from unstable (Damyan Ivanov):
  - add a patch to link perl-testing program with libperl, keeping perl
    binding when built with perl 5.20
    Closes: #752468

84. By Marc Deslauriers

* Revert to previous version until issues are resolved (see lp 1272455
  for details).
  - simplified previous version number due to length

83. By Jackson Doak

* Merge from debian unstable. Remaining changes:
  - debian/control:
    - Recommend xchat-gnome-indicator to get Unity integration
  - debian/xchat-gnome.gconf-defaults: Set the default enabled plugins,
    indicator, netmonitor, and notifyosd.
  - debian/rules: update the xchat-gnome-common binary-install target to not
    keep a duplicate copy of the xchat-gnome.desktop file.
  - debian/patches/02_lpi.patch: add Launchpad integration items to the
    help menu
  - debian/patches/04_autojoin_ubuntu_chan.patch: add the Ubuntu network
    as default selection and default to autojoining #ubuntu.
  - debian/patches/20_add_gui_focus.patch: implement GUI focus from XChat.
  - debian/patches/51_freenode_default_port_8001.patch: Drop ports 666x
    for FreeNode to workaround a possible DCC exploit.
  - debian/patches/95_apturl-support.patch: support apt://-urls.
  - debian/patches/10_xchat-gnome-close-event.patch: add events for
    window close.
  - debian/patches/100-Zero-out-passwords-upon-exit.patch: Cherrypicked
    from xchat tree
  - debian/patches/101-Sync-in-servers-from-xchat.patch: From xchat
    upstream
  - debian/patches/102-Drop-IPV6-servers.patch: Cherrypicked from xchat
    tree (LP: #127616)
  - debian/patches/103-Add-chillfactory-irc-servers.patch: From xchat
    Debian
  - debian/patches/104-Don-t-crash-if-servlist-is-undefined.patch:
    Cherrypicked from xchat tree
  - debian/patches/105-Use-u-instead-of-s.patch: Cherrypicked from xchat
    tree
  - debian/patches/106-ensure-an-empty-string-at-index-32-for-cmd_deop-etc.patch:
    Cherrypicked from xchat tree
  - debian/patches/107-fix-permissions-on-creating-files.patch:
    Cherrypicked from xchat tree
  - debian/patches/108-userlist-default-width.patch: make sure the userlist
    in the main window has a reasonable width by default.
  - debian/patches/109-use-scrollback-timestamps.patch: use actual
    timestamps when loading scrollback files.
  - debian/patches/110-fix-fd-leak.patch: fix a file handle leak.
  - debian/patches/111-increase-channel-limit.patch: port code from
    xchat to remove the limitation on the number of autojoin channels.
  - debian/patches/115-fix-network-editor.patch: Fix network editor in
    preferences.
  - debian/patches/116-remove-amiganet.patch: Remove defunct irc network.
  - debian/patches/117-fix-net-monitor-segfault.patch: fix segfault in
    the net monitor plugin.
  - debian/patches/118-fix-net-monitor-reconnect.patch: correctly reconnect
    after suspend and resume.
  - Use dh-autoreconf & force update (acient) intltool.
  - debian/patches/00git_remember_window_maximise.patch: Correctly restore
    maximized window state
  - debian/patches/119-fix-null-channel-list-window.patch: fix "(null)"
    server name in channel list window. (LP: #903025)
* Drop 109-use-scrollback-timestamps.patch, 110-fix-fd-leak.patch,
  115-fix-network-editor.patch, 116-remove-amiganet.patch, link.diff
  fixed upstream
* debian/rules: drop autoreconf.mk in favour of using autogen.sh as
  the configure script. Fixes FTBFS

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/utopic/xchat-gnome
This branch contains Public information 
Everyone can see this information.

Subscribers