| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-15 | [PlacesItemModel] Use QDir::homePath() instead of KUser().homeDir() | Kai Uwe Broulik | |
| KUser does quite a lot of stuff under the hood and also calls getpwuid which might block with network login. Differential Revision: https://phabricator.kde.org/D5049 | |||
| 2017-03-14 | Cleanup Places Panel context menus | Kai Uwe Broulik | |
| Differential Revision: https://phabricator.kde.org/D4498 | |||
| 2017-01-21 | Merge branch 'Applications/16.12' | Elvis Angelaccio | |
| 2017-01-21 | informationpanel: don't change color of scrollarea's viewport | Elvis Angelaccio | |
| This code was added a long time ago in b1c9b5126d, but the commit message doesn't explain why. If we remove it nothing seems to change and we fix the ugly background on the scrollbar when Breeze draws a frame around dockable panels. BUG: 366203 FIXED-IN: 16.12.2 REVIEW: 129861 | |||
| 2017-01-21 | Change "Date" to "Modified" and allow access to new "Accessed" time field | Don Nguyen | |
| This is merge of #128964 and #128942. This will impelement changing the "Date" field to "Modified" and allow a new "Accessed" time field to be available. This also includes changes to update configuration files. REVIEW: 129077 | |||
| 2017-01-18 | Port away from deprecated KIO::Job::ui() | Elvis Angelaccio | |
| It's equivalent to KJob::uiDelegate() from kcoreaddons. | |||
| 2017-01-03 | Add missing Q_DECL_OVERRIDE | Montel Laurent | |
| 2016-10-28 | Merge branch 'Applications/16.08' | Kai Uwe Broulik | |
| 2016-10-28 | [Places Item Edit Dialog] Fix accepting dialog with Return | Kai Uwe Broulik | |
| By setting a parent for the QDialogButtonBox we let QDialog handle everything by itself. Also, store the dialog button box as a member rather than just the OK button. This removes the need to set the OK button as default manually (which didn't work anyway) and fixes pressing Return while the input is focused erroneously opening the folder browser rather than accepting the dialog. REVIEW: 129213 | |||
| 2016-08-06 | Fix some low-hanging warning fruits | Martin T. H. Sandsmark | |
| 2016-07-14 | Give FileMetaDataConfigurationDialog a parent | Christoph Feck | |
| REVIEW: 128439 | |||
| 2016-06-25 | add_definitions(-DQT_NO_URL_CAST_FROM_STRING) + fix compilation | David Faure | |
| This fixes some URLs built from local paths without scheme. | |||
| 2016-06-16 | Fix DnD onto desktop:/ app desktop file. | David Faure | |
| We need to resolve from desktop:/ to file:/ so that DropJob can handle application .desktop files. CCBUG: 363991 | |||
| 2016-03-16 | [CLAZY] Fixed all level 1 and level 2 warnings with small exceptions | Artur Puzio | |
| REVIEW: 126771 | |||
| 2015-11-19 | Fix search in places panel. | Weng Xuetian | |
| addType("File") will create a invalid query for baloo. Currently seems there is no replacement for it, so just remove it. REVIEW: 126109 FIXED-IN: 15.12 BUG: 348902 | |||
| 2015-08-30 | Icons: wrong icon usaeg for balloo Review Request #124972 | andreas kainz | |
| 2015-07-31 | Remove unused KBookmarkManager::bookmarksChanged signal-slot connection, ↵ | Emmanuel Pescosta | |
| because we don't use KBoomark's D-Bus signaling anymore. REVIEW: 124497 | |||
| 2015-07-27 | Change the Dolphin places icons: | Christian Butcher | |
| * 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-04-29 | Use user-places.xbel instead of bookmarks.xml in places model. | Emmanuel Pescosta | |
| REVIEW: 123526 CCBUG: 345174 FIXED-IN: 15.08.0 | |||
| 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-25 | Center align pixmaps in a high DPR friendly way | David Edmundson | |
| 2015-03-14 | Make obexftp places group under devices | David Rosca | |
| REVIEW: 122935 | |||
| 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-25 | Merge branch 'master' into frameworks | Emmanuel Pescosta | |
| 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-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 | 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-06 | kdelibs4support-- | Montel Laurent | |
| 2015-02-04 | Port away from KGlobal::mainComponent() | Emmanuel Pescosta | |
| 2015-02-03 | Ported Dolphin from KDialog to QDialog and save/restoreDialogSize to ↵ | Emmanuel Pescosta | |
| KWindowConfig::save/restoreWindowSize with the help of the porting scripts. REVIEW: 122305 | |||
| 2015-01-30 | Port KGlobalSettings::smallestReadableFont() to ↵ | Emmanuel Pescosta | |
| QFontDatabase::systemFont(QFontDatabase::SmallestReadableFont) REVIEW: 122308 | |||
| 2015-01-28 | Merge branch 'Applications/14.12' into frameworks | Emmanuel Pescosta | |
| 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-05 | Dolphin: port from KonqOperations::doDrop to the new KIO::DropJob | David Faure | |
| REVIEW: 121678 | |||
| 2014-12-14 | use save() instead of writeConfig() | Emmanuel Pescosta | |
| 2014-12-14 | port away from deprecated KFileItem(mode_t mode, mode_t permissions, const ↵ | Emmanuel Pescosta | |
| QUrl &url, bool delayedMimeTypes = false); | |||
| 2014-12-10 | Fix Terminal-View navigation sync issue | Arjun AK | |
| 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-11-10 | KLineEdit to QLineEdit | Emmanuel Pescosta | |
| 2014-11-10 | make use of initializer lists | Emmanuel Pescosta | |
| 2014-11-03 | Q_DECL_OVERRIDE | Lukáš Tinkl | |
| 2014-11-03 | use QUrl::fromLocalFile() on devices | Lukáš Tinkl | |
| fixes being unable to access eg. removable drives | |||
| 2014-11-03 | fix initializer list | Lukáš Tinkl | |
| 2014-11-02 | Port from KonqOperations::doPaste to new job KIO::paste | David Faure | |
| Remove KonqOperations::doPaste. | |||
| 2014-10-29 | Merge branch 'KDE/4.14' | Emmanuel Pescosta | |
| 2014-10-29 | Hide the video player when the video has finished. | Emmanuel Pescosta | |
| BUG: 339882 FIXED-IN: 4.14.3 REVIEW: 120776 | |||
| 2014-10-28 | Port to QDialog | Montel Laurent | |
