By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 748
Collapse All | Expand All

(-)kdenetwork/kopete/plugins/motionautoaway/motionawayplugin.cpp (-1 / +1 lines)
Lines 75-81 Link Here
75
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,50)
75
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,50)
76
#define _LINUX_TIME_H
76
#define _LINUX_TIME_H
77
#endif
77
#endif
78
#include <linux/videodev.h>
78
#include <libv4l1-videodev.h>
79
79
80
#define DEF_WIDTH			352
80
#define DEF_WIDTH			352
81
#define DEF_HEIGHT		288
81
#define DEF_HEIGHT		288
(-)kdenetwork/kopete/protocols/jabber/CMakeLists.txt (-1 / +1 lines)
Lines 80-85 Link Here
80
    jabberclient-static kopetejabberui-static
80
    jabberclient-static kopetejabberui-static
81
    iris_jabber-static iris_xmpp_core-static iris_xmpp_im-static iris-static
81
    iris_jabber-static iris_xmpp_core-static iris_xmpp_im-static iris-static
82
    qca-static cutestuff_network-static cutestuff_util-static ${JINGLE_LIBRARIES}
82
    qca-static cutestuff_network-static cutestuff_util-static ${JINGLE_LIBRARIES}
83
    kopete-shared
83
    kopete-shared idn
84
  DESTINATION ${PLUGIN_INSTALL_DIR}
84
  DESTINATION ${PLUGIN_INSTALL_DIR}
