~ubuntu-branches/ubuntu/saucy/kopete/saucy-proposed

« back to all changes in this revision

Viewing changes to plugins/history/historyconfig.kcfg

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-06-21 02:22:39 UTC
  • Revision ID: package-import@ubuntu.com-20130621022239-63l3zc8p0nf26pt6
Tags: upstream-4.10.80
ImportĀ upstreamĀ versionĀ 4.10.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!-- Author: Stefan Gehn -->
 
3
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
 
4
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
5
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
 
6
      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
 
7
        <kcfgfile name="kopeterc"/>
 
8
 
 
9
        <group name="History Plugin">
 
10
                <entry name="Auto_chatwindow" type="Bool">
 
11
                        <label>Show previous messages in new chats.</label>
 
12
                        <default>true</default>
 
13
                </entry>
 
14
 
 
15
                <entry name="Number_Auto_chatwindow" type="UInt">
 
16
                        <label>Number of messages to show.</label>
 
17
                        <default>7</default>
 
18
                </entry>
 
19
 
 
20
                <entry name="Number_ChatWindow" type="Int">
 
21
                        <label>Number of messages per page</label>
 
22
                        <default>20</default>
 
23
                </entry>
 
24
 
 
25
                <entry name="History_color" type="Color">
 
26
                        <label>Color of messages</label>
 
27
                        <default>170, 170, 127</default>
 
28
                </entry>
 
29
 
 
30
                <entry name="BrowserStyle" type="Path">
 
31
                        <label>Style to use in history-browser.</label>
 
32
                </entry>
 
33
 
 
34
        </group>
 
35
</kcfg>