Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Akonadi Contacts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
Akonadi Contacts
Commits
80828548
Commit
80828548
authored
Jul 30, 2013
by
Guy Maurel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Only single empty lines, First line, last line(s)
may not be empty for akonadi,#109924
parent
38d11eb4
Changes
29
Hide whitespace changes
Inline
Side-by-side
Showing
29 changed files
with
0 additions
and
49 deletions
+0
-49
akonadi/contact/actions/qdialer.h
akonadi/contact/actions/qdialer.h
+0
-1
akonadi/contact/actions/qekigadialer.cpp
akonadi/contact/actions/qekigadialer.cpp
+0
-1
akonadi/contact/actions/qekigadialer.h
akonadi/contact/actions/qekigadialer.h
+0
-1
akonadi/contact/actions/qsflphonedialer.cpp
akonadi/contact/actions/qsflphonedialer.cpp
+0
-2
akonadi/contact/actions/qsflphonedialer.h
akonadi/contact/actions/qsflphonedialer.h
+0
-1
akonadi/contact/actions/qskypedialer.cpp
akonadi/contact/actions/qskypedialer.cpp
+0
-1
akonadi/contact/actions/smsdialog.cpp
akonadi/contact/actions/smsdialog.cpp
+0
-1
akonadi/contact/autoqpointer_p.h
akonadi/contact/autoqpointer_p.h
+0
-1
akonadi/contact/contacteditor.cpp
akonadi/contact/contacteditor.cpp
+0
-2
akonadi/contact/contacteditor.h
akonadi/contact/contacteditor.h
+0
-1
akonadi/contact/contacteditordialog.cpp
akonadi/contact/contacteditordialog.cpp
+0
-1
akonadi/contact/contactgroupeditor.cpp
akonadi/contact/contactgroupeditor.cpp
+0
-2
akonadi/contact/editor/addresseditwidget.cpp
akonadi/contact/editor/addresseditwidget.cpp
+0
-6
akonadi/contact/editor/contacteditorwidget.cpp
akonadi/contact/editor/contacteditorwidget.cpp
+0
-4
akonadi/contact/editor/customfieldseditwidget.cpp
akonadi/contact/editor/customfieldseditwidget.cpp
+0
-2
akonadi/contact/editor/emaileditwidget.cpp
akonadi/contact/editor/emaileditwidget.cpp
+0
-1
akonadi/contact/editor/geoeditwidget.cpp
akonadi/contact/editor/geoeditwidget.cpp
+0
-2
akonadi/contact/editor/im/immodel.cpp
akonadi/contact/editor/im/immodel.cpp
+0
-1
akonadi/contact/editor/im/improtocols.cpp
akonadi/contact/editor/im/improtocols.cpp
+0
-1
akonadi/contact/editor/imagewidget.cpp
akonadi/contact/editor/imagewidget.cpp
+0
-4
akonadi/contact/editor/imeditwidget.cpp
akonadi/contact/editor/imeditwidget.cpp
+0
-1
akonadi/contact/editor/nameeditdialog.cpp
akonadi/contact/editor/nameeditdialog.cpp
+0
-1
akonadi/contact/editor/phoneeditwidget.h
akonadi/contact/editor/phoneeditwidget.h
+0
-1
akonadi/contact/editor/soundeditwidget.cpp
akonadi/contact/editor/soundeditwidget.cpp
+0
-4
akonadi/contact/emailaddressselection.cpp
akonadi/contact/emailaddressselection.cpp
+0
-1
akonadi/contact/emailaddressselectiondialog.cpp
akonadi/contact/emailaddressselectiondialog.cpp
+0
-1
akonadi/contact/emailaddressselectionwidget.cpp
akonadi/contact/emailaddressselectionwidget.cpp
+0
-1
akonadi/contact/standardcontactactionmanager.cpp
akonadi/contact/standardcontactactionmanager.cpp
+0
-2
akonadi/contact/textbrowser.cpp
akonadi/contact/textbrowser.cpp
+0
-1
No files found.
akonadi/contact/actions/qdialer.h
View file @
80828548
...
...
@@ -4,7 +4,6 @@
Copyright (c) 2009 Tobias Koenig <tokoe@kde.org>
2010 Bjoern Ricks <bjoern.ricks@intevation.de>
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at your
...
...
akonadi/contact/actions/qekigadialer.cpp
View file @
80828548
...
...
@@ -107,7 +107,6 @@ bool QEkigaDialer::initializeEkiga()
return
false
;
}
return
true
;
}
...
...
akonadi/contact/actions/qekigadialer.h
View file @
80828548
...
...
@@ -30,7 +30,6 @@ public:
explicit
QEkigaDialer
(
const
QString
&
applicationName
);
~
QEkigaDialer
();
bool
dialNumber
(
const
QString
&
number
);
bool
sendSms
(
const
QString
&
number
,
const
QString
&
text
);
private:
...
...
akonadi/contact/actions/qsflphonedialer.cpp
View file @
80828548
...
...
@@ -50,8 +50,6 @@ static bool isSflPhoneServiceRegistered()
return
false
;
}
QSflPhoneDialer
::
QSflPhoneDialer
(
const
QString
&
applicationName
)
:
QDialer
(
applicationName
)
{
...
...
akonadi/contact/actions/qsflphonedialer.h
View file @
80828548
...
...
@@ -29,7 +29,6 @@ public:
explicit
QSflPhoneDialer
(
const
QString
&
applicationName
);
~
QSflPhoneDialer
();
bool
dialNumber
(
const
QString
&
number
);
bool
sendSms
(
const
QString
&
number
,
const
QString
&
text
);
...
...
akonadi/contact/actions/qskypedialer.cpp
View file @
80828548
...
...
@@ -110,7 +110,6 @@ bool QSkypeDialer::initializeSkype()
return
false
;
}
QDBusReply
<
QString
>
reply
=
mInterface
->
call
(
QLatin1String
(
"Invoke"
),
QString
::
fromLatin1
(
"NAME %1"
).
arg
(
mApplicationName
)
);
if
(
reply
.
value
()
!=
QLatin1String
(
"OK"
)
)
{
delete
mInterface
;
...
...
akonadi/contact/actions/smsdialog.cpp
View file @
80828548
...
...
@@ -59,7 +59,6 @@ void SmsDialog::initUI()
topLayout
->
setSpacing
(
spacingHint
()
);
topLayout
->
setMargin
(
0
);
QLabel
*
label
=
new
QLabel
(
i18n
(
"Please insert SMS text for an SMS to the following number: %1"
,
mNumber
),
page
);
topLayout
->
addWidget
(
label
);
label
->
setWordWrap
(
true
);
...
...
akonadi/contact/autoqpointer_p.h
View file @
80828548
...
...
@@ -25,7 +25,6 @@
#include <QPointer>
/**
* A QPointer which when destructed, deletes the object it points to.
*
...
...
akonadi/contact/contacteditor.cpp
View file @
80828548
...
...
@@ -201,7 +201,6 @@ void ContactEditor::Private::setupMonitor()
mParent
,
SLOT
(
itemChanged
(
Akonadi
::
Item
,
QSet
<
QByteArray
>
))
);
}
ContactEditor
::
ContactEditor
(
Mode
mode
,
QWidget
*
parent
)
:
QWidget
(
parent
),
d
(
new
Private
(
mode
,
FullMode
,
0
,
this
)
)
{
...
...
@@ -217,7 +216,6 @@ ContactEditor::ContactEditor( Mode mode, DisplayMode displayMode, QWidget *paren
{
}
ContactEditor
::~
ContactEditor
()
{
delete
d
;
...
...
akonadi/contact/contacteditor.h
View file @
80828548
...
...
@@ -122,7 +122,6 @@ class AKONADI_CONTACT_EXPORT ContactEditor : public QWidget
*/
ContactEditor
(
Mode
mode
,
DisplayMode
displayMode
,
QWidget
*
parent
=
0
);
/**
* Destroys the contact editor.
*/
...
...
akonadi/contact/contacteditordialog.cpp
View file @
80828548
...
...
@@ -149,7 +149,6 @@ ContactEditor* ContactEditorDialog::editor() const
return
d
->
mEditor
;
}
void
ContactEditorDialog
::
accept
()
{
//Nothing
...
...
akonadi/contact/contactgroupeditor.cpp
View file @
80828548
...
...
@@ -41,7 +41,6 @@
#include <kmessagebox.h>
#include <KColorScheme>
#include <QtCore/QTimer>
#include <QGridLayout>
#include <QMessageBox>
...
...
@@ -206,7 +205,6 @@ void ContactGroupEditor::Private::setReadOnly( bool readOnly )
mGui
.
membersView
->
setEnabled
(
!
readOnly
);
}
ContactGroupEditor
::
ContactGroupEditor
(
Mode
mode
,
QWidget
*
parent
)
:
QWidget
(
parent
),
d
(
new
Private
(
this
)
)
{
...
...
akonadi/contact/editor/addresseditwidget.cpp
View file @
80828548
...
...
@@ -101,7 +101,6 @@ class AddressTypeDialog : public KDialog
KABC
::
Address
::
TypeList
mTypeList
;
};
AddressSelectionWidget
::
AddressSelectionWidget
(
QWidget
*
parent
)
:
KComboBox
(
parent
)
{
...
...
@@ -149,8 +148,6 @@ void AddressSelectionWidget::updateView()
}
}
AddressTypeCombo
::
AddressTypeCombo
(
QWidget
*
parent
)
:
KComboBox
(
parent
),
mType
(
KABC
::
Address
::
Home
),
...
...
@@ -231,7 +228,6 @@ void AddressTypeCombo::otherSelected()
update
();
}
AddressEditWidget
::
AddressEditWidget
(
QWidget
*
parent
)
:
QWidget
(
parent
),
mReadOnly
(
false
)
{
...
...
@@ -392,7 +388,6 @@ void AddressEditWidget::storeContact( KABC::Addressee &contact ) const
}
}
AddressEditDialog
::
AddressEditDialog
(
QWidget
*
parent
)
:
KDialog
(
parent
)
{
...
...
@@ -549,7 +544,6 @@ void AddressEditDialog::fillCountryCombo()
mCountryCombo
->
setCurrentIndex
(
mCountryCombo
->
findText
(
currentCountry
)
);
}
AddressTypeDialog
::
AddressTypeDialog
(
KABC
::
Address
::
Type
type
,
QWidget
*
parent
)
:
KDialog
(
parent
)
{
...
...
akonadi/contact/editor/contacteditorwidget.cpp
View file @
80828548
...
...
@@ -100,7 +100,6 @@ class ContactEditorWidget::Private
KComboBox
*
mMailPreferFormatting
;
QCheckBox
*
mAllowRemoteContent
;
// widgets from addresses group
AddressEditWidget
*
mAddressesWidget
;
...
...
@@ -568,7 +567,6 @@ void ContactEditorWidget::loadContact( const KABC::Addressee &contact, const Ako
// categories section
d
->
mCategoriesWidget
->
loadContact
(
contact
);
const
QString
mailPreferedFormatting
=
d
->
loadCustom
(
contact
,
QLatin1String
(
"MailPreferedFormatting"
)
);
if
(
mailPreferedFormatting
.
isEmpty
()
)
{
d
->
mMailPreferFormatting
->
setCurrentIndex
(
0
);
...
...
@@ -648,8 +646,6 @@ void ContactEditorWidget::storeContact( KABC::Addressee &contact, Akonadi::Conta
// categories section
d
->
mCategoriesWidget
->
storeContact
(
contact
);
QString
mailPreferedFormatting
;
const
int
index
=
d
->
mMailPreferFormatting
->
currentIndex
();
if
(
index
==
0
)
{
...
...
akonadi/contact/editor/customfieldseditwidget.cpp
View file @
80828548
...
...
@@ -58,8 +58,6 @@ CustomFieldsEditWidget::CustomFieldsEditWidget( QWidget *parent )
QGridLayout
*
layout
=
new
QGridLayout
(
this
);
layout
->
setMargin
(
0
);
mView
=
new
QTreeView
;
mView
->
setSortingEnabled
(
true
);
mView
->
setRootIsDecorated
(
false
);
...
...
akonadi/contact/editor/emaileditwidget.cpp
View file @
80828548
...
...
@@ -169,7 +169,6 @@ void EmailEditWidget::textChanged( const QString &text )
mEmailList
.
prepend
(
text
);
}
EmailEditDialog
::
EmailEditDialog
(
const
QStringList
&
list
,
QWidget
*
parent
)
:
KDialog
(
parent
)
{
...
...
akonadi/contact/editor/geoeditwidget.cpp
View file @
80828548
...
...
@@ -90,7 +90,6 @@ class GeoMapWidget : public QWidget
KABC
::
Geo
mCoordinates
;
};
GeoEditWidget
::
GeoEditWidget
(
QWidget
*
parent
)
:
QWidget
(
parent
)
{
...
...
@@ -412,7 +411,6 @@ void GeoDialog::updateInputs( ExceptType type )
mLongitude
->
setValue
(
mCoordinates
.
longitude
()
);
}
if
(
!
(
type
&
ExceptSexagesimal
)
)
{
int
degrees
,
minutes
,
seconds
;
double
latitude
=
mCoordinates
.
latitude
();
...
...
akonadi/contact/editor/im/immodel.cpp
View file @
80828548
...
...
@@ -66,7 +66,6 @@ bool IMAddress::preferred() const
return
mPreferred
;
}
IMModel
::
IMModel
(
QObject
*
parent
)
:
QAbstractItemModel
(
parent
)
{
...
...
akonadi/contact/editor/im/improtocols.cpp
View file @
80828548
...
...
@@ -51,7 +51,6 @@ IMProtocols::~IMProtocols()
{
}
IMProtocols
*
IMProtocols
::
self
()
{
if
(
!
mSelf
)
{
...
...
akonadi/contact/editor/imagewidget.cpp
View file @
80828548
...
...
@@ -51,7 +51,6 @@ class ImageLoader
QWidget
*
mParent
;
};
ImageLoader
::
ImageLoader
(
QWidget
*
parent
)
:
mParent
(
parent
)
{
...
...
@@ -105,9 +104,6 @@ QImage ImageLoader::loadImage( const KUrl &url, bool *ok )
return
image
;
}
ImageWidget
::
ImageWidget
(
Type
type
,
QWidget
*
parent
)
:
QPushButton
(
parent
),
mType
(
type
),
...
...
akonadi/contact/editor/imeditwidget.cpp
View file @
80828548
...
...
@@ -33,7 +33,6 @@
#include <klineedit.h>
#include <klocalizedstring.h>
IMEditWidget
::
IMEditWidget
(
QWidget
*
parent
)
:
QWidget
(
parent
)
{
...
...
akonadi/contact/editor/nameeditdialog.cpp
View file @
80828548
...
...
@@ -19,7 +19,6 @@
02110-1301, USA.
*/
#include "nameeditdialog.h"
#include <QFormLayout>
...
...
akonadi/contact/editor/phoneeditwidget.h
View file @
80828548
...
...
@@ -19,7 +19,6 @@
02110-1301, USA.
*/
#ifndef PHONEEDITWIDGET_H
#define PHONEEDITWIDGET_H
...
...
akonadi/contact/editor/soundeditwidget.cpp
View file @
80828548
...
...
@@ -51,7 +51,6 @@ class SoundLoader
QWidget
*
mParent
;
};
SoundLoader
::
SoundLoader
(
QWidget
*
parent
)
:
mParent
(
parent
)
{
...
...
@@ -95,9 +94,6 @@ QByteArray SoundLoader::loadSound( const KUrl &url, bool *ok )
return
sound
;
}
SoundEditWidget
::
SoundEditWidget
(
QWidget
*
parent
)
:
QToolButton
(
parent
),
mHasSound
(
false
),
...
...
akonadi/contact/emailaddressselection.cpp
View file @
80828548
...
...
@@ -41,7 +41,6 @@ EmailAddressSelection::Private::Private( const Private &other )
mItem
=
other
.
mItem
;
}
EmailAddressSelection
::
EmailAddressSelection
()
:
d
(
new
Private
)
{
...
...
akonadi/contact/emailaddressselectiondialog.cpp
View file @
80828548
...
...
@@ -92,4 +92,3 @@ EmailAddressSelectionWidget* EmailAddressSelectionDialog::view() const
return
d
->
mView
;
}
akonadi/contact/emailaddressselectionwidget.cpp
View file @
80828548
...
...
@@ -180,7 +180,6 @@ void EmailAddressSelectionWidget::Private::init()
QTimer
::
singleShot
(
1000
,
mView
,
SLOT
(
expandAll
())
);
}
EmailAddressSelectionWidget
::
EmailAddressSelectionWidget
(
QWidget
*
parent
)
:
QWidget
(
parent
),
d
(
new
Private
(
this
,
0
)
)
...
...
akonadi/contact/standardcontactactionmanager.cpp
View file @
80828548
...
...
@@ -151,7 +151,6 @@ class StandardContactActionManager::Private
StandardActionManager
::
DeleteCollections
,
StandardActionManager
::
ErrorMessageText
,
ki18n
(
"Could not delete address book folder: %1"
)
);
mGenericManager
->
setContextText
(
StandardActionManager
::
DeleteCollections
,
StandardActionManager
::
ErrorMessageTitle
,
i18n
(
"Address book folder deletion failed"
)
);
...
...
@@ -668,7 +667,6 @@ Akonadi::Item::List StandardContactActionManager::selectedItems() const
return
d
->
mGenericManager
->
selectedItems
();
}
void
StandardContactActionManager
::
setCollectionPropertiesPageNames
(
const
QStringList
&
names
)
{
d
->
mGenericManager
->
setCollectionPropertiesPageNames
(
names
);
...
...
akonadi/contact/textbrowser.cpp
View file @
80828548
...
...
@@ -24,7 +24,6 @@
#include <klocalizedstring.h>
#include <KUrl>
#include <kmime/kmime_util.h>
#include <QAction>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment