- 31 Oct, 2016 2 commits
-
-
Burkhard Lück authored
-
Burkhard Lück authored
REVIEW:129198 BUG:370573
-
- 21 Oct, 2016 2 commits
-
-
Dan Leinir Turthra Jensen authored
See also https://bugs.freedesktop.org/show_bug.cgi?id=97688
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 15 Oct, 2016 1 commit
-
-
Martin Tobias Holmedahl Sandsmark authored
-
- 12 Oct, 2016 1 commit
-
-
Burkhard Lück authored
with the DocPath entry this ioslave listed in khelcenter but we have no docbook, so remove it from khc for now CCBUG:370573
-
- 16 Sep, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 10 Sep, 2016 1 commit
-
-
Christoph Feck authored
-
- 09 Sep, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 18 Aug, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 17 Aug, 2016 2 commits
-
-
Albert Astals Cid authored
-
cmake/FindMtp.cmake defines MTP_INCLUDE_DIR, yet it is not used while trying to link against libmtp in mtp/CMakeLists.txt. This makes it fail with | /wrkdirs/usr/ports/devel/kio-extras/work/kio-extras-15.12.0/mtp/devicecache.h:32:10: fatal error: 'libmtp.h' file not found | #include <libmtp.h> This patch passes it to include_directories, thereby fixing the build on FreeBSD. REVIEW: 126599
-
- 15 Aug, 2016 1 commit
-
-
BUG: 366763 Reviewed by Christoph Feck
-
- 30 Jul, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 28 Jul, 2016 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 04 Jul, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 25 Jun, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 13 Jun, 2016 1 commit
-
-
Martin Tobias Holmedahl Sandsmark authored
When using e. g. Dolphin, which uses QIcon, the thumbnails for folders would be inconsistent with the normal folder icons. BUG: 364253 REVIEW: 128164
-
- 29 May, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 17 May, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 16 May, 2016 2 commits
-
-
Albert Astals Cid authored
-
REVIEW: 127941 BUGS: 357870
-
- 29 Apr, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 28 Apr, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 22 Apr, 2016 1 commit
-
-
Andrius da Costa Ribas authored
REVIEW: 127714
-
- 13 Apr, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 12 Apr, 2016 2 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 08 Apr, 2016 2 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 07 Apr, 2016 3 commits
-
-
Dan Leinir Turthra Jensen authored
-
Dan Leinir Turthra Jensen authored
This is the same logic used at link request time, and unbreaks building on windows
-
Dan Leinir Turthra Jensen authored
-
- 31 Mar, 2016 2 commits
-
-
Dominik Haumann authored
This patch removes the call of LIBMTP_Check_Specific_Device(), since it is generally not adviced to use it at all, see [1]. Instead, it should only be used in case LIBMTP_Detect_Raw_Devices() fails. Looking into other mtp implementations (gvfs, smtpfs) revelas, that LIBMTP_Check_Specific_Device() is not used at all. Therefore, this patch brings the kio-mtp implementation more in line with other implmentations. It was confirmed [2] that with this patch some Windows Phones (e.g. Lumia 630) get properly detected and work as expected. [1] https://sourceforge.net/p/libmtp/mailman/message/34948820/ [2] https://www.reddit.com/r/kde/comments/4aggg0 REVIEW: 127386 BUG: 325335
-
Dominik Haumann authored
This patch removes the call of LIBMTP_Check_Specific_Device(), since it is generally not adviced to use it at all, see [1]. Instead, it should only be used in case LIBMTP_Detect_Raw_Devices() fails. Looking into other mtp implementations (gvfs, smtpfs) revelas, that LIBMTP_Check_Specific_Device() is not used at all. Therefore, this patch brings the kio-mtp implementation more in line with other implmentations. It was confirmed [2] that with this patch some Windows Phones (e.g. Lumia 630) get properly detected and work as expected. [1] https://sourceforge.net/p/libmtp/mailman/message/34948820/ [2] https://www.reddit.com/r/kde/comments/4aggg0 REVIEW: 127386
-
- 27 Mar, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 26 Mar, 2016 1 commit
-
-
Script Kiddy authored
-
- 25 Mar, 2016 1 commit
-
-
Script Kiddy authored
-
- 20 Mar, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-