~ubuntu-branches/debian/stretch/sflphone/stretch

« back to all changes in this revision

Viewing changes to kde/src/lib/sflphone_const.h

  • Committer: Package Import Robot
  • Author(s): Francois Marier, Francois Marier, Mark Purcell
  • Date: 2014-10-18 15:08:50 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20141018150850-2exfk34ckb15pcwi
Tags: 1.4.1-0.1
[ Francois Marier ]
* Non-maintainer upload
* New upstream release (closes: #759576, #741130)
  - debian/rules +PJPROJECT_VERSION := 2.2.1
  - add upstream patch to fix broken TLS support
  - add patch to fix pjproject regression

[ Mark Purcell ]
* Build-Depends:
  - sflphone-daemon + libavformat-dev, libavcodec-dev, libswscale-dev,
  libavdevice-dev, libavutil-dev
  - sflphone-gnome + libclutter-gtk-1.0-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#ifndef SFLPHONE_CONST_H
23
23
#define SFLPHONE_CONST_H
24
24
 
25
 
#include <QtCore/QString>
26
 
 
27
 
#define ACTION_LABEL_CALL                 i18n("New call")
28
 
#define ACTION_LABEL_PLACE_CALL           i18n("Place call")
29
 
#define ACTION_LABEL_HANG_UP              i18n("Hang up")
30
 
#define ACTION_LABEL_HOLD                 i18n("Hold on")
31
 
#define ACTION_LABEL_TRANSFER             i18n("Transfer")
32
 
#define ACTION_LABEL_RECORD               i18n("Record")
33
 
#define ACTION_LABEL_ACCEPT               i18n("Pick up")
34
 
#define ACTION_LABEL_REFUSE               i18n("Hang up")
35
 
#define ACTION_LABEL_UNHOLD               i18n("Hold off")
36
 
#define ACTION_LABEL_GIVE_UP_TRANSF       i18n("Give up transfer")
37
 
#define ACTION_LABEL_MAILBOX              i18n("Voicemail")
38
25
 
39
26
#define ICON_INCOMING                     ":/images/icons/ring.svg"
40
27
#define ICON_RINGING                      ":/images/icons/ring.svg"
61
48
#define ICON_HISTORY_INCOMING             ":/images/icons/incoming.svg"
62
49
#define ICON_HISTORY_OUTGOING             ":/images/icons/outgoing.svg"
63
50
#define ICON_HISTORY_MISSED               ":/images/icons/missed.svg"
 
51
#define ICON_HISTORY_MISSED_OUT           ":/images/icons/missed_out.svg"
64
52
#define ICON_SFLPHONE                     ":/images/icons/sflphone.svg"
65
53
 
66
 
/** Maybe to remove **/
67
 
static const QString REGISTRATION_ENABLED_TRUE("true");
68
 
static const QString REGISTRATION_ENABLED_FALSE("false");
69
54
// #define ACCOUNT_TYPES_TAB                 {QString(Account::ProtocolName::SIP), QString(Account::ProtocolName::IAX)}
70
55
/*********************/
71
56
 
72
 
/** Hooks settings */
73
 
#define HOOKS_ADD_PREFIX                  "PHONE_NUMBER_HOOK_ADD_PREFIX"
74
 
#define HOOKS_ENABLED                     "PHONE_NUMBER_HOOK_ENABLED"
75
 
#define HOOKS_COMMAND                     "URLHOOK_COMMAND"
76
 
#define HOOKS_IAX2_ENABLED                "URLHOOK_IAX2_ENABLED"
77
 
#define HOOKS_SIP_ENABLED                 "URLHOOK_SIP_ENABLED"
78
 
#define HOOKS_SIP_FIELD                   "URLHOOK_SIP_FIELD"
79
 
 
80
57
/** MIME API */
81
58
#define MIME_CALLID           "text/sflphone.call.id"
82
59
#define MIME_CONTACT          "text/sflphone.contact"