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
0285e308
Commit
0285e308
authored
Feb 08, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more widget
parent
3f2e2bda
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
232 additions
and
158 deletions
+232
-158
akonadi-contact/src/CMakeLists.txt
akonadi-contact/src/CMakeLists.txt
+158
-157
akonadi-contact/src/editor/generalinfoeditor/tests/main.cpp
akonadi-contact/src/editor/generalinfoeditor/tests/main.cpp
+0
-1
akonadi-contact/src/editor/generalinfoeditor/web/weblistwidget.cpp
...ontact/src/editor/generalinfoeditor/web/weblistwidget.cpp
+36
-0
akonadi-contact/src/editor/generalinfoeditor/web/weblistwidget.h
...-contact/src/editor/generalinfoeditor/web/weblistwidget.h
+38
-0
No files found.
akonadi-contact/src/CMakeLists.txt
View file @
0285e308
...
...
@@ -16,15 +16,15 @@ add_subdirectory(editor/im)
########### next target ###############
set
(
akonadicontact_actions_SRCS
actions/dialphonenumberaction.cpp
actions/showaddressaction.cpp
actions/qdialer.cpp
actions/qskypedialer.cpp
actions/sendsmsaction.cpp
actions/smsdialog.cpp
actions/qsflphonedialer.cpp
actions/qekigadialer.cpp
)
actions/dialphonenumberaction.cpp
actions/showaddressaction.cpp
actions/qdialer.cpp
actions/qskypedialer.cpp
actions/sendsmsaction.cpp
actions/smsdialog.cpp
actions/qsflphonedialer.cpp
actions/qekigadialer.cpp
)
configure_file
(
config-akonadi-contact.h.cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/config-akonadi-contact.h
)
...
...
@@ -32,119 +32,120 @@ configure_file( actions/contactactionssettings.kcfg.cmake ${CMAKE_CURRENT_BINARY
kconfig_add_kcfg_files
(
akonadicontact_actions_SRCS actions/contactactionssettings.kcfgc
)
set
(
akonadicontact_editor_widgets_SRCS
editor/widgets/kwidgetlister.cpp
)
editor/widgets/kwidgetlister.cpp
)
set
(
akonadicontact_editor_generalinfo_phone_SRCS
editor/generalinfoeditor/phone/phonewidgetlister.cpp
editor/generalinfoeditor/phone/phonewidget.cpp
editor/generalinfoeditor/phone/phonelistwidget.cpp
)
editor/generalinfoeditor/phone/phonewidgetlister.cpp
editor/generalinfoeditor/phone/phonewidget.cpp
editor/generalinfoeditor/phone/phonelistwidget.cpp
)
set
(
akonadicontact_editor_generainfo_web_SRCS
editor/generalinfoeditor/web/webwidgetlister.cpp
)
editor/generalinfoeditor/web/webwidgetlister.cpp
editor/generalinfoeditor/web/weblistwidget.cpp
)
set
(
akonadicontact_editor_generalinfo_SRCS
editor/generalinfoeditor/generalinfowidget.cpp
${
akonadicontact_editor_generalinfo_phone_SRCS
}
${
akonadicontact_editor_generainfo_web_SRCS
}
)
editor/generalinfoeditor/generalinfowidget.cpp
${
akonadicontact_editor_generalinfo_phone_SRCS
}
${
akonadicontact_editor_generainfo_web_SRCS
}
)
set
(
akonadicontact_addresslocation_editor_SRCS
editor/addresseditor/addresslocationwidget.cpp
editor/addresseditor/addresseslocationviewer.cpp
editor/addresseditor/addresseslocationgrantleeformater.cpp
editor/addresseditor/addressgrantleeobject.cpp
editor/addresseditor/iconnamecache.cpp
editor/addresseditor/addresseslocationwidget.cpp
editor/addresseditor/selectaddresstypecombobox.cpp
editor/addresseditor/addresstypedialog.cpp
)
editor/addresseditor/addresslocationwidget.cpp
editor/addresseditor/addresseslocationviewer.cpp
editor/addresseditor/addresseslocationgrantleeformater.cpp
editor/addresseditor/addressgrantleeobject.cpp
editor/addresseditor/iconnamecache.cpp
editor/addresseditor/addresseslocationwidget.cpp
editor/addresseditor/selectaddresstypecombobox.cpp
editor/addresseditor/addresstypedialog.cpp
)
set
(
akonadicontact_editor_SRCS
editor/categorieseditwidget.cpp
editor/contacteditorwidget.cpp
editor/customfieldeditordialog.cpp
editor/customfieldsdelegate.cpp
editor/customfieldseditwidget.cpp
editor/customfieldsmodel.cpp
editor/dateeditwidget.cpp
editor/displaynameeditwidget.cpp
editor/emaileditwidget.cpp
editor/freebusyeditwidget.cpp
editor/im/imdelegate.cpp
editor/im/imeditordialog.cpp
editor/im/imaddress.cpp
editor/im/immodel.cpp
editor/im/improtocols.cpp
editor/im/imitemdialog.cpp
editor/imagewidget.cpp
editor/imeditwidget.cpp
editor/kdatepickerpopup.cpp
editor/nameeditdialog.cpp
editor/nameeditwidget.cpp
editor/phoneeditwidget.cpp
editor/secrecyeditwidget.cpp
)
editor/categorieseditwidget.cpp
editor/contacteditorwidget.cpp
editor/customfieldeditordialog.cpp
editor/customfieldsdelegate.cpp
editor/customfieldseditwidget.cpp
editor/customfieldsmodel.cpp
editor/dateeditwidget.cpp
editor/displaynameeditwidget.cpp
editor/emaileditwidget.cpp
editor/freebusyeditwidget.cpp
editor/im/imdelegate.cpp
editor/im/imeditordialog.cpp
editor/im/imaddress.cpp
editor/im/immodel.cpp
editor/im/improtocols.cpp
editor/im/imitemdialog.cpp
editor/imagewidget.cpp
editor/imeditwidget.cpp
editor/kdatepickerpopup.cpp
editor/nameeditdialog.cpp
editor/nameeditwidget.cpp
editor/phoneeditwidget.cpp
editor/secrecyeditwidget.cpp
)
set
(
akonadicontact_LIB_SRC
${
akonadicontact_addresslocation_editor_SRCS
}
${
akonadicontact_editor_widgets_SRCS
}
${
akonadicontact_editor_generalinfo_SRCS
}
abstractcontactformatter.cpp
abstractcontactgroupformatter.cpp
attributeregistrar.cpp
collectionfiltermodel.cpp
contactcompletionmodel.cpp
contactdefaultactions.cpp
contacteditor.cpp
contacteditordialog.cpp
contactgroupeditor.cpp
contactgroupeditordelegate.cpp
contactgroupeditordialog.cpp
contactgrouplineedit.cpp
contactgroupexpandjob.cpp
contactgroupmodel.cpp
contactgroupsearchjob.cpp
contactgroupviewer.cpp
contactgroupviewerdialog.cpp
contactmetadata.cpp
contactmetadataattribute.cpp
contactparts.cpp
contactsearchjob.cpp
contactsfilterproxymodel.cpp
contactstreemodel.cpp
contactviewer.cpp
contactviewerdialog.cpp
customfields.cpp
customfieldmanager.cpp
emailaddressselection.cpp
emailaddressselectiondialog.cpp
emailaddressselectionproxymodel.cpp
emailaddressselectionwidget.cpp
emailaddressrequester.cpp
textbrowser.cpp
leafextensionproxymodel.cpp
recentcontactscollections.cpp
recentcontactscollectionrequestjob.cpp
standardcontactactionmanager.cpp
standardcontactformatter.cpp
standardcontactgroupformatter.cpp
waitingoverlay.cpp
selectaddressbookdialog.cpp
${
akonadicontact_actions_SRCS
}
)
${
akonadicontact_addresslocation_editor_SRCS
}
${
akonadicontact_editor_widgets_SRCS
}
${
akonadicontact_editor_generalinfo_SRCS
}
abstractcontactformatter.cpp
abstractcontactgroupformatter.cpp
attributeregistrar.cpp
collectionfiltermodel.cpp
contactcompletionmodel.cpp
contactdefaultactions.cpp
contacteditor.cpp
contacteditordialog.cpp
contactgroupeditor.cpp
contactgroupeditordelegate.cpp
contactgroupeditordialog.cpp
contactgrouplineedit.cpp
contactgroupexpandjob.cpp
contactgroupmodel.cpp
contactgroupsearchjob.cpp
contactgroupviewer.cpp
contactgroupviewerdialog.cpp
contactmetadata.cpp
contactmetadataattribute.cpp
contactparts.cpp
contactsearchjob.cpp
contactsfilterproxymodel.cpp
contactstreemodel.cpp
contactviewer.cpp
contactviewerdialog.cpp
customfields.cpp
customfieldmanager.cpp
emailaddressselection.cpp
emailaddressselectiondialog.cpp
emailaddressselectionproxymodel.cpp
emailaddressselectionwidget.cpp
emailaddressrequester.cpp
textbrowser.cpp
leafextensionproxymodel.cpp
recentcontactscollections.cpp
recentcontactscollectionrequestjob.cpp
standardcontactactionmanager.cpp
standardcontactformatter.cpp
standardcontactgroupformatter.cpp
waitingoverlay.cpp
selectaddressbookdialog.cpp
${
akonadicontact_actions_SRCS
}
)
ecm_qt_declare_logging_category
(
akonadicontact_LIB_SRC HEADER akonadi_contact_debug.h IDENTIFIER AKONADICONTACT_LOG CATEGORY_NAME log_akonadi_contact
)
if
(
NOT KDE_PLATFORM_PROFILE STREQUAL
"Mobile"
)
set
(
akonadicontact_LIB_SRC
${
akonadicontact_LIB_SRC
}
${
akonadicontact_editor_SRCS
}
)
set
(
akonadicontact_LIB_SRC
${
akonadicontact_LIB_SRC
}
${
akonadicontact_editor_SRCS
}
)
else
()
add_definitions
(
-DDISABLE_EDITOR_WIDGETS
)
add_definitions
(
-DDISABLE_EDITOR_WIDGETS
)
endif
()
ki18n_wrap_ui
(
akonadicontact_LIB_SRC contactgroupeditor.ui
)
...
...
@@ -165,11 +166,11 @@ target_include_directories(KF5AkonadiContact PUBLIC "$<BUILD_INTERFACE:${Akonadi
target_include_directories
(
KF5AkonadiContact INTERFACE
"$<INSTALL_INTERFACE:
${
KDE_INSTALL_INCLUDEDIR_KF5
}
/akonadi/contact>"
)
target_link_libraries
(
KF5AkonadiContact
PUBLIC
PUBLIC
KF5::AkonadiCore
KF5::Contacts
Qt5::Widgets
PRIVATE
PRIVATE
KF5::AkonadiWidgets
KF5::Completion
KF5::ConfigCore
...
...
@@ -186,10 +187,10 @@ PRIVATE
KF5::XmlGui
Grantlee5::Templates
Qt5::WebKitWidgets
)
)
if
(
KF5Prison_FOUND
)
target_link_libraries
(
KF5AkonadiContact PRIVATE KF5::Prison
)
target_link_libraries
(
KF5AkonadiContact PRIVATE KF5::Prison
)
endif
()
...
...
@@ -197,12 +198,12 @@ set_target_properties(KF5AkonadiContact PROPERTIES
VERSION
${
AKONADICONTACT_VERSION_STRING
}
SOVERSION
${
AKONADICONTACT_SOVERSION
}
EXPORT_NAME AkonadiContact
)
)
install
(
TARGETS
KF5AkonadiContact
EXPORT KF5AkonadiContactTargets
${
KF5_INSTALL_TARGETS_DEFAULT_ARGS
}
)
)
install
(
FILES editor/pics/world.jpg DESTINATION
${
KDE_INSTALL_DATADIR_KF5
}
/akonadi/contact/pics
)
install
(
FILES editor/data/zone.tab DESTINATION
${
KDE_INSTALL_DATADIR_KF5
}
/akonadi/contact/data
)
...
...
@@ -211,62 +212,62 @@ install(FILES recentcontactscollections.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR}
ecm_generate_pri_file
(
BASE_NAME AkonadiContact
LIB_NAME KF5AkonadiContact
DEPS
"AkonadiCore Abc"
FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR
${
KDE_INSTALL_INCLUDEDIR_KF5
}
/Akonadi/Contact
)
)
install
(
FILES
${
PRI_FILENAME
}
DESTINATION
${
ECM_MKSPECS_INSTALL_DIR
}
)
ecm_generate_headers
(
AkonadiContact_CamelCase_HEADERS
HEADER_NAMES
AbstractContactFormatter
AbstractContactGroupFormatter
ContactDefaultActions
ContactEditor
ContactEditorDialog
ContactGroupEditor
ContactGroupEditorDialog
ContactGroupExpandJob
ContactGroupSearchJob
ContactGroupViewer
ContactGroupViewerDialog
ContactSearchJob
ContactsFilterProxyModel
ContactsTreeModel
ContactEditorPagePlugin
ContactParts
ContactViewer
ContactViewerDialog
EmailAddressSelection
EmailAddressSelectionDialog
EmailAddressSelectionWidget
EmailAddressRequester
RecentContactsCollectionRequestJob
StandardContactActionManager
StandardContactFormatter
StandardContactGroupFormatter
SelectAddressBookDialog
REQUIRED_HEADERS AkonadiContact_HEADERS
PREFIX Akonadi/Contact
)
HEADER_NAMES
AbstractContactFormatter
AbstractContactGroupFormatter
ContactDefaultActions
ContactEditor
ContactEditorDialog
ContactGroupEditor
ContactGroupEditorDialog
ContactGroupExpandJob
ContactGroupSearchJob
ContactGroupViewer
ContactGroupViewerDialog
ContactSearchJob
ContactsFilterProxyModel
ContactsTreeModel
ContactEditorPagePlugin
ContactParts
ContactViewer
ContactViewerDialog
EmailAddressSelection
EmailAddressSelectionDialog
EmailAddressSelectionWidget
EmailAddressRequester
RecentContactsCollectionRequestJob
StandardContactActionManager
StandardContactFormatter
StandardContactGroupFormatter
SelectAddressBookDialog
REQUIRED_HEADERS AkonadiContact_HEADERS
PREFIX Akonadi/Contact
)
install
(
FILES
${
AkonadiContact_CamelCase_HEADERS
}
DESTINATION
${
KDE_INSTALL_INCLUDEDIR_KF5
}
/Akonadi/Contact COMPONENT Devel
)
${
AkonadiContact_CamelCase_HEADERS
}
DESTINATION
${
KDE_INSTALL_INCLUDEDIR_KF5
}
/Akonadi/Contact COMPONENT Devel
)
install
(
FILES
${
AkonadiContact_HEADERS
}
${
CMAKE_CURRENT_BINARY_DIR
}
/akonadi-contact_export.h
editor/im/improtocols.h
DESTINATION
${
KDE_INSTALL_INCLUDEDIR_KF5
}
/akonadi/contact COMPONENT Devel
)
${
AkonadiContact_HEADERS
}
${
CMAKE_CURRENT_BINARY_DIR
}
/akonadi-contact_export.h
editor/im/improtocols.h
DESTINATION
${
KDE_INSTALL_INCLUDEDIR_KF5
}
/akonadi/contact COMPONENT Devel
)
if
(
BUILD_TESTING
)
add_subdirectory
(
editor/autotests
)
add_subdirectory
(
editor/addresseditor/autotests/
)
add_subdirectory
(
editor/addresseditor/tests
)
add_subdirectory
(
editor/generalinfoeditor/autotests/
)
add_subdirectory
(
editor/generalinfoeditor/tests
)
add_subdirectory
(
editor/autotests
)
add_subdirectory
(
editor/addresseditor/autotests/
)
add_subdirectory
(
editor/addresseditor/tests
)
add_subdirectory
(
editor/generalinfoeditor/autotests/
)
add_subdirectory
(
editor/generalinfoeditor/tests
)
endif
()
...
...
akonadi-contact/src/editor/generalinfoeditor/tests/main.cpp
View file @
0285e308
...
...
@@ -30,6 +30,5 @@ int main(int argc, char *argv[])
Akonadi
::
GeneralInfoWidget
w
;
w
.
show
();
//TODO
return
app
.
exec
();
}
akonadi-contact/src/editor/generalinfoeditor/web/weblistwidget.cpp
0 → 100644
View file @
0285e308
/*
This file is part of Akonadi Contact.
Copyright (C) 2016 eyeOS S.L.U., a Telefonica company, sales@eyeos.com
Copyright (C) 2016 Laurent Montel <laurent.montel@kdab.com>
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
option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
*/
#include "weblistwidget.h"
using
namespace
Akonadi
;
WebListWidget
::
WebListWidget
(
QWidget
*
parent
)
:
QWidget
(
parent
)
{
}
WebListWidget
::~
WebListWidget
()
{
}
akonadi-contact/src/editor/generalinfoeditor/web/weblistwidget.h
0 → 100644
View file @
0285e308
/*
This file is part of Akonadi Contact.
Copyright (C) 2016 eyeOS S.L.U., a Telefonica company, sales@eyeos.com
Copyright (C) 2016 Laurent Montel <laurent.montel@kdab.com>
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
option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
*/
#ifndef WEBLISTWIDGET_H
#define WEBLISTWIDGET_H
#include <QWidget>
namespace
Akonadi
{
class
WebListWidget
:
public
QWidget
{
Q_OBJECT
public:
explicit
WebListWidget
(
QWidget
*
parent
=
Q_NULLPTR
);
~
WebListWidget
();
};
}
#endif // WEBLISTWIDGET_H
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