┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.cpp
AgeCommit message (Collapse)Author
2008-01-15make sure that other apps using this part find Dolphin's view-file-columns iconsAndré Wöbbeking
svn path=/branches/KDE/4.0/kdebase/apps/; revision=761729
2008-01-04Make it possible to run applications from the applications:/ kioslave again.David Faure
svn path=/branches/KDE/4.0/kdebase/apps/; revision=757231
2007-12-25Icon naming spec compliance (code changes - KDE/):Jakob Petsovits
drive-remote -> folder-remote Seems like all of the drive-remote occurrences in SVN make a perfect fit for being replaced by folder-remote (which is specified by the naming spec). svn path=/trunk/KDE/kdebase/apps/; revision=752590
2007-12-24Move (broken) action "Edit/Properties" to dolphinpart and made it work there.David Faure
Pass parent widget to all KPropertiesDialog instances. svn path=/trunk/KDE/kdebase/apps/; revision=752542
2007-12-24Move (broken) editMimeType action from konqueror to dolphinpart (and made it ↵David Faure
work there) svn path=/trunk/KDE/kdebase/apps/; revision=752422
2007-12-24Move a bunch of Go menu actions from konqueror to dolphinpart, so that they ↵David Faure
don't clutter the Go menu when using other parts. As posted on k-c-d. svn path=/trunk/KDE/kdebase/apps/; revision=752408
2007-12-20If we should open the URL right away, then let's do it right away.David Faure
We can tell konqueror afterwards by using the openUrlNotify() signal. Note: this design bit is a bit strange; the controller has urlChanged() and requestUrlChange(), but they are both channeled to DolphinView::urlChanged(), which means the recipient has to figure out if the url change was already done or not, with "if (m_view->url() != url)". Wouldn't it be simpler to just have both signals coming out of DolphinView? (but some receivers like the view container don't seem to care which one was emitted... strange) CCMAIL: [email protected], [email protected] CCBUG: 154053 svn path=/trunk/KDE/kdebase/apps/; revision=750996
2007-12-20Fix the problem with the column views.Rafael Fernández López
BUG: 154053 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=750749
2007-12-14Moving code around in dolphin fixes DnD support in konqueror :)David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=748476
2007-11-28When listing already visited dir, completed() would be emitted from within ↵Jakub Stachowski
setUrl, before emit started(0) making konq logo spinning indefinitely. svn path=/trunk/KDE/kdebase/apps/; revision=742730
2007-11-23and now the correct fix by master dfaureAlbert Astals Cid
svn path=/trunk/KDE/kdebase/apps/; revision=740707
2007-11-23Ahhh, fixing the bugs you report, that rocks ;-)Albert Astals Cid
Insert the dolphin catalog so the messages appear translated correctly when eg, embedded into konqueror BUG: 152752 svn path=/trunk/KDE/kdebase/apps/; revision=740701
2007-11-23Move F10 (create directory) shortcut from konq to dolphinpart.David Faure
About all those filemanagement feature moves: I double checked and the other inode/directory parts are cervisia (need own file-related operations for VCS support), konsole (no gui), kfilereplacepart (no mkdir) and fsview (readonly). So better unbloat konq itself. svn path=/trunk/KDE/kdebase/apps/; revision=740491
2007-11-17Moved popupmenu logic for trash+del to dolphinpartDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=737696
2007-11-17Fix "delete" and "move to trash" actions in dolphinpart; moved all logic for ↵David Faure
those out of konqueror. Inside dolphin, the usual: moving code to DolphinView. Pressing shift while clicking on "Move to Trash" in konq (dolphinpart) offers to delete, as in kde3 (this bit of logic might be good for dolphin itself too? see DolphinPart::slotTrashActivated) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=737682
2007-11-15Implement cut/copy/paste in dolphinpart.David Faure
Had to move more code to DolphinView, to use it from the part. svn path=/trunk/KDE/kdebase/apps/; revision=737203
2007-11-15fix crash when pressing F2 on startupDavid Faure
enable undo svn path=/trunk/KDE/kdebase/apps/; revision=737159
2007-11-15Implement renaming in dolphinpart.David Faure
No more rename action provided by konqueror, the part provides it now. Had to move a bit of code around in dolphin, as discussed with Peter. svn path=/trunk/KDE/kdebase/apps/; revision=737121
2007-11-11Fix the other bug reported by BCoppens: the tab title was the full path, ↵David Faure
until switching tabs and back, then it changed to just the dir name (as it should be, in fact). The logic in KonqView::setCaption was being confused by the part url still being empty; let's do things in the right order here. + .rc cleanups svn path=/trunk/KDE/kdebase/apps/; revision=735495
2007-10-23Fixed issue that within Konqueror changing the active column from the ↵Peter Penz
column-view is ignored. From the hosts point of view this has to be handled like an URL change. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=728394
2007-10-10DolphinPart: provide a way to switch between view modes in konqueror.David Faure
Factorized those actions between dolphinmainwindow and dolphinpart (see new methods in dolphinview), and simplified mainwindow code by using the signal from the action group and the QVariant data of the actions (standard Qt4 solution for a group of actions). svn path=/trunk/KDE/kdebase/apps/; revision=723871
2007-10-02replace QList<KFileItem> by KFileItemList, as KFileItemList is not ↵Peter Penz
QList<KFileItem*> anymore since todays update of kfileitem.* in kdelibs svn path=/trunk/KDE/kdebase/apps/; revision=720234
2007-10-01Ported KonqPopupMenu away from xmlgui to make things debuggable (we had code ↵David Faure
that dynamically created XML, and then passed it for gui merging with KonqPopupMenu's own generated XML, that was too much magic and headaches). There are now unit tests for KonqPopupMenu, and its code has a bit less magic hacks than before. There is no more KonqPopupMenuPlugin though, but I'm happy to re-create it once there's a real use case for it. svn path=/trunk/KDE/kdebase/apps/; revision=719676
2007-10-01Making KFileItemList value based.Tobias Koenig
svn path=/trunk/KDE/kdebase/apps/; revision=719514
2007-09-24Pass ref instead of pointer in mouseOverInfo signalDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=716256
2007-09-19Fix crash in dolphinpart when doing RMB on viewport.David Faure
Clean up unnecessary use of Q3ValueList. svn path=/trunk/KDE/kdebase/apps/; revision=714532
2007-09-17Create the new architecture for KCategorizedView. Now DolphinModel is ↵Rafael Fernández López
created, inheriting KDirModel for returning valid data for the role of the category of an item. DolphinSortFilterProxyModel implements now methods lessThanCategoryMethod and lessThanGeneralMethod from KCategorizedSortFilterProxyModel. The only thing that needs to be adapted is the keyboard navigation on the KCategorizedView. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=713319
2007-08-28dolphinview fix: don't emit urlChanged twice in DolphinView::setUrl (it's ↵David Faure
already emitted by the controller, and we forward that) dolphinpart fix: don't let the konq wheel spin forever when clicking on the Home button and we're already viewing $HOME. svn path=/trunk/KDE/kdebase/apps/; revision=705916
2007-08-28Navigation in konqueror works MUCH better when the KParts url is set :)David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=705888
2007-08-28Implement contextMenu handling in dolphin part (for konqueror)David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=705873
2007-08-28Clicking on items in dolphin part finally implemented.David Faure
Fixed connect() error in dolphinstatusbar [unrelated]. svn path=/trunk/KDE/kdebase/apps/; revision=705835
2007-08-13Use KFileItem by value rather than by pointerDavid Faure
- in KDirModel::itemForIndex, as noted there as a TODO - in dolphin, everywhere. svn path=/trunk/KDE/kdebase/apps/; revision=699691
2007-08-13KParts::URLArgs split up [merged from branches/work/kparts_urlargs_split]David Faure
into KParts::OpenUrlArguments and KParts::BrowserArguments. This also allows the part to set arguments().mimeType() is the host didn't set it. svn path=/trunk/KDE/kdebase/apps/; revision=699514
2007-07-13improved i18ncheckarg scripts means new KUIT issues -> fixed now...Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=687491
2007-07-12KUIT adaptions (applied i18ncheckarg - everything should be OK now)Peter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=686787
2007-07-02Change signature of requestItemInfo signal, to avoid fileitem -> url -> ↵David Faure
index -> fileitem roundtrip in dolphin, and to match the BrowserExtension mouseOverInfo() signal. Started to implement more of the part (e.g. spinning wheel in konq). svn path=/trunk/KDE/kdebase/apps/; revision=682440
2007-07-02Interface modifications to KCmdLineArgs, KAboutData and KComponentData; BIC, ↵Chusslove Illich
SIC. Most of the depending code has been auto-converted to new API. svn path=/trunk/KDE/kdebase/apps/; revision=682259
2007-07-01Here comes dolphinpart, to use dolphin as the file management view in konqueror.David Faure
Embeds nicely, now all the integration needs to be done. Thanks to Peter for the nice DolphinView/DolphinViewContainer separation which made writing the part very very easy! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=682079