┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-04-23Rewrap lines in KFileItemModel::dateRoleGroupsLasse Liehu
Now they are under 100 characters.
2015-04-22Add dbus interface to dolphinAshish Bansal
Implemented org.freedesktop.FileManager1 dbus interface in dolphin http://www.freedesktop.org/wiki/Specifications/file-manager-interface/ REVIEW: 123313 BUG: 343016
2015-04-18SVN_SILENT made messages (after extraction)l10n daemon script
2015-04-04SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
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-31Remove deprecated X scaling of QPixmapsDavid Edmundson
QPixmaps are no longer X pixmaps so this won't ever work anymore REVIEW: 123138
2015-03-31Show kdeconnect devices under "Devices"Kai Uwe Broulik
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-30Merge branch 'davidedmundson/highdpi'David Edmundson
REVIEW: 123137
2015-03-27review commentsDavid Edmundson
2015-03-26Make KPixmapModifier::applyFrame handle high DPI imagesDavid Edmundson
2015-03-25Paint icons at the correct sizeDavid Edmundson
2015-03-25squash me with a some other commit in kitemlistwidgetinformantDavid Edmundson
2015-03-25Copy device pixel ratio from original pixmap inside KPixmapModifier::scaleDavid Edmundson
2015-03-25Create drag pixmaps which match the device pixel ratioDavid Edmundson
2015-03-25Provide scaled pixmaps in the main file modelDavid Edmundson
2015-03-25Enable high DPI pixmaps in DolphinDavid Edmundson
2015-03-25Center align pixmaps in a high DPR friendly wayDavid Edmundson
2015-03-21Save bookmarks when adding them via the context menu.Emmanuel Pescosta
CCBUG: 345347 REVIEW: 123080
2015-03-19Fix some EBN issuesYuri Chornoivan
2015-03-15SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
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-14Make obexftp places group under devicesDavid Rosca
REVIEW: 122935
2015-03-12SVN_SILENT made messages (.desktop file)l10n daemon script
2015-03-12SVN_SILENT made messages (after extraction)l10n daemon script
2015-03-11SVN_SILENT made messages (.desktop file)l10n daemon script
2015-03-10SVN_SILENT made messages (.desktop file)l10n daemon script
2015-03-09SVN_SILENT made messages (.desktop file)l10n daemon script
2015-03-08Use new KDE_ macroMontel Laurent
2015-03-08SVN_SILENT made messages (.desktop file)l10n daemon script
2015-03-08SVN_SILENT made messages (after extraction)l10n daemon script
2015-03-07i18n: All visible text must be wrapped.Chusslove Illich (Часлав Илић)
2015-03-07SVN_SILENT made messages (.desktop file)l10n daemon script
2015-03-07SVN_SILENT made messages (after extraction)l10n daemon script
2015-03-06SVN_SILENT made messages (.desktop file)l10n daemon script
2015-02-27Fix build in a kdelibs4-free enviromentHrvoje Senjan
If one had kdelibs includes in /usr, they would get magically picked up, so the build would succeed.
2015-02-27Merge branch 'frameworks'Emmanuel Pescosta
2015-02-27SVN_SILENT made messages (after extraction)l10n daemon script
2015-02-26Use QT_GUILESS_MAINHeiko Becker
REVIEW: 122730
2015-02-26Port away from KDELibs4Support (we only use KDELibs4Support when baloo isn't ↵Emmanuel Pescosta
present, because KFileMetaDataWidget is in KDELibs4Support) Reviewed-By: Vishesh Handa
2015-02-26Next QUrl porting bug found: search include directoriesEmmanuel Pescosta
2015-02-26Revert "Use the Baloo Query Builder widget to add syntax-highlighting in ↵Emmanuel Pescosta
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.
2015-02-25Merge branch 'master' into frameworksEmmanuel Pescosta
2015-02-25Merge branch 'Applications/14.12'Emmanuel Pescosta
2015-02-25Bump the Qt version to 5.4 and the KF5 version to 5.7Emmanuel Pescosta
Added all required components Reviewed-By: David Edmundson
2015-02-25readded missing isVersioned check in VersionControlObserver::actions()Emmanuel Pescosta
2015-02-25Move the KVersionControlPlugin2 interface from konqlib to Dolphin and remove ↵Emmanuel Pescosta
the deprecated KVersionControlPlugin interface from konqlib REVIEW: 122687
2015-02-24Fix build on Jenkins (or with BUILD_TESTING=ON)Hrvoje Senjan
2015-02-24Fix the build of kde-baseapps temporarily (categorized logging in DolphinPart)Emmanuel Pescosta
2015-02-24Fix the build temporarilyLuca Beltrame
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: [email protected]
2015-02-24Replace kDebug/kWarning by categorized logging (org.kde.dolphin)Emmanuel Pescosta
2015-02-24Removed unused KGlobal includes and use KIO/Job instead of KIO/JobClassesEmmanuel Pescosta
2015-02-24include KFileItem instead of KFileItemListEmmanuel Pescosta