| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Use the same doc folder name everyone else uses | Albert Astals Cid | |
| 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 | Merge branch 'master' of git://anongit.kde.org/dolphin | Emmanuel Pescosta | |
| 2015-02-27 | Fixed TODO Remove the if/endif lines if Dolphin is split. | 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-26 | Merge branch 'master' into frameworks | Emmanuel Pescosta | |
| 2015-02-26 | added .reviewboardrc | Emmanuel Pescosta | |
| 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 | Fix DolphinVcs cmake to be findable | David Edmundson | |
| Reviewed-By: Emmanuel Pescosta | |||
| 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 | |||
| 2015-02-24 | Fix build on Jenkins (or with BUILD_TESTING=ON) | Hrvoje Senjan | |
| 2015-02-24 | Fix the build of kde-baseapps temporarily (categorized logging in DolphinPart) | Emmanuel Pescosta | |
| 2015-02-24 | Fix the build temporarily | Luca 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-24 | Replace kDebug/kWarning by categorized logging (org.kde.dolphin) | Emmanuel Pescosta | |
| 2015-02-24 | Removed unused KGlobal includes and use KIO/Job instead of KIO/JobClasses | Emmanuel Pescosta | |
| 2015-02-24 | include KFileItem instead of KFileItemList | Emmanuel Pescosta | |
| 2015-02-24 | Port away from KLocale | Emmanuel Pescosta | |
| 2015-02-21 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2015-02-21 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2015-02-20 | Fix a QDateTime porting bug (different format expressions) in ↵ | Emmanuel Pescosta | |
| KFileItemModel::dateRoleGroups REVIEW: 122625 | |||
| 2015-02-20 | Missed a saveBookmarks call in the PlacesItemModel's deconstructor (see ↵ | Emmanuel Pescosta | |
| commit 2a79feaea0088730bbf4fd4b65baa1c4a91b84b9) | |||
| 2015-02-19 | Merge branch 'master' into frameworks | Emmanuel Pescosta | |
| 2015-02-19 | Merge branch 'Applications/14.12' | Emmanuel Pescosta | |
| 2015-02-19 | Increase the version number to 14.12.3 | Emmanuel Pescosta | |
| 2015-02-19 | Sync bookmark manager only if the change was done by the current process | Emmanuel Pescosta | |
| Adoption of http://commits.kde.org/kdelibs/2b5c6e42fc8114c6854ce490b9cdd4356be683d9 FIXED-IN: 14.12.3 BUG: 343620 BUG: 310080 REVIEW: 122640 | |||
| 2015-02-19 | QUrl porting bug: Added a missing QUrl::fromLocalFile in ↵ | Emmanuel Pescosta | |
| FoldersPanel::loadTree to make the FoldersPanel work again REVIEW: 122631 BUG: 344204 FIXED-IN: 15.04 | |||
| 2015-02-18 | Make tests optional | Andreas Sturmlechner | |
| REVIEW: 122212 | |||
| 2015-02-11 | Update desktop filename for filelight. | Elias Probst | |
| 2015-02-10 | Assume links passed via cmdline args are local files | Arjun AK | |
| If not, when the user types 'dolphin nonexistantfile' he will be taken to 'http://nonexistantfile' BUG: 343906 | |||
| 2015-02-09 | Construct URLs passed via cmdline args using QUrl::fromUserInput() | Arjun AK | |
| Otherwise user will have to type "dolphin file:///tmp" instead of "dolphin /tmp" REVIEW: 122475 BUG: 343906 | |||
| 2015-02-09 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2015-02-06 | kdelibs4support-- | Montel Laurent | |
| 2015-02-06 | Clean up includes | Montel Laurent | |
