]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
7 years agoFix enum-compare-switch clang warnings
Elvis Angelaccio [Thu, 29 Mar 2018 20:29:56 +0000 (22:29 +0200)]
Fix enum-compare-switch clang warnings

We were comparing a value of type `KStandardItemListView::ItemLayout`
with values of type `KStandardItemListWidget::Layout`.

7 years ago[DolphinContextMenu] Fix excluding ourself from Open With menu
Kai Uwe Broulik [Wed, 21 Mar 2018 14:53:59 +0000 (15:53 +0100)]
[DolphinContextMenu] Fix excluding ourself from Open With menu

The desktop file name changed to org.kde.dolphin a long time ago. To avoid this breaking again, just use qApp->desktopFileName()

BUG: 391997

Differential Revision: https://phabricator.kde.org/D11540

7 years agoFix missing entries in context menu for links
Nathaniel Graham [Wed, 21 Mar 2018 23:00:17 +0000 (17:00 -0600)]
Fix missing entries in context menu for links

Summary: https://cgit.kde.org/dolphin.git/commit/?id=86f4fcb8cd574f6d886627fc5e01c9edfc84e977 introduced a regression: the context menu for links no longer shows various items that were gated behind being a directory. However, a link can be both a link and a directory, from KIO's perspective. This patch resolves the issue.

Test Plan:
- Context menus for files, folders, and file links are unchanged.
- The missing context menu items for folder links have returned: {F5761809}

I should have tested that patch better, and for that I apologize and offer to fix this regression here. I will endeavor to up my reviewing game.

Reviewers: rominf, michaelh, #dolphin, rkflx

Reviewed By: rominf, rkflx

Subscribers: rkflx

Differential Revision: https://phabricator.kde.org/D11562

7 years agoFix compilation with -DQT_NO_URL_CAST_FROM_STRING
David Faure [Wed, 21 Mar 2018 14:30:51 +0000 (15:30 +0100)]
Fix compilation with -DQT_NO_URL_CAST_FROM_STRING

7 years agoGIT_SILENT Upgrade KDE Applications version to 18.03.80.
Albert Astals Cid [Mon, 19 Mar 2018 22:35:33 +0000 (23:35 +0100)]
GIT_SILENT Upgrade KDE Applications version to 18.03.80.

7 years agoIntroduce singleton for KFilePlacesModel
Kai Uwe Broulik [Mon, 19 Mar 2018 08:57:24 +0000 (09:57 +0100)]
Introduce singleton for KFilePlacesModel

There are various places where Dolphin created a new KFilePlacesModel which would then query all storage devices and do other expensive work.

Differential Revision: https://phabricator.kde.org/D11283

7 years agoAdd "Show Target" into symlink context menu and file menu
Roman Inflianskas [Sun, 18 Mar 2018 10:55:24 +0000 (13:55 +0300)]
Add "Show Target" into symlink context menu and file menu

Summary:
Add "Show Target" into symlink context menu and file menu

FEATURE: 215069

Reviewers: ngraham, elvisangelaccio

Reviewed By: ngraham, elvisangelaccio

Subscribers: rkflx, ngraham, elvisangelaccio, markg, #dolphin

Differential Revision: https://phabricator.kde.org/D10990

7 years agoShow "Empty Trash" button inside trash directory
Roman Inflianskas [Sun, 11 Mar 2018 17:21:24 +0000 (20:21 +0300)]
Show "Empty Trash" button inside trash directory

Summary:
Show "Empty Trash" button inside trash directory.

FEATURE: 163306

Test Plan: {F5734949}

Reviewers: ngraham, rkflx, markg, elvisangelaccio

Reviewed By: ngraham, markg, elvisangelaccio

Subscribers: markg, emateli, broulik, elvisangelaccio, rkflx, mmustac, ngraham, #dolphin

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D10804

7 years agoAdd "Open symlink destination folder" into symlink's context menu
Roman Inflianskas [Sat, 3 Mar 2018 13:36:44 +0000 (16:36 +0300)]
Add "Open symlink destination folder" into symlink's context menu

Summary:
This is not complete. I'm wondering about "Open symlink destination folder in new tab/window".

Feature wants also "Copy symlink destination". I dislike this, because then it's good to have "Cut symlink destination" and that's too much.

FEATURE: 215069

Reviewers: #dolphin, ngraham

Reviewed By: #dolphin, ngraham

Subscribers: rkflx, ngraham, elvisangelaccio, markg, #dolphin

Differential Revision: https://phabricator.kde.org/D10990

7 years agoSVN_SILENT made messages (.desktop file) - always resolve ours
l10n daemon script [Tue, 13 Mar 2018 04:14:09 +0000 (05:14 +0100)]
SVN_SILENT made messages (.desktop file) - always resolve ours

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"

7 years agoShow a message if Konsole part is not installed
Roman Inflianskas [Wed, 7 Mar 2018 11:35:17 +0000 (14:35 +0300)]
Show a message if Konsole part is not installed

Summary:
Show a message if Konsole part is not installed

BUG: 371822
FIXED-IN: 18.04.0

{F5749731}

Reviewers: ngraham, progwolff, elvisangelaccio

Reviewed By: ngraham, progwolff, elvisangelaccio

Subscribers: rkflx, ngraham, elvisangelaccio, broulik, progwolff, #dolphin

Differential Revision: https://phabricator.kde.org/D11118

7 years agoUpdate trash icon after restore operation
Roman Inflianskas [Sat, 10 Mar 2018 19:29:26 +0000 (22:29 +0300)]
Update trash icon after restore operation

Summary:
After restoring all the files from the trash, the trash icon remain 'full'. This patch fixes this.

BUG: 252483

Reviewers: elvisangelaccio

Reviewed By: elvisangelaccio

Subscribers: elvisangelaccio, #dolphin

Differential Revision: https://phabricator.kde.org/D11216

