Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
PIM Data Exporter
Commits
c4374d1e
Commit
c4374d1e
authored
Aug 18, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Plain Diff
erge remote-tracking branch 'origin/Applications/17.08'
parents
e1a0c3d5
2ad50c92
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
CMakeLists.txt
CMakeLists.txt
+0
-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.
CMakeLists.txt
View file @
c4374d1e
...
@@ -39,7 +39,6 @@ if(DEFINED KDEPIM_DEV_VERSION)
...
@@ -39,7 +39,6 @@ if(DEFINED KDEPIM_DEV_VERSION)
set
(
KDEPIM_DEV_VERSION
"
${
KDEPIM_DEV_VERSION
}
"
)
set
(
KDEPIM_DEV_VERSION
"
${
KDEPIM_DEV_VERSION
}
"
)
endif
()
endif
()
set
(
KDEPIM_VERSION_NUMBER
"5.6.40"
)
set
(
KDEPIM_VERSION_NUMBER
"5.6.40"
)
set
(
KDEPIM_VERSION
"
${
KDEPIM_VERSION_NUMBER
}${
KDEPIM_DEV_VERSION
}
"
)
set
(
KDEPIM_VERSION
"
${
KDEPIM_VERSION_NUMBER
}${
KDEPIM_DEV_VERSION
}
"
)
...
...
core/calendar/exportcalendarjob.cpp
View file @
c4374d1e
...
@@ -157,6 +157,7 @@ void ExportCalendarJob::backupConfig()
...
@@ -157,6 +157,7 @@ void ExportCalendarJob::backupConfig()
backupConfigFile
(
QStringLiteral
(
"calendar_printing.rc"
));
backupConfigFile
(
QStringLiteral
(
"calendar_printing.rc"
));
backupConfigFile
(
QStringLiteral
(
"korgacrc"
));
backupConfigFile
(
QStringLiteral
(
"korgacrc"
));
backupConfigFile
(
QStringLiteral
(
"eventviewsrc"
));
const
QString
freebusyurlsStr
(
QStringLiteral
(
"korganizer/freebusyurls"
));
const
QString
freebusyurlsStr
(
QStringLiteral
(
"korganizer/freebusyurls"
));
const
QString
freebusyurls
=
QStandardPaths
::
writableLocation
(
QStandardPaths
::
GenericDataLocation
)
+
QLatin1Char
(
'/'
)
+
freebusyurlsStr
;
const
QString
freebusyurls
=
QStandardPaths
::
writableLocation
(
QStandardPaths
::
GenericDataLocation
)
+
QLatin1Char
(
'/'
)
+
freebusyurlsStr
;
...
...
core/calendar/importcalendarjob.cpp
View file @
c4374d1e
...
@@ -270,6 +270,7 @@ void ImportCalendarJob::restoreConfig()
...
@@ -270,6 +270,7 @@ void ImportCalendarJob::restoreConfig()
restoreUiRcFile
(
QStringLiteral
(
"korganizerui.rc"
),
QStringLiteral
(
"korganizer"
));
restoreUiRcFile
(
QStringLiteral
(
"korganizerui.rc"
),
QStringLiteral
(
"korganizer"
));
restoreUiRcFile
(
QStringLiteral
(
"korganizer_part.rc"
),
QStringLiteral
(
"korganizer"
));
restoreUiRcFile
(
QStringLiteral
(
"korganizer_part.rc"
),
QStringLiteral
(
"korganizer"
));
restoreConfigFile
(
QStringLiteral
(
"eventviewsrc"
));
Q_EMIT
info
(
i18n
(
"Config restored."
));
Q_EMIT
info
(
i18n
(
"Config restored."
));
QTimer
::
singleShot
(
0
,
this
,
&
ImportCalendarJob
::
slotNextStep
);
QTimer
::
singleShot
(
0
,
this
,
&
ImportCalendarJob
::
slotNextStep
);
}
}
...
...
gui/backup-structure.txt
View file @
c4374d1e
201
6-12-2
8:
201
7-08-1
8:
-----------
-----------
2015-1-29: New VERSION for archive => VERSION_2 => knote-akonadi
2015-1-29: New VERSION for archive => VERSION_2 => knote-akonadi
...
@@ -112,6 +112,7 @@ Root
...
@@ -112,6 +112,7 @@ Root
| |---------akonadiconsoleui.rc
| |---------akonadiconsoleui.rc
| |---------foldermailarchiverc
| |---------foldermailarchiverc
| |---------pimpluginsrc
| |---------pimpluginsrc
| |---------eventviewsrc
|
|
|-----akonadi
|-----akonadi
| |---------<archive 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