dolphin/lib/konq
Script Kiddy 118e475817 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=987253
2009-06-25 18:31:11 +00:00
..
favicons SVN_SILENT made messages (.desktop file) 2009-06-23 14:10:37 +00:00
pics Optimize PNG files again. 2008-01-02 00:10:07 +00:00
Templates SVN_SILENT made messages (.desktop file) 2009-06-23 14:10:37 +00:00
tests The Copy To and Move To menus are now disabled by default... Re-enable them to make the unittest pass again. 2009-05-23 02:55:38 +00:00
AUTHORS Plugin capability for konq_popupmenu 2001-10-30 18:09:01 +00:00
CMakeLists.txt CCMAIL: kossebau@kde.org 2009-05-06 23:58:39 +00:00
DESIGN "Privatize" better everything in KonqFileUndoManager (the private class now has the signals/slots used for DBUS communication, and all private methods). 2008-04-20 22:06:31 +00:00
directory_bookmarkbar.desktop SVN_SILENT made messages (.desktop file) 2009-05-11 17:12:40 +00:00
knewmenu.cpp Initialise d->m_newDirAction to 0 in KNewMenu's constructor. This 2009-05-21 20:24:21 +00:00
knewmenu.h KNewMenu::createDirectory, for feature 77394 (select dir after creating it). Rahman, want to do the dolphin part of it? 2009-03-23 19:40:48 +00:00
knewmenu_p.h KNewMenu maintainance: move vars to d pointer and static vars to be file-static, move out private class to _p.h, fix extension etc. 2006-11-25 10:31:38 +00:00
konq_copytomenu.cpp Display folder names containing '&' correctly in the "Copy To"/"Move To" menus. 2009-03-10 18:26:28 +00:00
konq_copytomenu.h Fix lack of error handling in RMB/Move To... (e.g. when src is root-owned) because the parent for KonqOperations 2009-01-19 14:33:10 +00:00
konq_copytomenu_p.h Fix lack of error handling in RMB/Move To... (e.g. when src is root-owned) because the parent for KonqOperations 2009-01-19 14:33:10 +00:00
konq_dndpopupmenuplugin.cpp Adding the KonqDndPopupMenuPlugin class and code for adding it to drag and drop menus in libkonq. This allows for having (in my case) an "Extract here" item pop up in the dnd menu of an archive file 2009-04-13 13:22:23 +00:00
konq_dndpopupmenuplugin.h Adding the KonqDndPopupMenuPlugin class and code for adding it to drag and drop menus in libkonq. This allows for having (in my case) an "Extract here" item pop up in the dnd menu of an archive file 2009-04-13 13:22:23 +00:00
konq_events.cpp LGPLv2+ as agreed with Simon Hausmann. 2007-11-09 19:19:50 +00:00
konq_events.h LGPLv2+ as agreed with Simon Hausmann. 2007-11-09 19:19:50 +00:00
konq_fileitemcapabilities.cpp * Port to KFileItemListProperties and KFileItemActions (update kdelibs, it's Monday ;) 2009-03-23 18:18:26 +00:00
konq_fileitemcapabilities.h * Port to KFileItemListProperties and KFileItemActions (update kdelibs, it's Monday ;) 2009-03-23 18:18:26 +00:00
konq_historyentry.cpp fix iterator mixup correctly 2009-04-08 11:46:43 +00:00
konq_historyentry.h fix iterator mixup correctly 2009-04-08 11:46:43 +00:00
konq_historyloader.cpp Extract a KonqHistoryLoader from KonqHistoryManager, with only the loading code. Me likes modularity. Made public in libkonq (but don't use it yet, it doesn't update later on, that might be done by another class). 2009-04-02 01:41:40 +00:00
konq_historyloader.h Provide most of the Konq History functionality in libkonq, for pino's history window and for krunner. 2009-04-03 01:03:28 +00:00
konq_historyprovider.cpp fix iterator mixup correctly 2009-04-08 11:46:43 +00:00
konq_historyprovider.h fix iterator mixup correctly 2009-04-08 11:46:43 +00:00
konq_menuactions.cpp * Port to KFileItemListProperties and KFileItemActions (update kdelibs, it's Monday ;) 2009-03-23 18:18:26 +00:00
konq_menuactions.h * Port to KFileItemListProperties and KFileItemActions (update kdelibs, it's Monday ;) 2009-03-23 18:18:26 +00:00
konq_operations.cpp forwardport: r958315, better fix for 184403. Needs uptodate kdelibs. 2009-04-23 19:29:49 +00:00
konq_operations.h Adding the KonqDndPopupMenuPlugin class and code for adding it to drag and drop menus in libkonq. This allows for having (in my case) an "Extract here" item pop up in the dnd menu of an archive file 2009-04-13 13:22:23 +00:00
konq_popupmenu.cpp * share Context Menu page settings from dolphin with konqueror 2009-04-16 18:55:19 +00:00
konq_popupmenu.h SVN_SILENT kde5 todo, can't change inheritance now 2009-03-12 00:10:12 +00:00
konq_popupmenuinformation.cpp * Port to KFileItemListProperties and KFileItemActions (update kdelibs, it's Monday ;) 2009-03-23 18:18:26 +00:00
konq_popupmenuinformation.h * Port to KFileItemListProperties and KFileItemActions (update kdelibs, it's Monday ;) 2009-03-23 18:18:26 +00:00
konq_popupmenuplugin.cpp Plugin support is back - do you want to give it a try? 2008-05-20 20:47:26 +00:00
konq_popupmenuplugin.h QtModule/QClass for Qt includes in public headers 2008-05-30 08:35:43 +00:00
konq_sound.cc Remove use of k_funcinfo 2007-08-20 21:33:48 +00:00
konq_sound.h fix build 2007-08-21 08:47:25 +00:00
konqdndpopupmenuplugin.desktop SVN_SILENT made messages (.desktop file) 2009-06-25 18:31:11 +00:00
konqmimedata.cpp * Port to KFileItemListProperties and KFileItemActions (update kdelibs, it's Monday ;) 2009-03-23 18:18:26 +00:00
konqmimedata.h * Port to KFileItemListProperties and KFileItemActions (update kdelibs, it's Monday ;) 2009-03-23 18:18:26 +00:00
konqpopupmenuplugin.desktop SVN_SILENT made messages (.desktop file) 2009-05-20 14:39:49 +00:00
libkonq_export.h SVN_SILENT update name and email 2008-08-20 18:56:10 +00:00
Mainpage.dox Apidocs mainpage work. Just got Plasma and Solid to do here. 2007-07-24 18:30:36 +00:00
Messages.sh Remove temporary file 2008-07-02 07:04:51 +00:00
PLUGINS Plugin capability for konq_popupmenu 2001-10-30 18:09:01 +00:00
SERVICEMENUS Icon renaming (code changes - KDE/): 2007-12-27 10:26:59 +00:00