7 years agoRemoved unused variables spotted by clazy
Elvis Angelaccio [Sun, 11 Mar 2018 16:14:07 +0000 (17:14 +0100)]
Removed unused variables spotted by clazy

7 years agoAlign minimum ECM and KF5 versions
Elvis Angelaccio [Sun, 11 Mar 2018 16:09:11 +0000 (17:09 +0100)]
Align minimum ECM and KF5 versions

It doesn't make sense to require 1.6.0 which is years old.

7 years agoAdd missing this parameter
Elvis Angelaccio [Sun, 11 Mar 2018 16:07:20 +0000 (17:07 +0100)]
Add missing this parameter

Forgot to mention it while reviewing D11012.

7 years agoAdd Trash (empty, isEmpty, emptinessChanged)
Roman Inflianskas [Sat, 3 Mar 2018 16:44:56 +0000 (19:44 +0300)]
Add Trash (empty, isEmpty, emptinessChanged)

Summary: Add `Trash` class to handle all trash operations.

Reviewers: elvisangelaccio, markg, ngraham

Reviewed By: elvisangelaccio, markg, ngraham

Subscribers: ngraham, markg, rkflx, elvisangelaccio, #dolphin

Differential Revision: https://phabricator.kde.org/D11012

7 years agoFix some compile warnings
Roman Inflianskas [Thu, 8 Mar 2018 09:21:13 +0000 (12:21 +0300)]
Fix some compile warnings

Reviewers: markg, elvisangelaccio

Reviewed By: markg, elvisangelaccio

Subscribers: chehrlic, rkflx, elvisangelaccio, #dolphin

Differential Revision: https://phabricator.kde.org/D10995

7 years agoFix build without Baloo
Kai Uwe Broulik [Wed, 7 Mar 2018 07:55:04 +0000 (08:55 +0100)]
Fix build without Baloo

That include IS used

7 years agoRevert "Fix some compile warnings"
Elvis Angelaccio [Mon, 5 Mar 2018 20:56:15 +0000 (21:56 +0100)]
Revert "Fix some compile warnings"

This reverts commit 533f050855a50212bba7be57a1590f9ce743e26d.

D10995 has not been approved.

7 years agoRemove unused #include
Roman Inflianskas [Sun, 4 Mar 2018 13:38:16 +0000 (16:38 +0300)]
Remove unused #include

Summary: I used CLion inspection to hunt all unused #include

Reviewers: #dolphin, elvisangelaccio, markg

Reviewed By: #dolphin, elvisangelaccio, markg

Subscribers: bcooksley, markg, elvisangelaccio, #dolphin

Differential Revision: https://phabricator.kde.org/D10985

7 years agoFix some compile warnings
Roman Inflianskas [Sat, 3 Mar 2018 17:39:43 +0000 (20:39 +0300)]
Fix some compile warnings

Reviewers: #dolphin, markg

Reviewed By: markg

Subscribers: elvisangelaccio, #dolphin

Differential Revision: https://phabricator.kde.org/D10995

7 years agoRemove unused #include
Roman Inflianskas [Sat, 3 Mar 2018 07:48:57 +0000 (10:48 +0300)]
Remove unused #include

Summary: I used CLion inspection to hunt all unused #include

Reviewers: #dolphin, elvisangelaccio, markg

Reviewed By: #dolphin, elvisangelaccio, markg

Subscribers: markg, elvisangelaccio, #dolphin

Differential Revision: https://phabricator.kde.org/D10985

7 years agoModernize the syntax of shortcuts
Roman Inflianskas [Sat, 3 Mar 2018 08:46:14 +0000 (11:46 +0300)]
Modernize the syntax of shortcuts

Reviewers: #dolphin, markg

Reviewed By: markg

Subscribers: markg, elvisangelaccio, #dolphin

Differential Revision: https://phabricator.kde.org/D10986

7 years agoAdd an option to confirm trash emptying into settings
Roman Inflianskas [Fri, 2 Mar 2018 11:41:36 +0000 (14:41 +0300)]
Add an option to confirm trash emptying into settings

Summary:
Add an option to confirm trash emptying into settings.

BUG: 340572

Reviewers: #dolphin, ngraham, markg

Reviewed By: #dolphin, ngraham, markg

Subscribers: markg, ngraham, rkflx, #dolphin

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D10968

7 years agoAdd default shortcut "/" for opening filter panel
Roman Inflianskas [Fri, 2 Mar 2018 07:52:47 +0000 (10:52 +0300)]
Add default shortcut "/" for opening filter panel

Summary:
Add default shortcut "/" for opening filter panel.

FEATURE: 156381

Reviewers: #dolphin, ngraham

Reviewed By: #dolphin, ngraham

Subscribers: ngraham, #dolphin

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D10961

7 years agoSVN_SILENT made messages (.desktop file) - always resolve ours
l10n daemon script [Sat, 3 Mar 2018 04:23:49 +0000 (05:23 +0100)]
SVN_SILENT made messages (.desktop file) - always resolve ours

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"

7 years agoAlso use standard keyboard shortcut for "show/hide hidden files"
Nathaniel Graham [Thu, 15 Feb 2018 21:26:57 +0000 (14:26 -0700)]
Also use standard keyboard shortcut for "show/hide hidden files"

Summary:
Use Ctrl+H as another keyboard shortcut to show and hide hidden files, as it is already the standard used in other GTK-based Linux file managers (Nautilus, Nemo, Caja, Thunar, Pantheon Files). This doesn't replace any existing shortcuts, so existing KDE users' muscle memory is retained.

FEATURE: 390527
FIXED-IN: KDE Applications 17.12.3

Test Plan:
- Ctrl+H now shows and hides hidden files
- Alt+. still works to do the same
- F8 still works to do the same
- Toolbar button still changes state appropriately when any of the three shortcuts are used

Reviewers: #dolphin, elvisangelaccio

Reviewed By: elvisangelaccio

