~ubuntu-branches/ubuntu/trusty/kvirc/trusty

« back to all changes in this revision

Viewing changes to src/kvirc/kernel/KviIrcConnection.h

  • Committer: Package Import Robot
  • Author(s): Kai Wasserbäch
  • Date: 2011-09-29 16:27:07 UTC
  • mfrom: (0.3.15 upstream)
  • Revision ID: package-import@ubuntu.com-20110929162707-t29s6itjnsg2syuf
Tags: 4:4.1.3+20110929.svn5980-1
The "Balance of Power" release.

* Synced to upstream's SVN revision 5980.
* debian/control:
  - Vcs-* fields updated.
  - Remove libcrypto++-dev from B-Ds, was dropped upstream.
  - Bumped B-D on debhelper to >= 8.9.4.
* debian/rules:
  - Remove a now obsolete flag.
  - Upstream fixed a typo in a configuration variable name (now
    WANT_COEXISTENCE), updated invocation.
* debian/compat: Now at 9.
* Make KVIrc multiarch ready:
  - debian/{kvirc,libkvilib4,kvirc-modules}.install: Split out binaries
    under /usr/lib.
  - debian/rules: Add -DLIB_SUFFIX to dh_auto_configure invocation.
  - debian/control:
    + Added new packages (needed for split).
    + Added Multi-Arch fields
    + Added Pre-Depends: multiarch-support and ${misc:Pre-Depends} where
      needed.
    + Bumped B-D on CMake.
  - debian/{kvirc,libkvilib4,kvirc-modules}.lintian-overrides: Moved and
    updated overrides to match new locations (one could be dropped in the
    process).

Show diffs side-by-side

added added

removed removed

Lines of Context:
669
669
        * \brief Sets the global encoding for this connection.
670
670
        *
671
671
        * This is a default value and can be overridden by specific windows.
 
672
        * This is tipically called upon a successfull CODEPAGE change (numerical 222)
 
673
        * reponse from a server; from now on, the server will translate (encode)
 
674
        * everything (including IDN hostnames, channel names, messages) using this
 
675
        * encoding. So we expect this encoding to be the new default for the server
 
676
        * (connection), the console, each other channel and query.
672
677
        * \param szEncoding The encoding to use
673
678
        * \return void
674
 
        *
675
 
        * FIXME: This is quite unclear (why it forces encoding to all the windows?)
676
679
        */
677
680
        void setEncoding(const QString & szEncoding);
678
681