┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2007-11-15KonqUndoManager -> KonqFileUndoManager, to prepare for a KonqUndoManager in ↵David Faure
konqueror, Taking this opportunity for filename==classname and a .cpp extension, as well. svn path=/trunk/KDE/kdebase/apps/; revision=737032
2007-11-14Fixes the small problem:Rafael Fernández López
* Left to Right arrangement * Elements enough to be needed an horizontal scroll bar with categorized view disabled * Enable categorized view * Horizontal scrollbar still visible Now it is hidden, because the way KCategorizedView shows items is not needed. svn path=/trunk/KDE/kdebase/apps/; revision=736809
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-11-11SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=735257
2007-11-10icon renaming:Pino Toscano
- exec -> system-run svn path=/trunk/KDE/kdebase/apps/; revision=734984
2007-11-10remove unnecessary forward declarationAndré Wöbbeking
svn path=/trunk/KDE/kdebase/apps/; revision=734964
2007-11-09SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=734544
2007-11-08Reverted changes made earlier today - and I added the workaround in the root ↵Patrick Spendrin
file as described in kde-buildsystem - please tell me again if this should go somewhere else 3/3 svn path=/trunk/KDE/kdebase/apps/; revision=734475
2007-11-08minor layout optimizations for the icons viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=734360
2007-11-08changing install locations of dll's to binPatrick Spendrin
svn path=/trunk/KDE/kdebase/apps/; revision=734310
2007-11-08Fix parentless dialogsCraig Drummond
svn path=/trunk/KDE/kdebase/apps/; revision=734288
2007-11-08SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=734227
2007-11-07use only 1 textline as default for the icons viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=734061
2007-11-07Fixed performance issue in the details-view when showing > 10000 items:Peter Penz
* Resizing the columns takes around 250 ms instead of 2 seconds. * Opening 10000 items from the disk cache takes 3 seconds instead of 20 seconds. svn path=/trunk/KDE/kdebase/apps/; revision=734052
2007-11-07use a smaller font for the meta information of the information sidebarPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=734026
2007-11-07showColumn() does not need to be a slotPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=734000
2007-11-07SVN_SILENT: add line breakPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=733999
2007-11-06Have "Add to Places" in the context menu for the trash too.Kevin Ottens
svn path=/trunk/KDE/kdebase/apps/; revision=733548
2007-11-06update to previous commit: reset bool member correctlyPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=733321
2007-11-06When switching from e. g. the icons view to the details view, additional ↵Peter Penz
information properties like 'Size' and 'Date' are added as default (showing a details-view without details does not make sense as default setting...). This fix assures that the additional information properties are removed again when switching back to the icons view. Only if the user modified the additional information properties by a GUI-interaction (e. g. by adding a 'Type'), this information is persistet also when switching back to the icon-view. BUG: 151891 svn path=/trunk/KDE/kdebase/apps/; revision=733313
2007-11-05use an icon even when launched manually. okular uses the sameStefan Monov
workaround. svn path=/trunk/KDE/kdebase/apps/; revision=733138
2007-11-05SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=733012
2007-11-04Replace file-find icon by edit-findFathi Boudra
svn path=/trunk/KDE/kdebase/apps/; revision=732843
2007-11-04KrushDays-fix: fixed issue that F6 does not apply the focus to the URL ↵Peter Penz
navigator when the navigator is already in the editable mode svn path=/trunk/KDE/kdebase/apps/; revision=732773
2007-11-02Fix the conflict between cut and delete shortcutsAndreas Pakulat
BUG:151601 svn path=/trunk/KDE/kdebase/apps/; revision=732119
2007-11-01fixed issue that the "Ask for confirmation when moving files or folders to ↵Peter Penz
trash"-setting is ignored CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=731813
2007-11-01Fix crash caused by unchecked pointer accessAndreas Ramm
svn path=/trunk/KDE/kdebase/apps/; revision=731586
2007-10-30remember the window size of the IconSizeDialogPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=731156
2007-10-30SVN_SILENT remove blank linesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=731154
2007-10-30allow to configure the additional information of the view inside the ↵Peter Penz
viewproperties dialog svn path=/trunk/KDE/kdebase/apps/; revision=731150
2007-10-30* fixed drag & drop issue in column view (dropping on files was not possible ↵Peter Penz
-> handled as viewport now) * only show the hover-drop-indicator on directories (dropping on file-items is handled like dropping on the viewport) * simplified signature of drop signal (source widget not required anymore) svn path=/trunk/KDE/kdebase/apps/; revision=731129
2007-10-29Results of setShortcut() auditing (QAction::setShortcut() gets called ↵Hamish Rodda
without this patch) svn path=/trunk/KDE/kdebase/apps/; revision=730698
2007-10-29build with -pedanticVolker Krause
svn path=/trunk/KDE/kdebase/apps/; revision=730684
2007-10-29Icon naming spec compliance (code changes):Jakob Petsovits
bookmark-folder -> folder-bookmarks goto-page -> go-jump www -> insert-link (doesn't yet exist in Oxygen) svn path=/trunk/KDE/kdebase/apps/; revision=730639
2007-10-26Simplify DolphinController: don't remember the show-preview state in the ↵Peter Penz
controller and add an unnecessary additional signal; instead just read the state from the DolphinView svn path=/trunk/KDE/kdebase/apps/; revision=729726
2007-10-26Simplify the DolphinController: The "show hidden files" state can be ↵Peter Penz
retrieved by the DolphinView, there is no need introducing additional signals + states. Further cleanups will follow... svn path=/trunk/KDE/kdebase/apps/; revision=729721