| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-01-12 | Take into account QApplication::wheelScrollLines() in wheel events | Marco Martin | |
| when setting a different "mouse wheel scrolls by" value in the mouse kcm, the user expects every view to scroll more or less accordingly (even if it's not strictlya text view) This makes the scroll in dolphin take that into account REVIEW:126718 | |||
| 2016-01-12 | Adding icon for hidden files | Roman Gilg | |
| REVIEW: 125094 | |||
| 2015-12-30 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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-30 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2015-12-17 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2015-12-13 | Fix compilation when baloo is not present | Valentin Rusu | |
| 2015-12-09 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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-08 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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-08 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2015-12-07 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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-30 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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-29 | Merge remote-tracking branch 'origin/Applications/15.12' | Albert Astals Cid | |
| 2015-11-29 | Call 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-28 | Fix wrong path->URL conversion. | David Faure | |
| 2015-11-27 | Fix -Wunused-const-variable | Vishesh Handa | |
| 2015-11-26 | Fix incorrect QString -> QUrl conversion. | David Faure | |
| 2015-11-21 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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-19 | Fix 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-19 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2015-11-18 | GIT_SILENT Upgrade KDE Applications version to 15.11.80. | Albert Astals Cid | |
| 2015-11-17 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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-17 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2015-11-16 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2015-11-14 | Enable KCrash crash handler. | Andreas Cord-Landwehr | |
| 2015-11-09 | Merge branch 'Applications/15.08' | Emmanuel Pescosta | |
| 2015-11-04 | GIT_SILENT Upgrade KDE Applications version to 15.08.3. | Albert Astals Cid | |
| 2015-11-04 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2015-11-04 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2015-11-04 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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-04 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2015-11-04 | Use the new KOverlayIconPlugin interface from KIO::Widgets | Olivier Goffart | |
| REVIEW: 125675 | |||
| 2015-11-01 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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-26 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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-21 | Allow 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-21 | Fix detach tab not working when path contains spaces. | Emmanuel Pescosta | |
| BUG: 352420 FIXED-IN: 15.08.3 REVIEW: 125587 | |||
| 2015-10-10 | Only perform operations with Baloo if it is enabled | Vishesh Handa | |
| REVIEW: 125584 | |||
| 2015-10-09 | GIT_SILENT Upgrade KDE Applications version to 15.08.2. | Albert Astals Cid | |
| 2015-09-25 | Merge branch 'Applications/15.08' | David Rosca | |
| 2015-09-25 | Fix layout of ViewPropertiesDialog | David Rosca | |
| In case of GlobalViewProps, propsBox == this and it already has layout. REVIEW: 125373 | |||
| 2015-09-26 | Merge branch 'Applications/15.08' | Michael Palimaka | |
| 2015-09-26 | Fix 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-10 | Change Dolphin Preferences Sidebar Icons | andreas kainz | |
| 2015-09-10 | GIT_SILENT Upgrade KDE Applications version to 15.08.1. | Albert Astals Cid | |
| 2015-09-08 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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-07 | Rename dialog: Set focus to input text box on dialog show event. | Emmanuel Pescosta | |
| BUG: 351708 FIXED-IN: 15.08.1 REVIEW: 125078 | |||
| 2015-09-07 | Remove 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-07 | Name AppStream metainfo file like the .desktop file | Matthias Klumpp | |
| 2015-09-03 | Merge branch 'Applications/15.08' | Frank Reininghaus | |
| 2015-09-03 | Only store modified columns widths after the mouse button was released | Frank Reininghaus | |
| This prevents that the new widths are written to disk multiple times in quick succession, which can make column resizing quite slow. BUG: 351846 REVIEW: 351846 FIXED-IN: 15.08.1 | |||
| 2015-09-01 | Breeze: wrong icon usage Request 124971 | andreas kainz | |
