]>
cloud.milkyroute.net Git - dolphin.git/log
l10n daemon script [Fri, 15 Jan 2016 09:54:42 +0000 (09:54 +0000)]
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"
Frank Reininghaus [Thu, 14 Jan 2016 19:45:49 +0000 (20:45 +0100)]
Update copyright year
Frank Reininghaus [Thu, 14 Jan 2016 19:41:32 +0000 (20:41 +0100)]
Merge branch 'Applications/15.12'
Frank Reininghaus [Sun, 10 Jan 2016 10:18:30 +0000 (11:18 +0100)]
Do not delete sub menus of the control menu explicitly
This is not necessary because the sub menus are children of the main
menu, such that they are deleted together with the other actions by
QMenu::clear().
This prevents a crash that can happen if a sub menu is open while
another menu action is clicked.
Thanks to Fabian Vogt and Wolfgang Bauer for investigating this issue!
BUG: 354558
FIXED-IN: 15.12.2
REVIEW: 126693
Marco Martin [Tue, 12 Jan 2016 13:01:51 +0000 (14:01 +0100)]
Take into account QApplication::wheelScrollLines() in wheel events
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
Roman Gilg [Wed, 30 Dec 2015 12:07:59 +0000 (13:07 +0100)]
Adding icon for hidden files
REVIEW: 125094
l10n daemon script [Sun, 10 Jan 2016 14:42:09 +0000 (14:42 +0000)]
SVN_SILENT made messages (.desktop file)
Albert Astals Cid [Wed, 6 Jan 2016 23:02:10 +0000 (00:02 +0100)]
GIT_SILENT Upgrade KDE Applications version to 15.12.1.
l10n daemon script [Wed, 30 Dec 2015 12:12:44 +0000 (12:12 +0000)]
SVN_SILENT made messages (.desktop file)
l10n daemon script [Wed, 30 Dec 2015 09:19:37 +0000 (09:19 +0000)]
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"
l10n daemon script [Wed, 30 Dec 2015 06:45:51 +0000 (06:45 +0000)]
SVN_SILENT made messages (after extraction)
l10n daemon script [Thu, 17 Dec 2015 10:36:05 +0000 (10:36 +0000)]
SVN_SILENT made messages (after extraction)
l10n daemon script [Thu, 17 Dec 2015 07:20:35 +0000 (07:20 +0000)]
SVN_SILENT made messages (after extraction)
Valentin Rusu [Sun, 13 Dec 2015 14:14:53 +0000 (16:14 +0200)]
Fix compilation when baloo is not present
l10n daemon script [Wed, 9 Dec 2015 09:04:05 +0000 (09:04 +0000)]
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"
Albert Astals Cid [Tue, 8 Dec 2015 15:49:30 +0000 (16:49 +0100)]
GIT_SILENT Upgrade KDE Applications version to 15.12.0.
l10n daemon script [Tue, 8 Dec 2015 12:50:49 +0000 (12:50 +0000)]
SVN_SILENT made messages (.desktop file)
l10n daemon script [Tue, 8 Dec 2015 11:11:12 +0000 (11:11 +0000)]
SVN_SILENT made messages (after extraction)
l10n daemon script [Tue, 8 Dec 2015 10:05:01 +0000 (10:05 +0000)]
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"
l10n daemon script [Tue, 8 Dec 2015 07:55:54 +0000 (07:55 +0000)]
SVN_SILENT made messages (after extraction)
l10n daemon script [Mon, 7 Dec 2015 10:14:12 +0000 (10:14 +0000)]
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"
Albert Astals Cid [Wed, 2 Dec 2015 21:10:39 +0000 (22:10 +0100)]
GIT_SILENT Upgrade KDE Applications version to 15.11.90.
l10n daemon script [Mon, 30 Nov 2015 10:26:25 +0000 (10:26 +0000)]
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"
Albert Astals Cid [Sun, 29 Nov 2015 18:32:15 +0000 (19:32 +0100)]
Merge remote-tracking branch 'origin/Applications/15.12'
Albert Astals Cid [Sun, 29 Nov 2015 18:19:33 +0000 (19:19 +0100)]
Call KLocalizedString::setApplicationDomain("dolphin");
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: kfm-devel@kde.org
David Faure [Sat, 28 Nov 2015 22:44:47 +0000 (23:44 +0100)]
Fix wrong path->URL conversion.
Vishesh Handa [Fri, 27 Nov 2015 00:32:07 +0000 (01:32 +0100)]
Fix -Wunused-const-variable
David Faure [Wed, 25 Nov 2015 23:01:46 +0000 (00:01 +0100)]
Fix incorrect QString -> QUrl conversion.
l10n daemon script [Sat, 21 Nov 2015 18:58:19 +0000 (18:58 +0000)]
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"
Weng Xuetian [Thu, 19 Nov 2015 17:35:37 +0000 (09:35 -0800)]
Fix search in places panel.
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
l10n daemon script [Thu, 19 Nov 2015 08:54:08 +0000 (08:54 +0000)]
SVN_SILENT made messages (after extraction)
Albert Astals Cid [Tue, 17 Nov 2015 23:39:00 +0000 (00:39 +0100)]
GIT_SILENT Upgrade KDE Applications version to 15.11.80.
l10n daemon script [Tue, 17 Nov 2015 12:50:56 +0000 (12:50 +0000)]
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"
l10n daemon script [Tue, 17 Nov 2015 09:42:50 +0000 (09:42 +0000)]
SVN_SILENT made messages (after extraction)
l10n daemon script [Mon, 16 Nov 2015 13:50:57 +0000 (13:50 +0000)]
SVN_SILENT made messages (.desktop file)
Andreas Cord-Landwehr [Sat, 14 Nov 2015 21:37:40 +0000 (22:37 +0100)]
Enable KCrash crash handler.
Emmanuel Pescosta [Mon, 9 Nov 2015 08:33:20 +0000 (09:33 +0100)]
Merge branch 'Applications/15.08'
Albert Astals Cid [Wed, 4 Nov 2015 22:26:11 +0000 (23:26 +0100)]
GIT_SILENT Upgrade KDE Applications version to 15.08.3.
l10n daemon script [Wed, 4 Nov 2015 19:51:39 +0000 (19:51 +0000)]
SVN_SILENT made messages (.desktop file)
l10n daemon script [Wed, 4 Nov 2015 18:27:33 +0000 (18:27 +0000)]
SVN_SILENT made messages (after extraction)
l10n daemon script [Wed, 4 Nov 2015 16:55:32 +0000 (16:55 +0000)]
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"
l10n daemon script [Wed, 4 Nov 2015 14:03:54 +0000 (14:03 +0000)]
SVN_SILENT made messages (after extraction)
Olivier Goffart [Mon, 7 Sep 2015 15:47:53 +0000 (17:47 +0200)]
Use the new KOverlayIconPlugin interface from KIO::Widgets
REVIEW: 125675
l10n daemon script [Sun, 1 Nov 2015 10:40:09 +0000 (10:40 +0000)]
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"
l10n daemon script [Mon, 26 Oct 2015 10:04:54 +0000 (10:04 +0000)]
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"
Emmanuel Pescosta [Sat, 10 Oct 2015 13:09:48 +0000 (15:09 +0200)]
Allow home directories with non-local file paths.
Paths like file:/home/me work now instead of showing
an error message.
BUG: 352743
BUG: 353550
FIXED-IN: 15.08.3
REVIEW: 125586
Emmanuel Pescosta [Wed, 21 Oct 2015 11:45:01 +0000 (13:45 +0200)]
Fix detach tab not working when path contains spaces.
BUG: 352420
FIXED-IN: 15.08.3
REVIEW: 125587
Vishesh Handa [Wed, 13 May 2015 16:57:43 +0000 (18:57 +0200)]
Only perform operations with Baloo if it is enabled
REVIEW: 125584
Albert Astals Cid [Thu, 8 Oct 2015 23:12:29 +0000 (01:12 +0200)]
GIT_SILENT Upgrade KDE Applications version to 15.08.2.
David Rosca [Fri, 25 Sep 2015 20:40:08 +0000 (22:40 +0200)]
Merge branch 'Applications/15.08'
David Rosca [Fri, 25 Sep 2015 20:39:36 +0000 (22:39 +0200)]
Fix layout of ViewPropertiesDialog
In case of GlobalViewProps, propsBox == this and it already has layout.
REVIEW: 125373
Michael Palimaka [Fri, 25 Sep 2015 19:38:06 +0000 (05:38 +1000)]
Merge branch 'Applications/15.08'
Michael Palimaka [Fri, 25 Sep 2015 19:34:26 +0000 (05:34 +1000)]
Fix KF5Activities being optional.
If found via find_package(KF5 COMPONENTS Activities) instead, it will
inherit REQUIRED from the previous call.
REVIEW: 125360
andreas kainz [Thu, 10 Sep 2015 18:59:00 +0000 (20:59 +0200)]
Change Dolphin Preferences Sidebar Icons
Albert Astals Cid [Wed, 9 Sep 2015 22:42:40 +0000 (00:42 +0200)]
GIT_SILENT Upgrade KDE Applications version to 15.08.1.
l10n daemon script [Tue, 8 Sep 2015 12:47:01 +0000 (12:47 +0000)]
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"
Emmanuel Pescosta [Sun, 6 Sep 2015 14:34:41 +0000 (16:34 +0200)]
Rename dialog: Set focus to input text box on dialog show event.
BUG: 351708
FIXED-IN: 15.08.1
REVIEW: 125078
Emmanuel Pescosta [Sun, 6 Sep 2015 14:48:55 +0000 (16:48 +0200)]
Remove the dummy widget, which assured that the dialog layout was not 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
Matthias Klumpp [Mon, 7 Sep 2015 15:20:35 +0000 (17:20 +0200)]
Name AppStream metainfo file like the .desktop file
Frank Reininghaus [Thu, 3 Sep 2015 18:33:48 +0000 (20:33 +0200)]
Merge branch 'Applications/15.08'
Frank Reininghaus [Sat, 29 Aug 2015 19:50:16 +0000 (21:50 +0200)]
Only store modified columns widths after the mouse button was released
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
andreas kainz [Tue, 1 Sep 2015 20:10:40 +0000 (22:10 +0200)]
Breeze: wrong icon usage Request 124971
Montel Laurent [Tue, 1 Sep 2015 20:02:29 +0000 (22:02 +0200)]
Pedantic--
Montel Laurent [Tue, 1 Sep 2015 20:02:18 +0000 (22:02 +0200)]
Reduce dependancy
Maxim Mikityanskiy [Tue, 1 Sep 2015 18:52:49 +0000 (20:52 +0200)]
Scrolling fixes for Dolphin
KItemListSmoothScroller::handleWheelEvent has some issues:
1. When I scroll file list holding mouse over the list, one mouse wheel tick corresponds
to 1/4 page interval, but when I hover on QScrollBar, one wheel tick corresponds to
1 page interval.
2. In KItemListSmoothScroller::eventFilter we don't return true, so that QScrollBar also
handles this event, and total scroll interval is m_scrollBar->pageStep() +
m_scrollBar->singleStep().
3. When I use touchpad that supports smooth scrolling via XInput2, and I hover it over
QScrollBar, I can only scroll content if I move my fingers very fast, because
numSteps = event->delta() / 8 / 15 is just zero unless I move very fast
(event->delta() in this case is less than 120).
4. Holding Shift while scrolling has no effect when holding mouse over QScrollBar in
contrast to scrolling faster when holding mouse over file list.
The patch eliminates all these issues making the behavior of KItemListSmoothScroller the
same as in KItemListContainer::wheelEvent, adding support for QWheelEvent::pixelDelta()
and removing usage of deprecated QWheelEvent::delta().
REVIEW: 124670
FIXED-IN: 15.12.0
andreas kainz [Sun, 30 Aug 2015 20:55:11 +0000 (22:55 +0200)]
Icons: wrong icon usaeg for balloo Review Request #124972
Michael Palimaka [Wed, 26 Aug 2015 12:53:44 +0000 (22:53 +1000)]
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
Burkhard Lück [Sun, 23 Aug 2015 12:27:12 +0000 (14:27 +0200)]
Update dolphin docbook to kf5
Proofread + check if the info is still valid, bump date + releaseinfo
Screenshots were already silently updated to kf5 in the past, see https://docs.kde.org/trunk5/en/applications/dolphin/index.html
Added Emmanuel as developer
Removed link to dolphin.kde.org, because this redirects to the userbase page
Fixed how to get Dolphin
REVIEW:124594
Michael Palimaka [Sat, 22 Aug 2015 16:22:37 +0000 (02:22 +1000)]
Fix build.
Harald Sitter [Fri, 21 Aug 2015 10:12:54 +0000 (12:12 +0200)]
Merge branch 'Applications/15.08'
Conflicts:
CMakeLists.txt
Harald Sitter [Wed, 19 Aug 2015 08:59:46 +0000 (10:59 +0200)]
do not install namelink for private library
there are no headers being installed for the private library so it cannot
be linked anyway, so we can also skip the namelink creation (.so symlink)
REVIEW: 124812
David Faure [Wed, 12 Aug 2015 20:23:37 +0000 (22:23 +0200)]
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
Albert Astals Cid [Tue, 11 Aug 2015 23:11:34 +0000 (01:11 +0200)]
GIT_SILENT Upgrade KDE Applications version to 15.08.0.
Albert Astals Cid [Wed, 5 Aug 2015 19:43:10 +0000 (21:43 +0200)]
GIT_SILENT Upgrade KDE Applications version to 15.07.90.
Emmanuel Pescosta [Mon, 27 Jul 2015 20:04:59 +0000 (22:04 +0200)]
Remove unused KBookmarkManager::bookmarksChanged signal-slot connection, because we don't use KBoomark's D-Bus signaling anymore.
REVIEW: 124497
Ragnar Thomsen [Wed, 29 Jul 2015 20:54:54 +0000 (22:54 +0200)]
Enable automatic update of version number
Use CMake variables autoupdated by release script. Dolphin version is
automatically updated to KDE Applications version.
David Faure [Wed, 29 Jul 2015 20:53:06 +0000 (22:53 +0200)]
Fix "make install" with ninja.
The custom command name must differ from the name of the generated file.
Christian Butcher [Mon, 27 Jul 2015 20:29:00 +0000 (22:29 +0200)]
Change the Dolphin places icons:
* folder-txt => folder-text
* folder-video => folder-videos
* folder-image => folder-images
Thanks to andreas_k and Christian Butcher!
BUG: 347257
FIXED-IN: 15.08.0
l10n daemon script [Mon, 27 Jul 2015 11:01:31 +0000 (11:01 +0000)]
SVN_SILENT made messages (after extraction)
l10n daemon script [Mon, 27 Jul 2015 07:54:02 +0000 (07:54 +0000)]
SVN_SILENT made messages (after extraction)
l10n daemon script [Sun, 26 Jul 2015 21:43:38 +0000 (21:43 +0000)]
SVN_SILENT made messages (.desktop file)
l10n daemon script [Sun, 26 Jul 2015 19:57:51 +0000 (19:57 +0000)]
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"
l10n daemon script [Fri, 3 Jul 2015 08:27:31 +0000 (08:27 +0000)]
SVN_SILENT made messages (after extraction)
l10n daemon script [Wed, 24 Jun 2015 10:34:19 +0000 (10:34 +0000)]
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"
l10n daemon script [Sat, 20 Jun 2015 09:39:15 +0000 (09:39 +0000)]
SVN_SILENT made messages (after extraction)
l10n daemon script [Tue, 16 Jun 2015 13:31:20 +0000 (13:31 +0000)]
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"
l10n daemon script [Thu, 4 Jun 2015 11:19:31 +0000 (11:19 +0000)]
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"
l10n daemon script [Sun, 31 May 2015 10:13:13 +0000 (10:13 +0000)]
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"
Burkhard Lück [Thu, 28 May 2015 07:53:27 +0000 (09:53 +0200)]
update screenshots to kf5
l10n daemon script [Wed, 13 May 2015 11:01:45 +0000 (11:01 +0000)]
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"
Raymond Wooninck [Mon, 11 May 2015 19:45:07 +0000 (21:45 +0200)]
Remove unneeded include to fix build
CCMAIL: me@vhanda.in
Vishesh Handa [Tue, 5 May 2015 14:32:23 +0000 (16:32 +0200)]
Move away from Baloo::Term
Baloo is set to become a framework and wants to only export the bare
minimum number of classes as it will need to provide ABI + API
guarentees forever. The Term class is now no longer exported. It can be
added back again.
REVIEW: 123643
Frank Reininghaus [Thu, 7 May 2015 20:09:01 +0000 (21:09 +0100)]
Fix KFileItemModel performance regression
Commit
119f7a3f fixed a crash that was caused by the porting of the
natural sorting code to QCollator. QCollator is not thread-safe, so
every thread needs its own instance. However, that commit made every
recursive call in the sorting code create a new deep-copied QCollator
instance, which is quite expensive and thus made inserting any items
into the model very slow (this could also be seen in the KFileItemModel
benchmark).
This commit avoids unnecessary QCollator copying by forcing all sorting
functions which are called in the same thread to pass the 'lessThan'
object by const reference, such that no unnecessary copying of that
object, including a deep copy of the QCollator, takes place.
REVIEW: 123620
Frank Reininghaus [Thu, 7 May 2015 20:06:42 +0000 (21:06 +0100)]
Simplify the KFileItemModel benchmark
The benchmark inserted KFileItemLists of different sizes in the model.
The intention was to verify that an O(N^2) complexity issue was fixed.
However, now that this original problem does not exist any more, the
benchmark results are much easier to read, and regressions are much
easier to spot at first sight, if only a single list size is used.
l10n daemon script [Thu, 7 May 2015 08:33:58 +0000 (08:33 +0000)]
SVN_SILENT made messages (after extraction)
Ashish Bansal [Wed, 6 May 2015 10:17:18 +0000 (15:47 +0530)]
Scroll by page if Shift Key is pressed
If shift key is pressed along with scroll, scroll up/down by whole page.
REVIEW: 123596
l10n daemon script [Tue, 5 May 2015 14:00:14 +0000 (14:00 +0000)]
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"
l10n daemon script [Mon, 4 May 2015 10:09:13 +0000 (10:09 +0000)]
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"
Gregor Mi [Sun, 3 May 2015 18:40:04 +0000 (20:40 +0200)]
Remove SpaceInfoToolsMenu and use KMoreToolsMenuFactory instead
Reduces the amount of needed code.
NEW: by using KMoreTools the menu is now user-configurable and
will automatically extended when KMoreToolsPresets gets new tools.
REVIEW: 122911
Vishesh Handa [Wed, 29 Apr 2015 12:41:25 +0000 (14:41 +0200)]
SearchBox: Baloo now only searches through Files
We no longer need to explicitly state files