1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00
Commit Graph

68 Commits

Author SHA1 Message Date
Christoph Feck
99883ca8de GIT_SILENT Upgrade KDE Applications version to 17.11.90. 2017-11-30 22:16:12 +01:00
Albert Astals Cid
eab64f9732 GIT_SILENT Upgrade KDE Applications version to 17.11.80. 2017-11-13 01:03:00 +01:00
Gregor Mi
3749b55527
Select child folder when navigating to a parent folder
Whenever the dolphin view is initialized to show the contents of a new URL
(e.g. "/home/x/test") it will be checked if the new URL is a parent of the
previous displayed URL (e.g. "/home/x/test/documents/aaa"). If the check is
successful, then the common child (in this example: "/home/x/test/documents/")
folder item will be selected and scrolled into view.

REVIEW: 123253
BUG: 377392
CCBUG: 335616
2017-09-21 15:41:26 +02:00
Elvis Angelaccio
735b171451 Set version in project()
As discussed on release-team [1], this will enable automatically setting
product versions on bugzilla [2].

[1]: https://mail.kde.org/pipermail/release-team/2017-July/010474.html
[2]: https://community.kde.org/Guidelines_and_HOWTOs/Application_Versioning#Bugzilla_versions
2017-09-03 11:18:04 +02:00
Albert Astals Cid
ea142de633 GIT_SILENT Upgrade KDE Applications version to 17.11.70. 2017-07-17 20:28:07 +02:00
Albert Astals Cid
287e61b480 GIT_SILENT Upgrade KDE Applications version to 17.07.70. 2017-03-20 23:16:43 +01:00
Elvis Angelaccio
62b7f9228a Drop no longer used dependency
KWindowSystem is no longer used since commit 230fe13d1f.
It was only pulled for `KWindowEffects::enableBlurBehind()`, which is
now in plasma-integration (triggered by KToolTipWidget).
2017-02-06 00:07:58 +01:00
Elvis Angelaccio
230fe13d1f Port tooltips to KToolTipWidget
Use the new KToolTipWidget class (introduced by kwidgetsaddons 5.30) as backend of ToolTipManager.
FileMetaDataToolTip becomes a simple widget used as content of the tooltip.

It is now possible to actually use the metadata widget shown inside the tooltips.
Tooltips are now functional on Wayland as well.

More information about KToolTipWidget in https://git.reviewboard.kde.org/r/129648/

BUG: 352276
BUG: 371223
FIXED-IN: 17.04.0

Closes T4980
Differential Revision: D4449
2017-02-05 22:56:40 +01:00
Spencer Brown
73a6bf4e10 Fix 5 clazy warnings
This bumps the minimum Qt version to 5.5 (because of Q_ENUM usage).

REVIEW: 129604
2016-12-03 15:58:39 +01:00
Albert Astals Cid
341a09fafd GIT_SILENT Upgrade KDE Applications version to 17.03.70. 2016-11-16 00:14:47 +01:00
Albert Astals Cid
b7edab2244 GIT_SILENT Upgrade KDE Applications version to 16.11.70. 2016-07-19 23:28:02 +02:00
Kai Uwe Broulik
c2c075011c Merge branch 'Applications/16.04' 2016-07-01 11:37:01 +02:00
David Faure
e615bfaed4 add_definitions(-DQT_NO_URL_CAST_FROM_STRING) + fix compilation
This fixes some URLs built from local paths without scheme.
2016-06-25 16:40:18 +02:00
Albert Astals Cid
98d77cb96a GIT_SILENT Upgrade KDE Applications version to 16.04.2. 2016-06-07 14:03:39 +02:00
David Edmundson
b7ad5fb99d Merge branch 'Applications/16.04' 2016-05-18 10:13:16 +01:00
Albert Astals Cid
d0777bc791 GIT_SILENT Upgrade KDE Applications version to 16.04.1. 2016-04-27 20:55:15 +02:00
Wolfgang Bauer
16e3d669de Merge branch 'Applications/16.04' 2016-04-26 16:17:59 +02:00
Albert Astals Cid
bea2529c4f GIT_SILENT Upgrade KDE Applications version to 16.04.0. 2016-04-13 18:49:42 +02:00
Emmanuel Pescosta
8b9811694d Selection toggle: Use emblem-remove and emblem-added icons from Breeze
This raises the minimum KF5 version to 5.21.0

BUG: 357587
FIXED-IN: 16.08.0
REVIEW: 127400
CCMAIL: kainz.a@gmail.com
2016-04-09 14:23:10 +02:00
Albert Astals Cid
b101d49bb4 GIT_SILENT Upgrade KDE Applications version to 16.03.90. 2016-04-06 19:05:04 +02:00
Albert Astals Cid
aa582d0524 GIT_SILENT Upgrade KDE Applications version to 16.03.80. 2016-03-19 17:45:11 +01:00
Emmanuel Pescosta
59811f849e Merge branch 'Applications/15.12' 2016-03-16 21:01:52 +01:00
Albert Astals Cid
14f9a4a59e GIT_SILENT Upgrade KDE Applications version to 15.12.3. 2016-03-09 21:38:21 +01:00
Frank Reininghaus
6bc4f18f60 Make KFileMetaData optional again
In 15b20cd077, I added KFileMetaData to
the required build dependencies in order to make the version increase
in 6c5930c229 effective, and ensure that
the build fails at the CMake stage if the KFileMetaData version is too
old.

