~ubuntu-branches/ubuntu/oneiric/emesene/oneiric-proposed

« back to all changes in this revision

Viewing changes to conversation_themes/messenger/theme

  • Committer: Bazaar Package Importer
  • Author(s): Devid Antonio Filoni
  • Date: 2011-03-03 14:49:13 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20110303144913-0adl9cmw2s35lvzo
Tags: 2.0~git20110303-0ubuntu1
* New upstream git revision (LP: #728469).
* Remove debian/watch, debian/emesene.xpm, debian/install and
  debian/README.source files.
* Remove 21_svn2451_fix_avatar and 20_dont_build_own_libmimic patches.
* debian/control: modify python to python (>= 2.5) in Build-Depends field.
* debian/control: remove python-libmimic from Recommends field.
* debian/control: modify python-gtk2 (>= 2.10) to python-gtk2 (>= 2.12) in
  Depends field.
* debian/control: add python-appindicator and python-xmpp to Recommends
  field.
* debian/control: add python-papyon (>= 0.5.4) and python-webkit to Depends
  field.
* debian/control: update Description field.
* debian/control: add python-setuptools to Build-Depends field.
* debian/control: move python-dbus and python-notify to Depends field.
* Update debian/copyright file.
* Update debian/links file.
* debian/menu: update description field.
* Bump Standards-Version to 3.9.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# This is an example theme
2
 
# Lines starting with a # are ignored
3
 
 
4
 
# Theme infos section
5
 
name=MSN Messenger
6
 
description=This is an MSN Messenger style conversation layout
7
 
author=Peter Johansson
8
 
website=unlogical.net
9
 
 
10
 
# Layout
11
 
# Take care : space characters are not stripped between values and "=" and values must fit in one line
12
 
# Tips : you can do things like "outgoing=incoming" if you want the same layout for incoming and outgoing messages, for example
13
 
#
14
 
# Here's the tags list :
15
 
# %nick% : displays the nick of the message sender
16
 
# %email% : displaus the email of the message sender
17
 
# %message% : displays the raw message (ie ignoring the format the user applied to it)
18
 
# %formattedmessage% : displays the formatted message
19
 
# %h% : hour of the message
20
 
# %m% : minute of the message
21
 
# %s% : second of the message
22
 
# and more to come...
23
 
 
24
 
incoming=<span style="font-weight: bold;">%nick% %says%:</span><br/> %formattedmessage%<br/>
25
 
consecutive_incoming=incoming
26
 
offline_incoming=<span style="font-weight: bold; color: #060;">(%offline%) %nick% %said%:</span><br/> %formattedmessage%<br/>
27
 
outgoing=incoming
28
 
consecutive_outgoing=incoming
29
 
information=<span style="font-weight: bold;">%message%</span><br/>
30
 
error=<span style="font-weight: bold; color: #FF0000;">%message%</span><br/>