85
)
85
)
(-)kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/base/sigslot.h (+1 lines)
Lines 80-85 Link Here
80
80
81
#include <set>
81
#include <set>
82
#include <list>
82
#include <list>
83
#include <stdlib.h>
83
84
84
// On our copy of sigslot.h, we force single threading
85
// On our copy of sigslot.h, we force single threading
85
#define SIGSLOT_PURE_ISO
86
#define SIGSLOT_PURE_ISO
(-)kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/p2p/client/sessionclient.cc (-1 / +1 lines)
Lines 31-37 Link Here
31
#include "talk/p2p/client/sessionclient.h"
31
#include "talk/p2p/client/sessionclient.h"
32
#include "talk/p2p/base/helpers.h"
32
#include "talk/p2p/base/helpers.h"
33
#include "talk/base/logging.h"
33
#include "talk/base/logging.h"
34
#include "talk/xmllite/tqname.h"
34
#include "talk/xmllite/qname.h"
35
#include "talk/xmpp/constants.h"
35
#include "talk/xmpp/constants.h"
36
#include "talk/xmllite/xmlprinter.h"
36
#include "talk/xmllite/xmlprinter.h"
37
#include <iostream>
37
#include <iostream>
(-)kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/qname.cc (-1 / +1 lines)
Lines 28-34 Link Here
28
#include <string>
28
#include <string>
29
#include "talk/base/common.h"
29
#include "talk/base/common.h"
30
#include "talk/xmllite/xmlelement.h"
30
#include "talk/xmllite/xmlelement.h"
31
#include "talk/xmllite/tqname.h"
31
#include "talk/xmllite/qname.h"
32
#include "talk/xmllite/xmlconstants.h"
32
#include "talk/xmllite/xmlconstants.h"
33
33
34
//#define new TRACK_NEW
34
//#define new TRACK_NEW
(-)kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/xmlelement.cc (-1 / +1 lines)
Lines 32-38 Link Here
32
32
33
#include "talk/base/common.h"
33
#include "talk/base/common.h"
34
#include "talk/xmllite/xmlelement.h"
34
#include "talk/xmllite/xmlelement.h"
35
#include "talk/xmllite/tqname.h"
35
#include "talk/xmllite/qname.h"
36
#include "talk/xmllite/xmlparser.h"
36
#include "talk/xmllite/xmlparser.h"
37
#include "talk/xmllite/xmlbuilder.h"
37
#include "talk/xmllite/xmlbuilder.h"
38
#include "talk/xmllite/xmlprinter.h"
38
#include "talk/xmllite/xmlprinter.h"
(-)kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/xmlelement.h (-1 / +1 lines)
Lines 31-37 Link Here
31
#include <iosfwd>
31
#include <iosfwd>
32
#include <string>
32
#include <string>
33
#include "talk/base/scoped_ptr.h"
33
#include "talk/base/scoped_ptr.h"
34
#include "talk/xmllite/tqname.h"
34
#include "talk/xmllite/qname.h"
35
35
36
namespace buzz {
36
namespace buzz {
37
37
(-)kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/xmlnsstack.h (-1 / +1 lines)
Lines 31-37 Link Here
31
#include <string>
31
#include <string>
32
#include "talk/base/scoped_ptr.h"
32
#include "talk/base/scoped_ptr.h"
33
#include "talk/base/stl_decl.h"
33
#include "talk/base/stl_decl.h"
34
#include "talk/xmllite/tqname.h"
34
#include "talk/xmllite/qname.h"
35
35
36
namespace buzz {
36
namespace buzz {
37
37
(-)kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmpp/constants.cc (-1 / +1 lines)
Lines 29-35 Link Here
29
#include "talk/base/basicdefs.h"
29
#include "talk/base/basicdefs.h"
30
#include "talk/xmllite/xmlconstants.h"
30
#include "talk/xmllite/xmlconstants.h"
31
#include "talk/xmllite/xmlelement.h"
31
#include "talk/xmllite/xmlelement.h"
32
#include "talk/xmllite/tqname.h"
32
#include "talk/xmllite/qname.h"
33
#include "talk/xmpp/jid.h"
33
#include "talk/xmpp/jid.h"
34
#include "talk/xmpp/constants.h"
34
#include "talk/xmpp/constants.h"
35
namespace buzz {
35
namespace buzz {
(-)kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmpp/constants.h (-1 / +1 lines)
Lines 29-35 Link Here
29
#define _CRICKET_XMPP_XMPPLIB_BUZZ_CONSTANTS_H_
29
#define _CRICKET_XMPP_XMPPLIB_BUZZ_CONSTANTS_H_
30
30
31
#include <string>
31
#include <string>
32
#include "talk/xmllite/tqname.h"
32
#include "talk/xmllite/qname.h"
33
#include "talk/xmpp/jid.h"
33
#include "talk/xmpp/jid.h"
34
34
35
35
(-)kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmpp/xmppengine.h (-1 / +1 lines)
Lines 30-36 Link Here
30
30
31
// also part of the API
31
// also part of the API
32
#include "talk/xmpp/jid.h"
32
#include "talk/xmpp/jid.h"
33
#include "talk/xmllite/tqname.h"
33
#include "talk/xmllite/qname.h"
34
#include "talk/xmllite/xmlelement.h"
34
#include "talk/xmllite/xmlelement.h"
35
35
36
36
(-)kdenetwork/kopete/protocols/jabber/kioslave/CMakeLists.txt (-1 / +1 lines)
Lines 35-41 Link Here
35
tde_add_kpart( kio_jabberdisco AUTOMOC
35
tde_add_kpart( kio_jabberdisco AUTOMOC
36
  SOURCES jabberdisco.cpp
36
  SOURCES jabberdisco.cpp
37
  LINK
37
  LINK
38
    jabberclient-static
38
    jabberclient-static idn
39
    iris_xmpp_core-static iris_xmpp_im-static iris_jabber-static iris-static
39
    iris_xmpp_core-static iris_xmpp_im-static iris_jabber-static iris-static
40
    qca-static cutestuff_network-static cutestuff_util-static kio-shared
40
    qca-static cutestuff_network-static cutestuff_util-static kio-shared
41
  DESTINATION ${PLUGIN_INSTALL_DIR}
41
  DESTINATION ${PLUGIN_INSTALL_DIR}
(-)kdenetwork/kopete/protocols/msn/CMakeLists.txt (-1 / +1 lines)
Lines 47-53 Link Here
47
47
48
tde_add_kpart( kopete_msn AUTOMOC
48
tde_add_kpart( kopete_msn AUTOMOC
49
  SOURCES
49
  SOURCES
50
    dummy.cpp webcam.cpp
50
    webcam.cpp
51
  LINK kopete_msn_shared-shared
51
  LINK kopete_msn_shared-shared
52
  DESTINATION ${PLUGIN_INSTALL_DIR}
52
  DESTINATION ${PLUGIN_INSTALL_DIR}
53
)
53
)
(-)kdenetwork/kopete/protocols/msn/msnswitchboardsocket.cpp (-1 / +1 lines)
Lines 54-60 Link Here
54
#include "kopetemessage.h"
54
#include "kopetemessage.h"
55
#include "kopetecontact.h"
55
#include "kopetecontact.h"
56
#include "kopeteuiglobal.h"
56
#include "kopeteuiglobal.h"
57
#include "kopeteemoticons.h"
57
#include "private/kopeteemoticons.h"
58
//#include "kopeteaccountmanager.h"
58
//#include "kopeteaccountmanager.h"
59
//#include "kopeteprotocol.h"
59
//#include "kopeteprotocol.h"
60
60
(-)kdenetwork/kopete/protocols/sms/services/smsclient.cpp (-1 / +1 lines)
Lines 67-73 Link Here
67
		return;
67
		return;
68
	}
68
	}
69
69
70
	TQString programName = c->readEntry(TQString("%1:%2").tqarg("SMSClient").tqarg("ProgramName"). TQString());
70
	TQString programName = c->readEntry(TQString("%1:%2").tqarg("SMSClient").tqarg("ProgramName"));
71
	if (programName.isNull())
71
	if (programName.isNull())
72
		programName = "/usr/bin/sms_client";
72
		programName = "/usr/bin/sms_client";
73
73

Return to bug 748