Subscribers: emateli, elvisangelaccio

Differential Revision: https://phabricator.kde.org/D10558

7 years ago[Information Panel] Adjust painting icons for high dpi scaling
Kai Uwe Broulik [Thu, 15 Feb 2018 12:37:08 +0000 (13:37 +0100)]
[Information Panel] Adjust painting icons for high dpi scaling

Instead of creating our own KIconLoader (which takes ~5ms here) just use QIcon::fromTheme which already does everything right.

BUG: 390488

Differential Revision: https://phabricator.kde.org/D10532

7 years agoAdd icons to Edit menu
Marjio Mustac [Wed, 14 Feb 2018 14:40:36 +0000 (07:40 -0700)]
Add icons to Edit menu

Summary:
Since Breeze offers such a great palette of action icons I thought we should make use of them which make things also more consistent with other applications.

Before:
{F5711158}

After:
{F5711159}

Test Plan:
Show menubar
Icons are shown in Edit menu

Reviewers: #dolphin, ngraham

Reviewed By: #dolphin, ngraham

Subscribers: ngraham

Differential Revision: https://phabricator.kde.org/D10503

7 years agoMerge branch 'Applications/17.12'
Elvis Angelaccio [Tue, 13 Feb 2018 22:20:49 +0000 (23:20 +0100)]
Merge branch 'Applications/17.12'

7 years agoFix resetting "View Modes" preferences to defaults
Robert Hoffmann [Tue, 13 Feb 2018 22:12:44 +0000 (23:12 +0100)]
Fix resetting "View Modes" preferences to defaults

Summary:
Removed call to settings.readConfig() in ViewSettingsTab::loadSettings(),
because it overwrites default settings with user settings even if called
from ViewSettingsTab::restoreDefaultSettings().

Test Plan:
Settings -> Configure Dolphin -> View Modes:
Choose "Custom Font", "Choose...": other font settings than preselected;
alter "Icon Size" slider positions;
click OK; OK;
note modified text font next to icons, icon sizes

Settings -> Configure Dolphin -> View Modes:
Click "Defaults"
check "Font" is reset to "System Font";
check "Icon Size" slider positions are reset to default positions;
click OK
check text font next to icons, icon sizes are reset to defaults

Subscribers: ltoscano, ngraham, elvisangelaccio, michaelh, #dolphin

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D10190

7 years agoFix Windows build
Elvis Angelaccio [Sun, 11 Feb 2018 22:01:17 +0000 (23:01 +0100)]
Fix Windows build

kill() is not available on Windows. Now that we build TerminalPanel
everywhere (see 87e8d0ba), we need to #ifdef this call.

7 years agoFix typo
Elvis Angelaccio [Sun, 11 Feb 2018 21:59:29 +0000 (22:59 +0100)]
Fix typo

GIT_SILENT

7 years agoBuild TerminalPanel also on Windows
Elvis Angelaccio [Sun, 21 Jan 2018 11:18:21 +0000 (12:18 +0100)]
Build TerminalPanel also on Windows

Summary:
terminalpanel.cpp *should* compile on Windows, so there is no reason to
remove it from the build and use tons of #ifdefs in dolphinmainwindow.

