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
P
PIM Data Exporter
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
PIM Data Exporter
Commits
2ad50c92
Commit
2ad50c92
authored
Aug 18, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Export/import eventviewsrc too
parent
91ed1a93
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
core/calendar/exportcalendarjob.cpp
core/calendar/exportcalendarjob.cpp
+1
-0
core/calendar/importcalendarjob.cpp
core/calendar/importcalendarjob.cpp
+1
-0
gui/backup-structure.txt
gui/backup-structure.txt
+2
-1
No files found.
core/calendar/exportcalendarjob.cpp
View file @
2ad50c92
...
...
@@ -157,6 +157,7 @@ void ExportCalendarJob::backupConfig()
backupConfigFile
(
QStringLiteral
(
"calendar_printing.rc"
));
backupConfigFile
(
QStringLiteral
(
"korgacrc"
));
backupConfigFile
(
QStringLiteral
(
"eventviewsrc"
));
const
QString
freebusyurlsStr
(
QStringLiteral
(
"korganizer/freebusyurls"
));
const
QString
freebusyurls
=
QStandardPaths
::
writableLocation
(
QStandardPaths
::
GenericDataLocation
)
+
QLatin1Char
(
'/'
)
+
freebusyurlsStr
;
...
...
core/calendar/importcalendarjob.cpp
View file @
2ad50c92
...
...
@@ -270,6 +270,7 @@ void ImportCalendarJob::restoreConfig()
restoreUiRcFile
(
QStringLiteral
(
"korganizerui.rc"
),
QStringLiteral
(
"korganizer"
));
restoreUiRcFile
(
QStringLiteral
(
"korganizer_part.rc"
),
QStringLiteral
(
"korganizer"
));
restoreConfigFile
(
QStringLiteral
(
"eventviewsrc"
));
Q_EMIT
info
(
i18n
(
"Config restored."
));
QTimer
::
singleShot
(
0
,
this
,
&
ImportCalendarJob
::
slotNextStep
);
}
...
...
gui/backup-structure.txt
View file @
2ad50c92
201
6-12-2
8:
201
7-08-1
8:
-----------
2015-1-29: New VERSION for archive => VERSION_2 => knote-akonadi
...
...
@@ -112,6 +112,7 @@ Root
| |---------akonadiconsoleui.rc
| |---------foldermailarchiverc
| |---------pimpluginsrc
| |---------eventviewsrc
|
|-----akonadi
| |---------<archive akonadi>
...
...
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