┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/places/placesitemmodel.cpp
AgeCommit message (Expand)Author
2018-10-04[PlacesItemModel] Drop dead codeElvis Angelaccio
2018-04-29Merge branch 'Applications/18.04'Antonio Rojas
2018-04-29Don't filter out duplicated entries from places panelAntonio Rojas
2018-04-01Split Image Size into Width/HeightJulian Schraner
2018-04-01Fix detachingElvis Angelaccio
2018-03-19Introduce singleton for KFilePlacesModelKai Uwe Broulik
2018-03-04Remove unused #includeRoman Inflianskas
2018-03-03Remove unused #includeRoman Inflianskas
2018-01-26Fix place item edit after creationRenato Araujo Oliveira Filho
2018-01-26Make sure that old URLs do not appear duplicated in places modelRenato Araujo Oliveira Filho
2018-01-19Revert "Ignore baloo urls created from new KIO model"Luca Beltrame
2018-01-18Merge remote-tracking branch 'origin/Applications/17.12'Luca Beltrame
2018-01-11Explicitly pass iconNameForUrl when dropping places entryKai Uwe Broulik
2018-01-08Fix PlacesItemModel loading with hidden devicesRenato Araujo Oliveira Filho
2018-01-02Ignore baloo urls created from new KIO modelRenato Araujo Oliveira Filho
2017-12-14Implemented support for hide/show groupsRenato Araujo Oliveira Filho
2017-12-14Use Kio::KPlacesModel as source model for PlacesItemModelRenato Araujo Oliveira Filho
2017-11-21Modernize: Use nullptr everywhereKevin Funk
2017-11-11Prevent folders from drag and dropping onto themselves in dolphin main viewEmirald Mateli
2017-10-12Don't block unmounting when terminal panel's cwd is the mountpointMiklos Marton
2017-06-11Ignore drops-onto-items from invalid places itemsElvis Angelaccio
2017-03-15[PlacesItemModel] Use QDir::homePath() instead of KUser().homeDir()Kai Uwe Broulik
2017-03-14Cleanup Places Panel context menusKai Uwe Broulik
2017-01-21Change "Date" to "Modified" and allow access to new "Accessed" time fieldDon Nguyen
2016-06-25add_definitions(-DQT_NO_URL_CAST_FROM_STRING) + fix compilationDavid Faure
2016-03-16[CLAZY] Fixed all level 1 and level 2 warnings with small exceptionsArtur Puzio
2015-11-19Fix search in places panel.Weng Xuetian
2015-07-31Remove unused KBookmarkManager::bookmarksChanged signal-slot connection, beca...Emmanuel Pescosta
2015-07-27Change the Dolphin places icons:Christian Butcher
2015-04-29Use user-places.xbel instead of bookmarks.xml in places model.Emmanuel Pescosta
2015-02-26Port away from KDELibs4Support (we only use KDELibs4Support when baloo isn't ...Emmanuel Pescosta
2015-02-25Merge branch 'master' into frameworksEmmanuel Pescosta
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-20Missed a saveBookmarks call in the PlacesItemModel's deconstructor (see commi...Emmanuel Pescosta
2015-02-19Merge branch 'master' into frameworksEmmanuel Pescosta
2015-02-19Sync bookmark manager only if the change was done by the current processEmmanuel Pescosta
2015-02-04Port away from KGlobal::mainComponent()Emmanuel Pescosta
2014-11-10make use of initializer listsEmmanuel Pescosta
2014-11-03use QUrl::fromLocalFile() on devicesLukáš Tinkl
2014-10-21Use the path instead of the display string in PlacesItemModel::closestItem,Emmanuel Pescosta
2014-10-21port Dolphin from KUrl to QUrlLukáš Tinkl
2014-10-18Fix includesMontel Laurent
2014-10-18Fix includesMontel Laurent
2014-10-01Ported Dolphin away from KStandardDirsEmmanuel Pescosta
2014-09-26Make constants const, avoids unnecessary symbols in the .data section.Volker Krause
2014-09-21Merge branch 'master' into frameworksLuca Beltrame
2014-09-21Merge branch 'KDE/4.14'Luca Beltrame
2014-09-21Do not allow files or folders inside trash to be added to dolphin's places panelArjun AK
2014-09-12Ported KIcon to QIconEmmanuel Pescosta