| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-15 | GIT_SILENT Upgrade KDE Applications version to 16.11.80. | Albert Astals Cid | |
| 2016-11-03 | This seems to work. Though it could be better | arnav dhamija | |
| 2016-11-02 | Changed default arg for the setSplitViewEnabled | arnav dhamija | |
| 2016-10-28 | Merge branch 'Applications/16.08' | Kai Uwe Broulik | |
| 2016-10-28 | [Places Item Edit Dialog] Fix accepting dialog with Return | Kai Uwe Broulik | |
| By setting a parent for the QDialogButtonBox we let QDialog handle everything by itself. Also, store the dialog button box as a member rather than just the OK button. This removes the need to set the OK button as default manually (which didn't work anyway) and fixes pressing Return while the input is focused erroneously opening the folder browser rather than accepting the dialog. REVIEW: 129213 | |||
| 2016-10-12 | The tab navigation shortcut workaround for RTL layouts is not needed ↵ | Safa AlFulaij | |
| anymore, as Qt supports that by default. Before this, pressing Ctrl+Tab makes the previous tab (in RTL layout) the activated one, and vice versa. REVIEW: 128853 | |||
| 2016-10-10 | 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" | |||
| 2016-10-10 | 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" | |||
| 2016-10-07 | GIT_SILENT Upgrade KDE Applications version to 16.08.2. | Albert Astals Cid | |
| 2016-10-04 | Hide message widgets only when reloading the view | Elvis Angelaccio | |
| Otherwise an error message might be hidden before it's even shown. BUG: 357651 FIXED-IN: 16.08.2 REVIEW: 129061 | |||
| 2016-10-03 | Pass current dir explicitly to QUrl::fromUserInput | David Faure | |
| It works with QString() but that's a bug, I didn't expect it to work with my fromUserInput code and wrote otherwise in its documentation... | |||
| 2016-10-02 | Popupmenu: use KIO 5.27's new addPluginActionsTo method | David Faure | |
| REVIEW: 129085 | |||
| 2016-09-28 | Follow changes in konqpopupmenu: no longer back/forward/up in part's ↵ | David Faure | |
| contextmenu. | |||
| 2016-09-27 | Fixed async conditions | arnav dhamija | |
| 2016-09-27 | need to fix async conditions | arnav dhamija | |
| 2016-09-27 | Changed shortcut, but need to fix async conditions | arnav dhamija | |
| 2016-09-27 | Found an icon for the button | arnav dhamija | |
| 2016-09-26 | Added the GUI button for quick stashing | arnav dhamija | |
| 2016-09-25 | Merge branch 'master' of git.kde.org:dolphin | arnav dhamija | |
| 2016-09-25 | Used KUrlMimeData::setUrls for kfileitemmodel's createMimeData for ↵ | arnav dhamija | |
| implementing the upcoming stash:/ ioslave | |||
| 2016-09-25 | Used KUrlMimeData::setUrls for kfileitemmodel's createMimeData for ↵ | arnav dhamija | |
| implementing the upcoming stash:/ ioslave | |||
| 2016-09-21 | Merge branch 'Applications/16.08' | Elvis Angelaccio | |
| * Applications/16.08: Properly check Shift toggling in DolphinRemoveAction | |||
| 2016-09-21 | Properly check Shift toggling in DolphinRemoveAction | Elvis Angelaccio | |
| Documentation of QGuiApplication::keyboardModifiers() says that "It should be noted this may not reflect the actual keys held on the input device at the time of calling but rather the modifiers as last reported in one of the above events". Since this method is called in DolphinContextMenu's keyPressEvent() and keyReleaseEvent(), the first time that keyboardModifiers() is called it doesn't report that shift has been pressed. Replacing this method with queryKeyboardModifiers() does the job because the latter doesn't care about the event queue. BUG: 354301 FIXED-IN: 16.08.2 REVIEW: 128972 | |||
| 2016-09-20 | Add Donate standard action to control menu | Elvis Angelaccio | |
| REVIEW: 128946 | |||
| 2016-09-10 | Merge branch 'Applications/16.08' | Elvis Angelaccio | |
| * Applications/16.08: Don't load twice kfileitemaction plugins with json metadata Fix logic for loading kfileitemaction plugins | |||
| 2016-09-10 | Don't load twice kfileitemaction plugins with json metadata | Elvis Angelaccio | |
| 2016-09-10 | Fix logic for loading kfileitemaction plugins | Elvis Angelaccio | |
| Since dolphin is now loading also plugins with json metadata, it is wrong to return here, as those plugins could be missed. | |||
| 2016-09-05 | GIT_SILENT Upgrade KDE Applications version to 16.08.1. | Albert Astals Cid | |
| 2016-09-04 | Use tab for switching active split | Martin T. H. Sandsmark | |
| REVIEW: 128564 REVIEW: 110970 BUGS: 171743 | |||
| 2016-08-31 | replace kappname -> dolphin + add Paste menuitems | Burkhard Lück | |
| 2016-08-23 | Merge branch 'Applications/16.08' | Elvis Angelaccio | |
| 2016-08-23 | Filter json-only KFileItemAction plugins by mimetype | Elvis Angelaccio | |
| Commit d48b733 introduced support for kfileitemaction plugins with json metadata, but forgot to filter them by the commonMimeType (like KMimeTypeTrader::query() does with old-style plugins). So we need to load a plugin only when commonMimeType is equal to (or child of) one of the mimetypes supported by the plugin. | |||
| 2016-08-19 | 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" | |||
| 2016-08-19 | 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" | |||
| 2016-08-18 | fix changed menuitem string + add some comments | Burkhard Lück | |
| 2016-08-10 | GIT_SILENT Upgrade KDE Applications version to 16.08.0. | Albert Astals Cid | |
| 2016-08-06 | Fix some low-hanging warning fruits | Martin T. H. Sandsmark | |
| 2016-08-02 | GIT_SILENT Upgrade KDE Applications version to 16.07.90. | Albert Astals Cid | |
| 2016-07-19 | GIT_SILENT Upgrade KDE Applications version to 16.11.70. | Albert Astals Cid | |
| 2016-07-19 | GIT_SILENT Upgrade KDE Applications version to 16.07.80. | Albert Astals Cid | |
| 2016-07-16 | Fix scrolling on hidpi screens | Martin T. H. Sandsmark | |
| Scrolling with libinput was unbearably slow. QScrollBar is much better at scrolling than us, so let it handle it. REVIEW: 128432 BUG: 357618 | |||
| 2016-07-16 | Fix scrolling on hidpi screens | Martin T. H. Sandsmark | |
| Scrolling with libinput was unbearably slow. QScrollBar is much better at scrolling than us, so let it handle it. REVIEW: 128432 BUG: 357618 | |||
| 2016-07-14 | Give FileMetaDataConfigurationDialog a parent | Christoph Feck | |
| REVIEW: 128439 | |||
| 2016-07-01 | Merge branch 'Applications/16.04' | Kai Uwe Broulik | |
| 2016-07-01 | [DBusInterface] Use %U instead of %u to indicate multiple URLs are supported | Kai Uwe Broulik | |
| Otherwise KRun opens a separate instance for every URL passed although Dolphin already has logic to open different folders in tabs if neccessary. REVIEW: 128306 | |||
| 2016-06-28 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2016-06-25 | add_definitions(-DQT_NO_URL_CAST_FROM_STRING) + fix compilation | David Faure | |
| This fixes some URLs built from local paths without scheme. | |||
| 2016-06-18 | Look for kfileitemaction plugins in the expected subfolder | Elvis Angelaccio | |
| For a rationale, see https://git.reviewboard.kde.org/r/128225/ | |||
| 2016-06-16 | Fix DnD onto desktop:/ app desktop file. | David Faure | |
| We need to resolve from desktop:/ to file:/ so that DropJob can handle application .desktop files. CCBUG: 363991 | |||
| 2016-06-10 | 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" | |||
