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
l10n daemon script
f304ede366
SVN_SILENT made messages (.desktop file)
2015-11-04 19:51:39 +00:00
l10n daemon script
c8ffbd0139
SVN_SILENT made messages (after extraction)
2015-11-04 18:27:33 +00:00
l10n daemon script
bc8f3373fd
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"
2015-11-04 16:55:32 +00:00
l10n daemon script
536d6ec866
SVN_SILENT made messages (after extraction)
2015-11-04 14:03:54 +00:00
Olivier Goffart
800d5114cb
Use the new KOverlayIconPlugin interface from KIO::Widgets
...
REVIEW: 125675
2015-11-04 14:21:39 +01:00
l10n daemon script
7b273bb4c6
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"
2015-11-01 10:40:09 +00:00
l10n daemon script
07dae709d9
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"
2015-10-26 10:04:54 +00:00
Emmanuel Pescosta
5dd5eaf08d
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
2015-10-21 13:45:45 +02:00
Emmanuel Pescosta
4d6cd761d8
Fix detach tab not working when path contains spaces.
...
BUG: 352420
FIXED-IN: 15.08.3
REVIEW: 125587
2015-10-21 13:45:01 +02:00
Vishesh Handa
f5fd8e5cfb
Only perform operations with Baloo if it is enabled
...
REVIEW: 125584
2015-10-10 18:33:06 +02:00
David Rosca
fb9ca1399d
Merge branch 'Applications/15.08'
2015-09-25 22:40:08 +02:00
David Rosca
e6af789224
Fix layout of ViewPropertiesDialog
...
In case of GlobalViewProps, propsBox == this and it already has layout.
REVIEW: 125373
2015-09-25 22:39:36 +02:00
Michael Palimaka
8a56637663
Merge branch 'Applications/15.08'
2015-09-26 05:38:06 +10:00
andreas kainz
51f75371c4
Change Dolphin Preferences Sidebar Icons
2015-09-10 21:03:04 +02:00
l10n daemon script
c9770e6083
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"
2015-09-08 12:47:01 +00:00
Emmanuel Pescosta
4143a69c05
Rename dialog: Set focus to input text box on dialog show event.
...
BUG: 351708
FIXED-IN: 15.08.1
REVIEW: 125078
2015-09-07 22:58:38 +02:00
Emmanuel Pescosta
389c909aff
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
2015-09-07 22:57:44 +02:00
Matthias Klumpp
2a18f45025
Name AppStream metainfo file like the .desktop file
2015-09-07 17:20:35 +02:00
Frank Reininghaus
d4fafe5290
Merge branch 'Applications/15.08'
2015-09-03 20:33:48 +02:00
Frank Reininghaus
5ce01c864f
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
2015-09-03 20:26:12 +02:00
andreas kainz
90fd2be751
Breeze: wrong icon usage Request 124971
2015-09-01 22:10:40 +02:00
Montel Laurent
bfa4274f58
Pedantic--
2015-09-01 22:02:47 +02:00
Montel Laurent
6eae544e29
Reduce dependancy
2015-09-01 22:02:47 +02:00
Maxim Mikityanskiy
10944d4194
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
2015-09-01 20:55:28 +02:00
andreas kainz
9ed9689cca
Icons: wrong icon usaeg for balloo Review Request #124972
2015-08-30 22:55:11 +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
Harald Sitter
31f0acc726
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
2015-08-19 10:59:46 +02:00
Emmanuel Pescosta
8797d704b6
Remove unused KBookmarkManager::bookmarksChanged signal-slot connection, because we don't use KBoomark's D-Bus signaling anymore.
...
REVIEW: 124497
2015-07-31 19:09:07 +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
Christian Butcher
52136255d8
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
2015-07-27 22:32:15 +02:00
l10n daemon script
c7b19c587f
SVN_SILENT made messages (after extraction)
2015-07-27 11:01:31 +00:00
l10n daemon script
3748e80deb
SVN_SILENT made messages (.desktop file)
2015-07-26 21:43:38 +00:00
l10n daemon script
8d2a8a0f92
SVN_SILENT made messages (after extraction)
2015-07-03 08:27:31 +00:00
l10n daemon script
da7a6a16f8
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"
2015-06-24 10:34:19 +00:00
l10n daemon script
b07a63797b
SVN_SILENT made messages (after extraction)
2015-06-20 09:39:15 +00:00
l10n daemon script
a8a4981b2c
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"
2015-06-16 13:31:20 +00:00
l10n daemon script
1c1efb983c
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"
2015-06-04 11:19:31 +00:00
l10n daemon script
586252341e
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"
2015-05-31 10:13:13 +00:00
l10n daemon script
8b12612bbf
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"
2015-05-13 11:01:45 +00:00
Raymond Wooninck
a72543484b
Remove unneeded include to fix build
...
CCMAIL: me@vhanda.in
2015-05-11 21:45:07 +02:00
Vishesh Handa
9d4ad66abe
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
2015-05-11 10:31:49 +02:00
Frank Reininghaus
e69d348975
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
2015-05-07 22:14:00 +02:00
Frank Reininghaus
5bde333ca7
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.
2015-05-07 22:06:42 +02:00
l10n daemon script
c035fb0a5c
SVN_SILENT made messages (after extraction)
2015-05-07 08:33:58 +00:00
Ashish Bansal
1fe148805d
Scroll by page if Shift Key is pressed
...
If shift key is pressed along with scroll, scroll up/down by whole page.
REVIEW: 123596
2015-05-06 15:47:18 +05:30
l10n daemon script
c1a2c0f1a7
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"
2015-05-05 14:00:14 +00:00
l10n daemon script
f1c5cd302a
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"
2015-05-04 10:09:13 +00:00
Gregor Mi
ece6650ecd
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
2015-05-03 20:42:23 +02:00
Vishesh Handa
9456584597
SearchBox: Baloo now only searches through Files
...
We no longer need to explicitly state files
2015-04-29 16:06:10 +02:00
Emmanuel Pescosta
44ac6bd5f8
Use KPropertiesDialog::showDialog(urls) in DBusInterface::ShowItemProperties
...
instead of showing a new properties dialog for each url.
REVIEW: 123524
2015-04-29 15:41:13 +02:00
Emmanuel Pescosta
7550ef0299
Use user-places.xbel instead of bookmarks.xml in places model.
...
REVIEW: 123526
CCBUG: 345174
FIXED-IN: 15.08.0
2015-04-29 15:39:49 +02:00
Emmanuel Pescosta
06f2cd58b8
Reorder code in main.cpp ("cluster definitions and setters")
2015-04-27 13:01:18 +02:00
Emmanuel Pescosta
5acfb27760
Simplify startup split view handling
...
* Instead of setting and resetting GeneralSettings's split view option, just pass it on to openFiles/openDirectories.
* Require at least one url in openFiles/openDirectories
REVIEW: 123395
2015-04-27 12:55:53 +02:00
l10n daemon script
06776451a7
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"
2015-04-26 09:44:42 +00:00
l10n daemon script
0daae53367
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"
2015-04-24 09:52:38 +00:00
Frank Reininghaus
975d0d7bfa
Remove obsolete benchmark for inserting many child items
...
I added this benchmark quite a long time ago in order to check that the
changes in dc6322dc09
do not make
inserting many child items into the model slower. The test tries to
insert child items of different subfolders at the same time, which
cannot happen during normal usage because KDirLister only tells us about
one subfolder at a time.
The code was commented out a long time ago because it is no longer
compatible with the (greatly improved) new internal structure of
KFileItemModel. I think that it's not worth porting the benchmark
because it fulfilled its intended purpose a long time ago. Even if
someone decides to make a simplified working new benchmark out of it at
some point, it does not make much sense to keep this commented-out code
around for years. It can still be found in the git history - after all,
that's what version control systems are for.
2015-04-24 01:44:31 +02:00
Lasse Liehu
82bf562c34
Enable translation scripting for date groups
...
This allows to work around limitations in Qt's date formatting.
Examples:
* Uppercasing the first character in a string because it's a title:
Day of the week and month names returned by QDateTime::toString
are usually lowercase.
* Correcting the noun case of a month name from "of [month]" to
"in [month]" in Finnish: "of [month]" is correct when talking
about a specific day, but wrong when talking about a specific month.
REVIEW: 123278
2015-04-23 17:40:33 +03:00
Lasse Liehu
d4475653db
Rewrap lines in KFileItemModel::dateRoleGroups
...
Now they are under 100 characters.
2015-04-23 17:40:33 +03: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
l10n daemon script
807230882b
SVN_SILENT made messages (after extraction)
2015-04-18 08:56:17 +00:00
l10n daemon script
4e96b1a42f
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"
2015-04-04 11:02:00 +00:00
David Edmundson
de84f223d4
Remove deprecated X scaling of QPixmaps
...
QPixmaps are no longer X pixmaps so this won't ever work anymore
REVIEW: 123138
2015-03-31 15:20:02 +02:00
Kai Uwe Broulik
029f3e4732
Show kdeconnect devices under "Devices"
...
We probably need a more sophisticated heuristic for identifying devices in the places
panel but given we already did that for Bluetooth should do for the foreseeable future.
REVIEW: 123189
BUG: 337222
2015-03-31 12:30:36 +02:00
David Edmundson
4ed0b82b02
Merge branch 'davidedmundson/highdpi'
...
REVIEW: 123137
2015-03-30 13:39:17 +02:00
David Edmundson
1b6ee5d6cd
review comments
2015-03-27 16:28:57 +01:00
David Edmundson
35c0972671
Make KPixmapModifier::applyFrame handle high DPI images
2015-03-26 16:06:52 +01:00
David Edmundson
00b00d2371
Paint icons at the correct size
2015-03-25 18:31:40 +01:00
David Edmundson
ebd03cc205
squash me with a some other commit in kitemlistwidgetinformant
2015-03-25 18:31:40 +01:00
David Edmundson
ff8c61dbca
Copy device pixel ratio from original pixmap inside KPixmapModifier::scale
2015-03-25 18:31:40 +01:00
David Edmundson
1fac8a7bba
Create drag pixmaps which match the device pixel ratio
2015-03-25 18:31:40 +01:00
David Edmundson
6a4d4463b8
Provide scaled pixmaps in the main file model
2015-03-25 18:31:39 +01:00
David Edmundson
172d41f9da
Enable high DPI pixmaps in Dolphin
2015-03-25 18:31:39 +01:00
David Edmundson
78cb2cf14a
Center align pixmaps in a high DPR friendly way
2015-03-25 12:31:49 +01:00
Emmanuel Pescosta
fba5dd58a5
Save bookmarks when adding them via the context menu.
...
CCBUG: 345347
REVIEW: 123080
2015-03-21 17:39:20 +01:00
Yuri Chornoivan
e63b1de286
Fix some EBN issues
2015-03-19 20:13:40 +02:00
l10n daemon script
a7484d2ce5
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"
2015-03-15 09:54:53 +00:00
David Rosca
068c6e7320
Make obexftp places group under devices
...
REVIEW: 122935
2015-03-14 11:26:10 +01:00
l10n daemon script
5d115201af
SVN_SILENT made messages (.desktop file)
2015-03-12 10:17:33 +00:00
l10n daemon script
1c32701d54
SVN_SILENT made messages (after extraction)
2015-03-12 08:49:38 +00:00
l10n daemon script
157df4b4a6
SVN_SILENT made messages (.desktop file)
2015-03-11 09:43:09 +00:00
l10n daemon script
5431aff4df
SVN_SILENT made messages (.desktop file)
2015-03-10 13:14:42 +00:00
l10n daemon script
6b760e926d
SVN_SILENT made messages (.desktop file)
2015-03-09 09:36:36 +00:00
Montel Laurent
22898cc955
Use new KDE_ macro
2015-03-08 18:57:23 +01:00
l10n daemon script
42e52a1eea
SVN_SILENT made messages (.desktop file)
2015-03-08 09:41:37 +00:00
l10n daemon script
340bf76f2a
SVN_SILENT made messages (after extraction)
2015-03-08 08:09:58 +00:00
Chusslove Illich (Часлав Илић)
ad562d09c2
i18n: All visible text must be wrapped.
2015-03-07 12:01:42 +01:00
l10n daemon script
06bd36e225
SVN_SILENT made messages (.desktop file)
2015-03-07 10:01:52 +00:00
l10n daemon script
585e986617
SVN_SILENT made messages (after extraction)
2015-03-07 08:32:09 +00:00
l10n daemon script
51181dad2b
SVN_SILENT made messages (.desktop file)
2015-03-06 04:32:04 +00: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
Emmanuel Pescosta
9aee5d2251
Merge branch 'frameworks'
2015-02-27 11:30:27 +01:00
l10n daemon script
e2f37f3aeb
SVN_SILENT made messages (after extraction)
2015-02-27 01:58:33 +00:00
Heiko Becker
d452a56ce1
Use QT_GUILESS_MAIN
...
REVIEW: 122730
2015-02-26 19:54:52 +01:00
Emmanuel Pescosta
832e157ecd
Port away from KDELibs4Support (we only use KDELibs4Support when baloo isn't present, because KFileMetaDataWidget is in KDELibs4Support)
...
Reviewed-By: Vishesh Handa
2015-02-26 18:10:42 +01:00
Emmanuel Pescosta
41424d0109
Next QUrl porting bug found: search include directories
2015-02-26 17:15:18 +01:00
Emmanuel Pescosta
6787467a7b
Revert "Use the Baloo Query Builder widget to add syntax-highlighting in Dolphin search"
...
The natural query parser is too unstable for the release atm, we'll readd the
query parser when the code is mature enough.
This reverts commit e3578ee3b7
.
2015-02-26 17:09:46 +01:00
Emmanuel Pescosta
7f4c3976c0
Merge branch 'master' into frameworks
2015-02-25 21:55:46 +01:00
Emmanuel Pescosta
f923bda58b
Merge branch 'Applications/14.12'
2015-02-25 21:53:21 +01:00
Emmanuel Pescosta
8a7d9b6d2c
Bump the Qt version to 5.4 and the KF5 version to 5.7
...
Added all required components
Reviewed-By: David Edmundson
2015-02-25 21:46:49 +01:00
Emmanuel Pescosta
67ccf75ef2
readded missing isVersioned check in VersionControlObserver::actions()
2015-02-25 17:32:30 +01:00
Emmanuel Pescosta
25751088c3
Move the KVersionControlPlugin2 interface from konqlib to Dolphin and remove the deprecated KVersionControlPlugin interface from konqlib
...
REVIEW: 122687
2015-02-25 17:21:10 +01:00
Hrvoje Senjan
f6b4f56216
Fix build on Jenkins (or with BUILD_TESTING=ON)
2015-02-24 17:07:55 +01:00
Emmanuel Pescosta
b2ad2c076c
Fix the build of kde-baseapps temporarily (categorized logging in DolphinPart)
2015-02-24 15:52:45 +01:00
Luca Beltrame
f8d8256cbb
Fix the build temporarily
...
The port of Dolphin to categorized logging created errors in one
specific point only, in main.cpp:
undefined reference to `DolphinDebug()'
I couldn't spot any obvious error, so for now I did it the bad way
(warnings should not be commented out!) to keep it building while a
real solution is found.
CCMAIL: emmanuelpescosta099@gmail.com
2015-02-24 14:14:36 +01:00
Emmanuel Pescosta
169cca55b9
Replace kDebug/kWarning by categorized logging (org.kde.dolphin)
2015-02-24 13:07:35 +01:00
Emmanuel Pescosta
6d9f5b2131
Removed unused KGlobal includes and use KIO/Job instead of KIO/JobClasses
2015-02-24 12:51:24 +01:00
Emmanuel Pescosta
b3a0c25314
include KFileItem instead of KFileItemList
2015-02-24 12:25:28 +01:00
Emmanuel Pescosta
092ddf7702
Port away from KLocale
2015-02-24 12:22:16 +01:00
l10n daemon script
688ce32e45
SVN_SILENT made messages (after extraction)
2015-02-21 06:26:31 +00:00
l10n daemon script
03cd86e478
SVN_SILENT made messages (after extraction)
2015-02-21 01:59:29 +00:00
Emmanuel Pescosta
13a4c5ed4c
Fix a QDateTime porting bug (different format expressions) in KFileItemModel::dateRoleGroups
...
REVIEW: 122625
2015-02-20 14:16:27 +01:00
Emmanuel Pescosta
5bfc7cd36c
Missed a saveBookmarks call in the PlacesItemModel's deconstructor (see commit 2a79feaea0088730bbf4fd4b65baa1c4a91b84b9)
2015-02-20 10:47:23 +01:00
Emmanuel Pescosta
8679115552
Merge branch 'master' into frameworks
2015-02-19 20:34:35 +01:00
Emmanuel Pescosta
1ef5434572
Merge branch 'Applications/14.12'
2015-02-19 20:15:49 +01:00
Emmanuel Pescosta
a8f4f01eaa
Increase the version number to 14.12.3
2015-02-19 20:09:47 +01:00
Emmanuel Pescosta
f7c85b4225
Sync bookmark manager only if the change was done by the current process
...
Adoption of http://commits.kde.org/kdelibs/2b5c6e42fc8114c6854ce490b9cdd4356be683d9
FIXED-IN: 14.12.3
BUG: 343620
BUG: 310080
REVIEW: 122640
2015-02-19 20:05:55 +01:00
Emmanuel Pescosta
9221362cea
QUrl porting bug: Added a missing QUrl::fromLocalFile in FoldersPanel::loadTree to make the FoldersPanel work again
...
REVIEW: 122631
BUG: 344204
FIXED-IN: 15.04
2015-02-19 12:08:07 +01:00
Andreas Sturmlechner
23e8995771
Make tests optional
...
REVIEW: 122212
2015-02-18 01:28:25 +01:00
Elias Probst
4a86644b95
Update desktop filename for filelight.
2015-02-11 11:48:23 +01:00
Arjun AK
2305e34cc3
Assume links passed via cmdline args are local files
...
If not, when the user types 'dolphin nonexistantfile' he will be
taken to 'http://nonexistantfile '
BUG: 343906
2015-02-10 11:21:53 +05:30
Arjun AK
b86d0def39
Construct URLs passed via cmdline args using QUrl::fromUserInput()
...
Otherwise user will have to type "dolphin file:///tmp" instead of
"dolphin /tmp"
REVIEW: 122475
BUG: 343906
2015-02-09 18:15:37 +05:30
l10n daemon script
9f3ac5f941
SVN_SILENT made messages (after extraction)
2015-02-09 01:56:39 +00:00
Montel Laurent
f67bdd0fb7
kdelibs4support--
2015-02-06 13:21:27 +01:00
Montel Laurent
3dbee30c1a
Clean up includes
2015-02-06 09:37:24 +01:00
Montel Laurent
159234944c
Fix includes
2015-02-06 09:35:26 +01:00
Montel Laurent
85cc0e78c7
Migrate settings
2015-02-06 09:32:39 +01:00
Montel Laurent
c61cfc9860
Fix includes
2015-02-06 09:22:34 +01:00
l10n daemon script
4cc444b8ba
SVN_SILENT made messages (.desktop file)
2015-02-05 06:55:16 +00:00
l10n daemon script
021e23d734
SVN_SILENT made messages (.desktop file)
2015-02-05 03:50:56 +00:00
Hrvoje Senjan
db0cc8d548
Try to fix the build
2015-02-04 12:56:29 +01:00
Emmanuel Pescosta
1b3ea64abb
Add dolphin dbus service
2015-02-04 10:29:33 +01:00
Mathieu Tarral
c725848709
Port Dolphin away from KApplication, KCmdLineArgs and K4AboutData
2015-02-04 10:22:03 +01:00
Emmanuel Pescosta
b15ee4cf70
Port away from KGlobal::mainComponent()
2015-02-04 09:39:40 +01:00
Emmanuel Pescosta
900b523d2b
Solved TODO: KWindowConfig::saveWindowSize/restoreWindowSize in DolphinSettingsDialog
2015-02-04 09:10:23 +01:00
Emmanuel Pescosta
50c0aa3b07
Port KonqCopyToMenu to KFileCopyToMenu
2015-02-04 08:56:17 +01:00
Emmanuel Pescosta
3515582495
Ported Dolphin from KDialog to QDialog and save/restoreDialogSize to KWindowConfig::save/restoreWindowSize with the help of the porting scripts.
...
REVIEW: 122305
2015-02-03 09:25:33 +01:00
Emmanuel Pescosta
122e1c6288
Port away from KGlobalSettings::completionMode()
...
REVIEW: 122347
2015-02-03 09:13:11 +01:00
Emmanuel Pescosta
5100c20c0d
Port away from KGlobalSettings::singleClick() and use the mouse kcm module instead of implementing the single/double click settings on our one.
...
REVIEW: 122311
2015-02-01 16:16:13 +01:00
Emmanuel Pescosta
fdb5c0d33e
Port away from KGlobalSettings::naturalSorting() by moving it to Dolphin's GeneralSettings
...
REVIEW: 122310
2015-01-31 21:05:28 +01:00
Emmanuel Pescosta
6d0f2554cb
Port KGlobalSettings::smallestReadableFont() to QFontDatabase::systemFont(QFontDatabase::SmallestReadableFont)
...
REVIEW: 122308
2015-01-30 09:04:11 +01:00
Emmanuel Pescosta
08252ffc69
Port away from KGlobalSettings::graphicEffectsLevel()
...
REVIEW: 122309
2015-01-30 09:02:08 +01:00
Emmanuel Pescosta
f8187b982a
Revert commit 0c6c76b038e868e225f7816fae39635d472bce0a and make the
...
QWeakPointer a QPointer (+comment) to make it clear, that we must track the lifetime of the context menu instead of doing "only" out of scope deleting.
Thanks to Frank for pointing out this problem!
CCMAIL: frank78ac@googlemail.com
2015-01-29 13:45:14 +01:00
Emmanuel Pescosta
a06ee3399b
Merge branch 'Applications/14.12' into frameworks
...
Conflicts:
dolphin/src/main.cpp
kdepasswd/kcm/kcm_useraccount.desktop
konqueror/settings/ebrowsing/ebrowsing.desktop
konqueror/settings/kio/cache.desktop
konqueror/settings/kio/cookies.desktop
konqueror/settings/kio/netpref.desktop
konqueror/settings/kio/proxy.desktop
konqueror/settings/kio/smb.desktop
konqueror/settings/kio/uasproviders/firefox30oncurrent.desktop
konqueror/settings/kio/uasproviders/ie90onwinnt71.desktop
konqueror/settings/kio/useragent.desktop
lib/konq/konq_operations.cpp
2015-01-28 17:13:59 +01:00
Emmanuel Pescosta
7745a93547
Make the QWeakPointer<DolphinContextMenu> a QScopedPointer<DolphinContextMenu>
2015-01-28 16:25:41 +01:00
Emmanuel Pescosta
ee879cf353
use addActions instead of doing addAction in a loop
2015-01-28 15:25:09 +01:00
Emmanuel Pescosta
297a67aad8
forward requestItemInfo signal
2015-01-28 15:10:28 +01:00
Emmanuel Pescosta
7a7e8ee819
undo should be disabled by default
2015-01-28 15:04:32 +01:00
Emmanuel Pescosta
7e03c99ebb
use DolphinMainWindow::showErrorMessage instead of DolphinMainWindow::slotPanelErrorMessage because the implementation is exactly the same
2015-01-28 14:54:47 +01:00
l10n daemon script
6363e7f32a
SVN_SILENT made messages (.desktop file)
2015-01-25 04:11:13 +00:00
Emmanuel Pescosta
9cdbd1eb09
Removed old (<= 4.6) settings upgrading code (jpegrotatedthumbnail to jpegthumbnail) from PreviewsSettingsPage
2015-01-24 23:11:02 +01:00
Emmanuel Pescosta
617e1b378b
Port ConfigurePreviewPluginDialog away from KLibrary, KIO::NetAccess::del and ThumbCreatorV2
2015-01-24 23:07:30 +01:00
l10n daemon script
cf6bb7bdb8
SVN_SILENT made messages (.desktop file)
2015-01-24 07:14:40 +00:00
l10n daemon script
fd32a674d3
SVN_SILENT made messages (.desktop file)
2015-01-23 04:19:27 +00:00
l10n daemon script
ac944bab8d
SVN_SILENT made messages (.desktop file)
2015-01-21 06:55:27 +00:00
Gregor Mi
088b516057
Add disk usage statistics menu to SpaceInfo widget in the status bar:
...
the menu has the following entries:
1. Filelight location
2. Filelight device
3. Filelight
4. KDiskFree
KService is used to find the applications and display proper
translations.
KRun is used to run the applications.
REVIEW: 121478
CHANGELOG: Add a menu on left-click on the SpaceInfo widget in the status bar to show Disk Usage statistics.
2015-01-12 16:18:50 +01:00
Emmanuel Pescosta
39b77e9861
Always connect the drop job result with DolphinView::slotPasteJobResult
...
to receive the error message in case of an error also when the destUrl
is not equal to the current url in the view.
CCMAIL: faure@kde.org
2015-01-05 12:50:53 +01:00
David Faure
7bd5bec219
Dolphin: port from KonqOperations::doDrop to the new KIO::DropJob
...
REVIEW: 121678
2015-01-05 09:07:10 +01:00
Emmanuel Pescosta
119f7a3fce
Fix for crash which was introduced by commit
...
c2a0d3e889666539669562a6c1f7a080a0f29b11
(use QCollator instead of KStringHandler)
REVIEW: 121817
BUG: 342316
2015-01-04 21:45:30 +01:00
l10n daemon script
4bff75a559
SVN_SILENT made messages (.desktop file)
2014-12-26 04:16:19 +00:00
David Faure
2a561317c6
Remove unused libkonq includes
2014-12-25 10:16:12 +01:00
l10n daemon script
91c85939bf
SVN_SILENT made messages (.desktop file)
2014-12-25 04:02:55 +00:00
David Faure
7c695cd709
Fix compilation with Qt 5.2 and 5.3; QSignalSpy can't take a function pointer yet
2014-12-24 08:49:47 +01:00
Gregor Mi
70dc3d06d9
Statusbar SpaceInfo widget: set visible by default
...
REVIEW: 121474
2014-12-18 22:18:17 +01:00
Emmanuel Pescosta
d19d94e60a
Ported tests away from KRandomSequence, QTest::kWaitForSignal and KTempDir.
...
All tests passed!
2014-12-18 14:56:46 +01:00
Emmanuel Pescosta
95220eebae
Port from KStringHandler naturalCompare to QCollator compare.
...
Make use of the QCollator instance (m_collator) in nameRoleGroups instead of using QString::localeAwareCompare (uses QCollator internally)
We don't need the m_caseSensitivity anymore, because the QCollator instance also holds this information.
(This patch doesn't make use of QCollatorSortKey)
Reviewed by Kai
REVIEW: 121480
2014-12-17 17:48:10 +01:00
Emmanuel Pescosta
b5fc036999
use save() instead of writeConfig()
2014-12-14 19:11:39 +01:00
Emmanuel Pescosta
8d7c1a6678
Port KInputDialog to QInputDialog
2014-12-14 19:05:53 +01:00
Emmanuel Pescosta
6202dbcf4a
Remove K_EXPORT_PLUGIN
2014-12-14 18:58:57 +01:00
Emmanuel Pescosta
20f6234005
port from KTabWidget to QTabWidget
2014-12-14 18:42:54 +01:00
Emmanuel Pescosta
192f00e32f
get rid of KFileItemActionPlugin
2014-12-14 18:39:08 +01:00
Emmanuel Pescosta
5e91504d4b
port away from VBox/HBox
2014-12-14 18:32:48 +01:00
Emmanuel Pescosta
68df2a725e
show warnings about deprecated declarations
2014-12-14 17:47:58 +01:00
Emmanuel Pescosta
a07d63d419
port away from deprecated KFileItem(mode_t mode, mode_t permissions, const QUrl &url, bool delayedMimeTypes = false);
2014-12-14 17:46:58 +01:00
Arjun AK
895a7c941b
Fix Terminal-View navigation sync issue
...
The URL needs to be constructed from 'QUrl::fromLocalFile()' instead of
a QString so that the scheme is set properly.
REVIEW: 121409
BUG: 341678
2014-12-10 23:13:23 +05:30
Arjun AK
1d7b3b8df5
Fix KUrl -> QUrl porting error
...
Trailing slashes should be removed before calling QUrl::filename(),
else it will return an empty string.
BUG: 341411
REVIEW: 121293
2014-12-01 17:31:39 +05:30
Emmanuel Pescosta
bffb4a25df
Set version number to 14.11.97 for the KDE Applications 14.12 RC
2014-11-26 10:27:41 +01:00
l10n daemon script
ec23dd449a
SVN_SILENT made messages (after extraction)
2014-11-22 01:41:29 +00:00
Frank Reininghaus
5052b6b5bb
Merge branch 'Applications/14.12'
2014-11-21 17:28:32 +01:00
Frank Reininghaus
87ee607bf3
Update Dolphin version to 4.14.98 for Release Candidate
...
Using KDE_VERSION_STRING as the Dolphin version was convenient, but it
does not make sense anymore because it is fixed at 4.14.3 now.
REVIEW: 121195
2014-11-21 17:25:19 +01:00
Montel Laurent
de7eefeb7e
Fix desktop name
2014-11-20 13:36:24 +01:00
Luca Beltrame
3e5f78a1cc
Fix build after review 121078
...
RR 121078 fixed exports, but did not include the necessary
generate_export_header in the CMakeLists.txt.
Please, if you are testing for Windows, ensure you also test your build
in Linux (and with a clean build dir). The fact that kde-baseapps for
KF5 is still unreleased does not mean it should not be buildable.
CCMAIL: andriusmao@gmail.com
2014-11-20 09:28:11 +01:00
Andrius da Costa Ribas
e1789b559e
Fix Exports.
...
REVIEW: 121078
2014-11-20 01:06:58 -02:00
Lukáš Tinkl
c79eb81a34
set the dolphin part's translation domain
...
see RR 121141 for details
2014-11-19 00:54:51 +01:00
l10n daemon script
d783c0c663
SVN_SILENT made messages (after extraction)
2014-11-17 05:13:00 +00:00
Emmanuel Pescosta
17c7e2f469
Fixed build error which was introduced by commit 7ed7cd97d084364d8ee61b35f5ffa3630c5277a4
...
CCMAIL: bhush94@gmail.com
2014-11-11 08:02:29 +01:00
l10n daemon script
caaadabbf3
SVN_SILENT made messages (after extraction)
2014-11-11 01:45:07 +00:00
Emmanuel Pescosta
d389f50d85
Merge branch 'Applications/14.12'
2014-11-10 09:24:17 +01:00
Emmanuel Pescosta
424d20e435
KIntSpinBox to QSpinBox
2014-11-10 09:12:33 +01:00
Emmanuel Pescosta
02c0835148
KLineEdit to QLineEdit
2014-11-10 09:08:04 +01:00
Emmanuel Pescosta
d0f0f1f2e2
make use of initializer lists
2014-11-10 08:45:38 +01:00
Emmanuel Pescosta
82f19ab470
get rid of unused warnings
2014-11-10 08:42:37 +01:00
Frank Reininghaus
7e58ee0133
Make sure that m_selectionToggle is not 0 before calling deleteLater()
...
Commit 1938ad54d4
replaced delete by
deleteLater(). However, the latter cannot be used safely with null
pointers. This commit adds a safety check in order to make sure that
we do not get a crash.
Thanks to Christoph Feck for pointing out this issue.
2014-11-09 21:57:40 +01:00
Frank Reininghaus
b73ed8eba9
Use deleteLater() to delete the selection toggle in KItemListWidget
...
This patch should make a crash with a backtrace as provided in the bug
report impossible. I'm not sure if this would really prevent the crash
- it looks like the actual cause of the problem could be in
QGraphicsView or anywhere else, but it's hard to tell because the bug
was reported just once and does not seem reproducible. But I'm pretty
sure that this change doesn't make anything worse.
BUG: 334785
REVIEW: 121087
2014-11-09 18:08:29 +01:00
Arjun AK
cbe1d6aca4
Ensure input is a valid regexp before enabling regexp filter mode
...
Checking whether the input contains '*', '?' or '[' alone will
not do since there can be files with '[' in their name.
REVIEW: 120986
BUG: 340470
FIXED-IN: 14.12
2014-11-09 19:36:20 +05:30
l10n daemon script
36f571a0ce
SVN_SILENT made messages (after extraction)
2014-11-09 05:29:52 +00:00
l10n daemon script
6218ae80e5
SVN_SILENT made messages (after extraction)
2014-11-09 01:37:06 +00:00
l10n daemon script
4518f7f969
SVN_SILENT made messages (after extraction)
2014-11-07 01:38:12 +00:00
Frank Reininghaus
cc299154f4
Fix more unit test failures
...
This commit is analogous to 5cf8941ac789e47da70fe466033f45df9af1a3fa,
but the problem existed since the frameworks port was started and was
not obvious because the QString -> KUrl/QUrl port was done implicitly
when calling KIO::rename(oldPath, newPath, KIO::HideProgressInfo).
REVIEW: 120941
2014-11-04 22:42:45 +01:00
Frank Reininghaus
66a1b33e5a
Fix unit test failures
...
These were caused by 86e31084ced8ba4875a6128f91ec2ca3d6df7a31 - note
that the correct replacement for KUrl(fileName) is
QUrl::fromLocalFile(fileName), and that calling the const function
urlA.adjusted(QUrl::RemoveFilename) only has an effect if the return
value is taken.
2014-11-04 22:42:37 +01:00
l10n daemon script
e19e00c52a
SVN_SILENT made messages (after extraction)
2014-11-04 06:32:18 +00:00
Lukáš Tinkl
a069d24d4b
fix default tab prev/next shortcuts
...
take into accound the whole list, not just the first shortcut
2014-11-04 00:00:04 +01:00
Lukáš Tinkl
037d5db85b
Q_DECL_OVERRIDE
2014-11-03 23:52:18 +01:00
Lukáš Tinkl
b96def1856
use QUrl::fromLocalFile() on devices
...
fixes being unable to access eg. removable drives
2014-11-03 18:25:19 +01:00
Lukáš Tinkl
7a3310ce73
fix initializer list
2014-11-03 16:16:52 +01:00
David Faure
30175dcbde
KonqOperations: KIO::pasteMimeData -> KIO::paste, update signal and simplify dolphin accordingly.
2014-11-02 17:17:24 +01:00
David Faure
3e14a97a0f
Many cleanups in KonqOperations
2014-11-02 17:03:18 +01:00
David Faure
98880e4430
Update status of paste action once directory has finished loading.
...
Since 6a6cf1ab328e7600f0c2b375e43a1e3bd236a5a7, it depends on rootItem()
which is not available until the dirlister emits it.
2014-11-02 15:34:30 +01:00
David Faure
8b306b67bf
Port from KonqOperations::doPaste to new job KIO::paste
...
Remove KonqOperations::doPaste.
2014-11-02 15:20:41 +01:00
Arjun AK
e256daa569
Enable KRun's script execution prompt.
...
This commit enables KRun's script/desktop file execution prompts,
which is shown when the user launches an executable script or a
desktop file. This is done so as to prevent the user from accidentaly
executing programs. A checkbox to enable or disable the prompts is also
being added to the preferences window
REVIEW: 120171
BUG: 275405
2014-11-01 16:41:29 +05:30
Emmanuel Pescosta
76a7ab4bff
Merge branch 'KDE/4.14'
2014-10-29 12:20:10 +01:00
Emmanuel Pescosta
b3e113c05a
Hide the video player when the video has finished.
...
BUG: 339882
FIXED-IN: 4.14.3
REVIEW: 120776
2014-10-29 12:18:02 +01:00
Montel Laurent
422dc4e921
Port to QDialog
2014-10-28 21:49:53 +01:00
Montel Laurent
a76cb4c67f
Port to QDebug*. KVBox--
2014-10-27 22:30:02 +01:00
Lukáš Tinkl
5ed011357c
don't save view_properties in ~/.local/share/dolphindolphin
...
looks like writableLocation() already includes the app name
2014-10-26 19:02:03 +01:00
Frank Reininghaus
fa988586bc
Merge remote-tracking branch 'origin/master' into frameworks
...
Conflicts:
dolphin/src/panels/terminal/terminalpanel.cpp
dolphin/src/panels/terminal/terminalpanel.h
2014-10-24 18:49:05 +02:00
Frank Reininghaus
1f02d15f7e
Merge remote-tracking branch 'origin/KDE/4.14'
2014-10-24 18:45:28 +02:00
Frank Reininghaus
d9700c4d43
Make the view/Terminal Panel synchronization less error-prone
...
The previous solution could cause problems if the user navigates to a
different URL in one view, and then activates another split view very
quickly: the new active view might be switched to the same URL as the
first view, which is unwanted.
To fix this problem, we record a history of "cd" commands that Dolphin
sends to the Terminal Panel in a queue. If a currentDirectoryChanged
signal is received, and the new terminal directory is "dir", this patch
does the following:
1. If the queue is empty, change the view URL to "dir".
2. Otherwise, take the queue's head, and check if it is equal to
"dir". If that is the case, ignore the signal and return.
3. Go back to step 1.
This ensures that every currentDirectoryChange signal that is caused by
a "cd" that was sent from Dolphin to the terminal is ignored.
BUG: 339009
BUG: 314038
REVIEW: 120768
2014-10-24 18:14:08 +02:00
Andrey Bondrov
3f28c70423
Fix the information panel video player in Dolphin.
...
Patch from ROSA Linux.
BUG: 337107
BUG: 337033
BUG: 334924
CCBUG: 339882
REVIEW: 120745
FIXED-IN: 4.14.3
2014-10-24 08:26:40 +02:00
Frank Reininghaus
592e1730e2
Merge branch 'KDE/4.14'
2014-10-23 23:23:19 +02:00
Frank Reininghaus
9d6f50ac50
Connect to the currentDirectoryChanged signal after the shell setup
...
This fixes the problem that the view URL may be reset to the Home URL
when opening the Terminal Panel while browsing a remote URL. Moreover,
it fixes crashes that can occur when the signal is received during the
shell setup if the DolphinMainWindow does not have a valid
m_activeViewContainer yet.
BUG: 339502
BUG: 340233
REVIEW: 120726
FIXED-IN: 4.14.3
2014-10-23 23:17:43 +02:00
Emmanuel Pescosta
c07a97c4be
Use the path instead of the display string in PlacesItemModel::closestItem,
...
fixes the determination of the closest item for me.
2014-10-21 22:54:15 +02:00
Emmanuel Pescosta
c9641c96f9
Fix Dolphin build (protocol -> scheme)
2014-10-21 22:31:50 +02:00
Lukáš Tinkl
a8b39ff601
address 2 more KUrl -> QUrl issues mentioned in rr#120688
2014-10-21 22:02:26 +02:00
David Faure
9bf03a3c48
Dolphin: port to KIO::pasteInfoText().
...
DolphinContextMenu::createPasteAction used to be precise about destination
("Paste To Folder"), while now it's precise about the source (what to paste).
It was decided that this was more useful and consistent anyway.
REVIEW: 120695
2014-10-21 21:59:05 +02:00
Lukáš Tinkl
0ce1c983b5
port away from KMimeType
2014-10-21 21:37:30 +02:00
Lukáš Tinkl
12413eb910
libkonq now loads its own catalog
2014-10-21 21:37:09 +02:00
Lukáš Tinkl
1b4572dac9
port Dolphin from KUrl to QUrl
...
REVIEW: 120688
2014-10-21 21:19:14 +02:00
David Faure
3653c8ad6b
Merge doPaste and doPasteV2. Remove unused QPoint. Remove unused editMimeType.
2014-10-21 00:39:40 +02:00
David Faure
403f8e7133
Port from KonqOperations::editMimeType to KMimeTypeEditor::editMimeType (from kwidgetsaddons)
2014-10-21 00:38:39 +02:00
Lukáš Tinkl
d9d7926c49
port Konqueror from KUrl to QUrl
...
REVIEW: 120650
2014-10-21 00:28:58 +02:00
Emmanuel Pescosta
3c74d908de
The filenamesearch ioslave has been moved to kio-extras, remove it from Dolphin.
...
See commit 05689c462745edbaeebcfc63d456877746805451 in kio-extras
2014-10-20 11:10:13 +02:00
Montel Laurent
0a6257bce3
Fix includes
2014-10-18 15:00:17 +02:00
Montel Laurent
aabd6ad3bc
port to QPushButton
2014-10-18 14:43:41 +02:00
Montel Laurent
31a0c4fbd5
Fix includes
2014-10-18 14:42:41 +02:00
Montel Laurent
3d6c254846
Remove kdelibs4support
2014-10-18 14:40:47 +02:00
Montel Laurent
cac9083e2c
fix forward declaration
2014-10-18 14:38:28 +02:00
Montel Laurent
938a83b8b1
Port test to qt5
2014-10-18 14:36:34 +02:00
Frank Reininghaus
01e4f60a09
Merge remote-tracking branch 'origin/master' into frameworks
...
Conflicts:
dolphin/src/main.cpp
kdepasswd/kcm/kcm_useraccount.desktop
plasma/applets/folderview/folderview.cpp
2014-10-16 20:36:49 +02:00
Frank Reininghaus
a75e81ca01
Merge remote-tracking branch 'origin/KDE/4.14'
2014-10-16 20:33:19 +02:00
Frank Reininghaus
d98c61abf5
Update "About" dialog after maintainership change
...
See http://lists.kde.org/?t=140990649300001&r=1&w=2
REVIEW: 120608
2014-10-16 20:19:59 +02:00
Montel Laurent
cd601a582d
Port to QDialog
2014-10-15 19:56:52 +02:00
Montel Laurent
dfd3232496
Port to QDialog
2014-10-15 19:51:06 +02:00
Emmanuel Pescosta
9c6c0089c9
Replaced the ItemState structure with QPair<KFileItem, KVersionControlPlugin2::ItemVersion>
2014-10-15 17:42:42 +02:00
Vishesh Handa
93465171bc
Port Dolphin to the new Baloo APIs
...
REVIEW: 120582
2014-10-14 18:08:18 +02:00
Emmanuel Pescosta
a58f159854
Made the free space indicator and zoom slider a little bit larger. (was reduced by an older commit)
...
BUG: 339768
FIXED-IN: 4.14.3
2014-10-13 11:53:06 +02:00
l10n daemon script
ca6507b47c
SVN_SILENT made messages (.desktop file)
2014-10-12 07:05:59 +00:00
l10n daemon script
df7b18aaae
SVN_SILENT made messages (after extraction)
2014-10-12 05:17:04 +00:00
l10n daemon script
86ffee5313
SVN_SILENT made messages (.desktop file)
2014-10-12 04:06:23 +00:00