However, I had missed that KFileMetaData was already an optional
dependency. This commit makes it optional again and adjusts the
required version.

Thanks to Christoph Feck for notifying me about this issue and sorry
for the stupid mistake.

CCMAIL: cfeck@kde.org
2016-02-17 22:10:54 +01:00
Albert Astals Cid
ab3afbbf22 GIT_SILENT Upgrade KDE Applications version to 15.12.2. 2016-02-12 06:10:46 +01:00
Frank Reininghaus
6c5930c229 Increase the required KF5 version
Dolphin needs version 5.19 of kfilemetadata since
2257b94e4f
2016-02-10 22:36:28 +01:00
Frank Reininghaus
15b20cd077 Detect FileMetaData framework at CMake stage becasuse Dolphin needs it 2016-02-10 22:36:28 +01:00
Aleix Pol
7c343f21dd include KDEFrameworksCompilerSettings as suggested in the documentation 2016-01-19 13:14:00 +01:00
Albert Astals Cid
caa38bd851 GIT_SILENT Upgrade KDE Applications version to 15.12.1. 2016-01-07 00:02:10 +01:00
Albert Astals Cid
a489b0c5ba GIT_SILENT Upgrade KDE Applications version to 15.12.0. 2015-12-08 16:49:30 +01:00
Albert Astals Cid
87793aecce GIT_SILENT Upgrade KDE Applications version to 15.11.90. 2015-12-02 22:10:39 +01:00
Albert Astals Cid
581ee6d0c8 GIT_SILENT Upgrade KDE Applications version to 15.11.80. 2015-11-18 00:39:00 +01:00
Andreas Cord-Landwehr
3c09528f3c Enable KCrash crash handler. 2015-11-14 22:37:40 +01:00
Emmanuel Pescosta
727d2513c0 Merge branch 'Applications/15.08' 2015-11-09 09:33:20 +01:00
Albert Astals Cid
6f87ffa2b0 GIT_SILENT Upgrade KDE Applications version to 15.08.3. 2015-11-04 23:26:11 +01:00
Olivier Goffart
800d5114cb Use the new KOverlayIconPlugin interface from KIO::Widgets
REVIEW: 125675
2015-11-04 14:21:39 +01:00
Albert Astals Cid
cec625daf1 GIT_SILENT Upgrade KDE Applications version to 15.08.2. 2015-10-09 01:12:29 +02:00
Michael Palimaka
8a56637663 Merge branch 'Applications/15.08' 2015-09-26 05:38:06 +10:00
Michael Palimaka
6e218c4c14 Fix KF5Activities being optional.
If found via find_package(KF5 COMPONENTS Activities) instead, it will
inherit REQUIRED from the previous call.

REVIEW: 125360
2015-09-26 05:37:44 +10:00
Albert Astals Cid
23bbec8ad9 GIT_SILENT Upgrade KDE Applications version to 15.08.1. 2015-09-10 00:42:40 +02:00
Michael Palimaka
4c0d110b2d Update dependencies.
It appears that KF5TextEditor was added for KTextEdit, but that is actually
provided by KF5TextWidgets. It's then necessary to explicitly link to KF5Parts
(it was previously brought in implicitly by KF5TextEditor).

REVIEW: 124932
2015-08-27 20:33:10 +10:00
Michael Palimaka
f519100b46 Fix build. 2015-08-23 02:22:37 +10:00
Harald Sitter
dc7b83169d Merge branch 'Applications/15.08'
Conflicts:
	CMakeLists.txt
2015-08-21 12:12:54 +02:00
David Faure
03adb27dc8 Symlinking from .so.5 to .so.14.12.95 makes very little sense, name them 5.0.0
This can be changed to 5.1 or 6.0 on its own schedule
(although libdolphinprivate is really private, no headers installed)

CCMAIL: emmanuelpescosta099@gmail.com
2015-08-12 22:25:21 +02:00
Albert Astals Cid
1eddb9a4cb GIT_SILENT Upgrade KDE Applications version to 15.08.0. 2015-08-12 01:11:34 +02:00
Albert Astals Cid
b5cb4ce918 GIT_SILENT Upgrade KDE Applications version to 15.07.90. 2015-08-05 21:43:10 +02:00
Ragnar Thomsen
7d1a054267 Enable automatic update of version number
Use CMake variables autoupdated by release script. Dolphin version is
automatically updated to KDE Applications version.
2015-07-29 22:54:54 +02:00
Ashish Bansal
7042c6c289 Add dbus interface to dolphin
Implemented org.freedesktop.FileManager1 dbus interface in dolphin
http://www.freedesktop.org/wiki/Specifications/file-manager-interface/

REVIEW: 123313
BUG: 343016
2015-04-22 18:59:39 +05:30
Albert Astals Cid
94bd3b5992 Use the same doc folder name everyone else uses 2015-03-06 22:44:23 +01:00
Hrvoje Senjan
adeaab9745 Fix build in a kdelibs4-free enviroment
If one had kdelibs includes in /usr, they would get magically
picked up, so the build would succeed.
2015-02-27 20:17:59 +01:00