| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-27 | Reorder code in main.cpp ("cluster definitions and setters") | Emmanuel Pescosta | |
| 2015-04-27 | Simplify startup split view handling | Emmanuel Pescosta | |
| * 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-26 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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-04-24 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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-04-24 | Remove obsolete benchmark for inserting many child items | Frank Reininghaus | |
| 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. | |||
| 2015-04-23 | Enable translation scripting for date groups | Lasse Liehu | |
| 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 | Rewrap lines in KFileItemModel::dateRoleGroups | Lasse Liehu | |
| Now they are under 100 characters. | |||
| 2015-04-22 | Add dbus interface to dolphin | Ashish Bansal | |
| Implemented org.freedesktop.FileManager1 dbus interface in dolphin http://www.freedesktop.org/wiki/Specifications/file-manager-interface/ REVIEW: 123313 BUG: 343016 | |||
| 2015-04-18 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2015-04-04 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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-31 | Remove deprecated X scaling of QPixmaps | David Edmundson | |
| QPixmaps are no longer X pixmaps so this won't ever work anymore REVIEW: 123138 | |||
| 2015-03-31 | Show 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-30 | Merge branch 'davidedmundson/highdpi' | David Edmundson | |
| REVIEW: 123137 | |||
| 2015-03-27 | review comments | David Edmundson | |
| 2015-03-26 | Make KPixmapModifier::applyFrame handle high DPI images | David Edmundson | |
| 2015-03-25 | Paint icons at the correct size | David Edmundson | |
| 2015-03-25 | squash me with a some other commit in kitemlistwidgetinformant | David Edmundson | |
| 2015-03-25 | Copy device pixel ratio from original pixmap inside KPixmapModifier::scale | David Edmundson | |
| 2015-03-25 | Create drag pixmaps which match the device pixel ratio | David Edmundson | |
| 2015-03-25 | Provide scaled pixmaps in the main file model | David Edmundson | |
| 2015-03-25 | Enable high DPI pixmaps in Dolphin | David Edmundson | |
| 2015-03-25 | Center align pixmaps in a high DPR friendly way | David Edmundson | |
| 2015-03-21 | Save bookmarks when adding them via the context menu. | Emmanuel Pescosta | |
| CCBUG: 345347 REVIEW: 123080 | |||
| 2015-03-19 | Fix some EBN issues | Yuri Chornoivan | |
| 2015-03-15 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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-14 | Make obexftp places group under devices | David Rosca | |
| REVIEW: 122935 | |||
| 2015-03-12 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2015-03-12 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2015-03-11 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2015-03-10 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2015-03-09 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2015-03-08 | Use new KDE_ macro | Montel Laurent | |
| 2015-03-08 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2015-03-08 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2015-03-07 | i18n: All visible text must be wrapped. | Chusslove Illich (Часлав Илић) | |
| 2015-03-07 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2015-03-07 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2015-03-06 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2015-02-27 | Fix build in a kdelibs4-free enviroment | Hrvoje Senjan | |
| If one had kdelibs includes in /usr, they would get magically picked up, so the build would succeed. | |||
| 2015-02-27 | Merge branch 'frameworks' | Emmanuel Pescosta | |
| 2015-02-27 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2015-02-26 | Use QT_GUILESS_MAIN | Heiko Becker | |
| REVIEW: 122730 | |||
| 2015-02-26 | Port 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-26 | Next QUrl porting bug found: search include directories | Emmanuel Pescosta | |
| 2015-02-26 | Revert "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-25 | Merge branch 'master' into frameworks | Emmanuel Pescosta | |
| 2015-02-25 | Merge branch 'Applications/14.12' | Emmanuel Pescosta | |
| 2015-02-25 | Bump the Qt version to 5.4 and the KF5 version to 5.7 | Emmanuel Pescosta | |
| Added all required components Reviewed-By: David Edmundson | |||
| 2015-02-25 | readded missing isVersioned check in VersionControlObserver::actions() | Emmanuel Pescosta | |
| 2015-02-25 | Move the KVersionControlPlugin2 interface from konqlib to Dolphin and remove ↵ | Emmanuel Pescosta | |
| the deprecated KVersionControlPlugin interface from konqlib REVIEW: 122687 | |||