We still keep the terminal panel disabled on Windows
(i.e. the two remaining #ifndef Q_OS_WIN in dolphinmainwindow),
because it is probably not functional.

But at least we won't break the Windows CI every time
someone touches the terminal panel code (see e.g. 2e942237c9).

Test Plan: Builds on Linux, someone on Windows should test this patch if possible.

Reviewers: #dolphin, #craft

Differential Revision: https://phabricator.kde.org/D10006

7 years agoFaster drag&drop in directories with thousands of files
Jaime Torres [Sun, 4 Feb 2018 20:19:33 +0000 (21:19 +0100)]
Faster drag&drop in directories with thousands of files

Summary:
The check is called when the mouse is moved in a drag&drop operation.

Dragging all files in a directory with 3000 files under callgrind,
moving the mouse to the other panel and then canceling, doing it twice,
callgrind shows that the method urlListMatchesUrl is called around
200 times, spending around 9,30% of the cpu in those calls.
Applying the patch, callgrind tells it uses now 0.31% of the cpu in 1208 calls.

CCBUG: 342056

Reviewers: #dolphin, elvisangelaccio, markg

Reviewed By: #dolphin, elvisangelaccio, markg

Subscribers: markg, anthonyfieroni, michaelh, elvisangelaccio, ngraham

Differential Revision: https://phabricator.kde.org/D10085

7 years ago[KStandardItemListWidget] Adjust painting rating to device pixel ratio
Kai Uwe Broulik [Mon, 5 Feb 2018 15:27:58 +0000 (16:27 +0100)]
[KStandardItemListWidget] Adjust painting rating to device pixel ratio

Differential Revision: https://phabricator.kde.org/D10324

7 years agoFix all krazy #include warnings
Elvis Angelaccio [Sun, 4 Feb 2018 10:38:50 +0000 (11:38 +0100)]
Fix all krazy #include warnings

- "include own header first line"
- "put config.h in angle brackets line"
- "do not include QtModule/QtClass line"

`QElapsedTimer` was implicitly included by
kfileitemmodelsortalgorithm.h, now we need to explicitly include it in
kfileitemmodel.cpp.

We also need to explicitly link to `Qt5::Concurrent`, otherwise we
cannot `#include <QtConcurrentRun>`.

7 years agoUse qplatformdefs wrappers
Elvis Angelaccio [Sun, 4 Feb 2018 10:13:34 +0000 (11:13 +0100)]
Use qplatformdefs wrappers

As recommended by krazy and as kio does.

7 years agoDrop dead code
Elvis Angelaccio [Sat, 3 Feb 2018 22:34:45 +0000 (23:34 +0100)]
Drop dead code

Spotted by clazy (-Wclazy-const-signal-or-slot).

This was added in abf17941f7, but it became dead code after the KF5 port
(possibly after c725848709).

7 years agoFix -Wunused-result warnings
Elvis Angelaccio [Sat, 3 Feb 2018 21:34:24 +0000 (22:34 +0100)]
Fix -Wunused-result warnings

7 years agoFix all 'explicit constructor' krazy warnings
Elvis Angelaccio [Sat, 3 Feb 2018 21:21:30 +0000 (22:21 +0100)]
Fix all 'explicit constructor' krazy warnings

7 years agoPort QSignalSpy to new signal syntax
Elvis Angelaccio [Sat, 3 Feb 2018 19:46:08 +0000 (20:46 +0100)]
Port QSignalSpy to new signal syntax

More compile-time safety. Tests still pass.

This also fixes a krazy warning about "normalised signal/slot
signatures".

7 years agoUse new KStandardAction slot syntax
Elvis Angelaccio [Sat, 3 Feb 2018 19:30:37 +0000 (20:30 +0100)]
Use new KStandardAction slot syntax

This was probably forgotten from commit 3bfdf0d2.

7 years agoFix typo spotted by krazy
Elvis Angelaccio [Sat, 3 Feb 2018 18:59:40 +0000 (19:59 +0100)]
Fix typo spotted by krazy

GIT_SILENT

7 years agoAdd newline at the end of kitemmodelbase.cpp
Elvis Angelaccio [Sat, 3 Feb 2018 18:42:50 +0000 (19:42 +0100)]
Add newline at the end of kitemmodelbase.cpp

As recommended by krazy.

GIT_SILENT

7 years agoGIT_SILENT Upgrade KDE Applications version to 17.12.2.
Albert Astals Cid [Fri, 2 Feb 2018 23:38:57 +0000 (00:38 +0100)]
GIT_SILENT Upgrade KDE Applications version to 17.12.2.

7 years agoMerge branch 'Applications/17.12'
Nathaniel Graham [Wed, 31 Jan 2018 00:06:43 +0000 (17:06 -0700)]
Merge branch 'Applications/17.12'

7 years agoLet the terminal panel dock to any part of the window
Nathaniel Graham [Wed, 31 Jan 2018 00:05:57 +0000 (17:05 -0700)]
Let the terminal panel dock to any part of the window

Summary:
BUG: 362593

Just what it says: Let the terminal panel sit on the left or right side of the window.

Test Plan:
Tested in KDE Neon:
- Opened terminal panel, unlocked widgets, and tried to drag it to the right or left side of the window: I can
- Put terminal panel on right side, quit Dolphin and opened Dolphin again: terminal panel appears on the right as expected
- Put terminal panel on right side, closed terminal panel, quit Dolphin, opened Dolphin, and opened the terminal panel again: terminal panel appears on the right as expected
- Removed dolphinrc file and opened terminal panel: appears on the bottom

{F5682428}

Reviewers: #dolphin

Subscribers: elvisangelaccio, anthonyfieroni, cfeck

Differential Revision: https://phabricator.kde.org/D10189

7 years agoLet the terminal panel sit on the left or right side of the window
Nathaniel Graham [Tue, 30 Jan 2018 00:05:24 +0000 (17:05 -0700)]
Let the terminal panel sit on the left or right side of the window

Summary: Just what it says: Let the terminal panel sit on the left or right side of the window.

Test Plan: Tested in KDE Neon. Works great!

Reviewers: #dolphin

Differential Revision: https://phabricator.kde.org/D10189

7 years agobase scrolling on the smallest item
Marco Martin [Mon, 29 Jan 2018 10:52:23 +0000 (11:52 +0100)]
base scrolling on the smallest item

Summary:
CCBUG: 386379

after recent highdpi patches on scrolling that delegated it
completely to the scrollbar, based upon the scrollbar singleStep
setted to the tallest of the items in the view.
tough this makes scrolling way too fast, and on folders where just
few filenames are longer than most we can get a single scrolling
step almost double the number of lines configured in the
mouse kcm.
Using the shortest item instead of the tallest mitigates this problem
making it a bit more usable

Test Plan:
tested on different folders in different view modes both with
mouse and touchpad

Reviewers: #dolphin, broulik, ngraham

Reviewed By: #dolphin, ngraham

Subscribers: ngraham, plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D10102

7 years agoPort away from deprecated QStyle::SH_Widget_Animate
Elvis Angelaccio [Sun, 21 Jan 2018 09:50:11 +0000 (10:50 +0100)]
Port away from deprecated QStyle::SH_Widget_Animate

Summary:
Use the new QStyle::SH_Widget_Animation_Duration instead,
which allows us to not manually hardcode the duration.
We still use 1 if animations are disabled,
otherwise the scroll would not work at all.

See also D5883 for some background.

Test Plan: Played with different values in the Animation tab of the Breeze config dialog.

Reviewers: #dolphin, broulik

Reviewed By: broulik

Subscribers: broulik

Differential Revision: https://phabricator.kde.org/D10005

7 years agoUse BatchRenameJob to rename multiple files in Dolphin
Chinmoy Ranjan Pradhan [Sat, 27 Jan 2018 11:49:39 +0000 (17:19 +0530)]
Use BatchRenameJob to rename multiple files in Dolphin

Summary:
Use KIO::BatchRenameJob in Dolphin::RenameDialog to rename multiple files.
With this viewing progress of rename operation and undo is possible.

See D9103 and D9107.

Reviewers: #dolphin, elvisangelaccio

Subscribers: elvisangelaccio, ngraham, broulik

Differential Revision: https://phabricator.kde.org/D9836

7 years agoBump minimum KF5 version
Elvis Angelaccio [Sat, 27 Jan 2018 10:24:10 +0000 (11:24 +0100)]
Bump minimum KF5 version

This should have been part of D9333.

7 years agoFix place item edit after creation
Renato Araujo Oliveira Filho [Fri, 19 Jan 2018 16:37:09 +0000 (13:37 -0300)]
Fix place item edit after creation

Summary:
Make sure that the place can be edited after the creation.

Depends on D9333

BUG: 389147

Test Plan:
Create an item in dolphin places panel, make sure that you
can rename it

Reviewers: #dolphin, ngraham

Reviewed By: ngraham

Subscribers: michaelh, elvisangelaccio, lbeltrame, ngraham, #dolphin

Differential Revision: https://phabricator.kde.org/D9985

7 years agoMake sure that old URLs do not appear duplicated in places model
Renato Araujo Oliveira Filho [Thu, 14 Dec 2017 15:35:44 +0000 (12:35 -0300)]
Make sure that old URLs do not appear duplicated in places model

Summary:
BUG: 389401

KIO model now provides Baloo URLs; we need to remove the old ones
created by Dolphin places model

BUG: 387888
Depends on D9332

Test Plan: unit test

Reviewers: mwolff, #dolphin, ngraham, elvisangelaccio

Reviewed By: #dolphin, ngraham, elvisangelaccio

Subscribers: elvisangelaccio, broulik, ervin, ngraham, #dolphin

Differential Revision: https://phabricator.kde.org/D9333

7 years agoAdd option to sort for original date
Julian Schraner [Tue, 23 Jan 2018 23:32:51 +0000 (16:32 -0700)]
Add option to sort for original date

Summary:
Takes the original date a photo was taken out of the data provided by Baloo & makes it available to the user

FEATURE: 303645

{F5671033}

Test Plan:
- Works with a batch of time-tagged photos
- Can be hidden/shown/sorted like any other property

Reviewers: #dolphin, ngraham, elvisangelaccio

Reviewed By: #dolphin, ngraham, elvisangelaccio

Subscribers: elvisangelaccio, ngraham

Differential Revision: https://phabricator.kde.org/D10059

7 years agoFix renamed file reclaims focus
Andreas Krutzler [Sun, 21 Jan 2018 20:39:41 +0000 (13:39 -0700)]
Fix renamed file reclaims focus

Summary:
After renaming a file and then selecting another file immediately the just selected file stays selected.

BUG: 388555

Test Plan:
Steps to reproduce:
$ mkdir /tmp/test
$ cd /tmp/test
$ touch a.tmp b.tmp
$ dolphin /tmp/test

In dolphin:
* select a.tmp
* <F2>
* type aaa
* select b.tmp immediately

Expected result:
* a.tmp renamed to aaa.tmp
* b.tmp stays selected, aaa.tmp stays unselected

Reviewers: ngraham, michaelh, #dolphin, elvisangelaccio

Reviewed By: ngraham, michaelh, #dolphin, elvisangelaccio

Subscribers: emateli, elvisangelaccio, #dolphin

Differential Revision: https://phabricator.kde.org/D9711

7 years agoDon't show 'Open Terminal' on Windows
Elvis Angelaccio [Sun, 21 Jan 2018 11:15:07 +0000 (12:15 +0100)]
Don't show 'Open Terminal' on Windows

We already disable the TerminalPanel on Windows, we should do the same
with the 'Open Terminal' action for consistency.

7 years agoRevert "Ignore baloo urls created from new KIO model"
Luca Beltrame [Fri, 19 Jan 2018 12:27:52 +0000 (13:27 +0100)]
Revert "Ignore baloo urls created from new KIO model"

This reverts commit 9d3a019445d7a7fdf3177bca9eeef4c44599e706.

Causes breakage in Dolphin in master. The proper fix is in D9333.

CCBUG: 389147

7 years agoExclude m_terminalPanel references when built on Windows
Adrián Chaves (Gallaecio) [Thu, 18 Jan 2018 19:30:59 +0000 (20:30 +0100)]
Exclude m_terminalPanel references when built on Windows

Fixes an issue reported by elvisangelaccio at https://phabricator.kde.org/D9955

7 years agoSet the focus to the active view, after leaving the terminal panel
Adrián Chaves Fernández (Gallaecio) [Thu, 18 Jan 2018 17:49:54 +0000 (18:49 +0100)]
Set the focus to the active view, after leaving the terminal panel

Summary:
BUG: 298467

Set the focus to the active view, after leaving the terminal panel.

This is a fork of the patch at https://git.reviewboard.kde.org/r/116118/ by @emmanuelp which should fix the issue with the original patch reported by Frank Reininghaus.

Test Plan: Works for me.

Reviewers: #dolphin, emmanuelp, ngraham

Reviewed By: #dolphin, ngraham

Subscribers: ngraham, emmanuelp

Differential Revision: https://phabricator.kde.org/D9955

7 years agoMerge remote-tracking branch 'origin/Applications/17.12'
Luca Beltrame [Thu, 18 Jan 2018 08:09:49 +0000 (09:09 +0100)]
Merge remote-tracking branch 'origin/Applications/17.12'

Conflicts:
CMakeLists.txt [versions]
src/panels/places/placesitemmodel.cpp

7 years agoFolderspanel's context-menu option "Limit to Home Directory" is always visible
Michael Heidelbach [Tue, 16 Jan 2018 09:23:50 +0000 (10:23 +0100)]
Folderspanel's context-menu option "Limit to Home Directory" is always visible

Summary:
Applied suggested changes to [[ https://phabricator.kde.org/D9662 | D9662 ]]
  - Enum instead of bool
  - Use QStringLiteral

Test Plan: Visual inspection

Reviewers: ngraham, elvisangelaccio, #dolphin

Reviewed By: ngraham, #dolphin

Subscribers: #dolphin

Tags: #dolphin, #kde_applications

Differential Revision: https://phabricator.kde.org/D9911

7 years agofolderspanel context-menu option "Limit to Home Directory" should be always visible
Michael Heidelbach [Sun, 14 Jan 2018 17:53:11 +0000 (10:53 -0700)]
folderspanel context-menu option "Limit to Home Directory" should be always visible

Summary:
Only by chance I discovered that this option is visible but only when inside home. Before that I always edited dolphinrc to reenable it.
I think it's less confusing to always show it but toggle its enabled state

Test Plan:
compile and run
show folderspanel context-menu in different places

Reviewers: #dolphin, emmanuelp, ngraham

Reviewed By: #dolphin, ngraham

Subscribers: elvisangelaccio

Tags: #dolphin, #kde_applications

Differential Revision: https://phabricator.kde.org/D9662

7 years agoExplicitly pass iconNameForUrl when dropping places entry
Kai Uwe Broulik [Thu, 11 Jan 2018 15:08:39 +0000 (16:08 +0100)]
Explicitly pass iconNameForUrl when dropping places entry

Differential Revision: https://phabricator.kde.org/D9609

7 years ago[KStandardItemListWidget] Don't paint overlay outside view for devicePixelRatio > 1
Kai Uwe Broulik [Thu, 11 Jan 2018 11:01:23 +0000 (12:01 +0100)]
[KStandardItemListWidget] Don't paint overlay outside view for devicePixelRatio > 1

Translate the position by devicePixelRatio

REVIEW: 129084

7 years agoNeeds kio >= 5.42
Albert Astals Cid [Wed, 10 Jan 2018 21:26:39 +0000 (22:26 +0100)]
Needs kio >= 5.42

At least since 5f1df43b87898b380228a3548553de3290ddb0d7

7 years agoSVN_SILENT made messages (.desktop file) - always resolve ours
l10n daemon script [Tue, 9 Jan 2018 03:56:51 +0000 (04:56 +0100)]
SVN_SILENT made messages (.desktop file) - always resolve ours

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"

7 years agoFix PlacesItemModel loading with hidden devices
Renato Araujo Oliveira Filho [Wed, 20 Dec 2017 18:26:35 +0000 (15:26 -0300)]
Fix PlacesItemModel loading with hidden devices

Summary:
Make sure that hidden devices loaded after module initialization does
not appear in the view.
Check for item visibility before add it on the model.

Test Plan: Unit test created

Reviewers: franckarrecot

Reviewed By: franckarrecot

Subscribers: cfeck, ervin, #dolphin

Differential Revision: https://phabricator.kde.org/D9441

8 years agoinfopanel fully resizable
Michael Heidelbach [Sat, 6 Jan 2018 23:55:32 +0000 (16:55 -0700)]
infopanel fully resizable

Summary:
Currently Infopanel does wrap its title when trying to narrow it.
Initially:
{F5619283}
Expanded:
{F5619284}
Resizing fails, watch cursor:
{F5619286}
Patch applied:
{F5619287}

Maybe this behaviour it intentional. Personally, I prefer the patch.

Test Plan:
compile & run
Resize infopanel with long title

Reviewers: #dolphin, ngraham, elvisangelaccio

Reviewed By: #dolphin, ngraham, elvisangelaccio

Subscribers: renatoo, vhanda, nicolasfella, elvisangelaccio, ngraham

Tags: #dolphin, #kde_applications

Differential Revision: https://phabricator.kde.org/D9664

8 years agoRemove obsolete reviewboardrc file
Laurent Montel [Fri, 5 Jan 2018 12:55:53 +0000 (13:55 +0100)]
Remove obsolete reviewboardrc file

8 years agoGIT_SILENT Upgrade KDE Applications version to 17.12.1.
Albert Astals Cid [Thu, 4 Jan 2018 17:44:27 +0000 (18:44 +0100)]
GIT_SILENT Upgrade KDE Applications version to 17.12.1.

8 years agoRevive folderpanel when outside $HOME
Michael Heidelbach [Wed, 3 Jan 2018 13:05:58 +0000 (14:05 +0100)]
Revive folderpanel when outside $HOME

Summary:
Currently the folderpanel is inert when browsing outside of home because urls end up as 'file:////a/b/c'
and since Qt 5.10 this is an invalid URL: http://code.qt.io/cgit/qt/qtbase.git/commit/?id=f62768d046528636789f901ac79e2cfa1843a7b7

Premptive bug fix.

Test Plan:
Open dolphin
Leave home directory

Reviewers: #dolphin, elvisangelaccio

Subscribers: dfaure, elvisangelaccio, ngraham, anthonyfieroni

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D9610

8 years agoIgnore baloo urls created from new KIO model
Renato Araujo Oliveira Filho [Fri, 15 Dec 2017 12:10:47 +0000 (09:10 -0300)]
Ignore baloo urls created from new KIO model

Summary:
For now ignore baloo urls that was created by new KIO::KFilePlacesModel,
until we make use of new KIO API.

BUG: 387888

Test Plan:
Open any KIO file dialog using the new API.
Runs dolphin v17.12.0
Make sure that baloo urls does not appear duplicated

Reviewers: ngraham, elvisangelaccio

Reviewed By: ngraham, elvisangelaccio

Subscribers: cfeck, elvisangelaccio, ervin, mlaurent, #dolphin

Differential Revision: https://phabricator.kde.org/D9347

8 years agoGIT_SILENT made messages (after extraction)
l10n daemon script [Sun, 31 Dec 2017 04:22:08 +0000 (05:22 +0100)]
GIT_SILENT made messages (after extraction)

8 years agoGIT_SILENT made messages (after extraction)
l10n daemon script [Sun, 31 Dec 2017 02:06:18 +0000 (03:06 +0100)]
GIT_SILENT made messages (after extraction)

8 years agoSVN_SILENT made messages (.desktop file) - always resolve ours
l10n daemon script [Thu, 28 Dec 2017 05:01:08 +0000 (06:01 +0100)]
SVN_SILENT made messages (.desktop file) - always resolve ours

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"

8 years agoSVN_SILENT made messages (.desktop file) - always resolve ours
l10n daemon script [Thu, 28 Dec 2017 03:40:23 +0000 (04:40 +0100)]
SVN_SILENT made messages (.desktop file) - always resolve ours

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"

8 years agoSVN_SILENT made messages (.desktop file) - always resolve ours
l10n daemon script [Wed, 20 Dec 2017 07:25:12 +0000 (08:25 +0100)]
SVN_SILENT made messages (.desktop file) - always resolve ours

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"

8 years agoSVN_SILENT made messages (.desktop file) - always resolve ours
l10n daemon script [Wed, 20 Dec 2017 06:02:02 +0000 (07:02 +0100)]
SVN_SILENT made messages (.desktop file) - always resolve ours

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"

8 years agoImplemented support for hide/show groups
Renato Araujo Oliveira Filho [Thu, 7 Dec 2017 14:36:00 +0000 (11:36 -0300)]
Implemented support for hide/show groups

Summary:
Added an option on PlacesPanel context menu to show or hide the entire
group of places.

Depends on D8855

Test Plan: Open Donlphin and use PlacesPanel context menu to hide and show groups

Reviewers: franckarrecot, mlaurent, mwolff, elvisangelaccio

Reviewed By: franckarrecot, mlaurent, mwolff, elvisangelaccio

Subscribers: rkflx, mwolff, elvisangelaccio, ngraham, #dolphin

Differential Revision: https://phabricator.kde.org/D9242

8 years agoUse Kio::KPlacesModel as source model for PlacesItemModel
Renato Araujo Oliveira Filho [Thu, 16 Nov 2017 15:32:49 +0000 (12:32 -0300)]
Use Kio::KPlacesModel as source model for PlacesItemModel

Summary:
Use Kio::KPlacesModel as source model for PlacesItemModel avoiding
duplicated code.

Depends on D8862
Depends on D8332
Depends on D8434
Depends on D8348
Depends on D8630

Test Plan: Unit test created

Reviewers: elvisangelaccio, emmanuelp, mlaurent, mwolff

Reviewed By: elvisangelaccio, mlaurent, mwolff

Subscribers: mwolff, mlaurent, anthonyfieroni, nicolasfella, ngraham, #dolphin

Differential Revision: https://phabricator.kde.org/D8855

8 years agoChange "Empty Search" to just "Search" to handle searches with no search text
Nathaniel Graham [Wed, 13 Dec 2017 05:52:21 +0000 (22:52 -0700)]
Change "Empty Search" to just "Search" to handle searches with no search text

Summary:
BUG: 387854

The pre-defined searches (Documents, Videos, etc) all default to no search text. https://cgit.kde.org/dolphin.git/commit/?id=702429ac8e64a5aff4e110a56f526b96ecb795fd changed their window title from "baloosearch - /" to "Empty Search", but the search isn't really empty; it just lacks a search string. It's still looking for documents, or videos, or whatever.

Test Plan:
Is it too late to get this into 5.12?

Tested in KDE Neon. Before:
{F5545170}

After:
{F5545171}

Reviewers: #dolphin, elvisangelaccio, broulik

Reviewed By: broulik

Differential Revision: https://phabricator.kde.org/D9305

8 years agoMerge remote-tracking branch 'origin/Applications/17.12'
Luigi Toscano [Tue, 5 Dec 2017 00:19:06 +0000 (01:19 +0100)]
Merge remote-tracking branch 'origin/Applications/17.12'

8 years agoappdata: update doc URL, more https
Luigi Toscano [Tue, 5 Dec 2017 00:17:19 +0000 (01:17 +0100)]
appdata: update doc URL, more https

- use the more generic URL for dolphin documentation;
- use https for all links.

8 years agoGIT_SILENT Upgrade KDE Applications version to 17.12.0.
Christoph Feck [Mon, 4 Dec 2017 23:00:53 +0000 (00:00 +0100)]
GIT_SILENT Upgrade KDE Applications version to 17.12.0.

8 years agoChange window title when searching
Julian Schraner [Sun, 3 Dec 2017 14:58:02 +0000 (07:58 -0700)]
Change window title when searching

Summary:
When you search for a file (e.g. "hello world") the window title of Dolphin will now change to "Search for [input]" instead of "baloosearch - /".

BUG: 321575

Test Plan:
  - Disables it iself after search bar is hidden
  - Works with multiple word searches

Reviewers: #dolphin, ngraham, elvisangelaccio

Reviewed By: #dolphin, ngraham, elvisangelaccio

Subscribers: anthonyfieroni, elvisangelaccio, rkflx, emmanuelp, ngraham, #dolphin

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D8273

8 years agoRemove duplicate definition of the function.
Ben Cooksley [Sun, 3 Dec 2017 05:45:00 +0000 (18:45 +1300)]
Remove duplicate definition of the function.
Looks like this is the result of a bad merge.

CCMAIL: heirecka@exherbo.org

8 years agoMerge remote-tracking branch 'origin/Applications/17.12'
Heiko Becker [Sat, 2 Dec 2017 10:00:04 +0000 (11:00 +0100)]
Merge remote-tracking branch 'origin/Applications/17.12'

8 years agoUse CMakePackageConfigHelpers instead of the ECM variant
Heiko Becker [Fri, 1 Dec 2017 18:01:59 +0000 (19:01 +0100)]
Use CMakePackageConfigHelpers instead of the ECM variant

Summary:
dolphin already requires cmake >= 3.0, which includes the macro.
Also make sure to include the CMakeFindDependencyMacro.

Reviewers: #dolphin

Differential Revision: https://phabricator.kde.org/D9091

8 years agoGIT_SILENT Upgrade KDE Applications version to 17.11.90.
Christoph Feck [Thu, 30 Nov 2017 21:16:12 +0000 (22:16 +0100)]
GIT_SILENT Upgrade KDE Applications version to 17.11.90.

8 years agoCreated unit test for PlacesItemModel
Renato Araujo Oliveira Filho [Mon, 27 Nov 2017 16:36:40 +0000 (09:36 -0700)]
Created unit test for PlacesItemModel

Summary: Make sure that PlacesItemModel is covered by unit test

Reviewers: ervin, elvisangelaccio, mwolff

Reviewed By: ervin, elvisangelaccio, mwolff

Subscribers: mwolff, elvisangelaccio, ngraham, #dolphin

Differential Revision: https://phabricator.kde.org/D8630

8 years agoUse kSqueezedTextLabel for the label text on the statusbar
Ahmad Samir [Sat, 25 Nov 2017 17:25:34 +0000 (18:25 +0100)]
Use kSqueezedTextLabel for the label text on the statusbar

Summary:
Following up from D8927; use kSqueezedTextLabel for the label text on the statusbar:
- This simplifies the code in updateLabelText()
- Remove the eventFilter as it's not needed any more since kSqueezedTextLabel has a resizeEvent function
- Specify a stretch factor, 1, for m_label, m_zoomSlider and m_spaceInfo, this prevents the changing of the width of m_label when the label text is updated from changing the widths of the zoomSlider and the spaceInfo widgets as that is a bit too jumpy.

(Thanks to the code of konversation statusbar for the hint about using the stretch factor in addWidget()).

Reviewers: elvisangelaccio

Subscribers: elvisangelaccio, #dolphin

Differential Revision: https://phabricator.kde.org/D8991

8 years agoElide the label text on the statusbar in the middle
Ahmad Samir [Wed, 22 Nov 2017 01:18:01 +0000 (18:18 -0700)]
Elide the label text on the statusbar in the middle

Summary:
BUG: 387189

Currently the label text on the statusbar is elided in on the right, but that means that when the text gets elided the size of the file isn't shown.

The label text on the statusbar shows the file name, the mime type and the size; the name is already shown in the main window and the mimetype can usually be guessed from the icon or from the extension, so it's usually the size that the user wants to see on the statusbar.

Reviewers: #dolphin, ngraham, elvisangelaccio

Reviewed By: #dolphin, ngraham, elvisangelaccio

Subscribers: elvisangelaccio, ngraham, anthonyfieroni

Differential Revision: https://phabricator.kde.org/D8927

8 years agoRevert some hunks from previous commit
Kevin Funk [Tue, 21 Nov 2017 10:00:07 +0000 (11:00 +0100)]
Revert some hunks from previous commit

Changes in folderspanel.cpp in 464b13f3828e5cdd03438d0881c3a62c7cda6333 were unintended.

8 years agoModernize: Use nullptr everywhere
Kevin Funk [Tue, 21 Nov 2017 09:52:14 +0000 (10:52 +0100)]
Modernize: Use nullptr everywhere

8 years agoModernize: Use override where possible
Kevin Funk [Mon, 20 Nov 2017 22:25:06 +0000 (23:25 +0100)]
Modernize: Use override where possible

Also use override instead of Q_DECL_OVERRIDE

8 years agoFix scrolling during inline renaming causes rename of wrong file
Andreas Krutzler [Sun, 19 Nov 2017 03:32:37 +0000 (20:32 -0700)]
Fix scrolling during inline renaming causes rename of wrong file

Summary:
Scrolling during inline renaming accepts the renaming now, like if one would hit Return for example. I chose this approach because it seems the easiest way to fix this.
This also fixes the “possible” Ui glitch where the renaming KTextField doesn’t move along with the list item. Possible glitch, because I don’t know if this is intentional, but for me it looks broken.

BUG: 378786
Fixes T7443

Test Plan:
* Enable "Rename inline" in dolphin settings
* Go to a folder where you have to scroll through items (many files, big zoom,…)
* Start to rename a file (context menu, F2, …)
* Scroll with mouse wheel
* Rename  accepted -> file is renamed

Reviewers: ngraham, rkflx, #dolphin, elvisangelaccio

Reviewed By: ngraham, rkflx, #dolphin, elvisangelaccio

Subscribers: anthonyfieroni, elvisangelaccio, #dolphin

Maniphest Tasks: T7443

Differential Revision: https://phabricator.kde.org/D8822

8 years agoFix scrolling during inline renaming causes rename of wrong file
Andreas Krutzler [Sun, 19 Nov 2017 03:32:37 +0000 (20:32 -0700)]
Fix scrolling during inline renaming causes rename of wrong file

Summary:
Scrolling during inline renaming accepts the renaming now, like if one would hit Return for example. I chose this approach because it seems the easiest way to fix this.
This also fixes the “possible” Ui glitch where the renaming KTextField doesn’t move along with the list item. Possible glitch, because I don’t know if this is intentional, but for me it looks broken.

BUG: 378786
Fixes T7443

Test Plan:
* Enable "Rename inline" in dolphin settings
* Go to a folder where you have to scroll through items (many files, big zoom,…)
* Start to rename a file (context menu, F2, …)
* Scroll with mouse wheel
* Rename  accepted -> file is renamed

Reviewers: ngraham, rkflx, #dolphin, elvisangelaccio

Reviewed By: ngraham, rkflx, #dolphin, elvisangelaccio

Subscribers: anthonyfieroni, elvisangelaccio, #dolphin

Maniphest Tasks: T7443

Differential Revision: https://phabricator.kde.org/D8822

8 years agoUse KConfig::readEntry()'s default argument properly
Nathaniel Graham [Thu, 16 Nov 2017 14:23:46 +0000 (07:23 -0700)]
Use KConfig::readEntry()'s default argument properly

Summary: Follow-on patch to D7440 to use KConfig::readEntry()'s default argument properly to reduce some unnecessary code

Test Plan: Tested in KDE Neon. no regressions; by default, all plugins are enabled if the key is not set, and if it is set, user changes to the list are remembered

Reviewers: #dolphin, elvisangelaccio, dfaure, apol

Reviewed By: #dolphin, elvisangelaccio, apol

Differential Revision: https://phabricator.kde.org/D8846