┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-12-03Revert my last commit, it's not quite workingJohn Tapsell
svn path=/trunk/KDE/kdebase/apps/; revision=744406
2007-12-03The first columns model and selection model should be the same as the view's ↵John Tapsell
model and selection model. This means 1) We don't leak memory switching to and from column view 2) Selection is preserved when switching views 3) We don't have 2 models running for the root directory CCMAIL:[email protected] svn path=/trunk/KDE/kdebase/apps/; revision=744386
2007-12-03Do not reload the directory when changing the viewJohn Tapsell
svn path=/trunk/KDE/kdebase/apps/; revision=744377
2007-12-03Same color for the category hovering as the rest of itemsRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=744236
2007-12-03Share the selection model. Does not fix the selections yet thoughJohn Tapsell
svn path=/trunk/KDE/kdebase/apps/; revision=744230
2007-12-02Adapt to changes done on kdelibsRafael Fernández López
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=744218
2007-12-02SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=743871
2007-12-01assure that the active column stays visible when the window gets resized or ↵Peter Penz
e. g. the information bar gets enabled svn path=/trunk/KDE/kdebase/apps/; revision=743752
2007-12-01Make file properties dialog box non-modalJohn Tapsell
svn path=/trunk/KDE/kdebase/apps/; revision=743617
2007-12-01Assure that the items of the details view are not expandable. We might think ↵Peter Penz
about enabling this in 4.1 optionally, so that especially Konqi can use this feature. But for this some adjustments in the drag & drop handling of the details view must be done first -> let's postpone this to 4.1. svn path=/trunk/KDE/kdebase/apps/; revision=743539
2007-12-01allow the user resizing the columns in the details viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=743538
2007-12-01SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=743500
2007-11-30Hide the "Sort by Rating" and "Sort by Tags" menu entries for KDE 4.0, as ↵Peter Penz
currently the performance is too slow. Nepomuk will support caching in future versions, so hopefully we can provide those entries again in KDE 4.1. svn path=/trunk/KDE/kdebase/apps/; revision=743363
2007-11-30enable session managementPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=743357
2007-11-29You need >> or either the "Your names" and "Your messages" placeholders for ↵Albert Astals Cid
translators are removed svn path=/trunk/KDE/kdebase/apps/; revision=743049
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-28fix crash during drag & drop if the file item is not available (thanks to ↵Peter Penz
John Tapsell for the original fix in dolphiniconsview.cpp!) svn path=/trunk/KDE/kdebase/apps/; revision=742703
2007-11-27Do not crash if the index is not valid.John Tapsell
svn path=/trunk/KDE/kdebase/apps/; revision=742329
2007-11-27SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=742119
2007-11-26SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=741702
2007-11-25there's no need having 2-liners inside their own method when this method is ↵Peter Penz
only invoked once... svn path=/trunk/KDE/kdebase/apps/; revision=741371
2007-11-25provide useful default values when configuring the additional information ↵Peter Penz
for the details view svn path=/trunk/KDE/kdebase/apps/; revision=741353
2007-11-25SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=741240
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-23Icon renaming:Jakob Petsovits
item-drag-multiple -> document-multiple svn path=/trunk/KDE/kdebase/apps/; revision=740350
2007-11-21SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=739529
2007-11-20don't draw anything if the bounding rectangle is emptyPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=739378
2007-11-20Allow using a common drag and drop pixmap also for the KCategorizedView. The ↵Peter Penz
code is currently encapsulated inside a DOLPHIN_DRAGANDDROP define, we'll clean this up when Qt 4.4 is out (-> KDE 4.1?) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=739375
2007-11-20Drag & drop fixes for all views: assure that a consistent pixmap for the ↵Peter Penz
drag object is used throughout all views (still open yet: KCategorizedView uses its custom code yet) svn path=/trunk/KDE/kdebase/apps/; revision=739322
2007-11-19fix minor margin issue for the item boundariesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=738873
2007-11-19fixed issue that the space info is not updated sometimes ↵Peter Penz
(QProgressBar::setValue() uses QProgressBar::text() which returns m_text -> the text must be set first) svn path=/trunk/KDE/kdebase/apps/; revision=738826
2007-11-19fixed issue that the "empty column" is not layouted when pressing the ↵Peter Penz
back-button svn path=/trunk/KDE/kdebase/apps/; revision=738822
2007-11-19open the context-menu for the viewport if no selection is given although the ↵Peter Penz
mouse is above an item (this might happen if the shift-key is pressed during a right-button mouse click) svn path=/trunk/KDE/kdebase/apps/; revision=738816
2007-11-19Icons view: assure that the vertical spacing does not grow as fast as the ↵Peter Penz
horizontal spacing. For the default settings this means that the viewport can now be reached easier than before, while not wasting too much vertical space. svn path=/trunk/KDE/kdebase/apps/; revision=738783
2007-11-18allow to show/hide the menubarPeter Penz
BUG: 152463 svn path=/trunk/KDE/kdebase/apps/; revision=738282
2007-11-18Revert last fix, otherwise context menus on viewport don't work anymore. ↵Peter Penz
I'll try to find a clean patch later... svn path=/trunk/KDE/kdebase/apps/; revision=738274
2007-11-18Check whether the shift key is pressed when the "Move to Trash" action is ↵Peter Penz
executed. If this is the case, perform the "Delete" action instead (-> works like in Konqi now, thanks to David for the hint) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=738259
2007-11-18fix crash for the following use case:Peter Penz
- open a view with no selection - press SHIFT + right mouse-click on an item - a context menu will be opened although no item has been selected -> assertion gets triggered later svn path=/trunk/KDE/kdebase/apps/; revision=738255
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-15SVN_SILENT: make code more readablePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=737279
2007-11-15DocPath => X-DocPathAllen Winter
ServiceTypes => X-KDE-ServiceTypes Keywords => X-KDE-Keywords svn path=/trunk/KDE/kdebase/apps/; revision=737278
2007-11-15Bypass a layout issue in QListView::visualRect(), where the horizontal ↵Peter Penz
position of items might get calculated in a wrong manner when the item name is too long. I'll try create a patch for Qt but as Dolphin must also work with Qt 4.3.0 this workaround must get applied at least for KDE 4.0. BUG: 152293 svn path=/trunk/KDE/kdebase/apps/; revision=737265
2007-11-15don't add 2 separators inside a 3 item-menu...Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=737232
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-15provide a better size hint for the default configurationPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=737202
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