]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
10 years agoSimplify startup split view handling
Emmanuel Pescosta [Mon, 27 Apr 2015 10:55:53 +0000 (12:55 +0200)]
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

10 years agoSVN_SILENT made messages (.desktop file) - always resolve ours
l10n daemon script [Sun, 26 Apr 2015 09:44:42 +0000 (09:44 +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"

10 years agoSVN_SILENT made messages (.desktop file) - always resolve ours
l10n daemon script [Fri, 24 Apr 2015 09:52:38 +0000 (09:52 +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"

10 years agoRemove obsolete benchmark for inserting many child items
Frank Reininghaus [Thu, 23 Apr 2015 23:44:31 +0000 (01:44 +0200)]
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 dc6322dc090bcaec40d75522debad1edfb25b27a 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.

10 years agoEnable translation scripting for date groups
Lasse Liehu [Thu, 9 Apr 2015 23:53:05 +0000 (02:53 +0300)]
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

10 years agoRewrap lines in KFileItemModel::dateRoleGroups
Lasse Liehu [Thu, 9 Apr 2015 23:41:00 +0000 (02:41 +0300)]
Rewrap lines in KFileItemModel::dateRoleGroups

Now they are under 100 characters.

10 years agoAdd dbus interface to dolphin
Ashish Bansal [Wed, 22 Apr 2015 13:29:39 +0000 (18:59 +0530)]
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

10 years agoSVN_SILENT made messages (after extraction)
l10n daemon script [Sat, 18 Apr 2015 08:56:17 +0000 (08:56 +0000)]
SVN_SILENT made messages (after extraction)

10 years agoSVN_SILENT made messages (.desktop file) - always resolve ours
l10n daemon script [Sat, 4 Apr 2015 11:02:00 +0000 (11:02 +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"

10 years agoRemove deprecated X scaling of QPixmaps
David Edmundson [Tue, 31 Mar 2015 13:19:51 +0000 (15:19 +0200)]
Remove deprecated X scaling of QPixmaps

QPixmaps are no longer X pixmaps so this won't ever work anymore

REVIEW: 123138

10 years agoShow kdeconnect devices under "Devices"
Kai Uwe Broulik [Tue, 31 Mar 2015 10:30:36 +0000 (12:30 +0200)]
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

10 years agoMerge branch 'davidedmundson/highdpi'
David Edmundson [Mon, 30 Mar 2015 11:39:17 +0000 (13:39 +0200)]
Merge branch 'davidedmundson/highdpi'

REVIEW: 123137

10 years agoreview comments
David Edmundson [Fri, 27 Mar 2015 14:43:06 +0000 (15:43 +0100)]
review comments

10 years agoMake KPixmapModifier::applyFrame handle high DPI images
David Edmundson [Thu, 26 Mar 2015 15:06:52 +0000 (16:06 +0100)]
Make KPixmapModifier::applyFrame handle high DPI images

10 years agoPaint icons at the correct size
David Edmundson [Wed, 25 Mar 2015 11:43:56 +0000 (12:43 +0100)]
Paint icons at the correct size

10 years agosquash me with a some other commit in kitemlistwidgetinformant
David Edmundson [Wed, 25 Mar 2015 11:41:57 +0000 (12:41 +0100)]
squash me with a some other commit in kitemlistwidgetinformant

10 years agoCopy device pixel ratio from original pixmap inside KPixmapModifier::scale
David Edmundson [Wed, 25 Mar 2015 11:41:18 +0000 (12:41 +0100)]
Copy device pixel ratio from original pixmap inside KPixmapModifier::scale

10 years agoCreate drag pixmaps which match the device pixel ratio
David Edmundson [Thu, 5 Mar 2015 14:12:52 +0000 (15:12 +0100)]
Create drag pixmaps which match the device pixel ratio

10 years agoProvide scaled pixmaps in the main file model
David Edmundson [Wed, 25 Mar 2015 11:38:55 +0000 (12:38 +0100)]
Provide scaled pixmaps in the main file model

10 years agoEnable high DPI pixmaps in Dolphin
David Edmundson [Wed, 25 Mar 2015 11:38:02 +0000 (12:38 +0100)]
Enable high DPI pixmaps in Dolphin

10 years agoCenter align pixmaps in a high DPR friendly way
David Edmundson [Wed, 11 Mar 2015 16:16:49 +0000 (17:16 +0100)]
Center align pixmaps in a high DPR friendly way

10 years agoSave bookmarks when adding them via the context menu.
Emmanuel Pescosta [Sat, 21 Mar 2015 16:39:20 +0000 (17:39 +0100)]
Save bookmarks when adding them via the context menu.

CCBUG: 345347
REVIEW: 123080

10 years agoFix some EBN issues
Yuri Chornoivan [Thu, 19 Mar 2015 18:13:40 +0000 (20:13 +0200)]
Fix some EBN issues

10 years agoSVN_SILENT made messages (.desktop file) - always resolve ours
l10n daemon script [Sun, 15 Mar 2015 09:54:53 +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"

10 years agoMake obexftp places group under devices
David Rosca [Sat, 14 Mar 2015 10:26:10 +0000 (11:26 +0100)]
Make obexftp places group under devices

REVIEW: 122935

10 years agoSVN_SILENT made messages (.desktop file)
l10n daemon script [Thu, 12 Mar 2015 10:17:33 +0000 (10:17 +0000)]
SVN_SILENT made messages (.desktop file)

10 years agoSVN_SILENT made messages (after extraction)
l10n daemon script [Thu, 12 Mar 2015 08:49:38 +0000 (08:49 +0000)]
SVN_SILENT made messages (after extraction)

10 years agoSVN_SILENT made messages (.desktop file)
l10n daemon script [Wed, 11 Mar 2015 09:43:09 +0000 (09:43 +0000)]
SVN_SILENT made messages (.desktop file)

10 years agoSVN_SILENT made messages (.desktop file)
l10n daemon script [Tue, 10 Mar 2015 13:14:42 +0000 (13:14 +0000)]
SVN_SILENT made messages (.desktop file)

10 years agoSVN_SILENT made messages (.desktop file)
l10n daemon script [Mon, 9 Mar 2015 09:36:36 +0000 (09:36 +0000)]
SVN_SILENT made messages (.desktop file)

10 years agoUse new KDE_ macro
Montel Laurent [Sun, 8 Mar 2015 17:57:23 +0000 (18:57 +0100)]
Use new KDE_ macro

10 years agoSVN_SILENT made messages (.desktop file)
l10n daemon script [Sun, 8 Mar 2015 09:41:37 +0000 (09:41 +0000)]
SVN_SILENT made messages (.desktop file)

10 years agoSVN_SILENT made messages (after extraction)
l10n daemon script [Sun, 8 Mar 2015 08:09:58 +0000 (08:09 +0000)]
SVN_SILENT made messages (after extraction)

10 years agoi18n: All visible text must be wrapped.
Chusslove Illich (Часлав Илић) [Sat, 7 Mar 2015 11:01:42 +0000 (12:01 +0100)]
i18n: All visible text must be wrapped.

10 years agoSVN_SILENT made messages (.desktop file)
l10n daemon script [Sat, 7 Mar 2015 10:01:52 +0000 (10:01 +0000)]
SVN_SILENT made messages (.desktop file)

10 years agoSVN_SILENT made messages (after extraction)
l10n daemon script [Sat, 7 Mar 2015 08:32:09 +0000 (08:32 +0000)]
SVN_SILENT made messages (after extraction)

10 years agoUse the same doc folder name everyone else uses
Albert Astals Cid [Fri, 6 Mar 2015 21:44:23 +0000 (22:44 +0100)]
Use the same doc folder name everyone else uses

10 years agoSVN_SILENT made messages (.desktop file)
l10n daemon script [Fri, 6 Mar 2015 04:32:04 +0000 (04:32 +0000)]
SVN_SILENT made messages (.desktop file)

10 years agoFix build in a kdelibs4-free enviroment
Hrvoje Senjan [Fri, 27 Feb 2015 19:17:59 +0000 (20:17 +0100)]
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.

10 years agoMerge branch 'frameworks'
Emmanuel Pescosta [Fri, 27 Feb 2015 10:30:27 +0000 (11:30 +0100)]
Merge branch 'frameworks'

10 years agoMerge branch 'master' of git://anongit.kde.org/dolphin
Emmanuel Pescosta [Fri, 27 Feb 2015 07:58:46 +0000 (08:58 +0100)]
Merge branch 'master' of git://anongit.kde.org/dolphin

10 years agoFixed TODO Remove the if/endif lines if Dolphin is split.
Emmanuel Pescosta [Fri, 27 Feb 2015 07:16:15 +0000 (08:16 +0100)]
Fixed TODO Remove the if/endif lines if Dolphin is split.

10 years agoSVN_SILENT made messages (after extraction)
l10n daemon script [Fri, 27 Feb 2015 01:58:33 +0000 (01:58 +0000)]
SVN_SILENT made messages (after extraction)

10 years agoUse QT_GUILESS_MAIN
Heiko Becker [Thu, 26 Feb 2015 14:36:51 +0000 (15:36 +0100)]
Use QT_GUILESS_MAIN

REVIEW: 122730

10 years agoPort away from KDELibs4Support (we only use KDELibs4Support when baloo isn't present...
Emmanuel Pescosta [Thu, 26 Feb 2015 16:40:06 +0000 (17:40 +0100)]
Port away from KDELibs4Support (we only use KDELibs4Support when baloo isn't present, because KFileMetaDataWidget is in KDELibs4Support)

Reviewed-By: Vishesh Handa
10 years agoNext QUrl porting bug found: search include directories
Emmanuel Pescosta [Thu, 26 Feb 2015 16:15:18 +0000 (17:15 +0100)]
Next QUrl porting bug found: search include directories

10 years agoRevert "Use the Baloo Query Builder widget to add syntax-highlighting in Dolphin...
Emmanuel Pescosta [Thu, 26 Feb 2015 16:09:46 +0000 (17:09 +0100)]
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 e3578ee3b770a1b8f359ed1a3cc6e3ac7f6c700e.

10 years agoMerge branch 'master' into frameworks
Emmanuel Pescosta [Thu, 26 Feb 2015 13:38:55 +0000 (14:38 +0100)]
Merge branch 'master' into frameworks

10 years agoadded .reviewboardrc
Emmanuel Pescosta [Thu, 26 Feb 2015 13:37:18 +0000 (14:37 +0100)]
added .reviewboardrc

10 years agoMerge branch 'master' into frameworks
Emmanuel Pescosta [Wed, 25 Feb 2015 20:55:46 +0000 (21:55 +0100)]
Merge branch 'master' into frameworks

10 years agoMerge branch 'Applications/14.12'
Emmanuel Pescosta [Wed, 25 Feb 2015 20:53:21 +0000 (21:53 +0100)]
Merge branch 'Applications/14.12'

10 years agoBump the Qt version to 5.4 and the KF5 version to 5.7
Emmanuel Pescosta [Wed, 25 Feb 2015 20:45:19 +0000 (21:45 +0100)]
Bump the Qt version to 5.4 and the KF5 version to 5.7

Added all required components

Reviewed-By: David Edmundson
10 years agoFix DolphinVcs cmake to be findable
David Edmundson [Wed, 25 Feb 2015 20:40:24 +0000 (21:40 +0100)]
Fix DolphinVcs cmake to be findable

Reviewed-By: Emmanuel Pescosta
10 years agoreadded missing isVersioned check in VersionControlObserver::actions()
Emmanuel Pescosta [Wed, 25 Feb 2015 16:32:30 +0000 (17:32 +0100)]
readded missing isVersioned check in VersionControlObserver::actions()

10 years agoMove the KVersionControlPlugin2 interface from konqlib to Dolphin and remove the...
Emmanuel Pescosta [Wed, 25 Feb 2015 11:12:55 +0000 (12:12 +0100)]
Move the KVersionControlPlugin2 interface from konqlib to Dolphin and remove the deprecated KVersionControlPlugin interface from konqlib

REVIEW: 122687

10 years agoFix build on Jenkins (or with BUILD_TESTING=ON)
Hrvoje Senjan [Tue, 24 Feb 2015 16:07:55 +0000 (17:07 +0100)]
Fix build on Jenkins (or with BUILD_TESTING=ON)

10 years agoFix the build of kde-baseapps temporarily (categorized logging in DolphinPart)
Emmanuel Pescosta [Tue, 24 Feb 2015 14:52:45 +0000 (15:52 +0100)]
Fix the build of kde-baseapps temporarily (categorized logging in DolphinPart)

10 years agoFix the build temporarily
Luca Beltrame [Tue, 24 Feb 2015 13:14:36 +0000 (14:14 +0100)]
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

10 years agoReplace kDebug/kWarning by categorized logging (org.kde.dolphin)
Emmanuel Pescosta [Tue, 24 Feb 2015 12:07:35 +0000 (13:07 +0100)]
Replace kDebug/kWarning by categorized logging (org.kde.dolphin)

10 years agoRemoved unused KGlobal includes and use KIO/Job instead of KIO/JobClasses
Emmanuel Pescosta [Tue, 24 Feb 2015 11:51:24 +0000 (12:51 +0100)]
Removed unused KGlobal includes and use KIO/Job instead of KIO/JobClasses

10 years agoinclude KFileItem instead of KFileItemList
Emmanuel Pescosta [Tue, 24 Feb 2015 11:25:28 +0000 (12:25 +0100)]
include KFileItem instead of KFileItemList

10 years agoPort away from KLocale
Emmanuel Pescosta [Tue, 24 Feb 2015 11:22:16 +0000 (12:22 +0100)]
Port away from KLocale

10 years agoSVN_SILENT made messages (after extraction)
l10n daemon script [Sat, 21 Feb 2015 06:26:31 +0000 (06:26 +0000)]
SVN_SILENT made messages (after extraction)

10 years agoSVN_SILENT made messages (after extraction)
l10n daemon script [Sat, 21 Feb 2015 01:59:29 +0000 (01:59 +0000)]
SVN_SILENT made messages (after extraction)

10 years agoFix a QDateTime porting bug (different format expressions) in KFileItemModel::dateRol...
Emmanuel Pescosta [Wed, 18 Feb 2015 12:17:42 +0000 (13:17 +0100)]
Fix a QDateTime porting bug (different format expressions) in KFileItemModel::dateRoleGroups

REVIEW: 122625

10 years agoMissed a saveBookmarks call in the PlacesItemModel's deconstructor (see commit 2a79fe...
Emmanuel Pescosta [Fri, 20 Feb 2015 09:47:23 +0000 (10:47 +0100)]
Missed a saveBookmarks call in the PlacesItemModel's deconstructor (see commit 2a79feaea0088730bbf4fd4b65baa1c4a91b84b9)

10 years agoMerge branch 'master' into frameworks
Emmanuel Pescosta [Thu, 19 Feb 2015 19:34:35 +0000 (20:34 +0100)]
Merge branch 'master' into frameworks

10 years agoMerge branch 'Applications/14.12'
Emmanuel Pescosta [Thu, 19 Feb 2015 19:15:49 +0000 (20:15 +0100)]
Merge branch 'Applications/14.12'

10 years agoIncrease the version number to 14.12.3
Emmanuel Pescosta [Thu, 19 Feb 2015 19:09:47 +0000 (20:09 +0100)]
Increase the version number to 14.12.3

10 years agoSync bookmark manager only if the change was done by the current process
Emmanuel Pescosta [Thu, 19 Feb 2015 19:05:55 +0000 (20:05 +0100)]
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

10 years agoQUrl porting bug: Added a missing QUrl::fromLocalFile in FoldersPanel::loadTree to...
Emmanuel Pescosta [Wed, 18 Feb 2015 16:12:10 +0000 (17:12 +0100)]
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

10 years agoMake tests optional
Andreas Sturmlechner [Thu, 22 Jan 2015 21:16:07 +0000 (22:16 +0100)]
Make tests optional

REVIEW: 122212

10 years agoUpdate desktop filename for filelight.
Elias Probst [Wed, 11 Feb 2015 10:48:23 +0000 (11:48 +0100)]
Update desktop filename for filelight.

10 years agoAssume links passed via cmdline args are local files
Arjun AK [Tue, 10 Feb 2015 05:51:53 +0000 (11:21 +0530)]
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

10 years agoConstruct URLs passed via cmdline args using QUrl::fromUserInput()
Arjun AK [Mon, 9 Feb 2015 12:31:56 +0000 (18:01 +0530)]
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

10 years agoSVN_SILENT made messages (after extraction)
l10n daemon script [Mon, 9 Feb 2015 01:56:39 +0000 (01:56 +0000)]
SVN_SILENT made messages (after extraction)

10 years agokdelibs4support--
Montel Laurent [Fri, 6 Feb 2015 12:21:27 +0000 (13:21 +0100)]
kdelibs4support--

10 years agoClean up includes
Montel Laurent [Fri, 6 Feb 2015 08:37:24 +0000 (09:37 +0100)]
Clean up includes

10 years agoFix includes
Montel Laurent [Fri, 6 Feb 2015 08:35:26 +0000 (09:35 +0100)]
Fix includes

10 years agoMigrate settings
Montel Laurent [Fri, 6 Feb 2015 08:32:39 +0000 (09:32 +0100)]
Migrate settings

10 years agoFix includes
Montel Laurent [Fri, 6 Feb 2015 08:22:34 +0000 (09:22 +0100)]
Fix includes

10 years agoSVN_SILENT made messages (.desktop file)
l10n daemon script [Thu, 5 Feb 2015 06:55:16 +0000 (06:55 +0000)]
SVN_SILENT made messages (.desktop file)

10 years agoSVN_SILENT made messages (.desktop file)
l10n daemon script [Thu, 5 Feb 2015 03:50:56 +0000 (03:50 +0000)]
SVN_SILENT made messages (.desktop file)

10 years agoTry to fix the build
Hrvoje Senjan [Wed, 4 Feb 2015 11:56:29 +0000 (12:56 +0100)]
Try to fix the build

10 years agoadd debug message to check CI failure
Bhushan Shah [Wed, 4 Feb 2015 11:27:20 +0000 (16:57 +0530)]
add debug message to check CI failure

10 years agoAdd dolphin dbus service
Emmanuel Pescosta [Wed, 4 Feb 2015 09:29:33 +0000 (10:29 +0100)]
Add dolphin dbus service

10 years agoPort Dolphin away from KApplication, KCmdLineArgs and K4AboutData
Mathieu Tarral [Wed, 4 Feb 2015 09:22:03 +0000 (10:22 +0100)]
Port Dolphin away from KApplication, KCmdLineArgs and K4AboutData

10 years agoPort away from KGlobal::mainComponent()
Emmanuel Pescosta [Wed, 4 Feb 2015 08:39:40 +0000 (09:39 +0100)]
Port away from KGlobal::mainComponent()

10 years agoSolved TODO: KWindowConfig::saveWindowSize/restoreWindowSize in DolphinSettingsDialog
Emmanuel Pescosta [Wed, 4 Feb 2015 08:10:23 +0000 (09:10 +0100)]
Solved TODO: KWindowConfig::saveWindowSize/restoreWindowSize in DolphinSettingsDialog

10 years agoPort KonqCopyToMenu to KFileCopyToMenu
Emmanuel Pescosta [Wed, 4 Feb 2015 07:56:17 +0000 (08:56 +0100)]
Port KonqCopyToMenu to KFileCopyToMenu

10 years agoPorted Dolphin from KDialog to QDialog and save/restoreDialogSize to KWindowConfig...
Emmanuel Pescosta [Tue, 3 Feb 2015 08:25:33 +0000 (09:25 +0100)]
Ported Dolphin from KDialog to QDialog and save/restoreDialogSize to KWindowConfig::save/restoreWindowSize with the help of the porting scripts.

REVIEW: 122305

10 years agoPort away from KGlobalSettings::completionMode()
Emmanuel Pescosta [Fri, 30 Jan 2015 12:33:00 +0000 (13:33 +0100)]
Port away from KGlobalSettings::completionMode()

REVIEW: 122347

10 years agoPort away from KGlobalSettings::singleClick() and use the mouse kcm module instead...
Emmanuel Pescosta [Sun, 1 Feb 2015 15:16:13 +0000 (16:16 +0100)]
Port away from KGlobalSettings::singleClick() and use the mouse kcm module instead of implementing the single/double click settings on our one.

REVIEW: 122311

10 years agoPort away from KGlobalSettings::naturalSorting() by moving it to Dolphin's GeneralSet...
Emmanuel Pescosta [Fri, 30 Jan 2015 12:08:35 +0000 (13:08 +0100)]
Port away from KGlobalSettings::naturalSorting() by moving it to Dolphin's GeneralSettings

REVIEW: 122310

10 years agoPort KGlobalSettings::smallestReadableFont() to QFontDatabase::systemFont(QFontDataba...
Emmanuel Pescosta [Thu, 29 Jan 2015 13:43:20 +0000 (14:43 +0100)]
Port KGlobalSettings::smallestReadableFont() to QFontDatabase::systemFont(QFontDatabase::SmallestReadableFont)

REVIEW: 122308

10 years agoPort away from KGlobalSettings::graphicEffectsLevel()
Emmanuel Pescosta [Thu, 29 Jan 2015 15:02:39 +0000 (16:02 +0100)]
Port away from KGlobalSettings::graphicEffectsLevel()

REVIEW: 122309

10 years agoRevert commit 0c6c76b038e868e225f7816fae39635d472bce0a and make the
Emmanuel Pescosta [Thu, 29 Jan 2015 12:45:14 +0000 (13:45 +0100)]
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

10 years agoMerge branch 'Applications/14.12' into frameworks
Emmanuel Pescosta [Wed, 28 Jan 2015 16:13:59 +0000 (17:13 +0100)]
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

10 years agoMake the QWeakPointer<DolphinContextMenu> a QScopedPointer<DolphinContextMenu>
Emmanuel Pescosta [Wed, 28 Jan 2015 15:25:41 +0000 (16:25 +0100)]
Make the QWeakPointer<DolphinContextMenu> a QScopedPointer<DolphinContextMenu>

10 years agouse addActions instead of doing addAction in a loop
Emmanuel Pescosta [Wed, 28 Jan 2015 14:25:09 +0000 (15:25 +0100)]
use addActions instead of doing addAction in a loop