┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-30SVN_SILENT made messages (after extraction)l10n daemon script
2015-12-17SVN_SILENT made messages (after extraction)l10n daemon script
2015-12-17SVN_SILENT made messages (after extraction)l10n daemon script
2015-12-13Fix compilation when baloo is not presentValentin Rusu
2015-12-09SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
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"
2015-12-08GIT_SILENT Upgrade KDE Applications version to 15.12.0.Albert Astals Cid
2015-12-08SVN_SILENT made messages (.desktop file)l10n daemon script
2015-12-08SVN_SILENT made messages (after extraction)l10n daemon script
2015-12-08SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
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"
2015-12-08SVN_SILENT made messages (after extraction)l10n daemon script
2015-12-07SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
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"
2015-12-02GIT_SILENT Upgrade KDE Applications version to 15.11.90.Albert Astals Cid
2015-11-30SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
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"
2015-11-29Merge remote-tracking branch 'origin/Applications/15.12'Albert Astals Cid
2015-11-29Call KLocalizedString::setApplicationDomain("dolphin");Albert Astals Cid
dolphin is using -DTRANSLATION_DOMAIN=\"dolphin\" that is wrong for applications, apps need to use KLocalizedString::setApplicationDomain since that makes some other things like the transltators tab in the about dialog show. I have not removed -DTRANSLATION_DOMAIN=\"dolphin\" because on the other hand this code is also a library (i.e. the dolphin kpart). The "being pedandly correct" fix would be using -DTRANSLATION_DOMAIN=\"dolphin\" only to compile the files that are part of the kpart but that's prone to break at some point and using both KLocalizedString::setApplicationDomain and -DTRANSLATION_DOMAIN does not create any problem so i went that route CCMAIL: [email protected]
2015-11-28Fix wrong path->URL conversion.David Faure
2015-11-27Fix -Wunused-const-variableVishesh Handa
2015-11-26Fix incorrect QString -> QUrl conversion.David Faure
2015-11-21SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
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"
2015-11-19Fix search in places panel.Weng Xuetian
addType("File") will create a invalid query for baloo. Currently seems there is no replacement for it, so just remove it. REVIEW: 126109 FIXED-IN: 15.12 BUG: 348902
2015-11-19SVN_SILENT made messages (after extraction)l10n daemon script
2015-11-18GIT_SILENT Upgrade KDE Applications version to 15.11.80.Albert Astals Cid
2015-11-17SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
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"
2015-11-17SVN_SILENT made messages (after extraction)l10n daemon script
2015-11-16SVN_SILENT made messages (.desktop file)l10n daemon script
2015-11-14Enable KCrash crash handler.Andreas Cord-Landwehr
2015-11-09Merge branch 'Applications/15.08'Emmanuel Pescosta
2015-11-04GIT_SILENT Upgrade KDE Applications version to 15.08.3.Albert Astals Cid
2015-11-04SVN_SILENT made messages (.desktop file)l10n daemon script
2015-11-04SVN_SILENT made messages (after extraction)l10n daemon script
2015-11-04SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
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"
2015-11-04SVN_SILENT made messages (after extraction)l10n daemon script
2015-11-04Use the new KOverlayIconPlugin interface from KIO::WidgetsOlivier Goffart
REVIEW: 125675
2015-11-01SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
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"
2015-10-26SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
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"
2015-10-21Allow home directories with non-local file paths.Emmanuel Pescosta
Paths like file:/home/me work now instead of showing an error message. BUG: 352743 BUG: 353550 FIXED-IN: 15.08.3 REVIEW: 125586
2015-10-21Fix detach tab not working when path contains spaces.Emmanuel Pescosta
BUG: 352420 FIXED-IN: 15.08.3 REVIEW: 125587
2015-10-10Only perform operations with Baloo if it is enabledVishesh Handa
REVIEW: 125584
2015-10-09GIT_SILENT Upgrade KDE Applications version to 15.08.2.Albert Astals Cid
2015-09-25Merge branch 'Applications/15.08'David Rosca
2015-09-25Fix layout of ViewPropertiesDialogDavid Rosca
In case of GlobalViewProps, propsBox == this and it already has layout. REVIEW: 125373
2015-09-26Merge branch 'Applications/15.08'Michael Palimaka
2015-09-26Fix KF5Activities being optional.Michael Palimaka
If found via find_package(KF5 COMPONENTS Activities) instead, it will inherit REQUIRED from the previous call. REVIEW: 125360
2015-09-10Change Dolphin Preferences Sidebar Iconsandreas kainz
2015-09-10GIT_SILENT Upgrade KDE Applications version to 15.08.1.Albert Astals Cid
2015-09-08SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
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"
2015-09-07Rename dialog: Set focus to input text box on dialog show event.Emmanuel Pescosta
BUG: 351708 FIXED-IN: 15.08.1 REVIEW: 125078
2015-09-07Remove the dummy widget, which assured that the dialog layout was not ↵Emmanuel Pescosta
stretched vertically (vbox align top does the same), to make the uncheckable "Open archives as folder" checkbox checkable again. BUG: 349148 FIXED-IN: 15.08.1 REVIEW: 125077
2015-09-07Name AppStream metainfo file like the .desktop fileMatthias Klumpp
2015-09-03Merge branch 'Applications/15.08'Frank Reininghaus