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
KAlarm
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
KAlarm
Commits
a7e96e0f
Commit
a7e96e0f
authored
May 06, 2014
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix includes
parent
e195f1b8
Changes
51
Hide whitespace changes
Inline
Side-by-side
Showing
51 changed files
with
70 additions
and
70 deletions
+70
-70
akonadimodel.cpp
akonadimodel.cpp
+4
-4
akonadimodel.h
akonadimodel.h
+2
-2
akonadiresourcecreator.h
akonadiresourcecreator.h
+1
-1
alarmcalendar.h
alarmcalendar.h
+1
-1
alarmlistdelegate.cpp
alarmlistdelegate.cpp
+1
-1
alarmtime.cpp
alarmtime.cpp
+1
-1
alarmtimewidget.cpp
alarmtimewidget.cpp
+1
-1
alarmtimewidget.h
alarmtimewidget.h
+1
-1
birthdaydlg.h
birthdaydlg.h
+1
-1
birthdaymodel.cpp
birthdaymodel.cpp
+1
-1
calendarmigrator.cpp
calendarmigrator.cpp
+3
-3
calendarmigrator.h
calendarmigrator.h
+1
-1
collectionmodel.cpp
collectionmodel.cpp
+2
-2
collectionmodel.h
collectionmodel.h
+1
-1
commandoptions.cpp
commandoptions.cpp
+1
-1
commandoptions.h
commandoptions.h
+2
-2
dbushandler.cpp
dbushandler.cpp
+2
-2
dbushandler.h
dbushandler.h
+1
-1
deferdlg.cpp
deferdlg.cpp
+2
-2
deferdlg.h
deferdlg.h
+1
-1
editdlg.h
editdlg.h
+3
-3
editdlgtypes.cpp
editdlgtypes.cpp
+1
-1
editdlgtypes.h
editdlgtypes.h
+2
-2
eventid.h
eventid.h
+1
-1
find.cpp
find.cpp
+1
-1
functions.cpp
functions.cpp
+2
-2
functions.h
functions.h
+1
-1
itemlistmodel.cpp
itemlistmodel.cpp
+1
-1
itemlistmodel.h
itemlistmodel.h
+2
-2
kalarmapp.cpp
kalarmapp.cpp
+2
-2
kalarmapp.h
kalarmapp.h
+1
-1
kamail.cpp
kamail.cpp
+1
-1
kamail.h
kamail.h
+1
-1
main.cpp
main.cpp
+1
-1
mainwindow.cpp
mainwindow.cpp
+2
-2
mainwindow.h
mainwindow.h
+1
-1
messagewin.h
messagewin.h
+1
-1
prefdlg.cpp
prefdlg.cpp
+1
-1
preferences.cpp
preferences.cpp
+1
-1
recurrenceedit.cpp
recurrenceedit.cpp
+2
-2
recurrenceedit.h
recurrenceedit.h
+1
-1
recurrenceedit_p.h
recurrenceedit_p.h
+1
-1
repetitionbutton.h
repetitionbutton.h
+1
-1
specialactions.h
specialactions.h
+1
-1
templatemenuaction.cpp
templatemenuaction.cpp
+1
-1
templatepickdlg.h
templatepickdlg.h
+1
-1
traywindow.cpp
traywindow.cpp
+1
-1
traywindow.h
traywindow.h
+1
-1
undo.cpp
undo.cpp
+2
-2
undo.h
undo.h
+1
-1
wakedlg.cpp
wakedlg.cpp
+1
-1
No files found.
akonadimodel.cpp
View file @
a7e96e0f
...
...
@@ -29,10 +29,10 @@
#include "kalarmsettings.h"
#include "kalarmdirsettings.h"
#include <
KAlarmC
al/alarmtext.h>
#include <
KAlarmC
al/collectionattribute.h>
#include <
KAlarmC
al/compatibilityattribute.h>
#include <
KAlarmC
al/eventattribute.h>
#include <
kalarmc
al/alarmtext.h>
#include <
kalarmc
al/collectionattribute.h>
#include <
kalarmc
al/compatibilityattribute.h>
#include <
kalarmc
al/eventattribute.h>
#include <AkonadiCore/agentfilterproxymodel.h>
#include <AkonadiCore/agentinstancecreatejob.h>
...
...
akonadimodel.h
View file @
a7e96e0f
...
...
@@ -23,8 +23,8 @@
#include "eventid.h"
#include <
KAlarmC
al/kacalendar.h>
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/kacalendar.h>
#include <
kalarmc
al/kaevent.h>
#include <AkonadiCore/entitytreemodel.h>
#include <AkonadiCore/servermanager.h>
...
...
akonadiresourcecreator.h
View file @
a7e96e0f
...
...
@@ -24,7 +24,7 @@
#include "kalarmsettings.h"
#include "kalarmdirsettings.h"
#include <
KAlarmC
al/kacalendar.h>
#include <
kalarmc
al/kacalendar.h>
#include <AkonadiCore/agentinstance.h>
#include <AkonadiCore/agenttype.h>
...
...
alarmcalendar.h
View file @
a7e96e0f
...
...
@@ -28,7 +28,7 @@
#include "alarmresources.h"
#endif
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/kaevent.h>
#ifdef USE_AKONADI
#include <AkonadiCore/collection.h>
...
...
alarmlistdelegate.cpp
View file @
a7e96e0f
...
...
@@ -30,7 +30,7 @@
#endif
#include "functions.h"
#include <
KAlarmC
al/kacalendar.h>
#include <
kalarmc
al/kacalendar.h>
#include <kcolorscheme.h>
#include <kdebug.h>
...
...
alarmtime.cpp
View file @
a7e96e0f
...
...
@@ -21,7 +21,7 @@
#include "alarmtime.h"
#include "preferences.h"
#include <
KAlarmC
al/datetime.h>
#include <
kalarmc
al/datetime.h>
#include <ksystemtimezone.h>
#include <kglobal.h>
...
...
alarmtimewidget.cpp
View file @
a7e96e0f
...
...
@@ -32,7 +32,7 @@
#include "timezonecombo.h"
#include "alarmtimewidget.h"
#include <
KAlarmC
al/datetime.h>
#include <
kalarmc
al/datetime.h>
#include <kdatecombobox.h>
#include <kdialog.h>
...
...
alarmtimewidget.h
View file @
a7e96e0f
...
...
@@ -21,7 +21,7 @@
#ifndef ALARMTIMEWIDGET_H
#define ALARMTIMEWIDGET_H
#include <
KAlarmC
al/datetime.h>
#include <
kalarmc
al/datetime.h>
#include <QFrame>
class
QAbstractButton
;
...
...
birthdaydlg.h
View file @
a7e96e0f
...
...
@@ -20,7 +20,7 @@
#ifndef BIRTHDAYDLG_H
#define BIRTHDAYDLG_H
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/kaevent.h>
#include <kdialog.h>
#include <klineedit.h>
...
...
birthdaymodel.cpp
View file @
a7e96e0f
...
...
@@ -22,7 +22,7 @@
#include "birthdaymodel.h"
#include "alarmcalendar.h"
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/kaevent.h>
#include <AkonadiCore/changerecorder.h>
#include <AkonadiCore/entitydisplayattribute.h>
...
...
calendarmigrator.cpp
View file @
a7e96e0f
...
...
@@ -26,9 +26,9 @@
#include "mainwindow.h"
#include "messagebox.h"
#include <
KAlarmC
al/collectionattribute.h>
#include <
KAlarmC
al/compatibilityattribute.h>
#include <
KAlarmC
al/version.h>
#include <
kalarmc
al/collectionattribute.h>
#include <
kalarmc
al/compatibilityattribute.h>
#include <
kalarmc
al/version.h>
#include <AkonadiCore/agentinstancecreatejob.h>
#include <AkonadiCore/agentmanager.h>
...
...
calendarmigrator.h
View file @
a7e96e0f
...
...
@@ -21,7 +21,7 @@
#ifndef CALENDARMIGRATOR_H
#define CALENDARMIGRATOR_H
#include <
KAlarmC
al/kacalendar.h>
#include <
kalarmc
al/kacalendar.h>
#include <AkonadiCore/agentinstance.h>
#include <AkonadiCore/collection.h>
...
...
collectionmodel.cpp
View file @
a7e96e0f
...
...
@@ -23,8 +23,8 @@
#include "messagebox.h"
#include "preferences.h"
#include <
KAlarmC
al/collectionattribute.h>
#include <
KAlarmC
al/compatibilityattribute.h>
#include <
kalarmc
al/collectionattribute.h>
#include <
kalarmc
al/compatibilityattribute.h>
#include <AkonadiCore/agentmanager.h>
#include <AkonadiWidgets/collectiondialog.h>
...
...
collectionmodel.h
View file @
a7e96e0f
...
...
@@ -23,7 +23,7 @@
#include "akonadimodel.h"
#include <
KAlarmC
al/kacalendar.h>
#include <
kalarmc
al/kacalendar.h>
#include <AkonadiCore/favoritecollectionsmodel.h>
#include <kcheckableproxymodel.h>
...
...
commandoptions.cpp
View file @
a7e96e0f
...
...
@@ -24,7 +24,7 @@
#include "kalarmapp.h"
#include "kamail.h"
#include <
KAlarmC
al/identities.h>
#include <
kalarmc
al/identities.h>
#include <kcmdlineargs.h>
...
...
commandoptions.h
View file @
a7e96e0f
...
...
@@ -26,8 +26,8 @@
#include "eventid.h"
#endif
#include <
KAlarmC
al/kaevent.h>
#include <
KAlarmC
al/karecurrence.h>
#include <
kalarmc
al/kaevent.h>
#include <
kalarmc
al/karecurrence.h>
#include <kdatetime.h>
#include <QByteArray>
...
...
dbushandler.cpp
View file @
a7e96e0f
...
...
@@ -30,8 +30,8 @@
#include "dbushandler.h"
#include <kalarmadaptor.h>
#include <
KAlarmC
al/identities.h>
#include <
KAlarmC
al/karecurrence.h>
#include <
kalarmc
al/identities.h>
#include <
kalarmc
al/karecurrence.h>
#ifdef USE_AKONADI
#include <KCalCore/Duration>
...
...
dbushandler.h
View file @
a7e96e0f
...
...
@@ -23,7 +23,7 @@
#include "kalarmiface.h"
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/kaevent.h>
#ifdef USE_AKONADI
#include <KCalCore/Duration>
...
...
deferdlg.cpp
View file @
a7e96e0f
...
...
@@ -27,8 +27,8 @@
#include "kalarmapp.h"
#include "messagebox.h"
#include <
KAlarmC
al/datetime.h>
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/datetime.h>
#include <
kalarmc
al/kaevent.h>
#include <kglobal.h>
#include <klocale.h>
...
...
deferdlg.h
View file @
a7e96e0f
...
...
@@ -25,7 +25,7 @@
#include "eventid.h"
#endif
#include <
KAlarmC
al/datetime.h>
#include <
kalarmc
al/datetime.h>
#include <AkonadiCore/collection.h>
#include <kdialog.h>
...
...
editdlg.h
View file @
a7e96e0f
...
...
@@ -21,9 +21,9 @@
#ifndef EDITDLG_H
#define EDITDLG_H
#include <
KAlarmC
al/alarmtext.h>
#include <
KAlarmC
al/datetime.h>
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/alarmtext.h>
#include <
kalarmc
al/datetime.h>
#include <
kalarmc
al/kaevent.h>
#ifdef USE_AKONADI
#include <AkonadiCore/collection.h>
...
...
editdlgtypes.cpp
View file @
a7e96e0f
...
...
@@ -47,7 +47,7 @@
#include "templatepickdlg.h"
#include "timespinbox.h"
#include <
KAlarmC
al/identities.h>
#include <
kalarmc
al/identities.h>
#include <Akonadi/Contact/emailaddressselectiondialog.h>
#ifdef USE_AKONADI
...
...
editdlgtypes.h
View file @
a7e96e0f
...
...
@@ -24,8 +24,8 @@
#include "editdlg.h"
#include "preferences.h"
#include <
KAlarmC
al/alarmtext.h>
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/alarmtext.h>
#include <
kalarmc
al/kaevent.h>
#ifndef USE_AKONADI
#include <kcal/person.h>
...
...
eventid.h
View file @
a7e96e0f
...
...
@@ -21,7 +21,7 @@
#ifndef EVENTID_H
#define EVENTID_H
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/kaevent.h>
#include <QPair>
#include <QDebug>
...
...
find.cpp
View file @
a7e96e0f
...
...
@@ -29,7 +29,7 @@
#include "messagebox.h"
#include "preferences.h"
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/kaevent.h>
#include <kfinddialog.h>
#include <kfind.h>
...
...
functions.cpp
View file @
a7e96e0f
...
...
@@ -44,8 +44,8 @@
#include "templatelistview.h"
#include "templatemenuaction.h"
#include <
KAlarmC
al/identities.h>
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/identities.h>
#include <
kalarmc
al/kaevent.h>
#ifdef USE_AKONADI
#include <KCalCore/Event>
...
...
functions.h
View file @
a7e96e0f
...
...
@@ -28,7 +28,7 @@
#include "eventid.h"
#endif
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/kaevent.h>
#ifdef USE_AKONADI
#include <AkonadiCore/collection.h>
#include <AkonadiCore/item.h>
...
...
itemlistmodel.cpp
View file @
a7e96e0f
...
...
@@ -21,7 +21,7 @@
#include "itemlistmodel.h"
#include "collectionmodel.h"
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/kaevent.h>
#include <kselectionproxymodel.h>
...
...
itemlistmodel.h
View file @
a7e96e0f
...
...
@@ -23,8 +23,8 @@
#include "akonadimodel.h"
#include <
KAlarmC
al/kacalendar.h>
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/kacalendar.h>
#include <
kalarmc
al/kaevent.h>
#include <AkonadiCore/entitymimetypefiltermodel.h>
...
...
kalarmapp.cpp
View file @
a7e96e0f
...
...
@@ -46,8 +46,8 @@
#include "kspeechinterface.h"
#include <
KAlarmC
al/datetime.h>
#include <
KAlarmC
al/karecurrence.h>
#include <
kalarmc
al/datetime.h>
#include <
kalarmc
al/karecurrence.h>
#include <klocale.h>
#include <kstandarddirs.h>
...
...
kalarmapp.h
View file @
a7e96e0f
...
...
@@ -29,7 +29,7 @@
#include "kamail.h"
#include "preferences.h"
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/kaevent.h>
#include <kuniqueapplication.h>
...
...
kamail.cpp
View file @
a7e96e0f
...
...
@@ -27,7 +27,7 @@
#include "messagebox.h"
#include "preferences.h"
#include <
KAlarmC
al/identities.h>
#include <
kalarmc
al/identities.h>
#include <KPIMIdentities/kpimidentities/identitymanager.h>
#include <KPIMIdentities/kpimidentities/identity.h>
...
...
kamail.h
View file @
a7e96e0f
...
...
@@ -21,7 +21,7 @@
#ifndef KAMAIL_H
#define KAMAIL_H
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/kaevent.h>
#ifdef USE_AKONADI
#include <KCalCore/Person>
...
...
main.cpp
View file @
a7e96e0f
...
...
@@ -22,7 +22,7 @@
#include "kalarmapp.h"
#include <
KAlarmC
al/version.h>
#include <
kalarmc
al/version.h>
#include <kcmdlineargs.h>
#include <k4aboutdata.h>
...
...
mainwindow.cpp
View file @
a7e96e0f
...
...
@@ -46,8 +46,8 @@
#include "traywindow.h"
#include "wakedlg.h"
#include <
KAlarmC
al/alarmtext.h>
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/alarmtext.h>
#include <
kalarmc
al/kaevent.h>
#include <libkdepim/misc/maillistdrag.h>
#include <kmime/kmime_content.h>
...
...
mainwindow.h
View file @
a7e96e0f
...
...
@@ -30,7 +30,7 @@
#include "mainwindowbase.h"
#include "undo.h"
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/kaevent.h>
#ifdef USE_AKONADI
#include <AkonadiCore/item.h>
...
...
messagewin.h
View file @
a7e96e0f
...
...
@@ -29,7 +29,7 @@
#endif
#include "mainwindowbase.h"
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/kaevent.h>
#ifdef USE_AKONADI
#include <AkonadiCore/collection.h>
...
...
prefdlg.cpp
View file @
a7e96e0f
...
...
@@ -55,7 +55,7 @@
#include "prefdlg_p.h"
#include "prefdlg.h"
#include <
KAlarmC
al/identities.h>
#include <
kalarmc
al/identities.h>
#include <KHolidays/kholidays/holidays.h>
using
namespace
KHolidays
;
...
...
preferences.cpp
View file @
a7e96e0f
...
...
@@ -25,7 +25,7 @@
#include "messagebox.h"
#include "preferences.h"
#include <
KAlarmC
al/identities.h>
#include <
kalarmc
al/identities.h>
#include <KPIMIdentities/kpimidentities/identity.h>
#include <KPIMIdentities/kpimidentities/identitymanager.h>
...
...
recurrenceedit.cpp
View file @
a7e96e0f
...
...
@@ -38,8 +38,8 @@
#include "timespinbox.h"
#include "buttongroup.h"
#include <
KAlarmC
al/kaevent.h>
#include <
KAlarmC
al/karecurrence.h>
#include <
kalarmc
al/kaevent.h>
#include <
kalarmc
al/karecurrence.h>
#ifdef USE_AKONADI
#include <KCalCore/Event>
...
...
recurrenceedit.h
View file @
a7e96e0f
...
...
@@ -24,7 +24,7 @@
#ifndef RECURRENCEEDIT_H
#define RECURRENCEEDIT_H
#include <
KAlarmC
al/repetition.h>
#include <
kalarmc
al/repetition.h>
#include <kdatetime.h>
...
...
recurrenceedit_p.h
View file @
a7e96e0f
...
...
@@ -23,7 +23,7 @@
#include "radiobutton.h"
#include <
KAlarmC
al/karecurrence.h>
#include <
kalarmc
al/karecurrence.h>
#include <QList>
#include <QVector>
...
...
repetitionbutton.h
View file @
a7e96e0f
...
...
@@ -21,7 +21,7 @@
#ifndef REPETITIONBUTTON_H
#define REPETITIONBUTTON_H
#include <
KAlarmC
al/repetition.h>
#include <
kalarmc
al/repetition.h>
#include <kdialog.h>
#include <QPushButton>
...
...
specialactions.h
View file @
a7e96e0f
...
...
@@ -21,7 +21,7 @@
#ifndef SPECIALACTIONS_H
#define SPECIALACTIONS_H
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/kaevent.h>
#include <kdialog.h>
#include <QWidget>
#include <QPushButton>
...
...
templatemenuaction.cpp
View file @
a7e96e0f
...
...
@@ -24,7 +24,7 @@
#include "functions.h"
#include "templatemenuaction.h"
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/kaevent.h>
#include <kmenu.h>
#include <kactionmenu.h>
...
...
templatepickdlg.h
View file @
a7e96e0f
...
...
@@ -20,7 +20,7 @@
#ifndef TEMPLATEPICKDLG_H
#define TEMPLATEPICKDLG_H
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/kaevent.h>
#include <kdialog.h>
...
...
traywindow.cpp
View file @
a7e96e0f
...
...
@@ -33,7 +33,7 @@
#include "synchtimer.h"
#include "templatemenuaction.h"
#include <
KAlarmC
al/alarmtext.h>
#include <
kalarmc
al/alarmtext.h>
#include <kactioncollection.h>
#include <ktoggleaction.h>
...
...
traywindow.h
View file @
a7e96e0f
...
...
@@ -23,7 +23,7 @@
#include "editdlg.h"
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/kaevent.h>
#include <kstatusnotifieritem.h>
#include <QIcon>
...
...
undo.cpp
View file @
a7e96e0f
...
...
@@ -25,8 +25,8 @@
#include "functions.h"
#include "messagebox.h"
#include <
KAlarmC
al/alarmtext.h>
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/alarmtext.h>
#include <
kalarmc
al/kaevent.h>
#include <kapplication.h>
#include <klocale.h>
...
...
undo.h
View file @
a7e96e0f
...
...
@@ -25,7 +25,7 @@
#include "autodeletelist.h"
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/kaevent.h>
#ifdef USE_AKONADI
#include <AkonadiCore/collection.h>
...
...
wakedlg.cpp
View file @
a7e96e0f
...
...
@@ -29,7 +29,7 @@
#include "messagebox.h"
#include "preferences.h"
#include <
KAlarmC
al/kaevent.h>
#include <
kalarmc
al/kaevent.h>
#include <kglobal.h>
#include <klocale.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